.simp-custom-fwshine-effect
{
    position:relative;
}
.simp-custom-fwshine-effect:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
}
.simp-custom-fwshine-effect .text-content 
{
    z-index:1;
}


.mobile .simp-custom-fwshine-effect
{
    position:relative;
}
.mobile .simp-custom-fwshine-effect:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}
.mobile .simp-custom-fwshine-effect .text-content 
{
    z-index:1;
}


/* facilities shine effect*/
.two-col.simp-custom-shine-bgcolor 
{
    margin-bottom:13px !important;
}
.simp-custom-shine-bgcolor .text-content img{
    height:100%;
}
.simp-custom-shine-bgcolor .text-content
{
     padding:0 6px !important
}
.simp-custom-shine-bgcolor .text-content-wrapper
{
    position:absolute;
    top:0;
    height:100%;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: rgba(0,0,0,0.4);
    width:calc(100% - 12px) !important;
}




/* ops-14802 */

.outer-page .content_wrapper .no-gutter .widget-wrapper.wtbookbtn .one-col,
.outer-page .content_wrapper .no-gutter .widget-wrapper.wtlinkbutton .one-col {
    display:flex;
    justify-content:center;  
}

.mobile .content_wrapper .no-gutter .widget-wrapper.wtbookbtn .col-md-12,
.mobile .content_wrapper .no-gutter .widget-wrapper.wtlinkbutton .col-xs-12 {
    display:flex;
    justify-content:center;
}

.mobile.for-homepage .page .parent-container .name-of-hotel,
.mobile.for-homepage .parent-container .panel-group {
    display:none;
}

.content_wrapper .no-gutter .widget-wrapper .text-content .besidebtns {
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

.for-innerpage .outer-page .widget-wrapper .one-col.amenities-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.for-innerpage .outer-page .widget-wrapper .one-col.amenities-block h2 {
    width: 100%;
}

@media (min-width: 768px) {
    .for-innerpage .outer-page .widget-wrapper .one-col.amenities-block .col-sm-6 {
        width: 35%;
    }
}

/* ops- 14802 ends */


.simp-custom-borderbutton .fullWidthWidgetWrapper
{
   width: 25% !important;
   text-shadow:1px 1px #000000ba;
   border: 2px solid #ffffff;
   line-height:36px;
   padding:0px !important;
}
.simp-custom-borderbutton .txt-wdgt-btn-wrapper a
{
   border: 1px solid #ffffff;
   background-color:white;
   color:#000;
   text-shadow:0 0 black;
   padding:0px 20px 0px 20px;
   font-size:12px;
}
.simp-custom-borderbutton .txt-wdgt-btn-wrapper a:hover
{
   border: 1px solid #a28f39;
   background-color:#a28f39;
   color:#fff;
   text-shadow:0 0 black;
   padding:0px 20px 0px 20px;
   font-size:12px;
}
.simp-custom-borderbutton .txt-wdgt-btn-wrapper
{
   position:absolute;
   bottom:-20px;
   left:0;
   right:0;
}


.for-homepage .widget-wrapper .hotel_amenities_wrap .wtsubheader.widget-wrapper {
    margin-bottom: 2.5% !important;
}
p#back-top {
    bottom: 90px;
}

 
 h1:after,  h2:after {
    content: '';
    height: 2px;
    background: #000;
    display: block;
    transition: all .5s ease-in-out;  
    margin: 10px auto;
    width: 10%;
}
.address-block-details h1:after{
    display: none;
}
header .navbar-top .navbar-nav{
    text-align: center !important;
}

.location-page .img-description-padding{
    width: 400px !important
}

.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

/*.landing_PopupWrappers {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*  z-index: 10000;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.landing_PopupWrappers.popUp_zoomIn {*/
/*  display: flex;*/
/*}*/

/*.landing_PopupWrappers img {*/
/*  margin: auto;*/
/*  float: none;*/
/*  max-width: 100%;*/
/*}*/


