







body .floating-icon {
  padding: 20px 5px;
  position: fixed;
  bottom: 40%;
  z-index: 9;
  right: 0;
}
body .floating-icon .social-wa{
  height: 40px;
  width: 40px;
  color: #25d366;
  font-size: 30px;
  background: #25d366;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  margin: 10px 0;
}



.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
    
}
.mobile .fullImage{
    padding-top: 70px
}
/*.mobile .logo.navbar-logo img{*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.mobile .name-of-hotel{ 
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile h1{
    font-size: 28px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 26px;
     text-align: center !important;
     border: none !important
 }

.mobile .logo.navbar-logo {
    background: rgba(155,34,38,0.9)
}
.mobile .simp-custom-tableborder td,
.mobile .simp-custom-tableborder table{
    border: none
}
.mobile.for-homepage .wtheader{
    display: none;
}

.mobile .simp-custom-lTextRimg,
.mobile .simp-custom-lImgRText{
 text-align: center !important
}
.mobile .simp-custom-lTextRimg .txt-wdgt-btn-wrapper,
.mobile .simp-custom-lImgRText .txt-wdgt-btn-wrapper{
 text-align: center !important;
}
.mobile .simp-custom-lTextRimg .btn.pull-left,
.mobile .simp-custom-lImgRText .btn.pull-left{
 float: unset !important;
}

/*for logo in intro-para*/
.mobile .simp-custom-introPara.imageDescriptionSide-leftimage div.col-xs-12 img {
    width: 125px;
    margin: auto;
}

/*mobile nav-wrap hover state*/
.mobile .nav-wrap .navBtnBorder .btn-full-width {
    color: #000;
}
.mobile .nav-wrap .navBtnBorder.bookBtnbgcolor {
    background: #fefae0;
    color: #000;
}
.mobile .nav-wrap .navBtnBorder.bookBtnbgcolor:hover {
    background: #fefae0 !important;
    color: #000;
}





footer#footer .logo-col{
    display:none;
}
header nav.navbar-top{
    background-color:rgba(255,255,255);
}

