@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&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;}
.mobile-cta{display: none;}
.mobileshow{display: none;}

.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}  

.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }

.header_inner{display: flex;justify-content: space-between; align-items: center; padding: 10px 0;}
.header_inner .logo a{display: block;}
.header_inner .logo img{width: 90px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius:10px; background: #ffffff73;padding: 5px 5px;}
.header_inner .lettalk a{background: #f37002; color: #fff; padding: 10px; border-radius: 10px;}

header{position: absolute;top: 0; z-index: 99; width: 100%;}
.homeslider{position: relative;}
.homeslide img{width: 100vw;height: 100vh; 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: #ffba0a;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: #f47625;color: #fff; font-size: 14px; font-weight: 500; cursor: pointer;text-transform: capitalize;}

.menu{background: #f2f2f2; display: none;}
.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{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; backdrop-filter: blur(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;background: #fff;} 
.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;}

.tourlist{padding: 40px 0 20px;}
.tour{position: relative;}
.tourctn{z-index: 1; position: absolute;bottom: 0;padding: 15px;width: 100%;}
.tour .tourimage img{border-radius: 10px;width: 100%; height: 510px;}
.duration ul{display: flex;justify-content: space-between;align-items: center;}
.duration li{color: #fff;font-size: 13px;line-height: 21px;}
.duration li svg{margin-top: -10px;}
.tourctn h2{line-height: 23px;color: #fff; font-size: 14px;font-weight: 500;text-transform: capitalize;margin-top: 5px;}
.tourctn .drawline{margin: 15px 0 5px;min-height: 1px; width: 100%;background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));}
.tourprice ul{display: flex; justify-content: flex-start;}
.tourprice ul li:first-child{padding-left: 0; text-decoration: line-through;font-weight: 400;}
.tourprice ul li{color: #fff;font-weight: 600;padding-left: 10px; font-size: 18px; line-height: 27px;}
.tourbtn ul{padding-top: 1rem;}
.tourbtn li{text-align: center; display: inline-block;}
.tourbtn li a{display: block;height: 51px; width: 51px; line-height: 51px;border-radius: 7px; border: 1px solid #fff;background: transparent;color: #fff; font-size: 14px; font-weight: 500;}
.tourbtn li:nth-child(2) a{background: #fff;color: #202020; width: 100%;}
.tourbtn li:first-child{width: 51px;margin-right: 5px;}
.tourbtn li:nth-child(2){width: calc(100% - 121px);}
.tourbtn li:nth-child(3){width: 51px; margin-left: 5px;}
.tourlistslider .swiper-wrapper,.tourpackagelist .swiper-wrapper{margin-bottom: 2rem;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background: #f37002;}

.getoffer{padding-bottom: 30px;}
.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: 30px; 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;}

.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;}

.reviewlist{background: #f2f2f2; padding: 30px 0px;}
.reviewlist h2{text-align: center; margin-bottom: 2rem;}
.reviewpoint{background: #fafafa; 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 small{display: block; font-weight: 400; }
.reviewpoint i.fa-star{color: #fb8e28;font-size: 1.2rem;}
.reviewpoint .reviewctn{font-size: .8rem;margin-top: 0.6rem;height: 100px;overflow-y: scroll;}
.reviewpoint1 .swiper-wrapper{margin-bottom: 3rem;}

.gallery{padding: 30px 0px;}
.gallery h2{text-align: center; font-weight: 700;    margin-bottom: 20px;}
.globalbrand .swiper-wrapper{margin-bottom: 40px;}
.globalbrand img{width: 100%; height: 200px; object-fit: cover; margin: 15px 0px;}

.recommended{padding: 30px 0;}
.recommend_box{background: #fff;padding: 10px;border:1px solid #e9cd7e;border-radius: 10px;}
.tourbox{margin-bottom: 1rem;}
.tourbox img{width: 15px;}
.tourbox span{text-transform: uppercase;font-size: .7rem;font-weight: 500;}
.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;}

#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: #fcaf17;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: #f47625;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;}
.popfloating{display: flex; margin-bottom: 13px;}
.popfloating .popcode{width:30%;}
.popfloating .popcode select{font-size: 12px; -webkit-appearance: auto;    padding: 15px 6px;    border-radius: 6px 0px 0px 6px;}
.popfloating input{border-radius: 0px 6px 6px 0px;}

.tourpackage{padding:40px 0 30px;}
.tourpackage .tourtitle h2{line-height: 33px; font-size: 22px; font-weight: 600; color: #202020;text-transform: capitalize; margin-bottom: 0;}
.tourpackage .tourtitle h3{line-height: 27px; margin-top: 5px;font-size: 18px;font-weight: 500;color: #515151; text-transform: capitalize; margin-top: 0;}
.tpcakage{margin-top: 20px;border: 1px solid #c9c7c7; box-shadow: 2px 2px 5px 0 #00000014;padding: 15px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.positionctn{position: relative;}
.offerbtna{background: #f9ae00;font-weight: 800; text-shadow: 0 1px 3px rgba(24,24,24,.2); color: #fff; padding: 6px 20px;border-radius: 0px 3px 3px 0; font-size: 13px; position: absolute;top: 15px;left: -5px;}
.offerprice{background: #057500;font-weight:600; text-shadow: 0 1px 3px rgba(24,24,24,.2); color: #fff; padding: 6px 20px;border-radius: 0px 3px 3px 0; font-size: 13px; position: absolute;top: 47px;left: -5px;}
.offerprice:after{border-style: solid;  border-width: 0 .3125em .3125em 0; border-color: transparent #104c78 transparent transparent; content: "";display: block;position: absolute;left: 0px;bottom: -4px;}
.tpcakage img{border-radius: 10px;width: 100%;height: 340px;object-fit: cover; cursor: pointer;}
.tpcakage .dayscount{display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 999; width: 100%; margin: -44px auto 0px; background:rgb(0 0 0 / 45%); padding: 10px 10px; border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px;}
.tpcakage li .dcount{color: #fff;  font-size: 12px; font-weight: 400; line-height: 21px;}
.tpcakage .dayscount svg{margin-top: -8px;}
.tpcakage .dayscount .rating{color: #fff; font-size: 14px; font-weight: 500;line-height: 21px;margin:0 5px 0px 0px;}
.tpcakage li span{color: #fff; font-size: 12px; font-weight: 400; line-height: 21px;}
.tpcakage h2{color: #202020; font-size: 15px; font-weight: 400; text-transform: capitalize; margin-top: 10px;}
.packagelist .swiper-wrapper{margin-bottom: 2rem;}
.packagelist .swiper-button-prev,.packagelist .swiper-button-next{background-color: #fef7ff;  border: 1px solid #f2f2f2; border-radius: 50%;  min-width: 50px;  min-height: 50px; max-width: 50px; max-height: 50px;    margin-top: -50px;}
.packagelist .swiper-button-next:after,.packagelist  .swiper-button-prev:after {background: var(--primarycolor); color: #000; font-size: 20px; padding: 8px; border-radius: 10px;}
.moredetails a{background: #f37002;color: #fff; text-align: center; display: block; padding: 10px 10px; font-size: 16px; margin-top: 1rem;border-radius: 6px;}
.moredetails a:hover{background: #000;}
.ilternarylist{background: linear-gradient(180deg, rgba(255, 186, 10, .1), rgba(255, 186, 10, 0)); font-size: 11px; margin: 3px 0px; height: 80px; line-height: 18px;}
.tamenities{margin-top: 10px;}
.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;}
.tpcakage .tprice{display: flex; justify-content: flex-start;gap: 3px;align-items: center;}
.tpcakage .tprice .mprice{color: #202020; font-size: 18px;font-weight: 600;line-height: 27px;margin-right: 5px;}
.tpcakage .tprice .sprice{color: #515151;font-size: 14px;font-weight: 400;line-height: 21px;text-decoration-line: line-through;}

.tbtn{display: flex; justify-content: space-between; align-items: center; margin-top: 15px;}
.packagebtn a{border: 1px solid #f37002; display: block; width: 51px; height: 51px; line-height: 51px; text-align: center; border-radius: 7px;}
.packagebtn a svg{color: #f37002;}
.packagerequest a{background: #f37002; color: #fff; display: block; height: 51px; line-height: 51px; width: 100%; text-align: center; border-radius: 7px; font-size: 14px;font-weight: 600;}
.packagerequest{ display: inline-block; padding: 0px 10px; width: calc(100% - 100px);}
.packagebtn{width: 51px; display: inline-block;}

.tslide .swiper-button-prev,.tslide .swiper-button-next{width: 30px; height: 30px; background: #fff;border-radius: 100%; opacity: 0;transition: opacity .2s linear;}
.tslide:hover .swiper-button-prev,.tslide:hover .swiper-button-next{opacity: 1;}
.tslide .swiper-button-prev:after,.tslide .swiper-button-next:after{color: #637075;font-size: 13px;width: 30px;height: 30px;line-height: 15px;text-align: center;}
.tslide .swiper-pagination-bullet{background-color: #fff; opacity: .5;}
.tslide .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}

.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}
.countrycode{width: 30%;}
.countrycode select{border-radius: 6px 0px 0px 6px;font-size: 12px;padding: 8.5px 5px;-webkit-appearance: auto;}

#book-online {padding: 20px 0px;position: relative;}
.why-book { border-right: 1px dotted rgb(51, 51, 51); text-align: center; margin: 20px 0px;  height: 70%; padding: 0px 20px;}
.why-book img { margin-bottom: 10px; filter: hue-rotate(119deg); width: 35px;}
.why-book h4 { color: rgb(80 109 220); font-size: 15px;}
.why-book p {font-size: 13px;}

.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: rgb(80 109 220);}
.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: 16px;  letter-spacing: 0.6px;  font-weight: 900;}
.ha-step-description {color: rgb(46, 46, 46);font-size: 12px;}
.ha-steps-label {color: rgb(49, 62, 100); background: rgb(255, 199, 80);}

.place {padding-bottom: 30px;}
#pills-tab button.active {
    background: linear-gradient(to right, #8A19E2, #0094DA) !important;
    /* font-weight: 600 !important; */
    color: #fff;
}
#pills-tab button {
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 20px !important;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #8A19E2, #0094DA);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 0px 20px;
    border-radius: 50px;
    width: auto !important;
    height: 31px;
    font-weight: bold;
    color: #000;
    font-weight: 300;
}
.place-inner {
    margin-bottom: 30px;border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
.place-content {
    padding: 10px;
    background: #fff;
}
.place-content h4 {
    font-size: 15px;
    font-weight: 800;
}

footer {    padding: 3rem 0 0;    background: rgba(0,0,0,0.7) url(../images/slider-7.jpg) center bottom no-repeat;
    background-size: 100%; background-blend-mode: multiply;}
footer h3 {color: #fff;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: #fff;}
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;}
.copyright p a{color: #fff;}


.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: 50%; left: -57px; padding: 2px; cursor: pointer; font-size: 30px; font-weight: 700; color: #000; border-radius: initial; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); width: 40px; height: 40px; line-height: 40px; text-align: center;  margin: 10px auto;  background-color: #fff;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}
.packageenquiry .countrycode select{padding: 7px 5px;}

.tourgroup{border: 1px solid #f37022;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;}
.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;}


.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;}

.activites{background: url(../images/category-bg.png) center center repeat; padding: 50px 0px 50px; background-color: #f9f6f6; margin-bottom: 2rem;}
.activiestitle{margin-bottom: 2rem; text-align: center;}
.activiestitle h6{font-size: 18px;font-weight: 700; color: #ff6525;}
.activiestitle h2{color: #000;font-size: 40px;font-weight: 700;line-height: 1.125; padding: 15px 0px 20px;}
.activites ul{display: flex;gap: 20px;justify-content: space-between;}
.activites ul li{flex: 0 0 14.6%;}
.activites ul li .actbox{padding: 30px 10px; border-radius: 10px; margin-bottom: 30px; background-color: #fff9f7;border: 10px solid #fff; transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);text-align: center;}
.activites ul li .actbox img{transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);}
.activites ul li .actbox p{margin-bottom: 0;font-size: 15px;text-align: center; margin-top: 1rem;    font-weight: 700;    height: 50px;}
.activites ul li:hover .actbox{background: #fff;}
.activites ul li:hover .actbox img{transform: rotateY(360deg);}


.courselist {padding: 25px 0;}
.vdesign{padding-top: 15px;}
.vdesign .nav-link{height: 50px;line-height: 30px;padding: 10px 10px 10px 12px;color: rgba(0, 0, 0, 0.5);font-size: 14px;font-weight: 700;text-transform: uppercase;width: 195px;text-align: left;    letter-spacing: 1px;}
.vdesign .nav-link img{margin-right: 12px;}
.vdesign .nav-link.active{color: #3f8cff; -webkit-border-radius: 25px 0px 0px 25px;-moz-border-radius: 25px 0px 0px 25px; border-radius: 25px 0px 0px 25px;-webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.1);-moz-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.1);box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.1);background: #ffffff;}
#v-pills-tabContent{width: -webkit-calc(100% - 195px); width: -moz-calc(100% - 195px); width: calc(100% - 195px);}
.vboxdetails{margin: 0px auto;-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;background: #ffffff;padding: 12px 20px 20px; }
.coursebox{padding-left: 45px;position: relative;}
.coursebox:before{content: "";width: 1px;height: 100%;height: -webkit-calc(100% - 7px);height: -moz-calc(100% - 7px);height: calc(100% - 7px);background-color: rgba(45, 46, 86, 0.2); position: absolute;left: 11px;top: 7px;}
.coursebox h6{font-size: 14px;font-weight: 700;position: relative;height: 28px;line-height: 28px;color: rgba(45, 46, 86, 0.5);text-transform: uppercase;}
.coursebox h6::before{content: "";width: 15px;height: 15px;-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color: #2d2e56; position: absolute; left: -41px; top: 7px;}
.coursebox ul{margin: 0px;padding: 0px;list-style: none;}
.coursebox ul li{margin-top: 7px;border: 1px solid #f1f1f1;background: #ffffff;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;overflow: hidden;padding: 10px 10px;color: #2d2e56;letter-spacing: 0.3px;line-height: 20px;font-size: .9rem;text-align: left;}

.course_box{text-align: left;}
.course_box h3{color: rgba(45, 46, 86, 0.5);font-size: 1.5rem;border-bottom: 1px solid #ddd;padding-bottom: 0.5rem;margin-bottom: 0.5rem;}
.course_box h5{font-size: 1rem;}
.course_box li{font-size: .9rem;padding: 0.2rem 0;}
.course_box h4{font-size: 1rem;}
.course_box p{font-size: .9rem;}


.activites .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 20px; height: 30px; left: -7px; background: url(../images/scroll.png) no-repeat; }
.acmob .mCSB_draggerRail{
    width: 5px; background: #cbd1a6; opacity: 1;}
.acmob  #mCSB_1_scrollbar_vertical{
    background: #cbd1a6; border: 5px solid #eceae8; border-radius: 10px;}
.acmob  .mCSB_scrollTools{opacity: 1;right: 3px;}

.itenarylist{}
.itenarylist h3{border-bottom: 1px solid #e9e9e9; padding-top: 20px;font-size: 22px; padding-bottom: 5px;}
.uvlist{display: flex;justify-content: space-between;padding: 20px 0px 20px;}
.staring{font-weight: 500;font-size: 15px;}
.staring img{width: 20px;}
.itenarylist .duration{font-weight: 500;font-size: 14px;}
.itenarylist .duration img{width: 20px;}
.itenarylist ul{}
.itenarylist ul li{font-weight: 400; font-size: 14px;padding-bottom: 15px; border-top: 1px solid #ddd; display: flex; gap: 10px; align-items: center;}
.itenarylist ul li b{background: #f2ead3; padding: 1px 4px 2px 10px; font-size: 14px;font-weight: 600;     border-radius: 0px 0px 4px 4px; -moz-    border-radius: 0px 0px 4px 4px; -webkit-    border-radius: 0px 0px 4px 4px;    flex: 0 0 80px;}
.itenarylist ul li:first-child{border-top: 0;}


body.modal-open,body.gethide,html.gethide {overflow: hidden;}
.popup {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; padding: 20px; background-color: #f7f7f7;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); z-index: 1000;    border-radius: 2px;}
.popup .close-popup {position: absolute; top: 0px; right: 10px; 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{}
.popform h3{font-size: 21px;font-weight: 600;}
.popform p{font-size: 12px;text-align: justify;}
.popform form input,.popform form select{margin-bottom: 10px;font-size: 14px;}
.popform form input[type=submit]{background: #f37002;width: 100%; border: 0;padding: 10px; font-size: 16px;font-weight: 600; color: #fff;}
.poptit{font-size: 20px !important;}

.getquote {position: fixed; right: -551px; top: 0; z-index: 99999999; transition: right .5s linear; -webkit-transition: right .5s linear;  -moz-transition: right .5s linear;  -ms-transition: right .5s linear;  -o-transition: right .5s linear;background: #fff;}
.getquote.showreview{right: 0;}
.quotebtn {width: 100%;height: 0;position: absolute; left: -76px;bottom: 50%;margin-top: -58.5px; cursor: pointer; z-index: 0; pointer-events: all;}
.quotebtn a{display: inline-block;color: #fff;padding: 5px 15px; 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);}
.quotebox{height: 100vh; overflow-y: scroll;overflow-x: hidden;scrollbar-width: none;}
.getquote form{width:550px; height: 100vh;background: #fff; padding: 40px 10px 40px;}
.getquote form input,.getquote form select,.getquote form textarea{border: 0;font-size: 14px; border-bottom: 1px solid #ccc; border-radius: 0;}
.getquote form label{color: #838383;font-size: 12px; font-weight: 500;}
.getquote form .form-control:focus{border-color: #ccc !important; border-bottom-width: 1px; box-shadow: none !important;}
.getquote form .col-md-6,.getquote form .col-md-12{margin-bottom: 15px;}
.getquote form .telphone{align-items: end;flex-wrap: inherit;}
.getquote form .telphone .input-group-text{background: transparent;border: 0; border-bottom: 1px solid #ccc; border-radius: 0;}
.getquote form textarea{height: 100px !important;}
.getquote form h3{font-size: 25px;}
.getquote form p{font-size: 13px;}
#getclose{border: 0;background: white; font-size: 20px; float: right; text-align: right; width: 100%; margin-top: -46px;padding-right: 20px;}
#getclose img{width: 20px;}
.getoverlay{overflow: hidden;}
.getoverlay.getreoverlay:before {content: "";display: block; background: rgb(0 0 0 / 40%); position: fixed; top: 0; left: 0; z-index: 999; width: 100%;height: 100%;}
.additional-input,.additional-input1{display: none;}
.disbalebtn{pointer-events: none;}
