<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#block-search {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}

.tl-container {
    padding: 0 30px;
}

.tl-block-search-main {
    top: -60px;
    z-index: 99;
    margin-bottom: 0;
}

#tl-booking-form{
    width: 100%;
    max-width:1440px;
    margin: 0 auto;
}

.tl-booking-link {
    min-width: 165px;
    margin-bottom: 5px;
    border: 2px solid #008489;
    background: #008489;
    padding: 6px 23px;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.tl-booking-link:hover {
    background: #333 !important;
    border: 2px solid #333;
}

.tl-booking-link-main {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    color: #fff !important;
    height: 42px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 14px 0;
    white-space: normal;
    min-width: 192px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin-top: -10px;
}

iframe {
    position: static;
}
@media (max-width: 1200px) {
    .strip_all_tour_list {
        padding-right: 40px;
    }
}
@media(max-width: 991px) {
    .tl-booking-link-main {
        display: none !important;
    }
    .strip_all_tour_list {
        padding-right: 85px;
    }
}
@media (max-width: 767px) {
    .strip_all_tour_list {
        padding-right: 0;
    }
}
@media(max-width: 330px) {
    .tl-booking-form-block {
        padding-right: 8px;
        padding-left: 8px;
    }
}</pre></body></html>