



#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;
}





