#block-search, #block-search * {
  box-sizing: border-box;
}

#block-search {
  background: #2B3742;
}

@media screen and (min-width: 1200px) {
    #block-search.main {
        position: absolute;
        top: 97px;
        z-index: 1;
        width: 100%;
        background: rgba(0, 0, 0, 0.60);
    }
}

.be-container {
  padding: 0 30px;
}

#be-booking-form {
  z-index: 1;
}

#be-anchor {
  margin: 30px 0 10px;
}

.booking-page .header-social-icons,
.booking-page .footer .social-link,
.booking-page .copyright-menu {
    display: none;
}

.be-booking-btn {
    height: 55px;
    line-height: 55px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 20px;
    display: block;
    color: #fff!important;
    background: var(--primary-color-2);
}

.be-booking-btn:hover {
    background: var(--primary-hover-color-2);
}
