.mobile .parent-container .no-gutter.clearfix .row.clearfix.widget-wrapper.wtheader:nth-of-type(1){
    display:none;
}

:is(.outer-page, .outerpage) .simp-custom-hideRightBox .right-box{
    display:none;
}
:is(.outer-page, .outerpage) .simp-custom-hideLeftBox .left-box{
    display:none;
}
:is(.outer-page, .outerpage) .simp-custom-center{
    display:flex;
    justify-content:center;
}

.mobile .simp-custom-hideRightBox .col-xs-12:last-child{
    display: none;
}

.mobile .simp-custom-hideLeftBox .col-xs-12:first-child{
    display: none;
}

.mobile .simp-custom-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.mobile .name-of-hotel {
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile h1 , .mobile h2{
    border: none !important;
    text-align: center;
}
.mobile h1{
    font-size: 24px !important;
    
}
.mobile h2{
    font-size: 22px !important;
    font-weight: 600;
}
.mobile body, .mobile div, .mobile p, .mobile th, .mobile td{
    font-size: 15px 
}

.mobile .fullImage img{
    height: 400px;
    object-fit: cover;
}
.mobile .logo img {
    filter: brightness(0);
}

.mobile .simp-custom-parallaxImg .text-content{
    color: #fff;
    padding: 0px 25px !important;
    text-shadow: 0.5px 0.5px rgba(0,0,0,0.9);
}

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



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







/*.headerTopStrip {*/
/*    background: #fff;*/
/*    height: auto;*/
/*}*/
/*.topStrip-details,*/
/*.topStrip-details-2 {*/
/*    color: #ffffff;*/
/*    padding: 0 20px;*/
/*}*/
/*a.topStrip-details:hover {*/
/*    color: #c39c3c;*/
/*}*/
/*.topStrip-newtab{*/
/*    padding-left: 5px;*/
/*}*/
/*.collapsedNavbar nav.navbar.navbar-top {*/
/*    height: auto;*/
/*}*/
/*.collapsedNavbar .headerTopStrip{*/
/*    background: #2b2a29;*/
/*    color: #ffffff;*/
/*    font-size: 14px;*/
/*    height: 30px;*/
/*    transition: all ease .5s;*/
/*    overflow: hidden;*/
/*}*/
/*.headerTopStrip .header_top_contact {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.headerTopStrip .topStrip-close-btn {*/
/*    position: absolute;*/
/*    background: none;*/
/*    border: none;*/
/*    right: 0px;*/
/*}*/
/*.headerTopStrip .container{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.mobile .topStrip-details-2 {*/
/*    margin-left: 25px;*/
/*    padding: 0;*/
/*}*/
/*.mobile .headerTopStrip .topStrip-close-btn{*/
/*    position:absolute;*/
/*    right:0px;*/
/*}*/

