#be-booking-form {
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: absolute;
    z-index: 10;
    top: 160px;
    left: 50%;
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    transform: translateX(-50%);
}

.be-container {
    padding: 0 30px;
}

.be-booking-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    min-width: 168px;
    margin-bottom: 40px;
    padding: 0 12px;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #ed703a;
}

@media (hover: hover) {
    .be-booking-button:hover {
        color: #fff;
        background-color: #f08b5f;
        text-decoration: none;
    }
}

.be-booking-button:focus {
    color: #fff;
    background-color: #f08b5f;
    text-decoration: none;
}

.booking-page #Content,
.booking-page #Header {
    background-color: #272b2e;
}

.booking-page #Content {
    padding-top: 0 !important;
}

.booking-page .title {
    color: #ffffff;
}

@media (min-width: 991px) {
    body:not(.booking-page) #Header {
        padding-top: 100px;
    }

    #Header {
        background-color: #272b2e;
    }
}

@media (max-width: 991px) {
    #block-search {
        position: initial;
        transform: none;
    }
}

@media (max-width: 767px) {
    body:not(.template-slider):not(.header-simple) #Header {
        min-height: auto !important;
    }

    .booking-page .section_wrapper {
        width: calc(100% - 30px) !important;
    }
}