#block-search, #block-search-inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

#block-search-inner {
    background: #FFFFFF;
}

#tl-search-form {
    background: #FFFFFF;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -36px;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

#tl-search-form, #tl-search-form-inner {
    padding: 0 30px;
}

#block-search iframe, #block-search-inner iframe {
    position: relative;
    max-width: none !important;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}

.box_style_1 {
    padding: 0;
}

.block-link {
    margin: 45px 0 35px 0;
}

.book-link-now {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff !important;
    height: 42px;
    background-color: #008489;
    background-image: -webkit-linear-gradient(bottom, #008489, #008489);
    background-image: linear-gradient(to top, #008489, #008489);
    border: 0 solid;
    border-color: rgba(255,255,255,0);
    border-top-color: rgba(255,255,255,0);
    border-top-width: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0), 0 1px 0 0 rgba(255,255,255,0) inset;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 10px 16px;
    cursor: pointer;
    white-space: normal;
    max-width: 250px;
    width: 100%;
    text-decoration: none !important;
}

.book-link-now:hover {
    color: #fff;
    background-color: #333;
    background-image: -webkit-linear-gradient(bottom, #333, #333);
    background-image: linear-gradient(to top, #333, #333);
    border: 0 solid rgba(255,255,255,0);
    border-top-width: 0;
    border-top-color: rgba(255,255,255,0) !important;
}


@media(max-width: 767px) {
    #tl-search-form {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        border-radius: 0;
        max-width: none;
    }
}