@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

html{font-size: 16px;scroll-behavior: smooth;}
body{margin:0; font-family: "Poppins", sans-serif;}
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: 8px;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;}
.pkframe {height: 100vh; padding-bottom: 5%; overflow-y: scroll; width: 100%; touch-action: none;}
.mobile-cta,.mobileheader{display: none;}
.menu-arrow {display: none !important;}
.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }

.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;    font-family: arial;     display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
header ul li a {font-size: 23px;color: #000;font-weight: 700; display: inline;}
.logo{display: block;text-align: left;}
.logo img{width: 130px;    border-radius: 10px;}
header h2{font-size: 23px;}
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;}
.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-block;}
.menu ul.childmenu a{padding: 0.5rem 0.7rem;display: block;color: #434242;text-transform: uppercase;font-weight: 500;    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: 38px}
.details_form .btn {line-height: .5}
.details_form img {margin-bottom: 5px}
.details_form .input-group-text {padding: 4px;font-size: .8rem}
.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}

.homeslider{position: relative;}
.homeslide img{width: 100vw;height: 68vh; 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: #ffa808;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: #1f044c;color: #fff; font-size: 14px; font-weight: 500; cursor: pointer;text-transform: capitalize;}


.reviewlist{background: #fff; padding: 30px 0px;}
.reviewlist h2{text-align: center; margin-bottom: 2rem;    font-size: 1.7rem;display: flex;justify-content: center;  align-items: center; width: 100%;}
.testilft{border-right: 1px solid #e0e0e0; display: flex; flex-direction: column; justify-content: center; text-align: center; align-items: center; height: 100%;}
.testilft h4{color: #000;font-size: 24px; font-weight: 700;}
.testilft .star{display: flex;}
.testilft .star img{width: 30px;margin-bottom: 10px;}
.testilft p{font-size: 13px;font-weight: 700;}
.testilft .glogo{width: 130px;}
.reviewpoint{border: 1px solid #e0e0e0; background: #f4f4f4; padding: 15px;}
.reviewpic{display: flex;    margin-bottom: 1rem;}
.reviewpic img{width: 40px;height: 40px; margin-right: 2%;}
.reviewpic .name{color: #000; font-weight: 600;}
.reviewpic .name img{width: 20px; height: 20px; margin-top: -6px;}
.reviewpic .name span{font-size: 14px;    font-weight: 500}
.reviewpic .name small{display: block; font-weight: 400; }
.reviewpoint i.fa-star{color: #fb8e28;font-size: 1.2rem;}
.reviewpoint .star{display: flex;}
.reviewpoint .star img{width: 18px;margin-bottom: 4px;}

.reviewpoint .reviewctn{font-size: .8rem;margin-top: 0.6rem;height: 70px;overflow-y: scroll;}
.reviewpoint1 .swiper-button-next,.reviewpoint1 .swiper-button-prev{width: 50px; height: 50px;background: #fff; border-radius: 100%;  border: 1px solid #e0e0e0;}
.reviewpoint1 .swiper-button-next:after,.reviewpoint1 .swiper-button-prev:after{color: #000; font-weight: 700;}
.reviewpoint1  .swiper-wrapper{padding-bottom: 60px;}
.reviewpoint1 .swiper-button-next{bottom: 0; top: inherit;}
.reviewpoint1 .swiper-button-prev{bottom: 0; top: inherit;}

footer {padding: 3rem 0 0;background: rgba(0, 0, 0, 0.5) url(../images/footerbg.webp) center center no-repeat; background-size: cover; background-blend-mode: multiply;}
footer h3 {color: #eb5976;border-bottom: 1px solid #757575; padding-bottom: 0.5rem; margin-bottom: 0.5rem; font-size: 1.3rem;}
footer h5 {color: #c9c9c9;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,.copyright p a{color: #ffffff;}
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;}

.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:-184px}
.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}
.mobileshow .packageenquiry {position: static;margin: 0; width: 100%; max-width: 100%; overflow-x: hidden; background: #f5f5f5; padding: 10px 10px;}



#popupmodel .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{transition: all .2s ease-in-out;    font-size: 13px;}
#popupmodel .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: #1f044c;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: #1f044c;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;}

.getoffer{padding: 30px 0;}
.offer_bg{text-align: center;position: relative;}
.offer_bg img{border-radius: 10px;    width: 1320px;    height: 220px}
.offerctn{position: absolute; left: 16px; top: 0; width: 50%; height: 100%; text-align: left; padding: 16px 20px;}
.offerctn h2{color: #fff;font-size: 24px; font-weight: 600;line-height: normal;}
.offerctn p{font-size: 13px;font-style: normal;font-weight: 400; color: #fff;}
.offerctn a{background: #fff;color: #f47625;font-size: 14px;font-weight: 500;  padding: 12px 24px;display: block;width: 162px;}

.differntshow{background-color: #ed713b; padding: 15px 0 0; margin-bottom: 2rem;}
.differbox{display: flex; justify-content: space-between; align-items: center;gap: 40px;}
.differbox .differctn{padding-bottom: 1rem;}
.differbox .differctn h2{color: #fff; border-bottom: 1px solid #f58f62; font-size: 30px; padding-bottom: 10px;}
.differbox .differctn p{color: #fff;font-weight: 300;}
.differbox .differctn a{border: 2px solid #fff; color: #fff; padding: 5px 20px; border-radius: 60px; font-weight: 300; display: inline-block;}

.readlater{background-color: #fff; box-shadow: 0 2px 6px #0003; padding: 15px;border-radius: 10px; width: 842px; margin: 0px auto; display: flex;justify-content: space-between;align-items: center; margin-bottom: 2rem;}
.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;}


.tourgroup{border: 1px solid #1f044c;box-shadow: 0px 0px 10px 2px rgba(243,112,34,0.3);border-radius: 10px;margin: -30px auto 30px; padding: 10px;display: flex; justify-content: flex-start;    align-items: center; margin-top: 15px;}
.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: 18px;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:#1f044c;    border-radius: 8px;    color: #fff;  font-size: 15px;    letter-spacing: 0.2px; line-height: 1.23;    padding: 15px 20px;      display: inline-block;  cursor: pointer;}

.popular{padding: 35px 0; background: #25272c;}
.popular h2{color: #fff; text-align: center; font-size: 22px;}
.popular p{color: #fff; text-align: center; font-size: 14px; margin-bottom: 30px;}
.popularbox{background: #fff; border-radius: 12px;}
.popularbox img{border-radius: 12px 12px 0px 0px;width: 100%; height: 170px;  object-fit: cover;}
.popularbox h4{padding: 15px;font-size: 15px; color: #25272c; padding-bottom: 10px;}
.popularbox p{color: #25272c; font-size: 14px; font-weight: 400; text-align: left; padding: 0px 15px 15px; height: 170px;}

.holiday_market{background: #fff; padding: 30px 0px;}
.holidaypoint ul{padding: 0; margin: 0; list-style: none;}
.holidaypoint ul li{float: left; width: 33.33%;text-align: center; margin-top: 20px;}
.holidaypoint ul li img{width: 48px; height: 48px;}
.holidaypoint h3{text-align: center;font-size: 21px;}
.holidaypoint p{margin-bottom: 0;}
.holidaypoint.bdfrgt ul{border-left: 1px dotted;}

.bestrates{padding: 30px 0;}
.bestrates h3{font-family: "Ephesis", cursive; padding-left: 50px; color: #e8604c;}
.bestrates h2{ padding-left: 50px;font-size: 35px;margin-bottom: 30px;font-weight: 700;}
.bestrates ul{display: flex;justify-content: space-between;gap: 20px;align-items: center;}
.bestrates ul li{flex-basis: 18%;}
.bestrates ul li .ratesbox{border-radius: 8px 8px 8px 8px;border: 1px solid #EBE6DE;padding: 20px 20px 20px 20px;}
.bestrates ul li .ratesbox .ratesimg{width: 150px;height: 150px; border-radius: 100%; line-height: 150px;background: #FAF8F4;text-align: center; margin: 0px auto 25px;}
.bestrates ul li img{width: 65px;height: 65px;}
.bestrates ul li p{margin-bottom: 0; font-size: 16px;font-weight: 600;text-align: center;color: #313041;line-height:23px; height: 90px;}

.how-it-work {padding: 20px 0px;}
.elementor-widget-container {padding: 25px;text-align: center;}
.ha-steps-icon {position: relative; display: inline-block; margin-bottom: 2rem; padding: 40px; border-radius: 50%; text-align: center;  font-size: 46px;   height: 150px;   width: 150px;   background:#fba708;}
.ha-step-arrow {width: 60px; border-color: rgb(155, 155, 155);}
.ha-steps-icon img {width: 70px;}
.ha-steps-icon .ha-steps-label {position: absolute;top: 5px; right: 0px; overflow: hidden; padding: 8px 10px;  max-width: 200%;  border: 3px solid rgb(255, 255, 255);  border-radius: 20px;   color: rgb(255, 255, 255);   text-overflow: ellipsis;   white-space: nowrap;   font-size: 12px;   line-height: 1;}
.ha-steps-title {margin-bottom: 10px; color: rgb(49, 62, 100);  font-size: 17px;  letter-spacing: 0.6px;  font-weight: 900;}
.ha-step-description {color: rgb(46, 46, 46);font-size: .8rem;}
.ha-steps-label {color: rgb(49, 62, 100); background:#1f044c;}

.packagelist{padding: 30px 0; background: #e7f4ff;}
.packagelist .text-center h2{color: #222;border-bottom: 1px dashed #828282; text-align: center;    margin-bottom: 40px; font-size: 30px; margin-top: 10px; line-height: 35px; padding-bottom: 13px; display: inline-block;}
.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;}
.productbox h3{color: #3F51B5; font-size: 14px; 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: 7px; font-size: 12px; font-weight: 400;display: flex;gap: 5px;    align-items: center;}
.productbox .pctn p:nth-child(2){height: 40px;}
.productbox .holiday{display: flex;align-items: center;justify-content: space-between;padding-bottom:15px;}
.productbox .holiday li{border: 1px solid #ccc;padding: 2px 9px; font-size: 12px;color: #000; text-align: center; border-radius: 11px;}
.productbox .holiday li img{width: 16px;}
.productbottom{background: #1f044c0d;padding: 9px; margin: 0px -9px;display: flex;justify-content: space-between;align-items: stretch;}
.productbottom .pbtm-1{flex: 0 0 65%;}
.productbottom .pbtm-1 p{color: #525252; font-size: 12px; font-weight: 400; padding-bottom: 0; margin-bottom: 0;}
.productbottom .pbtm-1 .kp-old{color: #1f044c;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 100%;display: flex; align-items: center; flex-direction: column; justify-content: center;}
.productbottom .pbtm-2 a{color: #fff; border-radius: 4px; padding: 7px; border: 1px solid #1f044c; display: block; margin-bottom: 5px; background: #1f044c;font-weight: bold; font-size: 14px;text-align: center;    width: 100%;}
.productbottom .pbtm-2 a.bgorange{border: 1px solid #1f044c;background: #1f044c;color: #fff;font-weight: 5}
.pbadges{position: absolute; z-index: 5; left: -7px; top: 15px; background:#1f044c;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 #1f044c; 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 #1f044c; 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 #1f044c; z-index: 0;}


.tabssection .fixedtabs,.tabssection #pillsinner{background: #cce8ff; padding: 7px 30px;justify-content: flex-start;}
.tabssection .fixedtabs button,.tabssection #pillsinner button{font-family: "Lato", sans-serif;background: #fff; padding: 6px 10px;margin-left: 8px;   border-radius: 8px;   border: 1px solid #d8d8d8;   color: #4a4a4a;   font-size: 14px;}
.tabssection .fixedtabs button.active,.tabssection #pillsinner button.active{background: #008cff; color: #fff;    font-weight: 700;}
.tabssection #pillsinner{flex-wrap: nowrap; overflow-x: scroll;}
.tabssection{position: relative;}
.dayplans{padding: 0px 40px;}
.dayplans h3{font-size: 18px; border-bottom: 1px solid #ddd;  padding-bottom: 10px;text-align: left;}
.dayplans p{font-size: 14px;}
.ptop {padding-top: 130px;}
.pto{padding-top: 50px !important;}
.fixtabs{position: fixed;width: 45%; z-index: 999;}
.dayslist{background: #cce8ff;  padding: 7px 30px;  display: flex;  margin-bottom: 10px;   padding-bottom: 10px;    overflow-x: scroll;   flex-wrap: nowrap;   justify-content: flex-start;    position: fixed;   top: 100px;   width: 45%;}
.dayslist li{}
.dayslist li a{font-family: "Lato", sans-serif;  background: #fff;  padding: 6px 10px;  margin-left: 8px;  border-radius: 8px;  border: 1px solid #d8d8d8;  color: #4a4a4a;  font-size: 14px;  display: block;}
.tabinnerbox p{margin-bottom: 15px;}

.summarybox{padding: 10px 15px;}
.summarybox .uvlist {display: flex; justify-content: space-between; padding: 20px 0px 10px;    border-bottom: 1px solid #ebebeb;}
.summarybox .duration {font-weight: 500; font-size: 14px;}
.summarybox .duration img {width: 20px;}
.summarybox .tamenities{padding-bottom: 10px;}
.summarybox p{margin-bottom: 0;font-size: 14px;}
.summarybox ul{list-style: circle;padding-left: 20px}
.summarybox ul li{font-size: 14px;line-height: 29px;}

.tamenities ul{display: flex;justify-content: space-between; align-items: center;text-align: center;}
.tamenities ul li img{width: 32px; height: 32px;}
.tamenities ul li p{margin-bottom: 0;font-size: 12px;}

.recommended{padding: 40px 0;background: #e7f4ff; margin-bottom: 30px;}
.recommended h2{ text-align: center; margin-bottom: 30px;border-bottom: 1px dashed #828282; display: inline-block;}
.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; text-align: center; margin-bottom: 10px; margin-top: 10px;}
.recommend_box p{height: 70px;overflow-y: scroll;font-size: 12px;scrollbar-width: none;}
.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 .ctahotel{display: flex;justify-content: space-between;align-items: center;}
.recommend_box .ctahotel a{background-image: linear-gradient(to right, #1a2980 0%, #26d0c2 51%, #1a2980 100%);color: #fff;display: block; padding: 10px 20px; border-radius: 10px; font-size: 14px;}
.recommend_box .ctahotel a:nth-child(2){background: #075E54;}
.recommend .swiper-wrapper{margin-bottom: 40px;}


.inclusive{padding: 30px 0;}
.inclusive h2{font-size: 22px;font-weight: 600;color: #212221;text-align: center; position: relative;}
.inclusive h2:after{content:""; display: block; background: url(../images/title-bottom.svg) center center no-repeat; width: 160px;height: 7px; margin: 5px auto 0;}
.inclusive_box{margin-top:40px;display: grid;grid-template-columns: repeat(3, 1fr);gap: 35px 50px;}
.inclusive_list{display: flex;align-items: flex-start;gap: 15px;}
.inclusive_list h3{color: #212221;font-weight: 600;font-size: 16px; line-height: 23px; margin-bottom: 4px;}
.inclusive_list p{font-weight: 400;font-size: 12px;line-height: 20px;letter-spacing: .01em;color: #595959;}

.benfits{padding: 30px 0;}
.benfits .benfitsbox{display: flex;gap: 20px;}
.benfitsbox .benfitslits{box-shadow: 0px 0px 24px 1px rgb(14 2 8 / 8%); padding:20px 15px 20px;border-radius: 5px; text-align: center; flex: 0 0 32.33%;    background: #fff;}
.benfitsbox .benfitslits img{width: 68px;margin: 0px auto 20px;     height: 80px;}
.benfitsbox .benfitslits h2{font-size: 22px; color: #000; font-weight: 500; margin-bottom: 0; line-height: 1.3;     font-family: 'platomedium';}
.benfitsbox .benfitslits p{margin-top: 10px; margin-bottom: 0;    font-size: 12px;}

.floatingwhatsapp{position: fixed;right: 10px;bottom: 40px; z-index: 99999;}
.floatingwhatsapp a{display: block;width: 100px;    text-align: center; color: #000;}
.floatingwhatsapp a img{width: 70px;    margin-bottom: 6px;}
.floatingwhatsapp p{margin-bottom: 0;background: #fff;padding: 3px; font-size: 13px; font-weight: 600; text-align: center; border-radius: 10px; box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.2);}

.counteroffer{padding:0px 0 30px;}
.offercounter{display: flex; justify-content: space-between; align-items: flex-end;background: #141414;padding: 20px; border-radius: 10px; width: 100%;margin: 0px auto;margin-top: 20px;}
.offerbox{display: flex; flex-direction: column; align-items:flex-start; flex: 0 0 60%;}
.offerbox h3{color: #fff;text-align: center; font-size: 24px; font-weight: 700; line-height: 36px;}
.offerbox h4{color: #fff; font-size: 20px; font-weight: 600; line-height: 30px;}
.offerbox p{color: #e0e0e0;font-size: 14px; font-weight: 400; line-height: 21px; margin-top: 0px; margin-bottom: 7px;}
.offerbox a{display: block;height: 51px; line-height: 51px; text-align: center; width: 236px; border-radius: 10px; background: linear-gradient(4deg, #ff7b26, #ec048c); margin-top: 9px; color: #fff; font-size: 15px; font-weight: 500; cursor: pointer;}
.counterbox{flex: 0 0 40%;display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
.counterbox h3{color: #fff; font-size: 18px; font-weight: 400; line-height: 27px; text-align: right;    margin-bottom: 0;}
.counterbox .counterdivider{width: 270px; height: 1px; background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff); margin: 10px 0;}
.counterbox .tick{width: 80%;}
.counterbox .tick-group{text-align: center;margin-left: 10px;}
.counterbox .tick-label{font-size: 13px;color: #fff;}