



.container-fluid .simp-custom-widget-hide {
    display: none!important;
}
.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}

.mobile body, .mobile div, .mobile td{
    letter-spacing: 0.5px !important;
    font-size: 15px !important;
}
.mobile .fullImage img{
    height: 350px;
    object-fit: cover;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
}
.mobile h2{
    font-size: 24px;
    text-align: center !important;
}
 

.mobile .nav-wrap .min-price-div{
    display: none
}
.mobile.for-homepage .wtheader{
    display: none;
}

.mobile .room-description {
    display: none;
}
.mobile .simp-custom-tableborder .table td{
    border: none;
}
.mobile .simp-custom-tableborder .table{
    border: none;
}
.mobile .simp-custom-tableborder .table td:nth-child(2){
    padding-top: 15px;
}


.mobile .simp-custom-textreduction .txt-wdgt-btn-wrapper{
    display: flex;
    justify-content: center;
}





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

