.address-block-details {
    display: none;
}

#back-top {
    display: none;
}

.clearfix.widget-wrapper.header-pills {
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 125px 0px 5px !important;
}

body {
    letter-spacing: 2px;
}

h1, h2 {
    letter-spacing: initial !important;
}

header .navbar-top .navbar-nav>li>a {
    letter-spacing: 2px;
}

header .navbar-top .dropdown-menu>li>a, header .navbar-top .moreOptions .dropdown-more>li>a {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px;
}

.jssor-home-wrapper p.caption-as-text, .jssor-home-wrapper a.caption-as-link {
    background-color:transparent !important;
    margin-top:18% !important;
    margin-left:40px !important;
    text-shadow:none !important;
    color: #fff !important;
}
.jssor-home-wrapper p.caption-as-text span, .jssor-home-wrapper a.caption-as-link span{
    font-size:2.5em !important;
}
.camera-carousel-container #homeCarousel .camera_caption .caption-as-text:before, 
.camera-carousel-container #homeCarousel .camera_caption .caption-as-link:before {
    content: "See More";
    position: absolute;
    bottom: -20px;
    cursor:pointer;
}

/*.promotions-wrapper {*/
/*    display: none;*/
/*}*/

#bookingForm h2 {
    color: #fff !important;
}

.sideForm .abs_parent {
    padding-top: 8% ;
}

.homepage .content_wrapper {
    padding-top: 0px !important;
}
.simp-custom-widthimg img{
    width: 50% !important;
}


:is(.outer-page,.mobile)  .content_wrapper :is(h1,h2,h3,h4,h5,h6) {
   color: #2D2D2D !important;
}

:is(.outer-page,.mobile) .widget-wrapper.simp-custom-delightful {
    position:relative
}

:is(.outer-page,.mobile) .widget-wrapper.simp-custom-delightful:after {
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    inset:0;
    background:rgba(0,0,0,0.2);
}
body #emailSliderFormDelay h3,
body .js-close-mail-dialog.emailSliderForm h3 {
	font-size: 23px;
	color: #fff !important ;
}
body.phoenix #emailSliderFormDelay .form-wrap h3{
  color:#fff !important
}
/*#footer{*/
/*    position:relative;*/
/*}*/
/*#footer:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    display:block;*/
/*    inset:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:rgba(255,255,255,0.6);*/
/*    z-index:0;*/
/*}*/
#footer .container{
    z-index:1;
    position:relative;
}

/*jira 13074 start*/
.mobile .fullImage {
    padding-top:140px;
}
/*end*/

.outer-page .content_wrapper .no-gutter .simp-custom-margin-0 .text-content .text-content-wrapper table {
    margin: 0
}

.mobile .content_wrapper .no-gutter .simp-custom-margin-0 .text-content .table-responsive {
    margin: 0;
}

/* ---------------- REVIEW DATE HIDE -------------------*/
.for-homepage .review_data_wrap .review_data_date{
  display: none;
}






/*updated css*/
.landing_PopupWrappers {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.landing_PopupWrappers.popUp_zoomIn {
  display: flex;
}
.landing_PopupWrappers img {
  margin: auto;
  float: none;
  max-width: 100%;
}
.for-homepage .landing_Popup {
  position: relative;
  max-width: unset;
  width: unset;
}
.imgforPopup {
  max-width: 90%;
  display: block;
}
.for-homepage .landing_Popup .popUp_Close {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  cursor: pointer;
  background: transparent;
  border: 2px solid #ebedec;
  border-radius: 50%;
  color: #fff;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(0.3, 0.3);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.landing_Popup {
  animation: zoominoutsinglefeatured 1s ease-in-out;
}
@media (max-width: 1536px) {
  .landing_Popup img {
    max-width: 80%;
  }
  .for-homepage .landing_Popup .popUp_Close {
    right: 8%;
  }
}
@media (max-width: 1250px) {
  .landing_Popup img {
    max-width: 80%;
    max-height: 90vh;
  }
  .for-homepage .landing_Popup .popUp_Close {
    right: 6%;
  }
  .for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -30px;
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 950px) {
  .landing_Popup img {
    max-height: 90vh;
  }
}
.mobile.for-homepage .landing_Popup .popUp_Close {
  top: -21px;
  right: 3%;
  width: 10px;
  height: 10px;
  padding: 8px;
}
.mobile.for-homepage .landing_Popup .popUp_Close i {
  font-weight: 100;
}
.mobile .landing_Popup img {
  max-width: 90%;
}
@media screen and (orientation: landscape) {
  .mobile .landing_Popup img {
    max-height: 80vh;
  }
}











/*whatsApp icon*/
#whatsAppHeader {
	z-index: 1000;
	position: fixed;
	bottom: 200px;
	right: 10px;
	background: #25d366;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 28px;
	text-align: center;
	line-height: 50px;
}

