header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social_wrapper2 {
    position: fixed;
    top: 65%;
    left: 0%;
}
.social_block2 a {
    display: block;
    font-size: 18px;
    padding: 5px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    margin: 7px 0px;
    line-height: 32px;
}
.social_block2 a.social-fb {
    background: #4867AA;
    color: white;
}
.social_block2 a.social-ig {
    color: white;
    background: #CD486B;
}

.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;
    text-transform: uppercase !important;
}



