







.cus-header-top-strip {
  background: #000;
}
.cus-header-top-strip  p{
  color: #fff;
  font-size: clamp(14px, 1.333vw, 20px);
  font-weight: 500;
  text-align: center;
}
.mobile .cus-header-top-strip {
  background: #000;
}
.mobile .cus-header-top-strip p{
  font-size: 16px;
}

.cus-header-top-strip .top-strip-header-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cus-header-top-strip .top-strip-header-left p:first-child {
    width: 100%;
}

.mobile .cus-header-top-strip .top-strip-header-left {
    flex-direction: column;
}

@media (max-width: 400px) {
    .mobile .cus-header-top-strip p.scroll {
        position: relative;
        animation: text-scroll 12s linear infinite;
        left: 100%;
        white-space: nowrap;
        width: fit-content;
    }
}

.top-strip-header-left {
    overflow: hidden;
}

@keyframes text-scroll {
    0% {
        left: 100%;
    }
    100% {
        left: -150%;
    }
}



.for-homepage .outer-page .jssor-carousel-container{
    padding-top:52px;
}
.outer-page .inner-page,
.outerpage .inner-page{
    padding-top:52px;
}

.mobile .row.clearfix.widget-wrapper.wt1tb.bgImageContainer[data-widget-id="2110148"] {
    padding-top: 150px!important;
    padding-bottom: 150px!important;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    -ms-background-clip: border-box;
    -o-background-clip: border-box;
    background-clip: border-box;
}
.mobile .simp-custom-hideRightBox > .col-xs-12:last-child{
    display:none;
}
.mobile .simp-custom-hideLeftBox > .col-xs-12:first-child{
    display:none;
}
/*.simp-custom-center{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*}*/

/*booknow button css*/
/*.mobile-navbar-button form#booking-form #book-now-dropdown-mobile{*/
/*    display:none;*/
/*    position:absolute;*/
/*    background:#fff;*/
/*    z-index:999;*/
/*    top:97px;*/
/*    right:-25px;*/
/*    left:-25px;*/
/*    box-shadow: 0 6px 10px rgba(0,0,0,.175);*/
/*}*/
/*.mobile-navbar-button form#booking-form #book-now-dropdown-mobile.show{*/
/*    display:block;*/
    
/*}*/
/*.mobile-navbar-button form#booking-form #book-now-dropdown-mobile ul{*/
/*    list-style-type:none;*/
/*    margin:0;*/
/*    padding:0 10px;*/
    
/*}*/
/*.mobile-navbar-button form#booking-form #book-now-dropdown-mobile ul li{*/
/*    width:100%;*/
/*    margin:10px 0;*/
/*}*/
/*.mobile-navbar-button form#booking-form #book-now-dropdown-mobile ul li a{*/
/*    width:100%;*/
/*    height:40px;*/
/*    padding:10px 0;*/
/*    font-weight:600;*/
/*    border-radius:4px;*/
/*}*/
/*.mobile-navbar-button form#booking-form .btn.btn-full-width,*/
/*.mobile-navbar-button form#booking-form .btn.btn-full-width:hover,*/
/*.mobile-navbar-button form#booking-form .btn.btn-full-width:active,*/
/*.mobile-navbar-button form#booking-form .btn.btn-full-width:focus,*/
/*.mobile-navbar-button form#booking-form .btn.btn-full-width:focus-within{*/
/*    outline:none;*/
/*    border:none;*/
/*    box-shadow:none;*/
/*}*/


/*calender popup css*/
/*.mobile .fab_book_button #book-now-dropdown-mobile-calender{*/
/*    display:none;*/
/*    position:absolute;*/
/*    background:#fff;*/
/*    z-index:9;*/
/*    bottom:70px;*/
/*    right:0px;*/
/*    left:-70px;*/
/*    box-shadow: 0 6px 10px rgba(0,0,0,.175);*/
/*}*/
/*.mobile .fab_book_button #book-now-dropdown-mobile-calender.show{*/
/*    display:block;*/
    
/*}*/
/*.mobile .fab_book_button #book-now-dropdown-mobile-calender ul{*/
/*    list-style-type:none;*/
/*    margin:0;*/
/*    padding:0 10px;*/
    
/*}*/
/*.mobile .fab_book_button #book-now-dropdown-mobile-calender ul li{*/
/*    width:100%;*/
/*    margin:10px 0;*/
/*}*/
/*.mobile .fab_book_button #book-now-dropdown-mobile-calender ul li a{*/
/*    width:100%;*/
/*    height:30px;*/
/*    padding:5px 0;*/
/*    font-weight:600;*/
/*    border-radius:4px;*/
/*    font-size:14px;*/
/*}*/
/*.mobile .fab_book_button #book-now-dropdown-mobile-calender::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  right: 15%;*/
/*  margin-left: -5px;*/
/*  border-width: 10px;*/
/*  border-style: solid;*/
/*  border-color: #555 transparent transparent transparent;*/
/*}*/

body.mobile {
    font-size: 18px;
    color: black;
}



.book_now_options {
    position: relative;
}


.book_now_options .custom_book_button{
    background-color: #ca1c24;
    font-size:clamp(13px, 0.83vw, 16px);
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: max-content;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    min-height: 40px;
    border: 0;
}
.book_now_options .custom_book_button:hover{
    color: #fff;
    text-decoration: none;
    background-color: #9d161c
}
.book_now_options .booking-dropdown .custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left:0; 
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 5px !important;
    border-radius: 4px;
    width:max-content;
    background: #ffd966;
}

.book_now_options .custom-dropdown-menu.show {
    animation: fadeIn 0.5s 1;
}

.book_now_options .custom-dropdown-menu li {
    list-style: none;
}

.book_now_options .custom-dropdown-menu .btn-full-width {
    display: block;
    font-size:clamp(12px, 0.73vw, 14px);
    width:100%;
    margin: 5px 0 !important;
    color: #fff;
    height: unset;
    text-align: center;

}