#whatsAppHeader a {
	color: white;
}

#whatsAppHeader .fa-whatsapp {
	font-weight: bold;
}

.mobile #whatsAppHeader {
	border-radius: 50%;
	background: #25d366;
	float: right;
	position: fixed;
	left: unset;
	right: 15px;
	bottom: 240px;
	padding: 5px !important;
	z-index: 9999;
	line-height: unset;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile #whatsAppHeader a {
	color: #ffffff;
}

.mobile #whatsAppHeader .fa-whatsapp {
	font-size: 30px;
}

.mobile .fa-whatsapp:before {
	content: "\f232";
}



/*call*/
#callHeader {
	z-index: 1000;
	position: fixed;
	bottom: 130px;
	right: 10px;
	background:#cf7865;
	/*background: linear-gradient(10deg, rgba(171, 30, 0, 1) 35%, rgb(230 87 57) 100%);*/
	height: fit-content;
	width: fit-content;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	padding: 0 10px;
}
 .outer-page #callHeader{
     font-size: 17px;
 }

#callHeader a {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	text-decoration: none;
}

#callHeader .fa-phone {
	font-weight: bold;
	font-size: 22px;
	background: #fff;
	color: rgba(171, 30, 0, 1);
	padding: 10px;
	border-radius: 50%;
}
.outer-page #callHeader .fa-phone {
    color:#cf7865;
}

.mobile #callHeader {
	border-radius: 50%;
	background: #c96752;
	float: right;
	position: fixed;
	left: unset;
	right: 15px;
	bottom: 180px;
	padding: 5px !important;
	z-index: 9999;
	line-height: unset;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile #callHeader a {
	color: #ffffff;
}



/*mail*/
#mailHeader {
	z-index: 1000;
	position: fixed;
	bottom: 60px;
	right: 10px;
	/*background: linear-gradient(10deg, rgba(9, 9, 121, 1) 35%, rgba(0, 116, 255, 1) 100%);*/
	background:#cf7865;
	height: fit-content;
	width: fit-content;
	border-radius: 100px;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	font-size: 28px;
	text-align: center;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

 .outer-page #mailHeader{
     font-size: 17px;
 }
#mailHeader a {
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
}

#mailHeader .fa-envelope {
	font-weight: bold;
	font-size: 22px;
	background: #fff;
	color: rgb(20 20 174);
	padding: 10px;
	border-radius: 50%;
}

.outer-page #mailHeader .fa-envelope {
    color:#cf7865;
}

.mobile #mailHeader {
	border-radius: 50%;
	background: #c96752;
	float: right;
	position: fixed;
	left: unset;
	right: 15px;
	bottom: 120px;
	padding: 5px !important;
	z-index: 9999;
	line-height: unset;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile #mailHeader a {
	color: #ffffff;
}

.mobile p.email-us,
.mobile p.call-us{
    display:none;
}


.mobile #callHeader .fa-phone,
.mobile #mailHeader .fa-envelope {
    background: #c96752;
    color: #fff;
}

.mobile .row1 {
    width:40% !important;
    margin:0px !important;

}

.mobile .row2 {
    width:40% !important;
    margin:0px !important;
     margin-left:18% !important;
}

.mobile ul.fsitemap {
    display:flex;

}

.mobile .logo+.nav-wrap {
    padding-top: 60px;
    display: block;
}
.nav-wrap {
    display: none;
}
.mobile .nav-wrap .TwoFoldMenuName {
    display: none;
}
.nav-wrap .mobile-navbar-button{
    background-color: white;
}
.mobile .nav-wrap .navBtnBorder input {
    background-color: #cf7865 !important;
    padding: 8px 18px!important;
}

.mobile .nav-wrap .navBtnBorder .link_name {
    display: none;
}

