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

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

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

#block-search {
    z-index: 10;
    width: 100%;
    background: rgba(248, 245, 240, 0.74);
    backdrop-filter: blur(20px);
}

#block-search:not(.block-search--blog) {
    position: absolute;
}

#block-search.block-search--blog {
    margin: 0 auto;
}

#block-search:not(.block-search--main) {
    max-width: 1140px;
}

#block-search:not(.block-search--main):not(.block-search--blog) {
    left: 50%;
    bottom: 150px;
    transform: translateX(-50%);
}

#block-search.block-search--main {
    top: 50vh;
    right: 3rem;
    max-width: 375px;
    transform: translateY(-50%);
}

.be-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.be-booking-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 168px;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-family: Outfit;
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #007a7a;
}

@media (hover: hover) {
    .be-booking-button:hover {
        display: flex;
        background-color: #00a3a3;
    }
}

.be-booking-page .banner-header.full-height {
    min-height: 400px;
    height: 50vh;
}

.be-booking-page .header-btn1,
.be-booking-page .footer .row .col-md-3:last-child {
    display: none;
}

.be-booking-page .patara-header:not(.scrolled) .haven-ganga-logo {
    margin: 30px 0;
}

.be-booking-page .footer .row {
    justify-content: space-between;
}

.banner-text {
    bottom: 40%;
}

@media (max-height: 600px) {
    .banner-text {
        bottom: 50%;
    }
}

@media (max-height: 750px) and (min-width: 1024px) {
    .v-middle {
        top: 50%;
    }

    .v-middle .justify-content-center {
        padding-right: 375px;
    }
}

@media (min-height: 550px) and (max-width: 1200px) {
    #block-search:not(.block-search--main):not(.block-search--blog) {
        bottom: 0;
    }

    .header.slider .banner-text {
        bottom: 50%;
        width: 90%;
    }

    .header.slider .mouse {
        bottom: 250px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .banner-header .mouse {
        bottom: 250px;
    }
}

@media (min-height: 600px) and (max-width: 1024px) {
    .v-middle {
        top: 50%;
    }

    #block-search.block-search--main {
        top: 100vh;
        right: 0;
        max-width: 100%;
        transform: translateY(-100%);
    }
}

@media (max-width: 768px) and (max-height: 950px) {
    .banner-header + #block-search {
        position: initial !important;
        transform: none !important;
        border-top: 1px solid #E5DBCB;
        border-bottom: 1px solid #E5DBCB;
        background: #F8F5F0;
    }

    .header.slider .banner-text {
        bottom: 50%;
    }

    .header.slider .mouse {
        bottom: 250px;
    }
}

@media (max-width: 540px) {
    #block-search:not(.block-search--main):not(.block-search--blog) {
        position: initial !important;
        transform: none !important;
    }

    #block-search.block-search--main {
        position: initial !important;
        border-top: 1px solid #E5DBCB;
        border-bottom: 1px solid #E5DBCB;
        background: #F8F5F0;
        transform: none !important;
    }

    .mouse {
        bottom: 60%;
    }
}