#block-search-main-wrap {
    position: relative;
}

#block-search {
    background: rgba(52, 74, 113, 0.85);
}

#block-search-main {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(52, 74, 113, 0.85);
    z-index: 999;
}

.tl-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 30px;
}

.tl-button {
    color: #ffffff !important;
    padding: 10px 20px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #e7c130;
}

.tl-button:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    #block-search-main {
        position: relative;
        bottom: auto;
    }
}