.mobile .nav-wrap .navBtnBorder {
     background-color: white !important;
     /*min-height: 70px;*/
     /*padding-bottom: 0;*/
     /*width: 23%;*/
}
.mobile .navBtnBorder:hover{
   background-color: white; 
}
.mobile .nav-wrap .fa {
    font-weight: 100;
    color: #b1b1b1;
    font-size: 30px;
}
.mobile .nav-wrap .fa.fa-phone {
    /*background-image: url(https://assets.simplotel.com/simplotel/image/upload/q_60,x_0,y_0,w_900,h_900,r_0,c_crop,c_fill/the-serai/callIcon_pm6gkk);*/
    /*font-size: 0px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}

.mobile .nav-wrap .min-price-div {
    display: none;
}
.mobile .nav-wrap .fa.fa-calendar.fa-2x {
    display: none;
}

.mobile .nav-wrap .navBtnBorder.mobile-nav-call-btn {
    /*padding-top: 12px;*/
}

.mobile-navbar-button .navBtnBorder {
    height: 80px;
    position: relative;
    top: -27px;
}
.mobile.for-innerpage .nav-wrap {
  display: block;
}
.mobile.for-innerpage .mobile-navbar-button .navBtnBorder {
	top: 0;
}
.mobile.for-innerpage .mobile-navbar-button .navBtnBorder br{
  display: none;
}
.mobile .logo+.nav-wrap,
.mobile .logo{
    position:fixed;
     
}
.mobile .logo+.nav-wrap,
body.mobile.for-innerpage .nav-wrap{
    background:#fff;
    z-index:9;
}

.mobile  .dropdown-menu.dropdown-menu-topNav,
body.mobile.for-innerpage  .dropdown-menu.dropdown-menu-topNav {
    overflow: scroll;
    height:calc(95vh - 140px) !important;
    overscroll-behavior:contain !important;
}


body.mobile.for-innerpage .nav-wrap{
    position:fixed;
    padding-top:47px !important;
    z-index:999;
     
}
/*body.mobile.for-innerpage .nav-wrap{*/
/*    background:#fff;*/
/*    z-index:9;*/
/*}*/

/*body.mobile.for-innerpage  .dropdown-menu.dropdown-menu-topNav {*/
/*    overflow: scroll;*/
/*    height:calc(95vh - 140px) !important;*/
/*    overscroll-behavior:contain !important;*/
/*}*/

body.mobile.for-innerpage .row-fluid.text-center.clearfix.mobileHeaderTop {
    position:fixed;
    z-index:10 ;
    width:100%;
    display:flex;
    justify-content:center;
     z-index:9999;
}
body.mobile.for-innerpage .row-fluid.text-center.clearfix.mobileHeaderTop a{
    display:flex;
    align-items:center;
    justify-content:center;
}

body.mobile.for-innerpage.for-locationpage .location-content {
    padding-top:128px !important;
}

body.mobile.for-innerpage .content_wrapper {
    padding-top:140px !important;
}
body.mobile.for-innerpage .gallery-content .gallery-drop{
    z-index:990;
}




header .headerTopStrip {
    height: 35px;
    background-color: #f4f3f0;
    margin-right: -15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0px, 0);
    transition: 0.5s all ease-in-out;
}
header .hotelInfoList {
    float: right;
    right: 45px;
    position: relative;
}

header .footer-detail {
    height: 100%;
}

header .headerTopStrip li {
    text-align: right;
    display: inline-block;
}

header .headerTopStrip li a {
    color: #7f9781;
    font-size: 14px;
}
.collapsedNavbar header .headerTopStrip {
    transform: translate(0px, -35px);
    transition: 0.5s all ease-in-out;
}

.collapsedNavbar header {
    padding-top: 0;
    transition: 0.5s all ease-in-out;
}
header{
    padding-top: 35px;
    transition: 0.5s all ease-in-out;
}

.for-homepage .booking-form form .check-in-out-parent{
    display:flex;
}
.for-homepage .perspective.animate.showSideForm .sideForm .abs_parent {
    padding-top: 3%;
}

/*.for-homepage .slidingOffersWrapper {*/
/*    position: fixed;*/
/*    top: 100%;*/
/*    transform: translate(0, -50%);*/
/*    right: 0;*/
/*    z-index: 999;*/
/*}*/
/*.for-homepage ol.popUpContentHolder {*/
/*    padding-left: 10px;*/
/*}*/
/*.for-homepage ul.popUpContentHolder {*/
/*    padding: 0px;*/
/*    text-align: justify;*/
/*}*/

