

.headerTopStrip {
    height: 0;
}
.topStrip-details {
    color: #fff;
    padding: 0 20px;
}
.topStrip-newtab{
    padding-left: 5px;
}
.collapsedNavbar .headerTopStrip{
    background: #333;
    color: #f4f4f4;
    font-size: 14px;
    height: 30px;
    transition: all ease .5s;
    overflow: hidden;
}

.headerTopStrip .header_top_contact {
    float: left;
}

.headerTopStrip .topStrip-close-btn {
    float: right;
    background: none;
    border: none;
}
.collapsedNavbar nav.navbar.navbar-top {
    height: 130px;
}

.collapsedNavbar.parent-hotel .header-pills {
    padding: 145px 0 15px;
}

.collapsedNavbar.child-hotel .header-pills {
    padding: 180px 0 15px;
}



#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;
}
#footer a.social-wa:hover {
    background-color: #1EBEA5 !important;
}







.center-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.header-pills .nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
}

.promotions-wrapper .promo-btn {
    line-height: 20px;
}

#bookingForm .whyBookDirect .wrapperOfBenefits  {
    background: #000 !important;
}

