#block-search {

    /*background: #95db9e;*/

}
.tl-container {

    padding: 0 30px;

}
#tl-anchor {
    margin: 0 auto 20px;
    max-width: 1440px;
}

.detail-booking-btn {

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    font-family: 'PT Sans',Arial,sans-serif;

    font-size: 13.5px;

    font-weight: bold;

    font-style: normal;

    text-transform: uppercase;

    border-radius: 30px;

    color: #ffffff;

    height: 42px;

    background-color: #015e59;

    background-image: -webkit-linear-gradient(bottom, #015e59, #015e59);

    background-image: linear-gradient(to top, #015e59, #015e59);

    border: 0 solid;

    border-color: rgba(255,255,255,0.16);

    border-top-color: rgba(255,255,255,0.16);

    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: 0 12px;

    cursor: pointer;

    white-space: normal;

    max-width: 168px;

    width: 100%;

}



.detail-booking-btn:hover {

    color: #ffffff;

    background-color: #01867f;

    background-image: -webkit-linear-gradient(bottom, #01867f, #0bcabf);

    background-image: linear-gradient(to top, #01867f, #0bcabf);

    border: 0 solid rgba(255,255,255,0.16);

    border-top-width: 0;

    border-top-color: rgba(255,255,255,0.16) !important;

}