/*Travelline*/

#block-search, #block-search * {
    box-sizing: border-box;
}

#block-search {
    background: transparent;
    max-width: 1320px;
}

.tl-container {
    padding-top: 25px;
}

.block-search-mobile{
    display: none;
    position: absolute;
    z-index: 4;
    bottom: 35px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
}

@media(max-width: 1200px){
    .block-search-mobile{
        display: block;
    }

    .block-search-desktop{
        display: none;
    }

    #block-search {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(24px);
        border-radius: 10px;
    }

    .tl-container {
        padding-top: 0;
    }
}

/*hotel/booking*/

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: 'Montserrat', 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: 'Montserrat', sans-serif;
    font-style: normal;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
    text-wrap: nowrap;
}

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

.bookmarks li {
    cursor: pointer;
    box-sizing: border-box;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 427px;
    width: 100%;
    margin-right: 6px;
    background: #fff;
    border: 1px solid #DEDFE1;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
}

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


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

@media(max-width: 550px) {
    .bookmarks {
        padding: 11px 11px 30px;
        background-color: #DEDFE1;
        border-radius: 15px 15px 0 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .bookmarks li {
		height: 70px;
        margin-top: 10px;
        max-width: 100%;
        margin: 0;
        border-radius: 10px;
    }

	.bookmarks li.active {
		background: #006738;
		color: #FFF;
	}
	
	.bookmarks li.active p{
		color: #FFF;
	}
	
	.bookmarks li.active .hotel-star{
		fill: #FFF;
	}

}

.hotel-class-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hotel-class-star {
    top: 19px;
    margin-bottom: 4px;
    position: absolute;
}

.hotel-class-star-icon{
    padding: 2px 9px;

    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;

    border-radius: 40px;
    background: #FED797;

    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

@media(max-width: 1200px) {
    .bookmarks p {
        font-size: 18px;
    }
}

@media(max-width: 940px) {
    .bookmarks p {
        font-size: 14px;
    }

	.service_title--booking-main{
	padding-top:40px;
}
}

@media(max-width: 550px) {
	.hotel-class-wrap{
		flex-direction: column-reverse;
	}

	.hotel-class-star {
		margin-bottom: 0;
		position: relative;
		top: unset;
	}
}