/*.for-homepage .landing_Popup {*/
/*  position: relative;*/
/*  max-width: unset;*/
/*  width: unset;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  row-gap: 15px;*/
/*}*/

/*.imgforPopup {*/
/*  max-width: 90%;*/
/*  display: block;*/
/*}*/

/*.for-homepage .landing_Popup .popUp_Close {*/
/*  position: absolute;*/
/*  top: -35px;*/
/*  right: 0px;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-weight: 100;*/
/*  cursor: pointer;*/
/*  background: transparent;*/
/*  border: 2px solid #ebedec;*/
/*  border-radius: 50%;*/
/*  color: #fff;*/
/*}*/

/*@keyframes zoominoutsinglefeatured {*/
/*  0% {*/
/*    transform: scale(0.3, 0.3);*/
/*  }*/

/*  50% {*/
/*    transform: scale(1.1, 1.1);*/
/*  }*/

/*  100% {*/
/*    transform: scale(1, 1);*/
/*  }*/
/*}*/

/*.landing_Popup {*/
/*  animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/

/*@media (max-width: 1536px) {*/
/*  .landing_Popup img {*/
/*    max-width: 80%;*/
/*  }*/

/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    right: 8%;*/
/*  }*/
/*}*/

/*@media (max-width: 1250px) {*/
/*  .landing_Popup img {*/
/*    max-width: 80%;*/
/*    max-height: 90vh;*/
/*  }*/

/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    right: 6%;*/
/*  }*/

/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    position: absolute;*/
/*    top: -30px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*  }*/
/*}*/

/*@media (max-width: 950px) {*/
/*  .landing_Popup img {*/
/*    max-height: 90vh;*/
/*  }*/
/*}*/

/*.mobile.for-homepage .landing_Popup .popUp_Close {*/
/*  top: -24px;*/
/*  right: 3%;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  padding: 8px;*/
/*}*/

/*.mobile.for-homepage .landing_Popup .popUp_Close i {*/
/*  font-weight: 100;*/
/*}*/

/*.mobile .landing_Popup img {*/
/*  max-width: 90%;*/
/*}*/

/*@media screen and (orientation: landscape) {*/
/*  .mobile .landing_Popup img {*/
/*    max-height: 80vh;*/
/*  }*/
/*}*/

/*.landing_Popup .Explore-More {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  padding: 10px 0;*/
/*  width: 80%;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  background: #fff;*/
/*}*/

/*.mobile .landing_Popup .Explore-More {*/
/*  padding: 10px 0;*/
/*  width: 90%;*/
/*}*/

/*.landing_PopupWrappers {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*  z-index: 10000;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.landing_PopupWrappers.popUp_zoomIn {*/
/*  display: flex;*/
/*}*/

/*.landing_PopupWrappers img {*/
/*  margin: auto;*/
/*  float: none;*/
/*  max-width: 100%;*/
/*}*/


/*.for-homepage .landing_Popup {*/
/*  position: relative;*/
/*  max-width: unset;*/
/*  width: unset;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  row-gap: 15px;*/
/*}*/

/*.imgforPopup {*/
/*  max-width: 90%;*/
/*  display: block;*/
/*}*/

/*.for-homepage .landing_Popup .popUp_Close {*/
/*  position: absolute;*/
/*  top: -35px;*/
/*  right: 0px;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-weight: 100;*/
/*  cursor: pointer;*/
/*  background: transparent;*/
/*  border: 2px solid #ebedec;*/
/*  border-radius: 50%;*/
/*  color: #fff;*/
/*}*/

/*@keyframes zoominoutsinglefeatured {*/
/*  0% {*/
/*    transform: scale(0.3, 0.3);*/
/*  }*/

/*  50% {*/
/*    transform: scale(1.1, 1.1);*/
/*  }*/

/*  100% {*/
/*    transform: scale(1, 1);*/
/*  }*/
/*}*/

