.outer-page .content_wrapper .no-gutter .wtbookbtn .one-col{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile .content_wrapper .no-gutter .wtbookbtn .col-lg-12{
    display: flex;
    justify-content: center;
    align-items: center;
}

.for-homepage .outer-page .homepage .container-wrapper .hotel-address {
    margin-bottom: 10px;
}

.for-homepage .outer-page .homepage .container-wrapper .hotel-tagline {
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 26px;
}

.for-homepage .outer-page .hotel-tagline a {
  color: white;   
}
.outer-page #footer .comm_cont .add_head p a:hover {
  color: #aaa;
}











.location-page .outer-page .header-pills .tab-content {
    top: 178px;
    margin: 0;
}
    
.location-page .outer-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding {
    top: 96px;
}
    
.outer-page .content_wrapper .location-heading {
    padding: 30px;
    max-width: 100%;
    width: 100%;
    background: #e6f4e3;
}

.mobile.for-locationpage .location-heading {
    padding: 20px 20px 0;
}
    
.mobile.for-locationpage .location-content {
    padding: 20px;
}

.mobile.for-locationpage .location-content #widgetWrapper .map-drop {
    padding: 0;
    margin: 0;
}

.mobile.for-locationpage .location-content #widgetWrapper .map-drop .dropdown-menu-map {
    width: 100% !important;
}

.mobile.for-locationpage .location-content #widgetWrapper > .custom-right-widget-wrapper {
    width: 100%;
}
    
@media(max-width: 994px) {
    .location-page .outer-page .header-pills .tab-content {
        top: 216px;
    }
        
    .location-page .outer-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding {
        top: 134px;
    }
}















