.homeCarousel-booking-wrap .booking-form {
    padding-bottom: 35px;
}

.jssor-carousel-container .whyBookDirect {
    top: unset;
    bottom: -5px;
    right: 45%;
}

@media (max-width: 915px) {
   .jssor-carousel-container .whyBookDirect {
        right: 42%;
    }
}

.book_button .min-price-div{
    color:#fff;
}
body :is(.outer-page,.outerpage) .hero-header{
    display:none;
}



/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}
/* For 3-text-box */
.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}
.simp-custom-hideRightBox .right-box{
    display:none !important;
}
.simp-custom-hideLeftBox .left-box{
    display:none !important;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

.simp-custom-center .col-xs-12{
    display:flex;
    justify-content:center;
}