/*.landing_Popup {*/
/*  animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/

/*@media (max-width: 1536px) {*/
/*  .landing_Popup img {*/
/*    max-width: 80%;*/
/*  }*/

/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    right: 8%;*/
/*  }*/
/*}*/

/*@media (max-width: 1250px) {*/
/*  .landing_Popup img {*/
/*    max-width: 80%;*/
/*    max-height: 90vh;*/
/*  }*/

/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    right: 6%;*/
/*  }*/

/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    position: absolute;*/
/*    top: -30px;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*  }*/
/*}*/

/*@media (max-width: 950px) {*/
/*  .landing_Popup img {*/
/*    max-height: 90vh;*/
/*  }*/
/*}*/

/*.mobile.for-homepage .landing_Popup .popUp_Close {*/
/*  top: -24px;*/
/*  right: 3%;*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  padding: 8px;*/
/*}*/

/*.mobile.for-homepage .landing_Popup .popUp_Close i {*/
/*  font-weight: 100;*/
/*}*/

/*.mobile .landing_Popup img {*/
/*  max-width: 90%;*/
/*}*/

/*@media screen and (orientation: landscape) {*/
/*  .mobile .landing_Popup img {*/
/*    max-height: 80vh;*/
/*  }*/
/*}*/

/*.landing_Popup .Explore-More {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  padding: 10px 0;*/
/*  width: 80%;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  background: #fff;*/
/*}*/

/*.mobile .landing_Popup .Explore-More {*/
/*  padding: 10px 0;*/
/*  width: 90%;*/
/*}*/

/*@media(max-width:768px){*/
/*    .for-homepage .landing_Popup .popUp_Close{*/
/*        width: 20px;*/
/*        height: 20px;*/
/*        top: -6%;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close .fa-times:before{*/
/*        font-size:14px;*/
/*    }*/
/*}*/

/*.btn-collect-passes:hover{*/
/*    background:#a28f39;*/
/*    color:#fff;*/
/*    text-decoration: none;*/

/*}*/

/*.btn-collect-passes{*/
/*    color:#fff;*/
/*    background:#c5ad40;*/
/*    font-weight:600;*/
/*    padding:1% 2%;*/
/*    border-radius:2px;*/
/*     text-decoration: none;*/
/*}*/

/*.mobile a.btn-collect-passes {*/
/*    padding:10px;*/
/*}*/



#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    left:15px;
    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: 50px;
}
#whatsAppHeader a{
    color: white;
}
.fa-whatsapp {
    font-weight: bold;
}
.mobile #whatsAppHeader {
    border-radius: 50px;
    background: #25d366;
    float: right;
    position: fixed;
    right: 24px;
    bottom: 75px;
    padding: 8px 10px;
    margin-right: -10px;
    z-index: 9999;
    line-height: unset;
}
.mobile #whatsAppHeader a {
    color: #ffffff;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    /*padding: 3px 5px;*/
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}



.mobile .min-price-div {
    font-size: 8px;
}
.mobile .logo.navbar-logo {
    padding-top:2px;
    background-color:white;
}
.mobile .fullImage {
    padding-top:65px !important;
}
.mobile div#widgetWrapperHome h1,
.mobile div#widgetWrapperHome h2 {
    text-align: center;
}
.mobile .simp-custom-margin {
    margin-bottom: 3% !important;
}
.mobile h1 {
    font-size: 22px;
}
.mobile h2 {
    font-size: 21px;
}
.mobile .simp-custom-hideRightBox > .col-xs-12:last-child{
    display:none;
}
.mobile .simp-custom-hideLeftBox > .col-xs-12:first-child{
    display:none;
}


/*.navbar-top .lang-book-wrapper .formredirect {*/
/*    padding-right: 0px;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    top: 37px;*/
/*    text-align: center;*/
/*    letter-spacing: 1px;*/
/*    color: #8a2623;*/
/*    left: 0px;*/
/*    right: 0px;*/
/*}*/