/*.for-homepage ol.popUpContentHolder span.listForPopup {*/
/*    padding-left: 10px;*/
/*    display: block;*/
/*    padding-bottom: 15px;*/
/*    text-align: justify;*/
/*    font-size:15px;*/
/*    color: #eee;*/
/*}*/
/*.for-homepage ol.popUpContentHolder span.listForPopup b {*/
/*    text-transform: capitalize;*/
/*    display: block;*/
/*    font-size: 17px;*/
/*    color: gold;*/
/*}*/
/*.for-homepage .slidingOffersWrapper.slideShowOffer .offerListWrapper {*/
/*    right: 0;*/
/*}*/
/*.for-homepage .slidingOffersWrapper ul {*/
/*    list-style: none;*/
/*}*/
/*.for-homepage .offerListWrapper .fas,*/
/*.for-homepage .offerListWrapper .far,*/
/*.for-homepage .offerListWrapper .fal .offerListWrapper .fas,*/
/*.for-homepage .offerListWrapper .far,*/
/*.for-homepage .offerListWrapper .fal {*/
/*    margin-left: -30px;*/
/*    margin-right: 10px;*/
/*    width: 20PX;*/
/*    text-align: center;*/
/*    margin-bottom: 2px;*/
/*}*/
/*.for-homepage .offerIconWrapper {*/
/*    position: relative;*/
/*    z-index: 9999;*/
/*    top: -133px;*/
/*    right: 0;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    cursor:pointer;*/
/*}*/
/*.for-homepage .offerIconWrapper i {*/
/*    font-size: 14px;*/
/*    background: rgb(36, 31, 33);*/
/*    padding: 25px;*/
/*    border-radius: 50% 50% 0;*/
/*    box-shadow: #333 0px 2px 10px 0px;*/
/*    color: #f4f4f4;*/
/*    transition: all ease-in-out .5s;*/
/*    width: 150px;*/
/*    height: 100px;*/
/*    display: inline-block;*/
/*}*/
/*.for-homepage .offerListWrapper {*/
/*    position: absolute;*/
/*    top: -50px;*/
/*    transform: translate(0, -50%);*/
/*    background: #241f21;*/
/*    color: #eee;*/
/*    padding: 20px 35px 10px;*/
/*    right: -420px;*/
/*    width: 400px;*/
/*    transition: all ease-in-out .5s;*/
/*    box-shadow: #333 0px 5px 10px 0px;*/
/*}*/
/*.mobile.for-homepage .offerListWrapper{*/
/*    width: 340px;*/
/*    max-height: 420px;*/
/*    overflow-y: auto;*/
/*}*/
/*.for-homepage ul.popUpContentHolder li {*/
/*    list-style: circle;*/
/*    font-size: 16px;*/
/*    line-height: 1.7em;*/
/*    padding: 8px 0px;*/
/*}*/
/*.for-homepage .offerListWrapper .sliderContentText {*/
/*    color: white;*/
/*    text-align: justify;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    position: relative;*/
/*    padding-top: 5px;*/
/*}*/
/*.for-homepage .offerListWrapper .sliderContentText .highlightedTextLink {*/
/*    color: gold;*/
/*    font-weight: bold;*/
/*    text-decoration: none;*/
/*}*/
/*@media screen and (max-width: 480px) {*/
/*    .for-homepage .offerListWrapper {*/
/*        width: 400px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 400px) {*/
/*    .for-homepage .offerListWrapper {*/
/*        width: 350px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 350px) {*/
/*    .for-homepage .offerListWrapper {*/
/*        width: 300px;*/
/*    }*/
/*}*/
/*.for-homepage .slidingOffersWrapper a.WrapperLink {*/
/*    color: #241f21 !important;*/
/*    display: block;*/
/*    background-color: white;*/
/*    padding: 5px;*/
/*    width: 50%;*/
/*    text-align: center;*/
/*}*/
/*.for-homepage .slidingOffersWrapper .fa-briefcase-medical:before{*/
/*    content:"Know more about bungalows" !important;*/
/*    position: center;*/
/*    top: 32px;*/
/*    right: 5px;*/
/*}*/
/*.for-homepage .slidingOffersWrapper .fa-times:before{*/
/*    font-size:30px;*/
/*    position:absolute;*/
/*    top: 22px;*/
/*    right: 26px;*/
/*    font-weight:bold;*/
/*}*/
/*.for-homepage .slideShowOffer .offerIconWrapper .fal.fa-times {*/
/*    background-color: transparent;*/
/*    box-shadow: unset;*/
/*}*/

