#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: #D9E9F7;
    width: 100%;
}

.tl-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 25px;
}

#tl-booking-form {
    margin:  18px auto 30px;
    max-width: 1170px;
    width: 100%;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.room-detail_book {
    display: none;
}

.tl-button {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 160px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #07799e;
    border-radius: 0;
}

.tl-button:hover {
    color: #121212 !important;
    background-color: #ffa812;
    text-decoration: none !important;
    cursor: pointer;
}

.tl-booking-button {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 160px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #0C7697;
    border-radius: 0;
    position: absolute;
    top: 35px;
    z-index: 999;
    right: 160px;
    left: auto;
}

.tl-booking-button:hover {
    color: #fff !important;
    background-color: #378BA4;
    text-decoration: none !important;
    cursor: pointer;
}

@media screen and (max-width: 1699px) {
    .tl-booking-button {
        right: 60px;
    }
}

@media screen and (max-width: 1600px) {
    .tl-booking-button {
        right: 20px;
    }
}

@media screen and (max-width: 1510px) {
    .tl-booking-button {
        right: 15px;
        top: 120px;
        z-index: 9;
    }
}

@media screen and (max-width: 1199px) {
    #tl-booking-form {
        width: auto;
        margin: 18px 12px 30px;
    }
    .tl-booking-button {
        right: 190px;
        top: 75px;
        z-index: 999;
    }
}

@media screen and (max-width: 1024px) {
    .tl-booking-button {
        right: 116px;
    }
}

@media screen and (max-width: 991px) {
    .tl-booking-button {
        right: 190px;
    }
}

@media screen and (max-width: 768px) {
    .tl-booking-button {
        right: 96px;
    }
}

@media screen and (max-width: 767px) {
    .tl-booking-button {
        right: 76px;
        top: 14px;
    }
}

@media screen and (max-width: 549px) {
    .tl-booking-button {
        font-size: 12px;
        max-width: 130px;
        padding: 12px 10px;
        right: 76px;
        top: 14px;
    }
}

@media screen and (max-width: 519px) {
    .tl-booking-button {
        display: none;
        right: 25px;
        top: 96px;
    }
}

@media screen and (max-width: 480px) {
    .tl-booking-button {
        top: 55px;
    }
}

@media screen and (max-width: 359px) {
    #tl-booking-form {
        margin: 18px 1px 30px;
    }
}