#be-booking-form {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
    padding: 12px 30px;
}

.details-hero .block-search-wrapper {
    padding-inline: 0;
}

#block-search {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;

}

.be-container {
    padding: 0 30px;
}

.yy-booking {
    display: none !important;
}

.be-booking-btn {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 100%;
    max-width: 168px;
    margin-bottom: 30px;
    font-family: Cabin;
    font-size: 13.5px;
    font-weight: 700;
    background-color: #00a69b;
    border-radius: 100px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: pointer;
}

.be-booking-btn:hover {
    background-color: #00cfc1;
}

.be-hidden {
    display: none !important;
}

@media (min-width: 992px) {
    .be-nav-menu.be-nav-menu {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .be-tn-right.be-tn-right {
        flex: 0 0 13.333333%;
        max-width: 13.333333%;
    }
}

@media screen and (min-width: 1200px) {
    #block-search {
        width: calc(100% - 20px);
        border-radius: 100px;
    }

    #block-search.block-search {
        position: absolute;
        left: 50%;
        bottom: 40px;
        z-index: 10;
        transform: translateX(-50%);
    }

    #block-search.block-search--main {
        bottom: 400px;
    }

    .hero-section .container {
        margin-top: -80px ;
    }

    .blog-details-hero.blog-details-hero {
        height: 470px ;
        padding-top: 135px;
    }
}

@media only screen and (max-width: 479px) {
    .hp-room-box .room-lists .room-lists-item.room-lists-item {
        width: 49%;
        padding-left: 0;
    }
}