#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #C1B086;
    width: 100%;
    display: block;
    z-index: 12;
}

.tl-container {
    padding: 0 30px;
}

.spl-content.contact {
    background-color: rgba(21, 42, 66, 0.7);
}

.show {
    display: none !important;
}

.nav-bar-left {
    z-index: 1011;
}

@media (min-width: 992px) {
    .navbar-booking {
        height: max-content;
        align-items: center;
    }
}

