html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
a {
    color: #005cfe;
    text-decoration: none;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-10{
    width: 10%;
}
.fw-600{
    font-weight: 600;
}
.w-30{
    width: 30%;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-13{
    font-size: 13px;
}
.fs-16{
    font-size: 16px;
}
.fs-20{
    font-size: 20px;
}
.fs-10{
    font-size: 10px;
}
.fs-15{
    font-size: 15px;
}
.fs-18{
    font-size: 18px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-26{
    font-size: 26px;
}
.fw-700{
    font-weight: 700;
}
.line-1{
    line-height: 1;
}
.fw-500{
    font-weight: 500;
}
.fw-400{
    font-weight: 400;
}
.fs-13{
    font-size: 13px;
}
.fw-400{
    font-weight: 400;
}
.border-dashed{
    border: solid dashed;
}
.text-justify {
    text-align: justify;
}
a.nav-link{
    color: #000;
    font-weight: 600;
}
a.nav-link:hover{
    color: #c03830;
}
.eafaea{
    background-color: #eafaea;
}
.fbebeb{
    background-color: #fbebeb;
}
.green-card ul li{
    list-style-image: url(../img/check-icon.svg);
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.red-card ul li{
    list-style-image: url(../img/exclusion-icon.svg);
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}
.new-dec{
    color: #515456;
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 500;
}
.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
@media(max-width:991px) {
    .py-10 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
@media(min-width:992px) {
    .mt-lg-n1 {
        margin-top: -5rem !important
    }
    .mt-lg-n2 {
        margin-top: -10rem !important
    }
    .mt-lg-n3 {
        margin-top: -15rem !important
    }
    .mt-lg-n4 {
        margin-top: -20rem !important
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.text-main {
    color: #c03830;
}
.btn-block {
    width: 100%;
}
.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.br-14 {
    border-radius: 14px;
}
.br-50 {
    border-radius: 50%;
}
.back-to-top {
    background-color: #01253c;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 31px;
    line-height: 0;
    opacity: 0;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 1000;
    text-decoration: none;
    border: 2px solid #01253c;
    transition: all 300mslinear 0s;
}
.back-to-top.fadeIn {
    opacity: 1;
}
.back-to-top:hover.fadeIn {
    transform: translateY(-5px);
}
.navbar-brand span{
    font-size: 1.9rem;
    font-weight: 600;
    color: #01253c;
}
.navbar.navbar-expand-lg.navbar-dark{
    border-bottom: 1px solid #01253c;
}
.btn_link_call_top{
    box-shadow:inset 0 0 0 1px #5910fd;
    padding: 4px 12px 4px 4px;
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
    white-space: nowrap;
    margin: 0;
    width: auto;
    border-radius: 18px;
}
.img_btn{
    width: 2rem;
    height: 2rem;
}
.img_btn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.phone_num_span{
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: bold;
}
.phone_num_span .green{
    color: #5910fd;
}
.lang_changer{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #131212;
    font-weight: 500;
}
.lang_changer svg{
    width: 14px;
    fill: #131212;
}
.banner_hero{
    background-image: url(../img/nature-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50vh;
    padding: 50px 0px;
    position: relative;
    z-index: 4;
}
.banner_hero::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #005cfe61;
    z-index: -1;
    width: 100%;
    opacity: 0.8;
}
.banner-heading{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.banner-para{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.first_rating_card{
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    border: 2px dotted #959999;
}
.img_box{
    position: relative;
}
.tool_tip{
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 5px 9px;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(35deg, rgba(69, 13, 253, 1) 0%, rgba(23, 106, 253, 1) 45%, rgba(133, 207, 183, 1) 100%);
    border-radius: 3px;
    border-radius: 3px;
}
.box_content-wrapper{
    padding-left: 10px;
}
.top_heading_box{
    font-size: 17px;
    color: #01253c;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 10px;
}
.main_cont-mid{
    padding: 5px 10px;
    font-size: 14px;
    color: #434444;
}
.rs-wrapper{
    padding-left: 10px;
}
.rs-wrapper .text-secondry{
    font-size: 14px;
}
.rs-wrapper .rating_bold{
    font-size: 18px;
    font-weight: 600;
    color: #3137fd;
}
.same_heading-all{
    font-size: 32px;
    font-weight: 700;
    color: #3137fd;
}
.heading_top_pop p{
    font-size: 16px;
    color: #185697;
}
.places_items_card{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.top_img_wrapper img{
    border-radius: 10px 10px 0px 0px;
}
.card_rating_body{
    padding: 15px 10px 15px 15px;
}
.box_heding_rating{
    font-size: 22px;
    font-weight: 600;
    color: #01253c;
    margin-bottom: 5px;
}
.main-location,.dis-location{
    color: #434444;
    font-size: 16px;
    font-weight: 500;
}
.main-location{
    padding-right: 10px;
    border-right: 1px solid #434444;
}
.dis-location{
    padding-left: 10px;
}
.canncellation_title{
    padding: 7px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #077c2b;
    background-color: #d4eee3;
    font-weight: 500;
    display: inline-block;
}
.amienties_list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0px;
    margin-top: 10px;
}
.amenities{
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    color: #646262;
}
.amenities svg{
    width: 15px;
    fill: #077c2b;
}
.off-percent{
    background-color: #c03830;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
}
.body_footer_flexing_last{
    display:flex ;
    align-items:center ;
    justify-content: space-between;
}
.all_price{
    margin-top: 6px;
}
.all_price .f_price{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}
.all_price .l_price{
    margin-left: 5px;
    display: inline-block;
    text-decoration: line-through;
}
.t_days{
    font-size: 16px;
    font-weight: 400;
    color: #646262;
}
.body_footer_flexing_last .right_flexing{
    display: flex;
    align-items: center;
    gap: 5px;
}
.all-reives .title_review {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.all-reives .to_review {
    font-size: 15px;
    color: #646262;
    margin-bottom: 0px;
}
.right_flexing .btn_full_red {
    border-radius: 4px;
    padding: 10px;
    background: #0c8b10;
    color: #fff;
    font-weight: 700;
}
.lh-base{
    color: #3137fd;
}
.mem_para{
    color: #434444;
}
.rounded.gray-simple {
    background: #d9edff;
}
.top-text_review{
    color: #3FD0D4;
    font-size: 24px;
    font-family: cursive;
    font-weight: 400;
}
.heading_reviews{
    font-size: 42px;
    font-weight: 700;
    line-height: 115%;
    margin-top: 15px;
}
.card_reviews {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}
.reviews_heading{
    display: flex;
    justify-content: space-between;
}
.title_date{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.title_date .title{
    font-size: 16px;
    color: #6B6B6B;
    font-size: 600;
}
.title_date .dot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #6B6B6B;
}
.card_mein_head{
    font-size: 22px;
    font-weight: bold;
}
.title_date .date{
    font-size: 12px;
    font-weight: 500;
    color: #959595;
}
.review_cont{
    font-size: 18px;
    color: #464444;
}
.wrapper_full_cont-review{
    position: relative;
    z-index: 4;
}
.before_img_float{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    object-fit: contain;
}
#carouse_testimonial .owl-nav{
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start !important;
}
#carouse_testimonial .owl-nav button{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #434444;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#carouse_testimonial .owl-nav button:hover{
    background-color: #01253c !important;
    color: #fff !important;
}
.accordion-header{
    border-bottom: 1px solid #ccc;
}
.accordion-item{
    border: none;
}
.accordion-header button{
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
.accordion-button:not(.collapsed){
    background:linear-gradient(35deg, rgba(69, 13, 253, 1) 0%, rgba(23, 106, 253, 1) 45%, rgba(133, 207, 183, 1) 100%);
    color: #fff;
}
.accordion-button:not(.collapsed)::after{
    filter: invert(1);
}
.accordion-button{
    color: #000;
    font-weight: 500;
}
.accordion-button:focus{
    box-shadow: none !important;
}
footer{
    background-color: #f6faff;
}
footer a {
 color: #6c6e72;
 font-size: 14px;
 font-weight: 400;
 text-decoration: none
}
footer a:hover {
color: #131212;
text-decoration: underline;
}
.footer_lisitng_parent{
    padding-left: 10px;
    list-style: none;
}
.footer_lisitng_parent .top_footer_header{
    color: #141313;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.flexing-city {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.flexing-city a {
    position: relative;
    font-size: 12px;
    color: #6e6b6b;
    font-weight: 500;
    transition: 0.5s;
}
.flexing-city a::after {
    position: absolute;
    right: -5px;
    height: 100%;
    width: 1px;
    background: #888;
    content: '';
}
.social_footer_list{
    padding-left: 0px;
    list-style: none;
    display: flex;
    gap: 15px;
    margin-bottom: 0px;
    align-items: center;
    justify-content: end;
}
.social_footer_list li a svg{
    width: 30px;
    fill: #fff;
}
.copyright_foot{
    padding: 25px 0px;
    background: linear-gradient(35deg, rgba(69,13,253,1) 0%, rgba(23,106,253,1) 45%, rgba(133,207,183,1) 100%);
    /* background-color: #005cfe; */
}
.top_banner{
    background-image: url(../img/topimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
    z-index: 2;
}
.top_banner::before{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
}
.heading_about_banner {
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.about_sec_heading{
    font-size: 38px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0062e3;
}
.br-10{
    border-radius: 10px;
}
.about_cont_f_wrap {
    padding-left: 15px;
}
.about_cont_f_wrap p{
    color: #515456;
    font-size: 16px;
}
.support_anchor{
    text-decoration: none;
    color: #fff;
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: transparent;
}
.wrapper_support{
    padding: 45px 25px 30px 30px;
    position: relative;
    z-index: 3;
}
.heading_support{
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}
.support_heading p{
    color: #fff;
    font-size: 17px;
    margin: 15px 0px;
}
.querie_link{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 25px 0px 15px 0px;
    font-size: 20px;
}
.querie_link svg{
    width: 20px;
    margin-left: 10px;
    fill: #fff;
}
.wrapper_support img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.top_headinfg_ab_card .heading_c{
    font-size: 4rem;
    font-weight: 700;
    color: #4A4A4A;
}
.top_headinfg_ab_card p{
    font-size: 1.5rem;
    color: #4A4A4A;
}
.card_make{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    padding: 25px 15px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
}
.card_mid_heading{
    font-size: 26px;
    color: #000;
    font-weight: 700;
}
.card_body_img{
    display: flex;
    justify-content: center;
}
.card_body_img img{
    width: 50%;
}
.card_make p{
    color: #333333;
}
.contact_left_card{
    padding: 46px 50px 40px 50px;
    background-color: #f8f8f8;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 35px;
}
.heading_card_left{
    color: #000;
    font-size: 23px;
    font-weight: 700;
}
.contact_left_card p{
    color: #333333;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.contact_items .items{
    margin-top: 15px;
}
.contact_items .items span{
    color: #333333;
    font-size: 17px;
}
.contact_items .items a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.card_iframe iframe{
    width: 100%;
    border-radius: 10px;
    filter: saturate(0);
}
.warpper_form{
    margin-left: 30px;
}
.top_heading-form{
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.3;
}
.warpper_form p{
    font-size: 18px;
    margin-top: 15px;
    color: #434444;
}
.submit_btn_form{
    background: linear-gradient(35deg, rgba(69,13,253,1) 0%, rgba(23,106,253,1) 45%, rgba(133,207,183,1) 100%);
    padding: 7px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
}
.fonr_contact .form-control{
    padding: 12px 15px;
}
.fonr_contact .form-check-label{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.navbar-toggler{
    filter: invert(1);
}
.fonr_contact .form-check-input{
    margin-top: 10px;
}
/* <------------------Widget-----------------> */
.wrapper_booking-widget {
    border-radius: .5rem;
    box-shadow: 0 0 57px rgba(0, 0, 0, .2);
    margin-top: -140px;
    z-index: 10;
    position: relative;
    background: #fff;
}
.widget_tabbing{
    background: #eef2f6;
    border-bottom: 1px solid #b1b3be;
    border-radius: .5rem .5rem 0 0;
    display: block;
    display: flex;
    height: 48px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.5rem;
    text-align: left;
}
.widget_tab-list{
    display: flex;
}
.widget_tab-list .widget_tab-link{
    align-items: center;
    background: transparent;
    border-radius: 0;
    border-width: 0;
    color: #005cfe;
    display: flex;
    font-size: 1rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: .8rem 1.5rem !important;
    position: relative;
    border-bottom: none;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s linear;
}
.widget_tab-list .widget_tab-link::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #005cfe;
    content: '';
}
.widget_tab-list .widget_tab-link svg{
    height: 21px !important;
    width: 24px !important;
    fill: #005cfe;
    margin-right: 10px;
    display: inline-block;
    margin: 0 .5rem 0 0;
    transition: all .2slinear;
}
.widget_sun_body{
    padding: 15px 20px 20px 20px;
}
.widget_trip_radio fieldset{
    position: relative;
}
.widget_trip_radio fieldset::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #b1b3be;
}
.trip_strip{
    display: flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 20px;
}
.custom-control-inline{
    display: inline-flex;
    padding-left: 1.7rem;
    margin-right: 1.5rem;
}
.custom-control-inline .form-check-input {
    border: 1px solid #2793ef;
}
.custom_radio_widget .form-check-label{
    font-weight: 600;
    font-size: 1rem;
}
.location_input_holder{
    position: relative;
}
.location_input_holder .form-control{
    padding-left: 2.75rem;
    padding-right: 2.25rem;
    height: 3.85rem;
    border: 1px solid #7e8289;
    font-size: .875rem;
    font-weight: 700;
    height: 3.85rem !important;
    /* opacity: 0; */
    padding: 1rem;
    position: relative;
    z-index: 1;
    padding-left: 35px;
}
.location_input_holder .form-control.sec-control{
    padding-left: 2.85rem;
}

/* Default label positioning */
.location_item {
    transition: visibility 0s, opacity 0.3s linear;
    visibility: visible; /* Initially visible */
}

/* Hiding the text */
.input_focus:focus + .input_controller_ .location_item,
.input_focus:not(:placeholder-shown) + .input_controller_ .location_item {
    visibility: hidden; /* Hide text but retain space */
    opacity: 0; /* Fade out the hidden text */
}
.suggestions {
    display: none;
    border: 1px solid #ccc;
    max-height: 180px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    bottom: -180px;
    width: 100%;
    z-index: 3;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 11px;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}
.calendar-container {
    position: absolute;
    bottom: -465px;
    width: 350%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
#calendar2.calendar-container {
    position: absolute;
    bottom: -465px;
    width: 350%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.dept_label{
    left: 26% !important;
}
.location_input_holder .input_controller_{
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0%, -50%);
    z-index: 2;
}
.location_input_holder .input_controller_.seccontrolle{
    left: 18%;
}
.location_input_holder .input_controller_::before{
    position: absolute;
    left: -25px;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
}
.dept_label::before{
    background-image: url(../img/calender.svg) !important;
}
span.location_item {
    font-size: 18px;
    color: #515456;
    line-height: 10px;
    cursor: text;
}
.location_item .little-date{
    display: block;
    font-size: 14px;
    color: #6d6e70;
}
.dept_label .location_item{
    color: #6d6e70;
}
.swaping_location{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    right: -20px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 3;
    background: #fff;
    cursor: pointer;
}
.swaping_location svg{
    width: 20px;
    fill: #005cfe;
}
.search_flights{
    height: 100%;
    padding: 0px 10px;
    background: rgb(69,13,253);
    background: linear-gradient(35deg, rgba(69,13,253,1) 0%, rgba(23,106,253,1) 45%, rgba(133,207,183,1) 100%);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.input_search_airline{
    position: relative;
}
.input_search_airline svg{
    position: absolute;
    left: 10px;
    width: 15px;
    fill: #2793ef;
    top: 50%;
    transform: translate(0px, -50%);
}
.input_search_airline input::placeholder{
    color: #6d6e70;
    font-size: 14px;
}
.input_search_airline input {
    width: 100%;
    border: none;
    color: #6d6e70;
    border-bottom: 1px solid #ccc;
    padding: 0px 10px 0px 35px;
    font-size: 14px;
    outline: none;
}
.check_return_flight_d .form-check .form-check-input,
.check_return_flight .form-check .form-check-input{
    border: 2px solid #2793ef;
}
/* <------------------Widget End-----------------> */
/* --------------------Calendar Css----------------- */
.calendar {
    width: 350px;
    margin: 35px auto 0;
}

.calendar__month {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.cal-month__previous,
.cal-month__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}
.cal-month__previous svg,
.cal-month__next svg{
    width: 20px;
}

.cal-month__next {
    right: 0;
}

.cal-month__current {
    text-align: center;
    color: #333333;
}

.cal-head__day,
.cal-body__day {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
}
.cal-head__day{
    font-weight: 500;
}

.cal-body__week,
.calendar__head {
    display: block;
    height: 50px;
    width: 350px;
}

.calendar__head {
    line-height: 50px;
    position: relative;
}

.cal-body__day {
    color: #777;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.cal-day__month--current {
    color: #e1e1e1;
}

.cal-day__day--today {
    font-weight: 800;
    color: #2196f3;
}

.cal-day__day--selected {
    background-color: #2196f3;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
}
button#closeCalendar {
    position: absolute;
    top: 10px;
    right: 25px;
    border: none;
    padding: 5px 10px;
    background: #c70606;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
}

/* -------------------Second Caledar------------------- */

#calendar2 .calendar {
    width: 350px;
    margin: 35px auto 0;
}

#calendar2 .calendar__month {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.cal-month__previous2,
.cal-month__next2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}
.cal-month__previous2 svg,
.cal-month__next2 svg{
    width: 20px;
}

.cal-month__next2 {
    right: 0;
}

.cal-month__current2 {
    text-align: center;
    color: #333333;
}

.cal-head__day2,
.calendar__body2 .cal-body__day {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
}
.cal-head__day2{
    font-weight: 500;
}

.calendar__body2 .cal-body__week,
#calendar2 .calendar .calendar__head {
    display: block;
    height: 50px;
    width: 350px;
}

#calendar2 .calendar .calendar__head {
    line-height: 50px;
    position: relative;
}

.calendar__body2 .cal-body__week .cal-body__day {
    color: #777;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.cal-day__month--current {
    color: #e1e1e1;
}

.cal-day__day--today {
    font-weight: 800;
    color: #2196f3 !important;
}

.cal-day__day--selected {
    background-color: #2196f3;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
    border-radius: 50%;
    color: #ffffff !important;
    font-weight: 600;
}
button#closeCalendar {
    position: absolute;
    top: 10px;
    right: 25px;
    border: none;
    padding: 5px 10px;
    background: #c70606;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
}
button#closeCalendar2 {
    position: absolute;
    top: 10px;
    right: 25px;
    border: none;
    padding: 5px 10px;
    background: #c70606;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
}

.passenger-options {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 220%;
    background: white;
    border: 1px solid #494ee3;
    padding: 10px;
    border-radius: 5px;
    box-shadow:rgba(0, 0, 0, 0.3) 0px 7px 8px;
}
.option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.option button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border: none;
    background: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
.option button:hover {
    background: #0056b3;
}
.count {
    min-width: 30px;
    text-align: center;
    font-size: 16px;
}
.card_terms{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f6faff;
}
.top_bradcome{
    display: flex;
    align-items: center;
    gap: 15px;
}
.bradcomb-item{
    color: #005cfe;
}
.after_bredcomb.bradcomb-item{
    position: relative;
}
.mid-svg{
    position: absolute;
    left: 45px;
    fill: #a7a7a7;
    top: 4px;
    width: 10px;
}
.main_suumary_item span{
    display: inline-block;
}
.main_suumary_item .pakage_name{
    font-size: 28px;
    font-weight: 600;
}
.main_suumary_item .day_night{
    font-size: 17px;
    font-weight: 600;
}
.main_suumary_item .special_on {
    font-size: 14px;
    background-color: #005dfe1f;
    text-align: center;
    padding: 5px 20px;
    color: #005cfe;
    border-radius: 18px;
    font-weight: 500;
}
.slider_summery_card img{
    border-radius: 10px;
}
.sticky-bar{
    display: flex;
    align-items: center;;
}
.bar_sticky_navigation{
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 20px;
    color: #1a1919;
    transition: all 0.5s;
}
.bar_sticky_navigation.active{
    background-color: #005cfe;
    color: #fff;
}
.bar_sticky_navigation:hover{
    background-color: #005cfe;
    color: #fff;
}
.packages_cards{
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 15px;
    position: relative;
    padding: 15px 15px;
}
.card_headign{
    font-size: 24px;
    font-weight: 600;
}
.hotel_img_sum{
    width: 100%;
    height: 120px;
    border-radius: 6px;
}
.new-days-box{
    overflow: hidden;
    padding: 18px 0 0px 43px;
}
.new-days-box-list-parent{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top: 0;
    width: 100%;
    float: left;
}
.new-days-box-list-parent::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #e7f0ff;
    left: 40px;
    top: 0;
}
.new-days-box-list-parent > li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbdeff;
    position: absolute;
    left: -22px;
    top: 15px;
}
.new-days-box-list-parent li{
    margin: 0px 10px 20px 58px;
    position: relative;
    padding: 0;
    color: #000;
    border-radius: 10px;
    line-height: 20px;
    width: 91%;
    padding-left: 18px;
    
}
.listing_card .card_list-heading {
    padding: 10px 15px;
    background: #d0e9ff;
    border-radius: 6px 6px 0px 0px;
}
.listing_card-body ul{
    padding-left: 0px;
}
.listing_card-body ul li{
    padding-left: 0px;
    margin: 0;
}
.listing_card-body {
    padding: 16px 10px 10px 35px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
}
.inside-listing-timimg {
    position: absolute;
    top: 0px;
    left: -95px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1b6cfb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}
.new-card-body{
    padding: 15px 10px 10px 10px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
}
.new-card-body .search_flights{
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 35px;
}
.search_flights-e{
    background-color: transparent;
    background: transparent;
    border: 1px solid #0056b3;
    color: #0056b3;
    /* border-radius: 35px; */
}
.header-new-card .alarm-list li{
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
}
.ptm{
    position: relative;
    width: 99%;
    text-align: center;
    z-index: 3;
}
.ptm::before{
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: -1;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
}
.ptm span{
    border-radius: 25px;
    padding: 5px 10px;
    background-color: #eee;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
}
.suggetion-heading{
    position: relative;
    margin-top: 15px;
}
.suggetion-heading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 64%;
    height: 1px;
    margin-left: 45px;
    background-color: #87bcf3;
}
.img-bx-ins img{
    border-radius: 8px;
    height: 90px;
    width: 100px;
}
.anc22 {
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    align-items: center;
    gap: 5px;
    color: #000;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px;
    margin-top: 15px;
}
.buy-span {
    font-size: 14px;
    font-weight: 600;
    color: #0072ff;
    text-decoration: none;
    position: absolute;
    float: right;
    bottom: -13px;
    right: -4px;
}
.side-bar-p{
    position: sticky;
    top: 20px;
}
.fixed-rate{
    display: none;
}
@media(max-width:991px){
    #calendar2.calendar-container{
        width: 100%;
    }
    .fixed-rate{
        padding: 10px 15px;
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0px;
        background-color: #005cfe;
        display: flex;
        justify-content: space-between;
        z-index: 20;
    }
    .btn_fixed{
        padding: 0px 25px;
        font-size: 18px;
        font-weight: 500;
        border-radius: 25px;
        border: none;
        background-color: #e6740b;
        color: #fff;
        line-height: 3;
    }
    .mob-column{
        flex-direction: column;
    }
    .mob-padding{
        padding-left: 0px !important;
        margin-top: 10px;
    }
    .new-days-box-list-parent::before{
        display: none;
    }
    .new-days-box-list-parent > li::before{
        display: none;
    }
    .inside-listing-timimg{
        display: none;
    }
    .new-days-box-list-parent li {
        margin: 0px;
        padding: 0;
        width: 100%;
        padding-left: 0px;
        margin-top: 5px;
    }
    .new-days-box {
        padding: 18px 0 0px 0px;
    }
    .sticky-bar{
        width: 100%;
        overflow-x: auto;
    }
    .bar_sticky_navigation{
        white-space: nowrap;
    }
    #calendar2 .calendar {
        width: 100%;
    }
    .calendar__body2 .cal-body__week, #calendar2 .calendar .calendar__head{
        width: 100%;
        display: flex;
    }
    .navbar-nav{
        margin-top: 10px;
    }
    .calendar-container{
        width: 100%;
    }
    .calendar {
        width: 100%;
    }
    .cal-body__week, .calendar__head{
        width: 100%;
        display: flex;
    }
    .passenger-options{
        width: 100%;
        z-index: 5;
    }
    .search_flights{
        height: 40px;
    }
    .dept_label {
        left: 15% !important;
    }
    .location_input_holder .input_controller_.seccontrolle {
        left: 15%;
    }
}