

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


.social-icons-container{
    z-index: 1000;
    position: fixed;
    bottom: 308px;
    display: flex;
    flex-direction: column;
    left: 0px;
    overflow: hidden;
    font-size: 28px;
    text-align: center;
}
.social-icons-container a{
    background: #ccc;
    margin-bottom:5px;
    padding:4px 8px;
    border-radius: 0 5px 5px 0;
}





/*.lang-book-wrapper {*/
/*  display: none;*/
/*}*/
/*.mobile .mobile-navbar-button {*/
/*  display :none*/
/*}*/

:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-maison-3-card-layout-center-align,.simp-custom-maison-2-card-layout-center-align){
    display:flex;
    justify-content:center;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-maison-3-card-layout-center-align,.simp-custom-maison-2-card-layout-center-align) .fullWidthWidgetWrapper{
    display:flex;
    justify-content:center;
}
.mobile .simp-custom-maison-3-card-layout-hide-right .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile :is(.simp-custom-maison-3-card-layout-hide-left,.simp-custom-maison-2-card-layout-hide-left) .col-xs-12:nth-of-type(1){
    display:none;
}
.mobile .simp-custom-maison-2-card-layout-hide-right .col-xs-12:nth-of-type(2){
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-maison-3-card-layout-hide-right,.simp-custom-maison-2-card-layout-hide-right) .right-box{
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-maison-3-card-layout-hide-left,.simp-custom-maison-2-card-layout-hide-left) .left-box{
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-maison-2-card-layout-hide-right{
    display:flex;
    justify-content:center;
}

.mobile .simp-custom-gradientimg a>span{
    color: #666A66;
    font-size: 1.3em!important;
    font-weight: 400!important;
}
.mobile .simp-custom-gradientimg a>span>span{
    color: #666A66;
    font-size: 1.1em!important;
    font-weight: 400!important;
}
.mobile .logo.navbar-logo 
{
    background-color: #ffffff;
}
.mobile .fullImage {
    padding-top:60px !important;
}
.mobile .name-of-hotel {
    display:none;
}
.mobile div#accordion {
    display:none;
}
.mobile h1, .mobile h2 {
    text-transform: uppercase;
    text-align:center !important;
    border: none !important;
    font-size: 20px;
}
.mobile .simp-custom-hideLeftRight .col-xs-12:nth-child(1),
.mobile .simp-custom-hideLeftRight .col-xs-12:nth-child(3){
    display: none;
}

/*jira-12948 start*/


.mobile .content_wrapper .simp-custom-equal-height div.col-xs-12 video{
    aspect-ratio: 960/1920;
    object-fit:cover
}

/* end*/

#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 275px;
    right: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 .fa-whatsapp {
    font-size: 30px;
    
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}

