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

/*header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
*/
.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,
.simp-custom-sliderRight{
    max-width: 42% !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% !important;
    padding-right: 0px !important
}
.simp-custom-textLeft{
    width: 42% !important;
    padding-left: 0px !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;
}
.generic_slider.jssor-carousel-container.simp-custom-sliderLeftside,
.generic_slider.jssor-carousel-container.simp-custom-sliderRightside {
    width: 36% !important;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    padding: 7px !important;
    margin-top: 60px !important
}
.simp-custom-sliderLeftside{
    margin-left: 13% !important
}
.simp-custom-sliderRightside{
    margin-right: 13% !important
}
.simp-custom-sliderLeftside .jssor-carousel-wrapper,
.simp-custom-sliderRightside .jssor-carousel-wrapper{
    padding: 0px !important;
}
.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}
.simp-custom-h3-font h3 {
    font-size: 20px !important;
    text-transform: uppercase !important;
}
.simp-custom-h3-font h3 {
    font-size: 20px !important;
    text-transform: uppercase !important;
}
.simp-custom-h3-fonts h3 {
    font-size: 16px !important;
    text-transform: uppercase !important;
    padding-bottom: 10px !important;
    color: #858585 !important;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}



.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: 14px !important;
    text-transform: uppercase !important;
    color: #858585 !important;
}

@media screen and (max-width: 970px){
    .navbar.navbar-top #top-menu #top-navbar-collapse{
        display: flex !important;
    }
    header .navbar-top .navbar-nav > li > a{
        line-height: 38px;
    }
}
@media screen and (max-width: 868px){
    .navbar.navbar-top #top-menu #top-navbar-collapse{
        align-items: center;
    }
}



