@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


html{font-size: 16px;scroll-behavior: smooth;overflow-x:hidden}
body{margin:0; font-family: "Poppins", sans-serif;overflow-x:hidden}
a{text-decoration: none;}
img{max-width: 100%;}
ul{margin: 0; padding: 0; list-style: none;}
.lightgrey { background: rgb(246, 248, 252); }
.swiper-button-next:after,.swiper-button-prev:after{background: var(--primarycolor);color: #fff;font-size: 20px;padding: 3px;border-radius: 10px;}
.commonbox{background-color: #fff; border-radius: 0px; -webkit-box-shadow: 2px 2px 5px 0 #00000014; box-shadow: 2px 2px 5px 0 #00000014;padding: 15px 15px;border: 1px solid #c9c7c7;}
.commonbox h2{border-bottom: 1px solid #e8e8e8; padding-bottom: 1rem; margin-bottom: 1rem;font-size: 1.4rem;}
.commonbox.tbpad{padding-top: 15px;    padding-bottom: 15px;}
.mobile-cta{display: none;}
.mobileshow,.mobileheader{display: none;}
.popframe{width: 100%; height: 100vh; padding-bottom: 6%;}
.menu-arrow {display: none !important;}
.visitmob{display: none;}

.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }

.greenclr{color: #008000 !important;}
.redclr{color: red !important;}
.blueclr{color: #2648ab;}

.progressset{background: #f6f8fc00; position: fixed; top: 0; left: 0; height: 10px;  z-index:999;min-width: 100%;}
.progressset.progressbg{background: #f6f8fc;}
.pageprogress { transition: all linear 0.1s; min-width: 0%; height:10px} 

header{padding: 15px 10px; background: #f9f9f9;}
header h1 {font-size: 1.8rem;font-weight: 700;}
header p{font-size: 1rem;    margin-bottom: 0;}
header ul {padding: 0;text-align: right;list-style: none;  display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
header ul li a {font-size: 18px;color: #000;font-weight: 600;}
header ul li a img{width: 20px;}
.logo{display: block;text-align: left;}
.logo img{width: 150px;}
header h2{font-size: 28px;}
header p{font-size: 14px;line-height: 17px;}

.menu{background: #f2f2f2;}
.homeicon {float: left; background: rgb(227 193 108 / 29%); padding:8.5px 9px;}
.homeicon img {width: 24px;}
.menu ul.topmenu{list-style: none;padding: 0%;margin: 0%;text-align: left;float: left;width: 94%;white-space: nowrap;overflow-x: scroll;}
.menu ul.topmenu li{display: inline-block;}
.menu ul.topmenu li a{padding:0.5rem 0.7rem;display: block;color: #434242;font-weight: 500;text-transform: uppercase; font-size: 1.1rem;}
.menu ul.topmenu li a.is-current,.menu ul.topmenu li.active a {background: #e3c16c;}
.menu ul.topmenu li a:active{color: #fff;background: blue;border-color: blue;}
.menu.has-sticky {display: block !important; position: fixed; box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px; width: 100%; z-index: 99; top:10px; animation: 0.35s ease-out 0s 1 normal none running slideDown; }
@keyframes slideDown { 
  0% { transform: translateY(-100%); }
  100% { transform: translateY(0px); }
}
.menu ul.childmenu{text-align: right; border-top: 1px solid #fff; margin-bottom: 0;list-style: none;} 
.menu ul.childmenu li{display: inline-flex;}
.menu ul.childmenu a{padding: 0.5rem 0.7rem;display: block;color: #434242;text-transform: uppercase;font-weight: 500;    font-size: 14px;}

.homeslider{position: relative;}
.homeslide img{width: 100vw;height: 64vh; object-fit: cover; position: relative;}
.homeslide .swiper-slide{position: relative;}
.homeslide .swiper-slide:after{position: absolute;content: ""; height: 100%; display: block; bottom: 0; left: 0; z-index: 1; width: 100%; height: 40%; background: linear-gradient(0deg, #141414, rgba(0, 0, 0, .78) 22.22%, rgba(0, 0, 0, .56) 46.84%, rgba(65, 65, 65, 0));pointer-events: none; margin-bottom: -2px;}
.homeslide .swiper-button-prev,.homeslide .swiper-button-next{background-color: rgba(0, 0, 0, .5);  border: 1px solid #e0e0e0; border-radius: 50%;min-width: 50px;   min-height: 50px;  max-width: 50px;  max-height: 50px;}
.homeslide .swiper-button-prev{left: 100px;}
.homeslide .swiper-button-next{right: 100px;}
.homeslide .swiper-pagination-bullet{height: 3px;width: 15px;border-radius: 0px; background: #868786; transition: opacity .6s ease;}
.homeslide .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;transition: opacity .6s ease;}
.slidecontent{min-width: 536px; display: flex; flex-direction: column; position: absolute;  z-index: 2; bottom: 43px; left: 50%;margin-left: -268px;box-sizing: border-box;align-items: center; text-align: center;justify-content: center;}
.slidecontent h3{color: #fff;font-size: 22px;font-weight: 400; line-height: 33px; margin-top: 17px;padding-right: 15px;}
.slidecontent h3 span{padding: 0 4px; border-radius: 5px; color: #fcaf17; font-weight: 600;}
.slidecontent h2{color: #fff; font-size: 42px; font-weight: 600; line-height: 50px;}
.slidecontent h2 span{color: #fff;font-weight: 700; text-transform: uppercase;}
.slidecontent .ctndraw{width: 100%;margin: 15px 0; min-height: 1px; background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));}
.slidecontent .tprice{color: #e0e0e0;font-size: 15px; font-weight: 400;line-height: 20px;}
.slidecontent .tprice .inprice{color: #fff;font-size: 22px;font-weight: 600;line-height: 33px;margin: 0 5px 0 10px;}
.slidecontent .tprice .closeprice{color: #e0e0e0;font-size: 18px; font-weight: 300;line-height: 33px; margin-right: 15px; -webkit-text-decoration-line: line-through;text-decoration-line: line-through;}
.slidecontent a{margin-top: 15px;width: 184px; height: 51px;line-height: 51px; border-radius: 40px; background: #146F44;color: #fff; font-size: 14px; font-weight: 500; cursor: pointer;text-transform: capitalize;}

.mainslider{background: rgba(0,0,0,0.4) url(../images/mainbg.webp) center center no-repeat; background-size: cover; padding: 50px 0px 50px; background-blend-mode: multiply;}
.bannerbox{display: flex; align-items: center;}
.bannerbox .bannercontent{flex: 0 0 62%;}
.bannerbox .bannercontent h1{color: #fff;font-weight: 900;font-size: 50px;}
.bannerbox .bannercontent h4{color: #fff; font-size: 25px;font-weight: 500;line-height: 30px;}
.bannerbox .bannercontent ul{display: flex;flex-wrap: wrap; padding-top: 25px;}
.bannerbox .bannercontent ul li{flex: 0 0 50%;color: #fff; line-height: 35px;font-weight: 600}
.bannerbox .bannercontent ul li img{width: 18px;height: 18px;}
.bannerbox .bannercontent a{display: block;background-image: linear-gradient(180deg, #ff326a 0%, #d10a33 100%);    border-radius: 10px 10px 10px 10px;padding: 15px 25px 15px 25px; color: #fff;font-size: 16px;width:200px;margin-top: 40px; text-align: center;}
.bannerbox .bannercontent a img{width: 18px; height: 18px;}
.bannerbox .bannerform{flex: 0 0 38%;}
.bannerform form{padding: 25px 25px 25px 25px;background-color: #17254c99;}
.bannerform form h3{background-color: #17254c; color: #fff; text-align: center;font-size: 18px;font-weight: 500; padding: 25px 25px 25px 25px;margin:-25px -25px 0px;}
.bannerform form input{margin-top: 25px;}
.bannerform form input[type=submit]{background-color: #fff; text-align: center;font-size: 14px;font-weight: 500;border-radius: 5px 5px 5px 5px; padding: 11px 0px 12px 0;border: 0;color: #000; margin-top: 10px;}
.formcheckbox{display: flex; gap:5px; align-items: center;margin-top: 10px;}
.formcheckbox p{margin-bottom: 0; color: #fff;font-size: 14px;}
.formcheckbox input[type=checkbox]{margin-top: 0;}


.packagetour{padding: 30px 0px;background: #e7f4ff;}
.whitetourbox{background: #f9f9f9;}
.packagetour h2{color: #222;border-bottom: 1px dashed #828282; text-align: center; margin-bottom: 15px; font-size: 30px; margin-top: 10px; line-height: 35px; padding-bottom: 13px; display: inline-block;    font-family: 'platomedium'; font-weight: 600;}
.packagetour h2 span{    color: #d71c22;}
.productbox{position: relative;padding: 9px 9px 0px 9px; background: #fff; -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);    margin: 15px 0px;}
.productbox>img{border-radius: 10px;/* height: 214px; */width: 100%;object-fit: cover;}
.productbox h3{color: #3F51B5; font-size: 16px; font-weight: 600; margin-top: 6px; margin-bottom: 10px; text-align: center; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pctn p{ margin-bottom: 0;color: #525252;font-size: 12px; font-weight: 400; line-height: 15px; padding-bottom: 4px;}
.pctn p img{ width: 16px;}
.productbox p{margin-bottom: 0;font-size: 12px;font-weight: 400;display: flex;gap: 5px;/* color: #008000 !important; */}
.productbox .holiday{padding-bottom: 7px;white-space: nowrap;overflow-x: scroll;width: 100%; margin-bottom: 10px;}
.productbox .holiday li{border: 1px solid #ccc;padding: 2px 9px; font-size: 12px;color: #000; text-align: left; border-radius: 11px; display: inline-flex;gap: 5px;align-items: center;}
.productbox .holiday li img{width: 22px;}
.productbox .holiday li span{font-size: 11px;}
.productbox .holiday li p{margin-bottom: 0;font-weight: 500}
.productbottom{background: #ebf1ff;padding: 9px; margin: 0px -9px;display: flex;justify-content: space-between;align-items: stretch;}
.productbottom .pbtm-1{flex: 0 0 55%;}
.productbottom .pbtm-1 p{color: #525252; font-size: 12px; font-weight: 400; padding-bottom: 0; margin-bottom: 0;}
.productbottom .pbtm-1 .kp-old{color: #FF5722;text-decoration: line-through; font-size: 14px; font-weight: 600;line-height: 14px;}
.productbottom .pbtm-1 .kp-new{color: #000;font-size: 18px; font-weight:600; line-height: 14px; border-left: 1px solid #ccc; padding-left: 5px;}
.productbottom .pbtm-2{flex: 0 0 45%;display: flex; align-items: center; flex-direction: column; justify-content: center;}
.productbottom .pbtm-2 a{background: #17254e;border-radius: 4px;padding: 7px 7px;border: 1px solid #17254e;display: block;margin-bottom: 5px;color: #fff;font-weight: bold;font-size: 12px;text-align: center;/* animation: 1.4s infinite scaleup; */}
.productbottom .pbtm-2 a.bgorange{border: 1px solid #FF5722;background: #FF5722;color: #fff;font-weight: 600;  box-shadow: 1px 0px 7px 0px;}
.pbadges{position: absolute; z-index: 5; left: -7px; top: 15px; background-image: blueviolet; background-image: linear-gradient(to right, #2196F3, #FF5722);width: 110px; height: 25px; line-height: 25px;  padding: 0; text-align: center; color: #fff; font-size: 10px; font-weight: 400; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
.pbadges:before{content: "";position: absolute; left: 0; bottom: -7px; width: 0; height: 0; border-bottom: 0; border-top: 7px solid #607D8B; border-right: 0px solid transparent; border-left: 8px solid transparent;z-index: 0;}
.pbadges img{width: 13px;}
.pbadges span {position: absolute; height: 100%; top: 0; right: 0; width: 1px;}
.pbadges span:before{content: ""; position: absolute; left: 0px; top: 0px; width: 0; height: 0; border-bottom: 20px solid transparent; border-top: 0 solid transparent; border-right: 0px; border-left: 8px solid #FF5722; z-index: 0;}
.pbadges span:after{content: ""; position: absolute; left: 0px; bottom: 0px; width: 0; height: 0; border-bottom: 0 solid transparent; border-top: 20px solid transparent; border-right: 0px; border-left: 8px solid #FF5722; z-index: 0;}
.packagelist .swiper-button-next,.packagelist .swiper-button-prev{width: 50px;height: 50px;background: #fff; border-radius: 100%; box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);    top: 40%;}
.packagelist .swiper-button-next:after,.packagelist .swiper-button-prev:after{color: #000;font-size: 18px;}
.packagelist .swiper-wrapper{margin-bottom: 20px;}

@keyframes scaleup {
  0%,100% {transform: scale3d(1,1,1)}
   50% {transform: scale3d(1.05,1.05,1.05)}
}



.readlater{background-color: #fff; box-shadow: 0 2px 6px #0003; padding: 15px;border-radius: 10px; width: 842px; margin: 1rem auto; display: flex;justify-content: space-between;align-items: center;}
.readctn{display: flex; gap: 10px;}
.readctn img{width: 32px; height: 32px;}
.readctn h2{font-size: 1.25rem; margin-bottom: .25rem;}
.readctn p{color: #111111e6; margin-bottom: 0;    font-size: 14px;}
.readbtn a{display: block;color: #ed1c24; border: 1px solid #ed1c24;border-radius: 30px;font-weight: 500;font-size: 13px; padding: 5px 10px;}
.readbtn a img{width: 30px;}

#popupmodel .modelclosebtn,#popupmodelone .modelclosebtn{position: absolute;right: 0px;top: -11px; width: 30px; height: 30px; background: #fff; color: #000; border-radius: 100%; text-align: center;line-height: 33px; box-shadow: 0 -5px 15px rgba(82,82,82,.5);z-index: 2;}
#popupmodel .modelclosebtn .btn-close,#popupmodelone .modelclosebtn .btn-close{transition: all .2s ease-in-out;    font-size: 13px;}
#popupmodel .modelclosebtn .btn-close:hover,#popupmodelone .modelclosebtn .btn-close:hover{    transform: rotate(90deg); color: #000;font-size: 14px;}
.mainform h3{color: #202020;font-size: 22px;font-weight: 500; line-height: 33px; margin-bottom: 3px;}
.mainform h3 span{color: #3f8ed7;font-weight: 600; margin-left: 5px;}
.mainform p{color: #515151;font-size: 12px; font-weight: 400; line-height: 18px;}
.mainform label{font-size: 14px;color: #cbcbcb;    transition: all .1s linear;}
.mainform label span{color: red;}
.mainform .form-control:focus{box-shadow: none;    border-color: #dee2e6;}
.mainform .input-group-text{background: transparent; width: 14%; margin-right: 2%; border-radius: 5px;}
.mainform .input-group input{border-radius: 5px;}
.mainform textarea{height: 82px; margin-bottom: 11px;}
.mainform input[type=submit]{border-radius: 7px;background-image: linear-gradient(to right, #2196F3, #FF5722);width: 100%;height: 51px;color: #fff; font-size: 16px;font-weight: 500;cursor: pointer; transition: all .1s linear; border: 0;text-decoration: none;}
.mainform .form-floating,.mainform .input-group-text{margin-bottom: 11px;}
.mainform .form-floating .form-control{height: 52px;min-height: 52px;padding:.7rem .75rem 0;font-size: 14px;}



.details_form {background: #8c8c8c;padding: 18px 10px}
.details_form p {margin-bottom: 0;font-size: 13px;color: #fff}
.details_form input {height: 37.5px;font-size: 13px;}
.details_form .btn {line-height: .5}
.details_form .input-group-text {padding: 6px 8px;font-size: .8rem;border-radius: 0;}
.form-number {background: #fff;font-size: 12px;display: flex;align-items: center; padding: 0 5px 0 0;color: #b3b3b3;line-height: 40px;height: 38px;border: 1px solid #c9c9c9}
.details_form img {width: 23px !important; height: auto !important;}


footer {padding: 3rem 0 0;    background: #373737;}
footer h3 {color: #eb5976;border-bottom: 1px solid #757575; padding-bottom: 0.5rem; margin-bottom: 0.5rem; font-size: 1.3rem;}
footer h5 {color: #fff;margin-bottom: 0;font-size: 1rem;}
footer .footerfirst ul {margin-top: 1rem;padding-left: 0;list-style: none;}
footer .footerfirst ul li {margin-bottom: 1rem;}
footer .footerfirst ul li a {color: #757575;}
footer .footerfirst ul li a i {margin-right: 0.6rem;}
footer h6 {color: #f9f9f9}
footer .approved img {width: 56px; height: 56px; background: #fff;border-radius: 10px}
footer .accept img {width: 42px;height: 42px;background: #fff; border-radius: 100%}
.disclamier{background: #f2ead3;}
.disclamier p {margin-top: 10px;text-align: center;color: #000;padding: 10px;font-size: .9rem; margin-bottom: 0;}
.copyright p {text-align: left; color: #fff; padding: 10px 0;}
.ftmbtm {}
.ftmbtm a{color: #fff;font-size: 13px;}


.modal-overlay.slideuppopup { display: none; position: fixed; top: 0;  left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.7); z-index: 999;}
.modal-content.slideupcontent {background-color: #e1e1e1;height: 100vh !important; width: 70%; padding: 1px; border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); position: fixed; bottom: 0; right: 0;}
.close-btn {position: absolute;top: 341px; left: -57px; padding: 2px; cursor: pointer; font-size: 26px; color: #fff; border-radius: initial; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); width: 40px; height: 40px;text-align: center;  margin: 10px auto;  background-color: #000;border-radius: 30px;}
#backgroundOverlay {position: fixed; top: 0;left: 0;width: 100%; height: 98%; background-color: rgba(0, 0, 0, 0.5); display: none;z-index: 9998;}
@keyframes slideIn { from { transform: translateY(100%);  }
to {transform: translateY(0); }  }
@keyframes slideOut {from {transform: translateY(0);  }
to {transform: translateY(100%);} 
}
@keyframes slideleft {from { transform: translateX(+100%); }
to {transform: translateX(0);} 
}
@keyframes slideleftOut {from {transform: translateX(0);}
to {transform: translateX(+100%);}
}
.whyus .modeltitle {text-align:center; padding:10px;background: #F2EAD3;color: #121212;padding-top: 10px;border-radius: 6px 6px 0px 0px;margin-bottom: 0px;border-bottom: 1px solid #d1cbcb; text-transform: uppercase; font-size: 28px;}
.scrollfix{height: 100vh; overflow-y: scroll;padding-bottom: 7%;}
.packageenquiry {position:fixed;width:100%;max-width:310px;top:50%;box-sizing:border-box;padding:5px 10px;margin-top:-225px}
.packageenquiry input,.packageenquiry textarea {margin-bottom:4px;font-size: 14px;}
.packageenquiry img{width: 21px;}
.packageenquiry .form-number{height: 35px;}
.packageenquiry h3 {font-size:1rem;text-align:center}
.packageenquiry p {font-size:13px;text-align:center}


.hightlight ul{}
.hightlight ul li{font-size: 14px;padding-top: 5px;    font-weight: 400;    display: flex;gap: 5px; align-items: center;}
.hightlight ul li img{width: 20px;}

.singleimagebox img{width: 100%;}
.overviewbox h2{font-size: 21px;padding-bottom: 10px;}
.overviewbox p{font-size: 14px;}
.includeexclude h5{background: #ddd;padding: 10px;font-size: 15px;}
.includeexclude ul{margin-bottom: 20px;}

.dayslistbox{padding: 30px 15px;background: #fff;}
.dayslistbox h3{background: #ddd;padding: 10px;font-size: 17px;}
.dayslistbox ul{}
.dayslistbox ul li{position: relative;margin-left: 40px;border-bottom: 1px solid #ddd;padding-bottom: 10px;    margin-bottom: 10px;}
.dayslistbox ul li:before{position: absolute;content: "";border-left: 2px solid #e3e5e6; width: 0; height: calc(100% - 0px); padding-top: 0; top: 43px;  left: -31px;}
.dayslistbox ul li:after{position: absolute; content: "";width: 14px; height: 14px;  border: 2px solid #fff; background-color: #323637;  background-image: none; border-radius: 50%; transition: all .2s; top: 28px;left: -37px;}
.dayslistbox ul li a{color: #323637;font-weight: 400; position: relative;display: block;padding: 10px 0px; }
.dayslistbox ul li a:after{content: ""; background: url(../images/bottom-arrow.svg) center center no-repeat; width: 24px;height: 24px; position: absolute; right: 0; top: 10px;transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out, -webkit-transform .2s ease-out;    -webkit-transform: rotate(180deg);transform: rotate(180deg);}
.dayslistbox ul li a.collapsed:after{-webkit-transform: rotate(0deg);transform: rotate(0deg); }
.dayslistbox ul li .dayctn p{margin-bottom: 0;font-size: 14px;    font-weight: 400;}
.dayslistbox ul li:last-child::before{display: none;}

.pbtn{display: flex;gap: 5px;background: #17254e;justify-content: space-between; padding: 6px 6px; margin-left: -9px;margin-right: -9px;}
.packagebtn{}
.packagebtn a{background: rgb(255 255 255 / 12%);border-radius: 5px;padding: 5px;display: flex;gap: 5px;align-items: center;}
.packagebtn a img{width: 20px;}
.packagebtn a span{color: #fff;font-size: 10px;}
.pbtn .packbtn{}
.pbtn .packbtn a{background: #ee2737;color: #fff;display: block;border-radius: 5px;/* box-shadow: 1px 0px 7px 0px; */padding: 4px 17px;font-size: 11px;border: 1px solid #ffffff6b;}

.helicopter{padding: 40px 0px; background: #164c83;}
.helicopter .heliimg img{border-radius: 10px;}
.helictn{}
.helictn h2{color: #fff;font-size: 30px;margin-bottom: 20px;}
.helictn p{color: #fff; margin-bottom: 20px;}
.helictn a{display: block;width: 200px; text-align: center; background: #ff5722; color: #fff; padding: 10px 0px; border-radius: 36px;}

.packagemenu {position:fixed;top:-1px;	left:0;z-index:999999;background:#fff;width:100%}
.packagemenu ul {display:inline-block;padding:10px;white-space:nowrap;overflow-x:scroll;width:100%;scrollbar-width:none}
.packagemenu li { display: inline-block;}
.packagemenu li a {font-size:14px;padding:7px 10px;border:1px solid #6c6c6c;	border-radius:10px;	display:flex;	gap:5px;	color:#6c6c6c}
.packagemenu li a.is-current {background:#fff7e7;	border-color:#ffebc4}

.mobileslider{display: block;position: relative;padding: 5px;}
.mobileslider .trusrcard{padding: 4px 5px;background: #ffffffd1; position: absolute;bottom: 30px;z-index: 9; width: 100%; display: none;}
.mobileslider .trusrcard ul{display: flex; align-items: flex-start; justify-content: space-between;text-align: center;}
.mobileslider .trusrcard ul img{width: 35px;height: 35px;object-fit: contain;}
.mobileslider .trusrcard ul small{font-size: 12px; display: block;}

.homemobileslide .swiper-pagination .swiper-pagination-bullet{width:30px;height: 4px;border-radius: 0;position: relative;background: #585858;opacity: 1;/* box-shadow: rgb(255 255 255) 19px 7px 29px 0px; */border: 0.1px solid #ffffff3b;}
.homemobileslide:hover .swiper-pagination-bullet-active:before{-webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; cursor: pointer}
.homemobileslide .swiper-pagination-bullet-active:before {content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(to right,rgb(255 189 0) 50%,rgba(255,255,255,0) 50%); background-size: 200% 100%; transition: 3.5s ease-out; -webkit-animation: 3.5s linear biglight; animation: 3.5s linear biglight; z-index: 1;}
/* .homemobileslide .swiper-wrapper{margin-bottom: 30px;} */
/* .homemobileslide img{height: 52vh;width: 100%;object-fit: cover;} */
@-webkit-keyframes biglight {  from {background-position: right bottom} }

.villaexperience{padding: 30px 0;}
.villaexperience h2{font-size: 22px;}
.experiencebox{display: flex; margin-bottom: 30px;}
.experienceimage{flex: 0 0 40%; max-width:40%;}
/* .experienceimage img{border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px;} */
.experiencectn{flex: 0 0 60%; max-width: 60%;border: 1px solid #f1f1f1;  padding: 20px 30px 20px 30px;display: flex;  flex-direction: column;  align-items: center;  justify-content: center; border-radius: 0px 10px 10px 0px; -webkit-border-radius: 0px 10px 10px 0px; -moz-border-radius: 0px 10px 10px 0px;background: #f5f3f3;}
.experiencectn h3{font-size: 22px; color: #2b2b2b; margin-bottom: 10px;}
.experiencectn p{font-size: 12px; color: #2b2b2b; line-height:20px;font-weight: 500;margin-bottom: 0;}
.experiencectn ul{display: inline-flex; flex-wrap: wrap; margin-top: 10px; align-items: flex-start;    list-style: inside;}
.experiencectn ul li{flex: 0 0 49%;font-size: 14px;}
.experiencebox.bdrchnage .experienceimage img{border-radius: 0px 10px 10px 0; -webkit-border-radius: 0px 10px 10px 0; -moz-border-radius: 0px 10px 10px 0;}
.experiencebox.bdrchnage .experiencectn{border-radius: 10px 0px 0px 10px; -webkit-border-radius: 10px 0px 0px 10px; -moz-border-radius: 10px 0px 0px 10px;}

.inclusiontitle{ font-size: 12px;     font-weight: 600;   margin-bottom: 4px;}
.incusionlist{overflow-x: scroll;       margin-bottom: 8px; padding-bottom: 5px;}
.incusionlist ul{display: inline-block; white-space: nowrap; margin-bottom: 5px;}
.incusionlist ul li{font-size: 11px;display: inline-block;border: 1px solid #ddd;padding: 3px 8px;color: #868686;}

.todolist img{height: 60px;border-radius: 0;width: 100%;}
.todolist h5{font-size: 10px; text-align: center; color: #000; margin-top: 5px;}
.todolist .swiper-button-next{height: calc(100% - 15px); top: 0; background: #00000063; right: 0; width: 25px;}
.todolist .swiper-button-prev{height: calc(100% - 15px); top: 0; background: #00000063; left: 0; width: 25px;}
.todolist .swiper-button-next:after,.todolist .swiper-button-prev:after{background: transparent;padding: 0; border-radius: 0;font-size: 16px;    height: calc(100% - 115px);}
.todolist .swiper-button-disabled{cursor: inherit; pointer-events: inherit;}
/* .thingstodolist.doarrow .todolist .swiper-button-prev,.thingstodolist.doarrow .swiper-button-next{    height: calc(100% - 19px);} */


.pslide .swiper-button-prev,.pslide .swiper-button-next{width: 30px; height: 30px; background: #00000059;border-radius: 100%;}
/* .tslide:hover .swiper-button-prev,.tslide:hover .swiper-button-next{opacity: 1;} */
.pslide .swiper-button-prev:after,.pslide .swiper-button-next:after{color: #fff;font-size: 13px;width: 30px;height: 30px;line-height: 15px;text-align: center;}
.offerprice {background:#fff;	font-weight:600;top:45px; left: 0; z-index: 9;font-size: 12px;position: absolute;    padding: 5px 10px;border-radius: 0px 10px 10px 0px;}
.offerprice:after {border-style:solid;border-width:0 .3125em .3125em 0;border-color:transparent #104c78 transparent transparent;content:"";display:block;left:0;bottom:-2px;position: absolute;}
.offerprice img{width: 15px;}

.rentalservices{padding: 30px 0px;}
.rentaltabs ul#pills-tab{gap: 10px; margin-bottom: 20px;}
.rentaltabs button{background: transparent;border: 1px solid #ddd;font-size: 15px;padding: 7px 25px;}
.rentaltabs button.active{background: #146f44;color: #fff;border-color: #146f44;}
.rentalbox{border: 1px solid #ddd;display: flex;align-items: center;margin-bottom: 25px;justify-content: space-evenly;}
.rentalbox img{width: 50%;}
.rentalbox h5{/* background: #146f44; *//* color: #fff; */margin-bottom: 0;/* text-align: center; */padding-top: 10px;font-size: 18px;font-weight: 700;margin-bottom: 10px;}
.rentalbox .pricelist{/* text-align: center; */padding: 5px 0px 10px;font-weight: 600;/* background: #146f44; *//* color: #fff; */font-size: 12px;}
.rental .swiper-button-next,.rental .swiper-button-prev{width: 35px;height: 35px; background: #146f44; border-radius: 100%;}
.rental .swiper-button-next:after,.rental .swiper-button-prev:after{font-size: 13px;}


.excusiveoffer{padding: 30px 0px;background: url(../images/bodybg.webp) repeat center top; background-size: cover;}
.excusiveoffer h2{text-align: center; font-size: 26px; margin-bottom: 10px; font-family: 'platomedium';    font-weight: 900;    letter-spacing: 3px;    text-transform: capitalize;}
.excusiveoffer h2 span{color: #d71c22;}
.excuslivebox{border: 1px solid #ddd;margin: 10px 0px;}
.excuslivebox img{width: 100%;}
.excuslivebox h5{font-size: 15px;padding: 10px 10px 5px 10px; margin-bottom: 0; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.excuslivebox p{font-size: 12px;padding: 5px 10px 10px 10px; height: 51px;overflow-y: scroll;scrollbar-width: none;margin-bottom: 10px;}
.excusivelist .swiper-wrapper{margin-bottom: 30px;}
.excusivelist .swiper-button-next,.excusivelist .swiper-button-prev{width: 40px;height: 40px; background: #7e7e7e; border-radius: 100%}
.excusivelist .swiper-button-next:after,.excusivelist .swiper-button-prev:after{    font-size: 13px;}


.excusivelistmenu{}
.excusivelistmenu ul{position: fixed; width: 100%;padding: 10px; top: -2px;display: flex;    background: #fff;}
.excusivelistmenu ul li{width: 50%;}
.excusivelistmenu ul li a{background: transparent;border: 1px solid #ddd; font-size: 12px; margin-right: 6px; padding: 10px 18px; font-weight: 600; width: 100%; text-align: center; color: #000; display: block;}
.excusivelistmenu ul li a.is-current{background: #e3c16c;border-color: #e3c16c;}
.exboxlist{padding: 10px; padding-top: 20px;    background: url(../images/bodybg.webp) repeat center top;
  background-size: cover;}
.exboxlist h3{font-family: 'platomedium';text-align: center;font-weight: 600;font-size: 30px;    margin-bottom: 20px;}
.exboxlist h3 span{color: #d71c22;}
.excuslivebox01{display: flex;column-gap: 10px;flex-wrap: wrap;}
.excuslivebox01 .excuslivebox{width: 49%;}
.topfiexbar{padding-top: 70px;}

.exlusivelist a{display: inline-block;color: #fff;padding: 4px 13px;font-size: 14px;text-align: center;border-top-left-radius: 10px;border-top-right-radius: 10px;background: #f7193f;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);position: fixed;right: -29px;top: 40%;margin-top: -43.5px;z-index: 999;}

.onclickicon{width: 50px;height: 50px;background: #0000008f;text-align: center; line-height: 50px; border-radius: 100%; display: block; position: absolute;top: 50%; left: 64%; margin-top: -45px; margin-left: -45px;z-index: 9;}
.onclickicon img{width: 30px;height: auto !important;object-fit: inherit;}  


.visitorbox{padding: 15px 0px;}
.visitorbox h3{font-size: 20px;margin-bottom: 10px; border-bottom: 1px solid #ddd; padding-bottom: 6px;}
.groupbox li img{height: 100px; width: 100%; object-fit: cover;}
.groupbox .swiper-button-next,.groupbox .swiper-button-prev,.clientimage .swiper-button-prev,.clientimage .swiper-button-next{    width: 30px;height: 30px;  background: #000; border-radius: 40px; top: 50%;margin-top: -10px;}
.groupbox .swiper-button-next:after,.groupbox .swiper-button-prev:after,.clientimage .swiper-button-next:after,.clientimage .swiper-button-prev:after{    font-size: 11px;}


body.modal-open,body.gethide,html.gethide {overflow: hidden;}
.popup {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 710px;padding: 20px;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);z-index: 1000;border-radius: 2px;}
.popup .close-popup {position: absolute;top: 10px; right: 12px; color: #fff; cursor: pointer; font-size: 30px; }
.popupoverlay {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); z-index: 999;}
.popform form input,.popform form select{margin-bottom: 10px;font-size: 13px;    height: 48px;}
.popform form input[type=submit]{background: #f37002;width: 100%; border: 0;padding: 10px; font-size: 16px;font-weight: 600; color: #fff;margin-bottom: 0;}
.poptit{font-size: 20px !important;}
.popbg{background: url(../images/bg_desktop_tc.webp) center center no-repeat; background-size: cover;padding-bottom: 20px;}

.popbg h4{font-weight: 600; color: #fff; font-size: 19px; line-height: 29.09px; font-family: 'Poppins Bold', sans-serif; margin-top:38px; margin-bottom: 15px;}
.popbg ul{}
.popbg ul li{font-weight: 500;font-size: 15px; margin-bottom: 10px; color: #fff; line-height: 21.46px;display: flex; align-items: center; column-gap: 7px;}
.popbg ul li img{}

.popbelow{padding-top: 30px;}
.popbelow p{font-size: 13px;}
.popbelow ul{display: flex; gap: 10px; margin-top: 15px;}
.popbelow ul li{}
.popbelow ul li a{border: 1px solid #BEC3CA;padding: 6.5px 10px; font-size: 13px; color: #444;}
.popbelow ul li a img{width: 17px;}

.popform form{width: 279px;position: absolute;top: 10px;right: 40px; background: #fff; padding: 20px; border: 1px solid #ddd; border-radius: 4px;}
.popform form h3{font-size: 14px;}

.letforcontact,.serviceslist{width: calc(100% - 37px);}
.letforcontact .select2-container,.serviceslist .select2-container{width: 100% !important;}
.letforcontact .select2-selection{height: 39px;line-height: 39px;}
.letforcontact  .select2-selection__rendered{line-height: 39px !important;    padding-right: 0px !important;    font-size: 14px;}
.letforcontact .pr-02{padding-right: 5px;}
.letforcontact .pb-02{padding: 0px 5px;}
.letforcontact .pl-02{padding-left: 5px;}
.letforcontact  .select2-selection__arrow{height: 37px !important;}
.serviceslist .select2-selection{height: 40px;overflow-y: scroll; overflow-x: hidden;}
.serviceslist .select2-selection__choice{font-size: 11px;    margin-bottom: 0;}
.serviceslist  .select2-dropdown{z-index: 9 !important;}
.checkbox-option{font-size: 13px;    margin-bottom: 2px;}

.numberbdr{width: calc(100% - 50px); background: #fff;     border-radius: 0px 3px 3px 0px;}
.innernumberb{display: flex;}
.innernumberb input{width: 6%;border: 0; font-size: 12px; text-align: center;    border-radius: 0px 3px 3px 0px;}
.innernumberb input:focus-visible{box-shadow: none; outline: none;}
.innernumberb .form-space{height: 38px;line-height: 38px;color: #cbcccd;}
.innernumberb .mr1{margin-right: 5px;}
.innernumberb .ml1{margin-left: 5px;}

.tourgroup{border: 1px solid #f37022;box-shadow: 0px 0px 10px 2px rgba(243,112,34,0.3);border-radius: 10px;margin: 0px auto 10px; padding: 10px;display: flex; justify-content: flex-start;    align-items: center;}
.tourgroup .groupimg{width: 90px; margin-right: 10px;}
.tourgroup .groupimg img{border-radius: 10px;width: 90px; height: 90px;}
.tourgroup .groupctn {flex: 0 0 75%;}
.tourgroup .groupctn h3{font-weight: 600; font-size: 23px;padding-bottom: 5px; color: #f37022;    margin-bottom: 0;}
.tourgroup .groupctn p{ margin-bottom: 0; font-weight: 400;  font-size: 14px; color: #515151;}
.tourgroup .groupbtn a{background: linear-gradient(90deg, #ffba0a 0%, #f37022 100%);    border-radius: 8px;    color: #fff;  font-size: 15px;    letter-spacing: 0.2px; line-height: 1.23;    padding: 15px 20px;      display: inline-block;  cursor: pointer;}

.doheading {background: #fff;}
.doheading h6 {
  font-family: 'platomedium';
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0px;
}
.doheading h6 span {
  color: #d71c22;
}

.offerlist{overflow-y: scroll;height: 60px;padding: 6px 10px;border: 1px solid #ddd;margin-bottom: 10px;}
.offerlist ul{}
.offerlist ul li{font-size: 10px;}

.letplanlist{padding: 30px 0px;}
.plandiscuss img{border-radius: 6px;}
.plandiscuss .planctn{padding: 10px 15px;background:linear-gradient(180deg, transparent -28.82%, #000 87.02%);border-radius: 6px; position: absolute;bottom: 0; width: 100%;}
.plandiscuss .planctn p{color: #fff;font-size: 12px; margin-bottom: 0;}
.letplan .swiper-wrapper{margin-bottom: 3rem;}
.listplan{margin-bottom: 2rem;}
.listplan h3{text-align: center; font-size: 26px; margin-bottom: 10px; font-family: 'platomedium';    font-weight: 900;    letter-spacing: 3px;    text-transform: capitalize;}
.listplan h3 span{color: #d71c22;}
.plandiscuss h5{color: #fff; font-size: 13px;}


.letforcontact,.serviceslist{width: calc(100% - 49px);}
.letforcontact .select2-container,.serviceslist .select2-container{width: 100% !important;}
.letforcontact .select2-selection{height: 37.5px;line-height: 37.5px;border: 0;border-radius: 0;}
.letforcontact  .select2-selection__rendered{line-height: 39px !important;    padding-right: 0px !important;    font-size: 14px;}
.letforcontact .pr-02{padding-right: 5px;}
.letforcontact .pb-02{padding: 0px 5px;}
.letforcontact .pl-02{padding-left: 5px;}
.letforcontact  .select2-selection__arrow{height: 37px !important;}
.serviceslist .select2-selection{height: 40px;overflow-y: scroll; overflow-x: hidden;}
.serviceslist .select2-selection__choice{font-size: 11px;    margin-bottom: 0;}
.serviceslist  .select2-dropdown{z-index: 9 !important;}
.checkbox-option{font-size: 13px;    margin-bottom: 2px;}

.numberbdr{width: calc(100% - 49px); background: #fff;     border-radius: 0px 3px 3px 0px;     height: 37.5px;}
.innernumberb{display: flex;}
.innernumberb input{width: 6%;border: 0; font-size: 12px; text-align: center;    border-radius: 0px 3px 3px 0px;}
.innernumberb input:focus-visible{box-shadow: none; outline: none;}
.innernumberb .form-space{height: 38px;line-height: 38px;color: #cbcccd;}
.innernumberb .mr1{margin-right: 5px;}
.innernumberb .ml1{margin-left: 5px;}

.requirementlist{}
.requirementlist h6{}
.reqbox{display: flex; flex-wrap: wrap; gap: 10px; background: #fff; height: 58px; overflow-y: scroll; border: 1px solid #ddd;  margin-bottom: 10px;  padding: 8px 8px; border-radius: 7px;}
.reqbox .requircheck{display: flex; align-items: center; gap: 7px; background: #e4e4e4; padding: 3px 7px; border-radius: 6px;}
.reqbox .requircheck label{font-size: 11px;}
.reqbox .requircheck input{height: auto;}

#popupmodel .select2-container {z-index: 1055; }

.modalnumber{width: calc(100% - 74px);border: 1px solid #dee2e6;margin-bottom: 10px}
.modalinnernumberb{ display: flex;}
.modalinnernumberb input{border-radius: 5px;text-align: center; width: 8%; font-size: 12px;padding: 13px 0px; height: 38px;    border: 0;}
.modalinnernumberb .form-space{height: 38px;line-height: 38px;font-size: 14px;}
.mainform .input-group input:focus-visible {border: 0; outline: none; box-shadow: none;}
.mainform .letforcontact .select2-container{    border: 1px solid #dee2e6;}
.mainform .requircheck label{color: #000 !important;}

.vacation{padding: 20px 0px;}
.vacation-inner {text-align: center;}
.vacation-inner img {border-radius: 10px;}
.vacation-inner h3 {margin-top: 20px;font-weight: 900;color: #506ddc;}
.city-swiper{margin-top:30px ;}
.city-swiper h3{background: #f2f2f2; color: #4a73dd;font-size: 14px;text-align: center;margin-bottom: 0;padding: 10px 0px;}
.city-swiper .swiper-wrapper{margin-bottom: 0;}
.fsm li{font-size: 9px !important;}
.package-box{padding: 50px 0;}
.package-box h2{text-align: center;margin-bottom: 20px;}
.highlight-icon {height: 6px;width: 8px;margin-right: 8px;}
.join-div span {background: var(--details-dayplan-title-bg2, linear-gradient(80deg, #ff7f3f 0%, #ff3e5e 100%));border-radius: 30px;padding: 1px 7px;max-width: 227px;opacity: .88;color: #fff;font-size: 10px;font-weight: 600;text-align: center;margin-right: 10px;display: inline-block;width: 53px;}
.join-div {display: flex;align-items: center;justify-content: flex-start;font-weight: 500;text-transform: capitalize;font-size: 10px;padding: 10px 0;}
.dayplanheaderV2-info-content {display: flex;flex-wrap: wrap;margin: 10px 0;border-bottom: 1px solid #0000001f;padding-bottom: 4px;}
.dayplanheaderV2-info-content div {margin-right: 10px;font-size: 12px;display: flex;align-items: center;}
span.toggle-btn {border: 1px dashed #3F51B5;padding: 2px 11px;background: #ffffff;font-size: 12px;color: #3F51B5;cursor: pointer;display: inline-block;position: absolute;left: 50%;transform: translate(-50%, -96%);top: 50%;border-radius: 10px;}

.content-btn{margin-bottom:10px;text-align:center;position:relative;background:#fff;height:20px}
.area img{width:13px;height:13px}
.area p{display:flex;align-items:center}
.inclusion_block{border:1px solid #0000003d;border-radius:6px;margin-bottom:10px;margin-top:10px;padding:2px;position:relative;padding-top:5px;margin-top:16px}
.service_subheading{color:var(--gray);font-size:var(--fnt-12);margin:8px 0 2px;text-transform:uppercase}
.incl_align{background:#fff;left:15px;padding:0 10px;position:absolute;top:-18px;color:green!important;font-weight:500!important;text-transform:capitalize;font-size:10px!important}
.package_list-inclusions{display:flex;overflow-x:auto;width:100%;justify-content:space-around;align-items:center}
.package_list-inclusions>li:first-child{margin-left:0}
.package_list-inclusions>li{cursor:pointer;text-align:center;text-transform:capitalize;margin:0 6px;min-width:auto;font-size:10px;display:flex;flex-direction:column;align-items:center}
.pkgIcon-sightseeing{background-position:-126px -20px;height: 19px;width:20px}
.dpaulsAdvList li:before,.pkg_exclusion li:before,.pkg_inclusion li:before,[class*=pkgIcon-]{background-image:url(../images/package-sprite.eb03da4.png);background-repeat:no-repeat;background-size:337px 116px;display:inline-block;vertical-align:middle}
.pkgIcon-hotels{background-position:-54px -20px;height:19px;width:19px}
.pkgIcon-transfers{background-position:-237px -20px;height: 19px;width:22px}
.pkgIcon-meals{background-position:-150px -20px;height: 19px;width:20px}
.pkgIcon-taxes{background-position:-194px -20px;height: 19px;width:20px}
.carelist-readmore ul{height:87px;overflow:hidden;transition:all .5s}
.show-height{height:auto!important;transition:all .5s}
.content-btn::before{content:'';background-color:#ffffffcf;top:-40px;left:0;position:absolute;width:100%;height:41px;background:#fff;background:linear-gradient(4deg,rgba(255,255,255,1) 39%,rgba(0,212,255,0) 100%);background:#fff;background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #ff000000 94%);}
.tranding-box figure{line-height:0;position:relative}
.tranding-box figure img{border-radius:3px;width:100%}
.tranding-box figure figcaption{position:absolute;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;top:0;left:0;width:100%;height:100%}
.tranding-box figure figcaption a{display:flex;flex-wrap:wrap;color:#fff;align-items:center;justify-content:center;width:100%;height:100%}
.fig h3 {padding-bottom: 5px;text-shadow: 2px 1px 2px #000000;}
.tranding-box figure a span {font-size: 12px;line-height: 17px;border-radius: 60px;color: #000000;border: 1px solid #fff;padding: 5px 18px;box-shadow: 2px 1px 2px #000000;background: #fff;}
.tranding-box figure a:hover {background-color: rgba(0, 0, 0, 0.6);}
.tranding-box figure a {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transition: background-color 400ms linear;-moz-transition: background-color 400ms linear;-o-transition: background-color 400ms linear;-ms-transition: background-color 400ms linear;transition: background-color 400ms linear;background: transparent;border-radius: 3px;}
.fig {text-align: center;}
.kashmir-package-city {padding: 50px 0;}
.tranding-holiday-destination h2 {margin-bottom: 30px;text-align: center;}
.bg-light{background-color: #e7f4ff;}
.tabthings img {height: 150px;width: 100%;object-fit: cover;}
.inner-hotel {border: 1px solid #f7f7f7;padding: 20px;margin-bottom: 30px;background: #ececec40;}
.inner-hotel h2 {font-size: 16px;}
.swiper-button-next{right:0}
.swiper-button-prev{left:0}
.swiper-button-next,
.swiper-button-prev{background: #00000099;}
.packbtn a{padding: 8px 35px;border-radius: 48px 0px; border: 0px solid #6C8003; }
.packbtn a{background-color: #d85443;color: white;animation: blink 3s linear infinite;}
@keyframes blink {
  0%, 100% {
    background-color: red;
    transform: scale3d(1, 1, 1);
  }
  50% {
    background-color: #d85443;
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.inclusion_block p img {width: 22px;height: 19px;}
.productbottom .pbtm-2 a{
    position: relative;overflow: hidden;
}
.productbottom .pbtm-2 a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100px;
    background-image: linear-gradient(
        120deg, rgba(239,239,239, 0) 30%, rgba(239,239,239, .5), rgba(239,239,239, 0) 70%
    );
    animation: shine 9s infinite linear; 
}
@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
.pkgIcon-plan{
    background-position: -24px -20px;
    height: 19px;
    width: 27px;
}

.gold-clr{
    color: #dab800;
}
.menu ul.topmenu::-webkit-scrollbar {
  display: none;
}
.devmenu{overflow-y:hidden;}
.ml-0{margin-left:0 !important}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
  /* background: #960000; */
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 39px;
  text-align: center;
  overflow: hidden;
  opacity: 0.7;
  border-radius: 4px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 1px solid #ff0000;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.gallery-slider img{
  border-radius: 5px;
}
.swiper-thumb img {
  opacity: .5;
}
.swiper-thumb .swiper-slide-thumb-active img {
  border: 1px solid #d92d2d;
  opacity: 1;
}
.swiper-thumb{margin-top: 5px;}
.swiper-main img, .swiper-thumb img{border-radius: 5px;}
.swiper-main{position: relative;}
.swiper-main p{position: absolute;left: 50%;bottom: 5px;background: #fff;font-size: 13px;padding: 2px 10px;border-radius: 3px;transform: translateX(-50%);font-weight: 600;}
.main-img-pack,.swiper-main img{width: 100%;height: 200px !important;object-fit: cover;}
.experiences ul {
  display: flex;
  flex-wrap: wrap;
}

.experiences ul li {
  border: 1px solid #e0e0e0;
  margin-right: 16px;
  padding: 6px 20px;
  margin-bottom: 15px;
  border-radius: 100px;
  background: #fff;
}

.experiences ul li span {
  font-size: 12px;
  font-weight: 500;
}
section.experiences-sec p {
  margin-bottom: 34px;
}

section.experiences-sec {
  background: #f4f4f4;
  padding: 50px 0;
}
#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
  background: #fff;
}
#myTable th, #myTable td {
  text-align: left;
  padding: 0px 12px;
}
#myTable tr {
  border-bottom: 1px solid #ddd;
}
#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}
#myTable th, #myTable td {
  text-align: left;
  padding: 0px 12px;
  font-size: 16px;
}
.events table tr th:first-child {
  text-align: center !important;
  padding-right: 5px;
}
.events table tr th {
  color: #4A505D;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}
.events img {
  width: 110px;
  padding: 10px 15px 10px 0px;
}

.events table tr td a {
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 700;
  text-decoration: none;
  color: #253d52;
  padding: 6px 15px;
  border-radius: 2px;
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
}
.events table tr td a {
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  padding: 6px 15px;
  /* border-radius: 2px; */
  display: inline-block;
  /* font-family: 'Quicksand', sans-serif; */
  font-size: 15px;
}
section.events.events-1 {
  padding: 50px 0;
  background: #f4f4f4;
}
.events table tr td:first-child {
  text-align: center !important;
  padding-right: 5px;
  font-size: 16px;
}
.events table tr td .link-btn{
  background-color: red;
  color: #fff;
  text-align: center;
}
td.e_h1 {
  font-size: 14px !important;
}
.rentalbox p {
  margin-bottom: 0;
}
.rentalservices h2 {
  text-align: center;
  margin-bottom: 30px;
}
section.taxi-area {
  padding: 50px 0;
}
.area-taxi-nav {
  margin-bottom: 40px !important;
}
#pills-tab button {
  border: 1px solid #e8e8e8;
  border-radius: 7px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  margin-right: 8px;
  font-size: 17px;
  color: #303030;
  padding: 0 27px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#pills-tab button.active {
  background: #3b5894;
  border-color: #2067d1;
  color: #fff;
}

.ui-box {
  background: #fff;
  min-height: 270px;
  border: #ededed 1px solid;
  border-radius: 5px;
  padding-top: 3px;
  display: block;
  position: relative;
  box-shadow: 1px 3px 13px 0 rgb(25 42 70 / 13%)
}

.ui-inner-facetune {
  text-align: center;
  position: relative
}

.ui-inner-facetune a {
  color: #475F7B
}

.ui-inner-facetune a:hover {
  color: #f36e32
}.info-2 {
  width: 26px;
  height: 26px;
  background: url(../images/163993614.webp) -42px -40px;
}
.flatbhk_box .btn-primary {
  background-color: rgb(58, 88, 148) !important;
  border-color: rgb(58, 88, 148) !important;
}
.recommend_box{background: #fff;padding: 10px;border:1px solid #e7e7e7;border-radius: 10px;}
.tourbox{margin-bottom: 1rem;}
.tourbox img{width: 15px;}
.tourbox span{text-transform: uppercase;font-size: .7rem;font-weight: 700;}
.recommend_box h2{font-size: 18px;font-weight: 600;}
.tdetails img{width: 10px;}
.tdetails p{font-size: .7rem;}
.tourimg{position: relative;}
.tourimg img{border-radius: 12px; height: 240px; width: 100%; object-fit: cover;}
.tourimg span.days{background: #000; color: #fff;position: absolute;right: 5px; z-index: 1; font-size: 11px;top: -10px; padding: 5px 15px; border-radius: 13px;}
.specialoffer{margin-top: 1rem;font-size: .9rem;}
.recommend_box .taxi-service-btn{padding: 0;margin-top: 10px ;}
.stationinner{border: 1px solid #0000003b;border-radius: 10px;padding: 10px;}
.stationinner img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.stationinner h6{
    font-size: 20px;margin-bottom: 0;text-align: center;
}
.taxi-service-btn .talk-to-cd{
  background:rgb(75 114 190);
  width: 100% !important;
  border-radius: 5px !important;
  margin-top: 0;
  padding: 6px 10px;
}
.taxi-service-btn .img-box span {
  color: #fff;
  font-size: 10px;
}
span.data-pick {
  position: absolute;
  font-size: 40px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  opacity: 0;
}
.taxi-service-btn .talk-to-cd h6 {
  font-size: 11px;
  margin-bottom: 1px;
}
.talk-to-cd h6 {
  font-size: 17px;
  margin: 0px 0px 4px;
  text-align: center;
  font-family: Metropolis-Bold;
  color: #fff;
}
.taxi-service-btn .talk-to-cd h2 {
  font-size: 14px;
}
.t-inner {
  display: flex
;
  justify-content: space-between;
  align-items: center;
}
.talk-to-cd h2 {
  font-size: 22px;
  margin: 0px;
  font-family: Metropolis-Bold;
  color: #fff;
}
.taxi-service-btn .t-inner img {
  width: 25px;
  /* margin-right: 14px; */
}
.taxi-service-btn .img-box span {
  color: #fff;
  font-size: 10px;
}
.taxi-service-btn .img-box {
  border: 1px solid #ffffff24;
  padding: 2px 7px;
  background: #ffffff24;
  border-radius: 5px;
  position: relative;
}
.sec-title {
  text-align: center;
  position: relative;
  margin-bottom: 19px;
}
.sec-title h2 {
  font-size: 30px;
}
._divbox-outer {
  display: flex;
  justify-content: space-between;
}
._divbox {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  width: 19%;
  border: 1px solid rgb(170, 211, 239);
}
._divbox {
  display: flex;
}
._divimg {
  width: 60px;
  height: 60px;
  border: 1px solid rgb(170 211 239 / 69%);
  border-radius: 10px;
  padding: 10px;
  margin-right: 16px;
}
._divttl {
  font-weight: 600;
  font-size: 16px;
}
section.corp-hidden._innerWrap-2 {
  padding: 50px 0;
}
section.places {
  background: #f4f4f4;
  padding: 50px 0;
}

.mainbg {
  background: url(../images/banner.jpg) top center no-repeat rgb(0 0 0 / 22%);
  background-size: cover;
  min-height: 400px;
  padding: 4rem 0;
  position: relative;
  background-blend-mode: multiply
}

.sliderform {
  margin-left: auto;
  background-color: #ffffffc4;
  width: 373px;
  border-radius: 16px;
  padding: 20px 24px
}

.sliderform h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem
}

.sliderform img {
  width: 25px
}

.sliderform label {
  display: block;
  font-size: .9rem;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 5px
}

.sliderform input,
.sliderform select {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  font-weight: 400;
  font-size: .8rem;
  line-height: 24px;
  padding: 9px 10px;
  display: block;
  width: 100%;
  margin-bottom: .7rem
}

.sliderform .input-group-text {
  padding: 8.5px 10px
}

.sliderform input[type=submit] {
  background: #4c72bd;
  border-color: #4c72bd;
  color: #fff;
  text-transform: uppercase
}

.slider_ctn h2 {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 7px 6px rgba(0, 0, 0, .4)
}

.slider_ctn p {
  color: #fff
}

.review_list {
  margin-top: 2rem
}

.review_list span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff
}

.review_list i {
  color: #ffcc13;
  font-size: 1.7rem
}
   
.trusrcard {
  background-color: rgba(4, 4, 4, .5);
  padding: 20px 30px;
  position: absolute;
  left: 0;
  bottom: 14%;
  border-radius: 0 80px 80px 0;
  width: 100%;
  max-width: calc(100% - 40%)
}

.trusrcard ul {
  padding: 0;
  margin: 0
}

.trusrcard ul li {
  display: inline-block;
  text-align: center;
  width: 19.33%
}

.trusrcard ul li img {
  height: 40px;
  object-fit: contain;
  width: 50px
}

.trusrcard h5 {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  margin-top: 10px
}
.slider_ctn h6 {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Stars {
  --percent: calc(var(--rating) / 2.6* 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  margin-left: 10px;
}
:root {
  --star-size: 24px;
  --star-color: #fff;
  --star-background: #fc0;
}
.rating-box {
  display: flex
;
}
.mobile-cta, .mobileheader, .mobileshow, .mobshow {
  display: none;
}

.view {
    position: relative;
    padding: 10px;
}

.hovertiptext {
    position: absolute;
    width: 300px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px;
    top: -24px;
    left: 0px;
    bottom: 33px;
    display: none;
    /* height: 300px; */
}

.hovertiptext li {
    background: transparent !important;
    border: none !important;
    text-align: left;
    font-size: 11px;
    width: 100%;
    list-style: circle !important;
    margin: 0;
}

.hovertiptext ul {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}

.hovertiptext p {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}


.view li:hover .hovertiptext {
    display: block
}
view li img {
    width: 16px;
}
.view li {
    display: inline-block;
    padding: 4px;
    font-size: 0.9rem;
    border-radius: 4px;
    width: 49%;
    text-align: center;
}

.view li:nth-child(2) {
    background: rgb(227, 237, 255);
    border: 1px solid rgb(8, 145, 214);
}

.view li:nth-child(1) {
    background: rgb(216, 245, 213);
    border: 1px solid rgb(0, 221, 128);
}

.view li span {
    display: flex;
    justify-content: space-evenly;
}

.view li img {
    width: 16px;
}
.flatbook p {
    font-size: .7rem;
    padding: 0px 10px;
}
.amenties ul {
    list-style: circle;
    margin: auto 20px;
    padding: 0px;
}
.amenties ul li {
    list-style: circle;
    margin: 0px;
    float: left;
    line-height: 20px;
    padding: 0px;
    width: 100%;
}
.am_ttl2 {
    font-size: 12px;
    color: rgb(60, 55, 55);
    font-weight: 600;
}

.amenties {
    width: 100%;
    float: left;
    margin-top: 2px;
    margin-bottom: 4px;
    padding: 0 10px;
}
.prolist {
    margin-top: 9px;
    margin-bottom: 10px;
}
.prolist ul {
    padding: 0;
    margin-bottom: 2px;
}
.prolist ul {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -7px;
}
.prolist ul li {
    display: inline-flex;
    border: 1px solid #dddddda8;
    padding: 6px 9px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 5px;
    min-width: max-content;
    background: #fff;
    align-items: center;
    font-size: 12px;
}
.prolist ul li img {
    width: 20px;
    margin-right: 7px;
}