.explorer .bookingform-wrapper .simp-booking-form form#simp-booking-form #submitWrapper .submit-button-wrapper button {
    text-transform: uppercase;
}

.mobile.explorer #simp_book_btn_wrapper #simp_book_btn #min-price-div p {
    margin: 0;
}

@media(orientation: landscape) {
    .mobile.explorer #simp_book_btn_wrapper #simp_book_btn #min-price-div {
        top: 8px;
    }
}

.book_button:hover,.btn:hover,.viewbtn:hover {
    transform: scale(1.1);
    transition:1s;
}



.landing_popupWrappers_karthika {
    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;
    display:none;
}
.landing_Popup_karthika img {
    max-width: 80vw;
    max-height: 80vh;
}
.landing_popupWrappers_karthika.popUp_zoomIn {
    display: flex !important;
}
.landing_popupWrappers_karthika img {
    margin: auto;
    float: none;
    max-width: 100%;
}
.landing_popupWrappers_karthika .landing_Popup_karthika {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width: 90%;
    display: block;
}
.landing_popupWrappers_karthika  .landing_Popup_karthika .popUp_Close {
    position: absolute;
    top: -5px;
    transform:translateY(-100%);
    right: -5%;
    width: clamp(15px,1.954vw,30px);
    height:  clamp(15px,1.954vw,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;
    font-size:  clamp(10px,1.303vw,20px);
}
@keyframes zoominoutsinglefeatured {
 0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}
.landing_Popup_karthika {
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
.landing_Popup_avianna img {
    max-width: 80vw;
    max-height:80vh;
}
.mobile .landing_popupWrappers_karthika .landing_Popup_karthika a{
    display:flex;
    justify-content:center;
}
.mobile .landing_popupWrappers_karthika  .landing_Popup_karthika .popUp_Close {
    top: -28px;
    right: 1%;
    width: 10px;
    height: 10px;
    padding: 8px;
    transform:translateY(0);
}
.mobile .landing_popupWrappers_karthika  .landing_Popup_karthika .popUp_Close i {
    font-weight: 100;
    font-size: 13px !important;
}
.mobile .landing_Popup_karthika img {
    max-width: 90%;
}
@media screen and (orientation: landscape) {
.mobile .landing_Popup_karthika img {
    max-height: 80vh;
}
}
body:not(.mobile) .landing_Popup_karthika img {
  max-width: 50vw;
}

.payus a {
    float: right;
    background-color: #82643A;
    top: 80px;
    position:relative;
    padding: 6px 19px;
    font-size: 1.3em;
    color:white;
    text-decoration:none;

  }
  
  .payus a:hover{
    color:white
  }

.modal-box .headerTopStrip {
    display: none;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 10000;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-box header,
.modal-box .modal-header {
  position: absolute;
  padding: 0;
  right: 0;
  z-index: 1;
  border-bottom: none;
}

.modal-box .modal-header .js-modal-close.close {
    margin-top: 0;
    color: white !important;
    background: rgba(0,0,0,1);
    width: 40px;
    height: 40px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: opacity 300ms;
}
.modal-box .modal-header .js-modal-close.close:hover {
  opacity: 0.5;
}

.modal-box .modal-body {
  padding: 0;
}

.modal-body a {
  display: block;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1) !important;
}

.for-homepage #back-top a.up {
  position:absolute;
  top:-10px;
}
.for-homepage #back-top{
  left:46%;
}
.for-homepage #back-top a.up::before{
  content:"SCROLL DOWN";
  color:white;
}
.for-homepage #back-top .fa-angle-down{
  margin-left:40px;
}
.for-homepage #back-top a{
  transition:0s !important;
}
.for-homepage #back-top a.up .fa-angle-down{
  width:25px !important;
  padding: 10px 6px;
  border-radius: 25px;
  font-size: 22px;
  color:black;
  animation: bounce 3s infinite;
}
.for-homepage #back-top  .fa-angle-down{
  transition:0s !important;
}
.for-homepage #video_controls{ 
  position:absolute;
  bottom:9%;
}
@keyframes bounce { 
  0% {transform: translateY(0);}
  50% {transform: translateY(-10px);}
} 

/*header .headerTopStrip {*/
/*    height: 35px;*/
/*    background-color: #82643C;*/
/*    margin-right: -15px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    transform: translate(0px, 0);*/
/*    transition: 0.5s all ease-in-out;*/
/*    padding-top: 3px;*/
/*}*/
/*.header-pills{*/
/*    padding-top:140px !important;*/
/*}*/
/*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: #82643C;*/
/*    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;*/
/*}*/

/*COVID-19 Strip*/

/*.headerTopStrip .topStrip-details {*/
/*    color: #fff;*/
/*    padding: 0 20px;*/
/*}*/
/*.headerTopStrip .topStrip-newtab{*/
/*    padding-left: 5px;*/
/*}*/
/*.headerTopStrip .headerTopStrip .header_top_contact {*/
/*    float: right;*/
/*}*/
/*.headerTopStrip .covid19-strip{*/
/*    float: left;*/
/*    left: 45px;*/
/*    position: relative;*/
/*}*/
/*.headerTopStrip{*/
/*    background-color:#82643A !important;*/
/*    color:white;*/
/*}*/
/*header .headerTopStrip li a{*/
/*    color:white;*/
/*}*/
/*.mobile .hotelInfoList a{*/
/*    display:none;*/
/*}*/
/*.mobile .headerTopStrip {*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/
/*.topStrip-details-2 {*/
/*    color: #fff;*/
/*    padding: 0 20px;*/
/*}*/

