.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simp-custom-h3-font h3 {
    font-family: Gloock,serif !important;
    font-size: 26px !important;
}
.simp-custom-hotelTextSlider .text-content-wrapper{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    padding: 10px 10px 10px;
}
.simp-custom-hotelTextSlider .slick-next:before,
.simp-custom-hotelTextSlider .slick-prev:before {
    color: #000 !important;
}
.simp-custom-sliderLeft{
    max-width: 42.5% !important;
    margin-right: 0 !important;  
}
.simp-custom-sliderRight{
    max-width: 42.5% !important;
    margin-left: 0 !important;
}
.simp-custom-sliderLeft .jssor-carousel-wrapper{
    padding-right: 0px !important;
}
.simp-custom-sliderRight .jssor-carousel-wrapper{
    padding-left: 0px !important;
}
.simp-custom-textRight{
    width: 42.5% !important;
    padding: 0 15px !important;
    margin-left: 0 !important;
}
.simp-custom-textLeft{
    width: 42.5% !important;
    padding: 0 15px !important;
    margin-right: 0 !important;
}
.simp-custom-textRight .text-content,
.simp-custom-textLeft .text-content{
    width: 100%;
    height: 100% ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0% !important;
    color:#272727;
}
/*---------------- MIN PRICES ---------------*/
.navbar.navbar-top .booking-form-wrapper .min-price-div{
    /*color: #272727*/
}
.simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}
.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}
.modal-body .booking-form-wrapper #booking-form .min-price-div {
	color: #fff;
}
.content_wrapper .no-gutter .simp-custom-about-ltext-rimg img{
    border-radius: 50%;
}





#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 110px;
    right: 5px;
    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: 52px;
}
#whatsAppHeader a{
    color: white;
}
.mobile #whatsAppHeader {
    left: 17px;
    bottom: 80px;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}

.mobile footer .social-bar{
    display:flex;
    flex-direction:column;
    row-gap:20px;
}

.mobile footer .social-bar img{
    width:150px;
}



.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #fff;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 23px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 17px !important;
}
.mobile .simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}



/*center align the book btn*/
.widget-wrapper.wtbookbtn,
.widget-wrapper.wtlinkbutton{
    display:flex;
    justify-content:center;
}
.widget-wrapper.wtbookbtn .one-col,
.widget-wrapper.wtlinkbutton .one-col{
    display:flex;
    justify-content:center;
}

.mobile .widget-wrapper.wtbookbtn,
.mobile .widget-wrapper.wtlinkbutton{
    display:flex;
    justify-content:center;
}
.mobile .widget-wrapper.wtbookbtn>div,
.mobile .widget-wrapper.wtlinkbutton>div{
    display:flex;
    justify-content:center;
}





