.side_language__toggler{
    position: absolute;
    top: 2.25rem;
    right: 3rem;
    z-index: 99;
}
.side_language__toggler .dropdown a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 500;
}
.side_language__toggler .dropdown a i,
.side_language__toggler .dropdown a span,
.side_language__toggler .dropdown a .spacer{
    display: block;
}
.side_language__toggler .dropdown a i{ order: 1; }
.side_language__toggler .dropdown a span{ order: 3; }
.side_language__toggler .dropdown a .spacer{
    order: 2;
    margin: 0 0.25rem;
}

.side_language__toggler .dropdown ul{
	display: none;
    position: absolute;
    top: 2.35rem;
    right: 0;
    background: white;
    width: 10rem;
    /* width: 100%; */
    padding: 0;
    list-style: none;
    border-radius: 0 0 2px 2px;
    border-top: 0.2rem solid #ffd701;
    box-shadow: 1px 4px 13px #00000025;
}
.side_language__toggler .dropdown ul li{
    padding: 0.5rem 1rem;
    transition: all .8s;
}
.side_language__toggler .dropdown ul li:hover{
    background-color: var(--thm-base);
}
.side_language__toggler .dropdown ul li:hover a{
    font-weight: 400;
}
.side_language__toggler .dropdown ul li:hover a{
    color: white;
}






@media(max-width: 1200px) {
    .side_language__toggler{ top: 1.75rem; }
    .side_language__toggler .dropdown i{ order: 3; }
    .side_language__toggler .dropdown span{ order: 1; }
}
@media(max-width: 767px) {
    .side_language__toggler{ top: 2rem; }
}
@media(max-width: 569px) {
    .side_language__toggler{ top: 1.5rem; }
}

/* ===========================================================  */
.booking-section .feature_images .img-popup{
    border: 0;
}
.booking-section .feature_images .gallery-one__single{
    margin: 0;
    /* padding: 0.25rem; */
    background-color: transparent !important;
}

.booking-section .feature_images .feature_image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.booking-section .feature_images .other_images img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media(max-width: 992px){
    .booking-section .feature_images .feature_image img{
        height: 420px;
    }
    .booking-section .feature_images .other_images img{
        height: 210px;
    }
}
@media(max-width: 576px){
    .booking-section .feature_images .feature_image img{
        height: 350px;
    }
    .booking-section .feature_images .other_images img{
        height: 180px;
    }
}
.booking-section .feature_images .feature_image img,
.booking-section .feature_images .other_images img{
    padding: 0.25rem;
}
.theme-title{
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    font-family: var(--thm-font);
    color: var(--thm-black);
}
.theme-title-mini{
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    font-family: var(--thm-font);
    color: var(--thm-black);
}
.theme-color{
    color: var(--thm-black) !important;
}
.text-heading{
    font-size: 20px;
    color: var(--thm-black) !important;
}
.line-height-1{
    line-height: 1;
}
.line-height-2{
    line-height: 2;
}
.flatpickr-calendar{
    width: 100%;
    box-shadow: none;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer{
    width: 100%;
    margin: 0.5rem 0;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days{
    width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer{
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
:root{
    --flatpicker: 47px;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day{
    min-width: var(--flatpicker);
    max-width: var(--flatpicker);
    width: var(--flatpicker);
    height: var(--flatpicker);
    line-height: var(--flatpicker);
}

.flatpickr-calendar .flatpickr-innerContainer{
    justify-content: center;
}
.choose_a_time .each_choose_a_time .time{
    border: 1px solid var(--thm-black);
    color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 0.75rem;
    transition: all .4s;
}
.choose_a_time .each_choose_a_time .time:hover,
.choose_a_time .each_choose_a_time .time.active
{
    background: var(--thm-black);
    color: white;
    cursor: pointer;
}
.choose_a_time .each_choose_a_time .time i{
    font-size: 16px;
    margin-right: 0.25rem;
}
.disabled_item{
    pointer-events: none;
    opacity: 0.5;
}
.font-18px{ font-size: 18px; }
.font-17px{ font-size: 17px; }
.font-16px{ font-size: 16px; }
.font-15px{ font-size: 15px; }
.font-14px{ font-size: 14px; }
.btn-theme{
    background: var(--thm-black);
    color: white;
    transition: all .4s;
    border: 1px solid var(--thm-black);
}
.btn-theme:hover{
    background: transparent;
    color: var(--thm-black);
    border: 1px solid var(--thm-black);
}
.preDefineArea{
    background: #cccccc75;
    border-radius: 4px;
    width: 7rem;
    height: 1.5rem;
    margin-left: auto;
    display: block;
    margin-top: 3px;
    /* background: red; */
}

.booking-section .nav-tabs{
    border-bottom: none;
    /* border-bottom: 1px solid var(--thm-black); */
}
.booking-section .nav-tabs button{
    border: none ;
    border-bottom: 1px solid #dee2e6;
    /* border-bottom: 1px solid var(--thm-black); */
    background-color: transparent;
}
.booking-section .nav-tabs button.active{
    border: none;
    border-bottom: 2px solid var(--thm-black);
}

.booking-section .nav-tabs .nav-item{
    position: relative;
}
.booking-section .nav-tabs .nav-item::after {
    content: "";
    height: 1.5rem;
    width: 0.1rem;
    position: absolute;
    top: 0.9rem;
    right: 0;
    /* right: 0.25rem; */
    background-color: var(--thm-black);
    overflow: hidden;
}
.booking-section .nav-tabs .nav-item:last-child::after{
    display: none;
}

.service__feature__video{ height: 370px; }
@media(max-width: 1200px){
    :root{
        --flatpicker: 40px;
    }
    .service__feature__video{ height: 290px; }
}
@media(max-width: 991px){
    :root{
        --flatpicker: 55px;
    }
    .service__feature__video{ height: 380px; }
}
@media(max-width: 767px){
    :root{
        --flatpicker: 62px;
    }
    .preloader__image{ width: 50%; }
    .logo-box{ padding: 0.5rem 0 !important; }
    .logo-box img{ width: 130px; }
    .service__feature__video{ height: 280px; }
}
@media(max-width: 569px){
    :root{
        --flatpicker: 65px;
    }
    .logo-box{ padding: 0.5rem 0 !important; }
    .service__feature__video{ height: 290px; }
    .logo-box img{ width: 100px;}

    .booking_sub_summary .card-img img{
        min-width: 100px;;
        object-fit: cover;
        height: 110px;;
    }
}
@media(max-width: 540px){
    .booking_sub_summary .card__content .line-height-1{
        width: 50%;
    }
}
@media(max-width: 504px){
    :root{
        --flatpicker: 57px;
    }
    .service__feature__video{ height: 250; }

    .booking_sub_summary .card__content{
        width: 70%;
    }
    /* .booking_sub_summary .card__content .line-height-1{
        width: 100%;
    } */
    /* .preloader__image{ width: 50%; } */
}
@media(max-width: 448px){
    :root{
        --flatpicker: 50px;
    }
    .booking_sub_summary{
        align-items: start !important;
    }
    .booking_sub_summary .card__content{
        width: 60%;
    }
    .booking_sub_summary .card__content .line-height-1{
        margin-top: 0.25rem;
        width: 100%;
    }
}
@media(max-width: 409px){
    :root{
        --flatpicker: 50px;
    }
}
@media(max-width: 364px){
    .each_choose_a_time{ width: 50%; }
    :root{
        --flatpicker: 40px;
    }
    .service__feature__video{ height: 220; }
}
@media(max-width: 329px){
    :root{
        --flatpicker: 35px;
    }
}
