

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.wtbookbtn > div{
    display:flex;
    justify-content:center;
}

.mobile .content_wrapper .widget-wrapper.wtbookbtn > div{
    display:flex;
    justify-content:center;
}



#customEmail,
#oneEmail,
#twoEmail,
#otherEmail{
    display: none;
}


/*custom jira changes 12665*/
/*navbar changes*/
.outer-page header #top-navbar-collapse,
.outerpage header #top-navbar-collapse{
    justify-content: center;
    align-items:center;
}
.outer-page header #bottom-navbar-collapse,
.outerpage header #bottom-navbar-collapse{
    justify-content:center;
    align-items:center;
}

/*back-top changes*/
.outer-page #back-top a,
.outerpage #back-top a{
    color:#f4f4f4;

}
.outer-page #back-top span,
.outerpage #back-top span{
    background:#c7763c;
}

/*weather and city widget changes*/

.outer-page .weather-time-widget-holder{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    flex-direction:column;
    gap:10px;
}
.outer-page .widget-wrapper.wtlocation{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 125px;
    margin:0;
}
.outer-page .widget-wrapper.wtlocation .timer-widget #digital-clock{ 
    display:none;
}


/*custom jira changes for 12750*/
.outer-page .content_wrapper .no-gutter .simp-custom-lImg-rTxt-center,
.outerpage .content_wrapper .no-gutter .simp-custom-lImg-rTxt-center{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}







.parent-hotel .footer-row .navbar-nav li:nth-child(2) {
    display: none;
}

