@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rum+Raisin&display=swap');

:root{

    --primary-color:#026a8e;
    --secondar-color:#0d6492;
    --light-blue-color:#167ea2;
    --whitecolor:#fff;
    --lightgreen:#77c9ab;
}

html{scroll-behavior: smooth;}
body{margin:0; font-family: "Nunito", sans-serif;}
a{text-decoration: none;}
img{max-width: 100%;}
ul{margin: 0; padding: 0; list-style: none;}
h2.title{text-align: center; color: var(--whitecolor); text-transform: uppercase; font-weight: 700; text-shadow: 2px 3px 4px rgb(2 106 142);}
.popframe {width: 100%; height: 100vh; padding-bottom: 6%;}
.scrollfix{height: 100vh; overflow-y: scroll;padding-bottom: 7%;scrollbar-width: none;}
.box_inner ul{background: #f2f2f2;}
.box_inner ul li { border-top: 1px solid rgb(255, 255, 255); padding: 7px 10px;font-size: 13px; }
.box_inner li.listheading {font-size: 30px;}
.mobile-cta{display: none;}
/* header start */
main{margin-top: 175px;}
header{position: fixed;width: 100%;left: 0;top: 0;z-index: 99;    background: #fff;}

.mob-phone{display: none;}
.header{background: #e7f9e9; padding: 5px 0px;transition: transform 0.6s ease; border-top: 6px solid var(--lightgreen);}
.header-box{display: flex;column-gap:20px; align-items: center;}
.header-box .menuicon a{display: block;}
.header-box .menuicon img{height: 29px; width: 29px;}
.header-menu ul li{display: inline-block;}
.header-menu ul li a{display: flex;padding: 0px 12px; align-items: center;column-gap: 8px; position: relative;}
.header-menu ul li a:before{content: ""; width: 2px; hfont-size: 18px;eight: 44px; background: var(--lightgreen); display: inline-block; position: absolute; left: 0; top: 50%;margin-top: -22px;}
.header-menu ul li a span{font-size: 13px; font-weight: 500; color: var(--primary-color);    line-height: 14px;}
.header-menu ul li a span b{font-size: 16px; font-weight: 900; text-transform: uppercase; display: block;line-height: 18px;} 
.header-menu ul li a img{width: 45px;}
.header-menu ul li.active a{background: #b9edbe;}
.logo-section img{width: 140px;border-radius: 6px;}

.header-top{display: flex;justify-content: space-between;    align-items: center; padding: 10px 0px;column-gap: 15px;}
.header-top .toplogo a img{width:151px;    border-radius: 7px;}
.header-top .topright{display: flex;column-gap: 15px; align-items: center;}
.header-top .topcenter a{border-radius: 2rem; box-shadow: inset 0 0 0 1px #262f4a;padding: 4px 16px 3px 3px; display: flex;column-gap: 10px;align-items: center; position: relative;}
.header-top .topcenter a:hover{background: #e6f3e6;}
.header-top .topcenter a:before{content: ""; display:inline-block; background: url(../images/phone-icon.svg);width: 24px;height: 24px; background-size: cover; position: absolute; bottom: -5px; left: -5px;animation: tilt-shaking 2s linear infinite;}
.header-top .topcenter a img{width: 32px; height: 32px;}
.header-top .topcenter a p{font-weight: 700; color: #434752;font-size: 14px; margin-bottom: 0;}
.header-top .topcenter a p span{color: var(--royalblue);margin-left: 10px;}
.header-top .topmenu a,.header-top .toplogo a{display: block;}
.header-top .topmenu a img{width: 40px;}

.childmenu{background: #ffffff;  text-align: right;}
.childmenu ul{display: inline-block;}
.childmenu ul li{display: inline-block;}
.childmenu ul li a{color: #026a8e; font-weight: 700; font-size: 15px; padding: 12px 10px; display: flex; align-items: center;column-gap: 4px;}
.childmenu ul li a img{width: 12px;}


.menuslide{width:300px;height: 100vh; overflow-y: scroll; max-width: 300px; padding: 10px 0px 30px; transform: translate(105%, 0%); animation: 0s ease 0.2s 1 normal none running all; transition: transform 0.5s; background:#f9f9f9;  position:fixed;  top:0;  right:0;  z-index: 999; }
.menuslide .menutop{background: rgb(249 249 249); padding: 15px 20px;}
.menuslide .menutop h3{font-size: 18px; margin-top: 15px;}
.menuslide .menutop img{width:100%;}
.menuslide .menuitems{margin-top: 30px;}
.btn-close1{border:0; width: 40px; height: 40px; border-radius: 100%; font-size: 30px; position: fixed; right: -50px;top: 20px; z-index: 999999;   }
.menuslide .menuitems ul li{}
.menuslide .menuitems ul li a{display: block; font-weight: 600; color: rgb(18, 18, 18); font-size: 14px; border-top: 1px solid rgb(223, 223, 223); padding: 10px 20px;}
.menuslide .menuitems ul li a.is-current{background: #462c7e; color: #fff;}
.menuslideopen .menuslide{transform: translate(0%, 0%);}
.menuslideopen::before{content: ""; display: block; width: 100%;height: 100vh; background: #000000b8; position: fixed; left: 0; top: 0; z-index: 999;}
.menuslideopen .btn-close1{right:312px}
body.menu-overlay{overflow: hidden;}
/* Hero Section Start */

/* .hero-section{background: linear-gradient(to bottom, #ffdec3, #fdeee2);padding: 100px 0 0;} */
.hero-section{background: url(../images/cta-banner.webp) #000000b0 fixed center / cover no-repeat; padding: 100px 0 0; background-blend-mode: color;}
.hero-section h1{font-size: 38px;font-weight: 500; text-align: center; color: #f5f4f4; line-height: 65px;}
.hero-section p{color: #f5f4f4;font-weight: 400; font-size: 18px; text-align: center; letter-spacing: 0.5px; line-height: 27px;}
.hero-section-slider{width: 80%;margin: 80px auto -70px;}
.hero-swiper-slider{border: 1px solid #d0d0d0;background: #fff; border-radius: 5px; padding: 3px 3px 0;}
.hero-section-slider a{display: block;}
.hero-swiper-slider>img{width: 100%; border-radius: 5px;}
.hero-swiper-content{display: flex;justify-content:center; align-items: center; column-gap: 5px;}
.hero-swiper-content h4{margin-top: 5px; color: #000;font-size: 14px; text-align: center; margin-bottom: 5px;}
.hero-swiper-content img{width: 16px;}

/* Hero Section END */

/* CTA BOX Start*/

.cta-box{background: var(--primary-color); }
.cta-box .cta-container{display: flex; align-items: center; justify-content: start;position: relative;padding:22px 0px 18px;}
.cta-container .cta-sec{position: absolute; width: 300px; left: -65px; bottom: -15px; flex: 0 0 300px;}
.cta-container .cta-sec img{}
.cta-container .cta-middle{padding-left: 250px;width: 720px; flex: 0 0 720px;}
.cta-container .cta-middle h3{font-size: 36px;line-height: 42px;color: #fff; font-family: "Rum Raisin", sans-serif;}
.cta-container .cta-middle p{font-size: 16px;line-height: 20px; margin-bottom: 0;font-weight: 500; font-family: "Inter", sans-serif; color: var(--lightgreen);}
.cta-container .cta-right{display: flex;align-items: center;flex: 0 0 400px;    justify-content: center;}
.cta-container .cta-right a{background: #ffd90f; color: #222;box-shadow: 1px 4px 2px #4ba4c7; -webkit-box-shadow: 1px 4px 2px #4ba4c7; font-family: "Inter", sans-serif;line-height: 60px;font-size: 20px; height: 60px; width: 225px; text-align: center; border-radius: 48px;}
.cta-container .cta-01{background: url(../images/offer2-bg.webp);padding: 0 30px; color: #fff; background-size: cover; display: none;}
.cta-container .cta-01 span{font-size: 20px; line-height: 28px; font-weight: 400; font-family: "Inter", sans-serif;}
.cta-price{display: none;}
/* CTA BOX End*/

/* Services List Start */

.producttitle{display: flex;column-gap: 15px; align-items: center; justify-content: center; font-size: 40px;font-weight: 800; color: var(--primary-color);margin-top: 40px;}
.producttitle img{width: 70px;}

.package-iconbox{background: #e7f9e9;text-align: center; border-bottom: 2px solid #299b8e;    overflow: hidden; position: relative; z-index: 99;}
.package-iconbox ul{display: inline-flex;justify-content: center; align-items: center;}
.package-iconbox ul li img{width: 55px;}
.package-iconbox ul li a{padding: 10px 20px;font-size: 15px;display: flex;column-gap: 5px;align-items: center;justify-content: center;color: #000;font-weight: 700;text-transform: uppercase; position: relative;}
.package-iconbox ul li.active a:after{content: "";position: absolute;width: 12px; height: 12px; bottom: -7px; left: 0;right: 0;background-color: #299b8e;border-radius: 100%; margin: auto;}
.package-iconbox-fixed{position: sticky; top: 128px; border-radius: 0; width: 100%; left: 0; z-index: 99;}

.packageslist{padding: 200px 0px 40px; background: #e7f9e9;}
.packageslist h2{text-align: center; margin-bottom: 20px; font-weight: 600; font-family: "Rum Raisin", sans-serif;font-size: 40px;}
.product-services{box-shadow:0px 0px 3px 3px rgb(2 106 142 / 12%);padding: 20px; border-radius: 4px; background: #fff;    margin-top: 40px;}
.product-services .services-image img{border-radius: 7px;}
.services-content h3{font-weight: 700;}
.services-content p{font-size: 14px;margin-bottom: 10px;}
.boxwhitespace{position: relative;}
.boxwhitespace:after{content: ''; background: #57C785; background: linear-gradient(183deg, rgba(87, 199, 133, 0) 0%, rgba(255, 255, 255, 0.87) 60%); position: absolute; width: 100%; height: 50px; left: 0; bottom: 0;}
.services-content ul.dog-pattern{list-style: none;padding-left: 0px; margin-bottom: 15px; height: 150px; overflow-y: scroll;}
.services-content ul.dog-pattern li{font-size: 14px;display: flex; align-items: start; column-gap: 5px;padding: 5px;background: #ddd; margin-bottom: 5px;}
.services-content ul.dog-pattern li img{width: 20px;}

.inclusion-box{border: 1px solid #0000003d;border-radius: 6px;margin-bottom: 10px;padding: 5px 2px;position: relative;    margin-top: 20px;}
.inclusion-box h6{margin-bottom: 0;text-align: left;font-size: 12px; position: absolute; top: -7px;left: 19px; background: #f9f9f9; padding: 0px 10px;}
.inclusion-box ul{list-style: none; display: inline-block; white-space: nowrap;overflow-x: scroll; width: 100%; padding: 0px 10px;    margin-bottom: 0;}
.inclusion-box li{display:inline-block;text-align: center;padding: 10px 0px 10px 20px;}
.inclusion-box li:first-child{padding-left: 0;}
.inclusion-box li img{width: 50px;}
.inclusion-box li span{display: block;font-size: 12px;padding-top: 5px;font-weight: 600;}

.service-btn{}
.service-btn a{background: var(--lightgreen);color: #000000;width: 100%; display: block; text-align: center; padding: 10px; border-radius: 5px; font-weight: 700;}

.slider-group{position: relative;}
/* .slider-group .slider-nav{top: -65px;} */
.slider-group .slider-for .slick-prev,.slider-group .slider-for .slick-next{background: #77c9ab;border: 0; width: 30px; height: 30px; line-height: 30px; border-radius: 5px;    position: absolute;top: 50%; margin-top: -15px; left: 10px; z-index: 9;}
.slider-group .slider-for .slick-next{left: inherit; right: 10px;}
.slider-group .slider-for .slick-prev i,.slider-group .slider-for .slick-next i{color: #353535;font-size: 12px;}
.slider-group .slider-nav .slick-slide.thumb-active img{border-color: #2ab537;}
.slider-group .slider-nav img{border: 0; width: 100px; height: 80px; padding: 0;margin: 0px auto; border: 3px solid transparent; object-fit: contain; cursor: pointer;}
.slider-group .slider-for video{width: 100%; height: 100%;}

.prolist-v2{border: 1px solid #ddd;padding: 10px; background: #e7f9e9; border-radius: 6px; margin: 10px 0px;}
.prolist-v2 h6{font-size: 14px; font-weight: 700; margin-bottom: 5px;color: #026a8e;}
.prolist-v2 .proscroll {display: inline-block; width: 100%;  white-space: nowrap;  overflow-x: scroll;}
.prolist-v2 ul li{display: inline-block;font-size: 12px; border: 1px solid #d5d5d5; padding: 4px 6px; border-radius: 5px;color: #181818;background: #fbfbfb;    margin: 2px 0px;}

.prolist-v4{}
.prolist-v4 h6{font-size: 14px; font-weight: 700; margin-bottom: 5px;color: #026a8e;}
.prolist-v4 ul{list-style: disc; padding-left: 20px; font-size: 13px;}
.prolist-v4 ul li{}
/* Services List End */

/* Guarantee tabs Start*/
.feature-container{display: flex; justify-content: end; align-items: flex-end; position: relative;}
.guaranteetabs{}
.guaranteetabs .fetaure-tabs-box,.fetaure-tabs-rgtbox{width:380px; height: 100px;margin: 0 0 10px; background: #fff; border-radius: 112px; padding: 0 26px; border: 2px solid #fff0;-webkit-box-shadow: 1px 6px 13px 0 #e1e6e4; box-shadow: 1px 6px 13px 0 #e1e6e4; display: flex;column-gap: 15px; align-items: center; justify-content: space-between; font-family: "Inter", sans-serif; cursor: pointer;}
.guaranteetabs .fetaure-tabs-box img,.fetaure-tabs-rgtbox img{width: 39px; height: 45px;}
.guaranteetabs .fetaure-tabs-box h6,.fetaure-tabs-rgtbox h6{font-size: 15px; font-weight: 700;text-align: right;}
.guaranteetabs .fetaure-tabs-box p,.fetaure-tabs-rgtbox p{font-size: 12px; line-height: 16px; color: #7f7f84;  margin-bottom: 0;text-align: right;}

.fetaure-tabs-rgtbox p,.fetaure-tabs-rgtbox h6{text-align: left;}
.feature-center-area #feature-title,.feature-center-area #feature-desc{display: none;}
.feature-center-area video{width: 100%;}

.feature-tab.active .fetaure-tabs-box,.feature-tab.active .fetaure-tabs-rgtbox{border-color:var(--primary-color)}
.feature-tab.active .fetaure-tabs-box h6,.feature-tab.active .fetaure-tabs-rgtbox h6{color:var(--primary-color)}

.guaranteetabs{width: 390px;}
.feature-center-area {width: 341px;}
.feature-right{width: 390px;}
.feature-right p{visibility: hidden;}

.feature-tab.fifth-position{position: absolute; top: 0; right: 0;}
.feature-tab.six-position{position: absolute; top: 110px; right: 0;}
.feature-tab.seven-position{position: absolute; top: 220px; right: 0;}
.feature-tab.eight-position{position: absolute; top: 330px; right: 0;}

.fade-content {opacity: 1; transition: opacity 0.1s ease;  }
.fade-content.fade-out {opacity: 0;}
  
/* Guarantee tabs End*/

/* Footer Start */
footer{padding: 50px 0px 20px; background: #fff url(../images/paws-min.png) center center repeat-x; background-size: cover;}
.footer-box p{font-size: 13px; margin-top: 10px;}
.footer-box h4{font-size: 20px;border-bottom: 1px solid #ddd; padding-bottom: 5px;}
.footer-box ul li a{display: inline-block; color: #555655; padding-bottom: 10px;font-weight: 500;}
.footer-box img{width: 50%;}
.copyright{padding-top: 50px; text-align: center;}
/* Footer End */

/* Book Form  Start*/
.details_form {background: var(--primary-color); padding: 18px 10px;}
.details_form h3 {padding:0;background: transparent; font-size: 20px; font-weight: 600; margin-bottom: 10px; color: #fff;}
.details_form .input-group-text {padding: 6px 8px; font-size: 13px; border-radius: 0;}
.details_form input {height: 37.5px; font-size: 13px;}
.details_form input[type=submit]{background: var(--lightgreen); border-color:var(--lightgreen); color: #222121; font-weight: 600;}
.details_form img {width: 23px;}
.numberbdr {width: calc(100% - 41px); background: #fff; border-radius: 0px 3px 3px 0px; height: 37.5px;}
.innernumberb {display: flex;align-items: center;}
.innernumberb input {width: 6%; border: 0;font-size: 12px;text-align: center; border-radius: 0px 3px 3px 0px; height: 37.5px;}
.innernumberb input:focus{outline: none; box-shadow: none;}
.innernumberb .form-space{color: #565962;}

.letforcontact,.serviceslist{width: calc(100% - 40px);}
.letforcontact .select2-container,.serviceslist .select2-container{width: 100% !important;}
.letforcontact .select2-selection{height: 36.5px;line-height: 37.5px;border: 0;border-radius: 0;border-radius: 0px 4px 4px 0px;}
.letforcontact  .select2-selection__rendered{line-height: 39px !important;    padding-right: 0px !important;    font-size: 14px;}
#popupmodel .letforcontact .select2-selection{height: 37px;line-height: 37px;}
#popupmodel .numberbdr,#popupmodel .innernumberb input{height: 37px;}
.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;}

#placeholder{color:rgb(92,92,92);font-size:12px;display:flex;justify-content:space-between;width:100%;align-items:baseline;}
.multi-select .placeholder{color:rgb(0,0,0);font-size:12px;display:inherit;background:transparent;opacity:1;}
.multi-select-container{position:relative;width:100%;}
.multi-select{border:1px solid rgb(204,204,204);padding:0.6rem 1.8rem 0.6rem 4px;cursor:pointer;display:flex;flex-wrap:wrap;align-items:flex-start;background:white;overflow-y:visible;position:relative;border-radius: 0px 4px 4px 0px;}
.multi-select.multiSelect>img{position: absolute;right: 10px; width: 8px; top: 50%; margin-top: -4px;}
.selected-tags{display:flex;flex-wrap:wrap;gap:5px;}
.multi-select-container .tag{background:rgb(235,157,42);color:white;padding:2px 10px;border-radius:5px;display:flex;align-items:center;font-size:12px;}
.multi-select-container .remove-tag{margin-left:5px;cursor:pointer;font-weight:bold;}
.multi-select-container .dropdown2{display:none;position:absolute;width:100%;background:white;border:1px solid rgb(204,204,204);border-radius:5px;margin-top:5px;box-shadow:rgba(0,0,0,0.1) 0px 4px 6px;z-index:10;padding:8px 0px;top:100%;}
.dropdown2.show{display:block;}
.multi-select-container .dropdown-item{padding:4px 8px;cursor:pointer;display:flex;align-items:center;font-size:12px;}
.multi-select-container .dropdown-item input{margin-right:10px;height:auto;}
.multi-select-container .dropdown-item:hover{background:rgb(241,241,241);}
button.remove-all-btn{position:absolute;right:7px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0px;line-height:20px;color:rgb(235,157,42);border:none;border-radius:100px;background:none;}
button.clear-btn{background:transparent;border:none;color:rgb(0,0,0);text-decoration:underline;}
.dropdown-actions button{background:rgb(0,0,0);color:rgb(255,255,255);font-size:10px;border-radius:5px;margin:8px;padding:2px 10px;text-decoration:none;}
.dropdown-actions{display:flex;justify-content:end;}
.multi-select i{font-size:10px;position:absolute;right:17px;top:47%;transform:translateY(-20%);}
span.include-tag p{font-size:0.7rem;font-weight:400;}
.details_form textarea{font-size:13px;border-radius:0;}
.loadmore_btn a{width:200px;display:block;margin:20px auto;background:#ec6502;color:#fff;font-weight:600;padding:10px;}
.multi-select-container p{font-size:0.8rem;margin-bottom:0px;margin-left:0px;font-weight:400;color:rgb(0,0,0);background:rgb(233,236,239);padding:2px 5px;display:inline-block;}

.labelform{color: #dfdfdf; font-size: 13px;}
.select2-results__option,.select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 11px;}
.showoption{display: inline-block; margin-bottom: 5px;}
.showoption img{width: 20px;}

/* Book Form  END*/


/* Popup From Start */
.poupdesign .modal-body,.poupdesign .details_form{background: var(--primary-color);}
#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;}
/* Popup From End */

/* Testimonial Section Start */
.testimonial-group{padding:50px 0;}
.testimonial-group h2{text-align:center;color:var(--primary-color);}
.tripTab.overV{margin:20px 0;padding:10px;border:1px solid #d4d4d4;border-radius:6px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);}
.review-section{display:flex;flex-wrap:wrap;}
.review-left{flex:1 1 20%;padding:20px;text-align:center;border-right:1px solid #ddd;}
.review-left .stars{width:200px;margin:0 auto 10px;color:#f15a24;}
.review-left h2{margin: -49px 0 0;font-size:48px;font-weight:400;color:#29a745;}
.review-left p{margin:5px 0;padding-bottom:0;font-size:15px;line-height:22px;color:#555;}
.verified{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#007bff;}
.review-right{flex:1 1 70%;padding:20px 30px;}
.review-right p{margin:0 0 20px;padding-bottom:0;font-size:15px;line-height:22px;color:#666;}
.review-item{display:flex;align-items:center;justify-content:space-between;margin:12px 0;}
.review-item .platform{display:flex;align-items:center;gap:8px;width:160px;font-size:13px;font-weight:400;color:#333;}
.review-item .platform img{width:15px;}
.review-item .starimg{width: 18px; margin-right: 4px; margin-top: -4px;}
.progress-bar{flex:1;height:10px;margin:0 15px;background:#ddd;border-radius:10px;position:relative;overflow:hidden;}
.progress-fill{width:0;height:100%;background:#28a745;border-radius:10px;animation:fillBar 1.2s ease forwards;}
.review-item i{margin-right:10px;font-size:13px;color:#f2693d;}
.review-item span{font-weight:700;color:#1f1d1d;}
.review-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.review-avatar{width:60px;height:60px;border:2px solid #ebf1ff;border-radius:50%;margin-right:10px;object-fit:cover;overflow:hidden;box-shadow:0 0 5px rgb(0 0 0 / 55%);}
.review-info{flex:1;}
.review-info h3{margin:0;display:flex;align-items:center;gap:5px;font-size:18px;font-weight:500;color:#1b1b1b;}
.review-info p{margin:2px 0;font-size:15px;color:#333;}
.review-rating{text-align:right;font-size:15px;color:#333;}
.review-rating .stars{font-size:16px;line-height:1;color:#ff7033;}
.review-rating .stars img{width: 18px;}
.review-rating p,.review-body p,.readmore-text{margin:0 0 10px;padding-bottom:0;font-size:14px;line-height:22px;}
.review-body{margin-top:10px;font-size:16px;line-height:1.6;color:#1b1b1b;}
.review-body a{color:#2b3ad8;text-decoration:none;    font-size: 14px;}
p.readmore-text{margin-bottom:0;display:inline;}
.google-logo{width:50px;vertical-align:middle;}
.readmore-text{max-height:80px;overflow:hidden;transition:max-height .4s ease;}
.testimonial-box.expanded .readmore-text{max-height:1000px;}
.read-more-btn{font-weight:500;color:#007bff;cursor:pointer;}
.special-package{padding:50px 0;background:url(../images/drop_widget_desktop_1.png) no-repeat left -4px top 102px,url(../images/drop_widget_bottom.png) no-repeat left 43px bottom 138px,url(../images/drop_widget_trasnparent_logo.png) no-repeat bottom 9px left 16px,linear-gradient(180deg,#010101,#010101 5.19%,#140031);background-size:54px 54px,25px 66px,592px 132px,auto;}
.review-photo{overflow: hidden;}
.review-photo ul{overflow-x: scroll;   display: flex; column-gap: 10px;}
.review-photo ul li{flex: 0 0 18%; margin: 10px 0px;}
.review-photo ul li img{border-radius: 10px;}
.review-photo ul::-webkit-scrollbar-thumb {border-radius: 10px;cursor: pointer; background-color: #4CAF50;    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);}
.review-photo ul::-webkit-scrollbar {cursor: pointer;width: 5px; height: 10px; background-color: #fff;}
/* Testimonial Section END */

/* Guarantee Group Start */

.guarantee-group{padding: 75px 0px 50px;background: #f0f8f7;}
.guarantee-group h2{font-size: 36px; text-align: center; margin-bottom: 40px; font-weight: 600; font-family: "Rum Raisin", sans-serif;}

/* Guarantee Group End */

/* Property CSS STart */
.property{padding: 40px 0px;}
.property h2{text-align: center;font-size: 40px;font-weight: 700;margin-bottom: 40px;}
.property h2 span{color: var(--primary-color); }
.pro-slider{}
.pro-slider img{border-radius: 10px;}
.pro-slider .slick-slide{margin:5px;}
.pro-slider .slick-next{background: #026a8e;color: #fff; border: 0;width: 30px; height: 30px; line-height: 30px; border-radius: 30px; position: absolute; top: 50%;z-index: 9; margin-top: -15px;right: -10px;}
.pro-slider .slick-prev{background: #026a8e;color: #fff; border: 0;width: 30px; height: 30px; line-height: 30px; border-radius: 30px; position: absolute; top: 50%;z-index: 9; margin-top: -15px;left: -10px;}
.carebg{background: #f9f9f9;}
/* Property CSS STart */

/* Modal Section Start */
.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;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); position: fixed; bottom: 0; right: 0;    padding: 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%);}
}
.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;}
.close-btn.innerbtn{top: 0; right: 30px; left: inherit; background: #aaaaaa; color: #434343;}

.modal-box{padding: 0px 15px; position: relative;background: #e7f9e9;}
.modal-nav{background: #ebf1ff; position: fixed; width: 100%; top: 0;left: 0; z-index: 999;}
.modal-nav ul{display: inline-block;column-gap:5px;justify-content: center;padding: 10px; white-space: nowrap; overflow-x: scroll;width: 100%;scrollbar-width: none;}
.modal-nav ul li{display: inline-flex;}
.modal-nav ul li a{font-size: 14px;padding: 7px 14px; border: 1px solid #6c6c6c; color: #6c6c6c;font-weight: 500; border-radius: 3px;}
.modal-nav li.active a{background: var(--primary-color); color: #fff; border-color: var(--primary-color);}

.mobal-content-box{padding-top: 67px;}
.placesvisit img{width: 100%; border-radius: 5px;}
.placesvisit span.placename{display: block; text-align: center; font-weight: 600; padding-top: 5px;}
.placesvisit ul li{list-style: none; padding-bottom: 0 !important;}
.placesvisit ul{padding-left: 0 !important;}
.overview-content{padding: 10px 10px 10px;border: 1px solid #ddd; margin: 15px 0px; background: #fff; border-radius: 9px;box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);}
.overview-content p{font-size: 14px;}
.overview-content ul{list-style: inside;}
.overview-content ul li{color: #1c1c1c;font-size: 14px;}
.overview-content h3{    color: var(--primary-color);font-size: 21px;font-weight: 700;}
.notetag{color: #993300;border-left: 4px solid #ff5722; padding-left: 20px; margin: 20px 0px;font-weight: 500;}
.itinerary{margin-top: 40px;    margin-bottom: 40px;}
.modal-h2{font-size: 18px; font-style: italic; margin-bottom: 10px;    font-weight: 700;}
.mobal-content-box .inclusion-list li{display: flex;column-gap: 5px; align-items: center;}
.mobal-content-box .list-unstyle{list-style: none; padding-left: 0;}
.mobal-content-box .list-unstyle li{list-style: none;display: flex; column-gap: 5px; align-items: flex-start;}
.mobal-content-box .offer-btn{text-align: center;}
.mobal-content-box .offer-btn a{background: var(--primary-color);color: #fff;padding: 10px 10px;display: block;width: 260px;margin: 0px auto;border-radius: 6px;font-weight: 700;}
.mobal-content-box .overviewcontent{padding: 15px 0px 0px;}
.mobal-content-box .overviewcontent h3{font-size: 20px; font-weight: 700;}
.mobal-content-box .overviewcontent p{font-size: 15px;    margin-bottom: 7px;}

.collapse-toggle {position: relative; display: block;}
.collapse-toggle::after { content: "";position: absolute;right: 20px; top: 50%; width: 10px; height: 10px; border-right: 2px solid #212529; border-bottom: 2px solid #212529; transform: translateY(-70%) rotate(45deg); transition: transform 0.25s ease;}
.collapse-toggle[aria-expanded="true"]::after {transform: translateY(-30%) rotate(-135deg);}

.taxiprice .group-tour-car{padding-top: 10px;}
.inclusion{padding: 10px 10px 20px;border: 1px solid #ddd;margin: 15px 0px; background: #fff;box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);}
.inclusion h4{font-size: 17px; padding-top: 10px; border-bottom: 1px solid #f6b451; padding-bottom: 8px;}
.inclusion ul li{font-size: 14px; padding-bottom: 5px;}

.notes{padding: 20px 10px 20px; border: 1px solid #ddd; margin: 15px 0px; background: #fff;}
.notes ul{padding-left: 20px;}
.notes li{font-size: 14px; list-style: disc; padding-bottom: 10px;}

.modal-form{padding: 40px 0px 40px;}

.version-v2 .modal-h2{background: #4340ac; color: #fff; padding: 8px 15px;}
.version-v2 #itinerarylist .timebox{background:#4340ac; color: #fff;}

.booking-simple{padding: 20px 10px 20px; border: 1px solid #ddd;margin: 15px 0px; background: #fff;    border-radius: 9px;box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);}
.booking-simple h2{font-size: 18px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px;}
.booking-01{background: #ebf1ff; padding: 10px; border-radius: 10px; display: flex; flex-direction: column; justify-content: start; align-items: center; gap: 8px; height: 100%;}
.booking-01 img{width: 50px;}
.booking-01 .book-number{background: #ff5722;color: #fff; width: 25px; height: 25px;line-height: 25px; font-size: 13px;text-align: center;border-radius: 100%; font-weight: 600;}
.booking-01 h5{font-size: 15px; margin-bottom: 0;}
.booking-01 p{margin-bottom: 0;font-size: 11px; text-align: center;}

.additionalinfo a.collapse-toggle{column-gap: 10px;    background: #f9f5ef;}
.additionalinfo a.collapse-toggle img{width: 30px;}
.additionalinfo .htlTaBoxx{width: 100%;}
.additionalinfo .htlTaBoxx th{font-size: 13px; padding: 10px;color: #1a0dab;border: 1px solid #ddd;background: #fcf3e8;}
.additionalinfo .htlTaBoxx td{font-size: 12px; padding: 10px; border: 1px solid #ddd;}

.related-package{padding: 20px 10px 20px; border: 1px solid #ddd;margin: 15px 0px 30px; background: #fff;border-radius: 9px;box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);}
.related-package ul li{flex: 0 0 31%;}

.overy{overflow-y: scroll;}
.default-page{background: #fffafa;padding: 10px;}
.default-page img{margin-bottom: 15px;}
.default-page h4{font-size: 16px; border-bottom: 1px solid #ddd; padding-bottom: 10px;    color: #4340ac;}
.default-page p{font-size: 13px;}
.default-page ul{list-style: disc; padding-left: 20px;}
.default-page ul li{font-size: 13px; padding-bottom: 9px;}
.default-page table td,.default-page table th{border: 1px solid #ddd;font-size: 12px;}
.innerlink{color: #4340ac;cursor: pointer;}
.innerlink span{width: 20px; display: inline-block; height: 20px; background: #000; text-align: center;border-radius: 100%;color: #fff;font-weight: 500;}
.heading-one{background: #fff; border-radius: 0;}

.tourlist ul{display: flex; flex-wrap: wrap; list-style: none;}
.tourlist ul li{flex: 0 0 50%;display: flex;align-items: center; column-gap: 10px;    margin-bottom: 10px;}
.tourlist ul li img{width: 32px;}
.tourlist ul li p{margin-bottom: 0;font-size: 11px;}
.tourlist ul li p span{display: block;font-weight: 600;font-size: 12px;}

.tour-overview{margin-bottom: 15px;}
.tour-overview p{margin-bottom: 5px; display: inline;}
.tour-overview a{display: inline-block; font-size: 13px;color: #002dd9;}

.tick-box-ul{list-style: none;}
.tick-box-ul li{display: flex; column-gap: 7px; align-items: start; padding-bottom: 10px;}
.tick-box-ul li img{width: 20px;}
.list-none{list-style: none !important; padding-left: 0 !important;}

.google-reviews{display: flex; justify-content: center; column-gap: 15px; align-items: center;    padding: 25px 0px 10px;}
.google-reviews img{width: 255px;}
.google-reviews p{margin-bottom: 0;font-size: 18px;  font-weight: 600; color: #5A5252; display: flex; align-items: center; column-gap: 5px;}
.google-reviews p b{font-size: 21px; color: #000; font-weight: 700;}
.google-reviews p span{font-size: 18px; font-weight: 600; color: #ffaf00;}

.mobal-content-box .slider-for img{width: 100%;}

.menu-frame{padding: 20px;}
.menu-frame h4{font-size: 25px;font-weight: 700;margin-bottom: 12px;}
.menu-frame iframe{width: 100%; height: 100vh;}
/* Modal Section End */