#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
   background: #F8ECD6;
}

@media screen and (min-width: 1180px) {
    #block-search.main {
        position: absolute;
        z-index: 21;
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
    }
}

.be-container {
    padding: 0 25px;
}

#be-booking-form {
    z-index: 1;
}

.booking-section {
    padding: 50px 0 70px;
}

.booking-page .newsletter-form,
.booking-page .social-icon-three {
    display: none;
}
