a.booking-services-btn {
    display: inline-block;
    background: #00b0b6;
    color: #fff;
    box-sizing: border-box;
    height: 39px;
    line-height: 39px;
    width: 185px;
    text-align: center;
    margin-top: 10px;
}


a.booking-services-btn:hover {
    background: #009ea4;
}

@media (max-width: 767px){
    .header__panel__menu.indigo {
        opacity: 1!important;
        height: auto!important;;
        text-align: center!important;;
    }
    a.booking-services-btn {
        margin-top: 0;
    }

    .header__panel__menu.indigo .header__panel__menu-item {
        display: none;
    }

    .header__panel__menu.indigo .header__panel__menu-wrapper {
        padding: 0;
    }
}

.header__booking-right {
    display: none
}

@media (max-width: 767px) {
    .header__booking-right {
        height: 100%;
        display: flex;
        align-items: center
    }

    .header__booking-right svg {
        top: -2px
    }
}

@media (max-width: 450px) {
    .header__booking-right {
        flex-direction: column;
        font-family: 'Inter', sans-serif;
        padding: 0 15px;
        font-weight: 400;
        border: none;
        font-size: 10px;
        line-height: 12px;
        justify-content: center
    }

    .header__booking-right svg {
        top: 0
    }
}

.tl-booking-container {
    max-width: 1320px;
    margin: 0 auto;
}

.bookmarks {
    padding:  10px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin:0;
}

.bookmarks p {
    padding: 0 10px;
    margin: 0 auto;
    font-family: "Roboto Slab", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.bookmarks li.active {
    text-decoration: none;
    cursor: default;
    background: #DEDFE1;
    box-sizing: border-box;
}

.bookmarks li {
    cursor: pointer;
    box-sizing: border-box;
    height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 427px;
    width: 100%;
    margin-right: 20px;
    background: #EFEFEF;
    border: 1px solid rgba(51, 51, 51, 0.3);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.bookmarks li:last-child {
    margin-right: 0;
}


#tl-hotel-select {
    display: none;
}

@media(max-width: 480px) {
    .bookmarks {
        flex-direction: column;
        padding-top: 0;
    }

    .bookmarks li {
        margin-top: 10px;
        max-width: 100%;
        margin-right: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    }
}