#customsocialicon{
    display: none;
}

.wtsocialicons ul.socialWidgetRow>li .socialWidgetItem .socialiconitem .fa-instagram {
    color: #d73074;
}

.amanvana-spa-badge {
    position: absolute;
    top: 75%;
    left: 0;
    width: 150px;
}

.container-fluid .simp-custom-widget-hide {
    display: none!important;
}
.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}



.wtformjson.simp-custom-popUpForm{
    display:none;
}
.simp-custom-popup-image{
    display:none;
}
.pop-up-form-container{
    display:none;
}
.pop-up-form-container.active .simp-custom-popup-image{
    display:block;
}
.pop-up-form-container.active .simp-custom-popUpForm{
    display:block;
}
.pop-up-form-container.active {
    display:flex;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    justify-content:center;
    align-items:center;
    padding: 0 35.75vw;
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
@keyframes zoominoutsinglefeatured {
    0% {
        opacity:0;
    }
    /* 50% {
        transform: scale(1.1,1.1);
    } */
    100% {
        opacity: 1;
    }
}
.pop-up-form-container.active .pop-up-body{
    display:flex;
    flex-wrap: nowrap;
    background:#fff;
    padding: 20px;
    align-items:center;
    gap: 20px;
    justify-content: center;
}
.pop-up-form-container.active .heading-section{
    width:100%;
}
.pop-up-form-container.active .image-container{
    width:50%;
    height: 100% !important;
}
.pop-up-form-container.active .form-container{
    width: 100%;
}
.pop-up-form-container.active .simp-custom-popup-image > .one-col{
    padding:0;
}
.pop-up-form-container.active .heading-section{
    display:flex;
    flex-direction:column;
    position:relative;
}
.pop-up-form-container.active .heading-section h2{
    /* margin-bottom:12px; */
    font-weight:600;
    font-size:clamp(18px,1.303vw,25px);
    text-align: center;
    margin-bottom: 20px;
}
.pop-up-form-container.active .heading-section h3{
    font-weight:300;
    margin-bottom:5px;
    font-size:clamp(18px,1.094vw,21px);
}
.pop-up-form-container.active .form-close-button{
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    top:-20px;
    right:-20px;
    width:30px;
    height:30px;
    font-size:20px;
    font-weight:600;
    background:#294c4b;
    color:#fff;
    cursor:pointer;
}
.pop-up-form-container.active .form-group label{
    display:none;
}
.pop-up-form-container.active .form-group > .col-sm-12.col-md-6{
    padding:0;
    width:100%;
}
.pop-up-form-container.active .wtformjson .fullWidthWidgetWrapper > .col-sm-12{
    padding:0;
}
.pop-up-form-container.active .wtformjson .formSubmitButton{
    border-radius:5px;
    height:34px;
}
.pop-up-form-container.active .form-group {
    margin: 0 0 10px 0;
    padding:0;
    display:flex
}
.pop-up-form-container.active .form-group:last-child{
    margin:0;
}
.pop-up-form-container.active .form-group input::placeholder,
.pop-up-form-container.active .form-group textarea::placeholder{
    color:#4b5761;
}
.pop-up-form-container.active .form-group input,
.pop-up-form-container.active .form-group textarea,
.pop-up-form-container.active .form-group select{
    border-color:rgba(75, 87, 97, 0.6);
}
@media (max-width:1500px){
    .pop-up-form-container.active {
        padding: 0 25vw;
    } 
}
@media (max-width:1300px){
    .pop-up-form-container.active {
        /* padding:0 8vw; */
    } 
}
@media (max-width:990px){
    .pop-up-form-container.active .pop-up-body{
        flex-wrap:wrap;
        padding:0;
        position:relative;
        overflow: scroll;
        height: 95%;
    }
    
    .pop-up-form-container.active .image-container{
        width:100%;
        height: auto !important;
    }
    .pop-up-form-container.active .form-container{
        width:100%;
        padding: 20px;
    }
    .pop-up-form-container.active {
        /* padding:0 25vw; */
    } 
    .pop-up-form-container.active .heading-section{
        position:static;
    }
    .pop-up-form-container.active .form-close-button{
        top:0;
        right:0;
    }
    .pop-up-form-container.active .pop-up-body::-webkit-scrollbar{
        display: none;
    }
}


.mobile .pop-up-form-container.active  .simp-custom-popup-image > .col-xs-12 {
    padding:0;
}
.mobile .pop-up-form-container.active .form-container{
    padding:0 20px 20px;
}
.mobile .pop-up-form-container.active{
    padding:6vw 5vw;
    width: 100%;
}
.mobile .pop-up-form-container.active .heading-section h3{
    margin:0;
    font-size:16px;
}
.mobile .pop-up-form-container.active .heading-section h2{
    margin-bottom:5px;
    font-size: 20px;
}
.mobile .pop-up-form-container.active .heading-section p{
    margin:0 0 10px 0;
    font-size:13px;
    width:70%;
}
.mobile .pop-up-form-container.active .pop-up-body{
    gap:20px;
    overflow: scroll;
    max-height: 80vh;
    /*padding-top: 15px;*/
    align-items: normal;
    height: max-content;
    width: 100%;
}
.mobile .pop-up-form-container.active .image-container{
    height: auto !important;
}
.mobile .pop-up-form-container.active .pop-up-body .widget-wrapper.wtformjson{
    padding: 10px !important;
}
.mobile .pop-up-form-container.active .widget-wrapper.wtformjson > .col-xs-12{
    padding:0;
}
.mobile .pop-up-form-container.active .widget-wrapper.wtformjson .form-group > .col-xs-12{
    padding:0;
}
.mobile .pop-up-form-container.active .wtformjson .formSubmitButton{
    border-radius: unset;
}
.mobile .pop-up-form-container.active .widget-wrapper.wtformjson .form-group:has(button){
    margin:0;
}
.mobile .heading-section{
    padding-top:10px
}

.mobile .pop-up-form-container.active .pop-up-body::-webkit-scrollbar{
    display: none;
}

.mobile .form-group[id*='submit'] .col-xs-12:empty{
    display:none
}
.mobile .form-group[id*='submit'] .col-xs-12{
    display:flex;
    justify-content:center;
}
.pop-up-form-container .text-success,
.pop-up-form-container .text-danger{
    width:100%;
    text-align:center;
}















.mobile.for-homepage .nav-wrap.stick-nav {
    position: fixed;
    top: -60px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    overscroll-behavior: contain !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
.mobile.for-innerpage .nav-wrap.stick-nav {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    overscroll-behavior: contain !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.mobile .nav-wrap.stick-nav .dropdown-menu {
    max-height: calc(100vh - 80px); 
    overflow-y: auto;
    overflow-x: hidden; 
    width: 100%;
    overscroll-behavior: contain !important;
}

.mobile .nav-wrap.stick-nav .dropdown-backdrop {
    width: 100%;
}

.mobile .nav-wrap.stick-nav .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobile.for-homepage.sticky-scroll .fullImageInner{
    margin-top:120px;
}

.mobile.for-innerpage.sticky-scroll .parent-container{
    padding-top:80px;
}





.carousel-indicators, #homeCarousel .jssorb036 {
    display: none;
}
#homeCarousel .carousel-control {
    width: 80px;
    height: 80px;
    top: 62%;
    transform: translateY(-50%);
    background-image: none !important;
    opacity: 1;
}
#homeCarousel .carousel-control .icon-next {
    right: 20px !important;
    font-size: 80px;
}
#homeCarousel .carousel-control .icon-prev {
    left: 20px !important;
    font-size: 80px;
}
.iconHolder{
    font-size: 40px;
    display: block;
}
.jssor-carousel-container .jssor-carousel-wrapper #homeCarousel.jssor-carousel .jssora051 {
    display: block;
}
div#homeCarousel.jssor-carousel>div:nth-child(4) {
    top: 65%!important;
    left: 20px!important;
}

div#homeCarousel.jssor-carousel>div:nth-child(5) {
    top: 65%!important;
    right: 20px!important;
}

.explorer_v1.location-page .location-header-pills{
        padding: 0 !important;
        top: 145px !important;
}



