﻿/*--Stiky-css Start*/

.add_fix_header {
    z-index: 999;
}

.sticky_fix_info {
    display: flex;
    justify-content: space-between;
}

.detail_button a {
    display: block;
    text-align: center;
    background: #0D479B;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    border: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    flex: 1;
    padding: 0 5px;
}

.add_fix_header .detail_button a {
    height: 35px;
    line-height: 35px;
    width: 115px;
}

.add_fix_header {
    height: auto;
    padding: 20px 0 0px;
}


/*--Stiky-css End*/

/*---New Flight Landing Page start css --*/

.explor_best_title {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin: 20px 0;
}

.why_signle p {
    font-weight: 500;
    color: #808080;
}

/*--Fly Destination css start--*/

.flight_details .flight_image img {
    height: 45px;
}

.why_signle {
    background: #ededed47;
}

.more_destination_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 3fr));
    grid-gap: 1em;
    padding-top: 15px;
    grid-auto-rows: 80px;
}

.more_destination_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .more_destination_box .more_destination_img img {
        width: 65px;
        height: 65px;
        max-width: 65px;
        border-radius: 10px;
    }

.more_destination_info .destination_counutry, .more_destination_info .destination_city {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #000;
    margin: 0 0 5px;
}

.more_destination_info .destination_city {
    font-weight: 500;
    color: #000000ab;
}

.more_destination_Scrolll.collapse:not(.in) {
    min-height: auto !important;
    overflow: hidden;
    display: -webkit-box;
    width: 100%;
    height: auto !important;
    max-height: 280px !important;
}

.info_reedmore {
    color: #115A9C;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    width: 77px;
    right: 0;
    top: 10px;
}

    .info_reedmore i {
        float: unset;
        position: absolute;
        right: -17px;
        top: 2px;
        transform: rotate(180deg);
    }


/*--Fly Destination css end--*/

/*--FLight Sirline Logo Start Css--*/

ul.flightairline_logo_wrapp li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.flightairline_logo .airlinename {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    color: #000;
}

.flightairline_logo_wrapp {
    width: 100%;
    display: grid;
    grid-auto-rows: 80px;
    grid-template-columns: repeat(auto-fill, 90px);
    grid-gap: 1em;
    margin-top: 30px;
    justify-content: space-between;
    column-gap: 100px;
}


ul.flightairline_logo_wrapp li img {
    background: transparent;
    min-width: 60px;
    min-height: 60px;
}


/*--FLight Sirline Logo End Css--*/

/*--FAQ_BANNER_ Start--*/

.banner_title {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
}

.flight_faq .panel {
    box-shadow: none;
    position: relative;
    border: 1px solid #C3D4EB;
}

    .flight_faq .panel :first-child {
        border-radius: 5px 5px 0 0;
        border-bottom: 0;
    }

.flight_faq .panel {
    box-shadow: none;
    position: relative;
}

.flight_faq .panel-title > a {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px !important;
    color: #000000;
    padding: 17px 20px !important;
    position: relative;
}


.flight_faq .toggle-container .panel-title > a.collapsed:before {
    content: "\f106" !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #115A9C;
    font-family: FontAwesome !important;
    line-height: normal !important;
    margin-right: 17px !important;
    right: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.flight_faq .toggle-container .panel-title > a:before {
    content: "\f107" !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #115A9C;
    font-family: FontAwesome !important;
    line-height: normal !important;
    margin-right: 17px !important;
    right: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
}


.flight_faq .toggle-container {
    width: 100%;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(450px, 2fr));
    margin-top: 20px;
    column-gap: 30px;
}

.flight_faq .panel:last-child {
    box-shadow: none;
    position: relative;
    border: 1px solid #C3D4EB;
}

.flight_faq .toggle-container .panel.style1 .panel-content {
    padding: 10px 15px 15px 25px;
    border-top: 1px solid #C3D4EB;
}



.flight_faq .toggle-container .panel {
    border-radius: 5px;
}



    .flight_faq .toggle-container .panel:first-child {
        border-radius: 5px 5px 0 0;
        border-bottom: 0;
    }

    .flight_faq .toggle-container .panel:second-child {
        border-radius: 0 0px 5px 5px;
        border-bottom: 0;
    }

/*--FAQ_BANNER_ End--*/


/*----fligjht_direction Css Start--*/
.fligjht_img_left .fligjht_img_title {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
}

.fligjht_img_left p {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
}

.fligjht_direction_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.fligjht_img_left, .fligjht_img_right {
    flex: 1;
}

.fligjht_img_right {
    max-width: 550px;
    min-width: 40%;
}

    .fligjht_img_right img {
        border-radius: 10px;
        max-height: 380px;
        min-height: 380px;
    }

.fligjht_dirinfo_wrapper {
    width: 100%;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
    grid-gap: 2em;
    margin-top: 20px;
}

.fligjht_dirinfo_box .fligjht_dirinfo_icon svg {
    width: 30px !important;
    fill: #115A9C;
    height: 30px !important;
}

.fligjht_dirinfo_box {
    display: flex;
    gap: 10px;
    padding: 15px;
}

    .fligjht_dirinfo_box .fligjht_info .fligjht_dirinfo_title {
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        color: #000;
        margin-bottom: 5px;
    }

/*----fligjht_direction Css End--*/

#flight_land_slider {
    margin-left: -8px;
}

.fligjht_landing_wrapper .item {
    margin: 5px 7px;
}

.flight_details .flight_image {
    width: 45px;
}


.flight_details {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .flight_details b.weg_ex_no {
        font-weight: 600;
        margin: 0 5px 0 0;
    }

    .flight_details .flight_ex svg {
        width: 18px;
        height: 18px;
        margin: -3px 4px;
    }

.flight_infoo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight_infoo_right {
    font-weight: 500;
    font-size: 12px;
    color: #595959e8;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    gap: 5px;
    border-left: 1px solid #1111111f;
}
/*---New Flight Landing Page End css --*/
.hotel_text h1 {
    font-size: 40px;
}

.static_info {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 31px 0 rgb(0 0 0 / 6%);
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    background: #fafcff;
}

    .static_info td {
        height: 35px;
        font-size: 15px;
    }

    .static_info table {
        width: 100%;
    }

    .static_info caption, .prff_flight h3 {
        font-size: 23px;
        padding: 10px 0px;
        font-weight: bold;
        text-align: left;
        color: #115A9C;
        margin-bottom: 15px;
    }

    .static_info tr td b {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .static_info svg {
        fill: #115A9C;
    }

.to_flight svg {
    transform: rotate(72deg);
}

.one_way_trip.lan_filter .form-check {
    background-color: #f0f7ff;
    border-radius: 5px;
}

.one_way_trip.lan_filter {
    gap: 10px;
    margin-bottom: 20px;
}

    .one_way_trip.lan_filter .form-check label {
        line-height: 35px;
        font-weight: 600;
        font-size: 13px;
    }

.hotel_count h2 {
    font-weight: 700;
    font-size: 24px;
}

.hotel_count p {
    font-size: 14px;
}

.hotel_text {
    position: relative;
    color: #fff;
    z-index: 9999;
}

.page_none {
    display: block;
}

.menu_block {
    padding: 0px 0 0px 0 !important;
}

.landing_search {
    position: relative;
}

.search_box_area {
    display: flex;
    height: 635px;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}


.home-page-widget-overlay {
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    background: rgba(2,2,2,.7);
}




.main_search_containt {
    padding: 15px;
    z-index: 999;
    position: relative;
}

.fligjht_landing_block {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 10px;
}

.flight_repet_box {
    padding: 25px 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    position: relative;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 9px;
    border-radius: 8px;
}

.flight_main_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.flight_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flight_image {
    width: 100px;
}

    .flight_image img {
        max-width: 120px;
        object-fit: contain;
        height: auto;
    }

.flight_from_date {
    width: 100%;
    color: #595959e8;
    font-size: 16px;
    font-weight: 500;
}

.flight_ex svg {
    width: 20px;
    height: 20px;
}

.flight_from b {
    font-weight: 600;
    font-size: 18px;
}

.flight_from {
    font-size: 14px;
    width: 120px;
    text-align: left;
}

.flight_ex {
    width: 50px;
    text-align: center;
}

.flight_price {
    font-size: 12px;
    text-align: right;
}

.flight_d_test {
    font-weight: 500;
    font-size: 12px;
    color: #808080;
    display: flex;
    gap: 5px;
}

    .flight_d_test svg {
        width: 12px;
        height: 12px;
        fill: #808080;
    }


.flight_m_price {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}


.flight_from.text-right {
    text-align: right;
}

.see_all_landing {
    max-width: fit-content;
    margin: 20px auto;
    padding: 0 15px;
    margin-bottom: 0;
    background: #115A9C;
    font-size: 16px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loader-container {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.prff_flight ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
}

.prff_flight {
    background: red;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 31px 0 rgb(0 0 0 / 6%);
    background: #fafcff;
}

    .prff_flight ul li {
        max-width: 120px;
        width: 100%;
        text-align: center;
    }

        .prff_flight ul li img {
            object-fit: contain;
            width: 80px;
            height: auto;
            border-radius: 5px;
            background: transparent;
            margin: 0 auto;
        }

@media (max-width:767px) {
    .main_search_containt {
        z-index: unset !important;
    }

    .drop_down_field.autosuggesion_input .addroom_search_div .addr,
    .drop_down_field .inner-addon.autosuggesion_input .addroom_search_div .addr {
        background: #fff;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
    }

    .hotel_text {
        z-index: unset;
    }

    .sticky_fix_info {
        padding: 0px;
    }

        .sticky_fix_info .sticky_fix_left {
            margin-top: -6px;
        }

    .flight_why_main .col-xs-12 {
        padding: 0;
    }

    .more_destination_wrapper {
        grid-template-columns: unset;
    }

    .flightairline_logo .airlinename {
        white-space: unset;
    }

    .flightairline_logo_wrapp {
        grid-template-columns: repeat(auto-fill, 68px);
        column-gap: 60px;
        margin-top: 0;
        grid-auto-rows: 90px;
    }

    ul.flightairline_logo_wrapp li img {
        min-width: 50px;
        min-height: 50px;
    }

    .explor_best_title {
        margin: 10px 0;
    }
    /*--FLight-FAQ CSS START--*/
    .flight_faq .toggle-container {
        grid-template-columns: unset;
    }

        .flight_faq .toggle-container .panel {
            border-radius: unset;
        }

    .banner_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .flight_faq .panel-title > a {
        font-size: 14px;
        padding: 15px 60px 10px 10px !important;
    }

    .flight_faq .toggle-container .panel.style1 .panel-content {
        padding: 10px;
    }

    .flight_faq .panel-content p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    /*--FLight-FAQ CSS START--*/
    /*----fligjht_direction Css Start--*/
    .fligjht_direction_wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .fligjht_img_right img {
        min-height: 257px;
        max-height: 257px;
    }

    .fligjht_img_left .fligjht_img_title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .fligjht_dirinfo_wrapper {
        grid-gap: 10px;
    }

    .fligjht_dirinfo_box {
        padding: 10px;
    }
    /*----fligjht_direction Css End--*/
    /*New FFlight Search CSs Start--*/
    .search_box_area {
        background-image: unset !important;
        height: auto;
    }

    .home-page-widget-overlay {
        display: none !important;
    }

    .flight_details .flight_image {
        width: 30px;
        flex: unset;
    }

    .flight_fromto {
        width: 37px;
    }

    .hotel_text h1 {
        font-size: 20px;
        line-height: normal;
        margin: 10px 0 5px;
        color: #000;
    }

    .hotel_text h2 {
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 15px;
        color: #000;
    }

    /*
    .flightsearcr_box .home-page-widget-overlay {
        display: none !important;
    }
*/
    /*New FFlight Search CSs end--*/



    .fligjht_landing_wrapper .item {
        margin: 5px 0px 5px 7px;
    }

    .flight_details {
        font-size: 14px;
    }

    .hotel_count h2 {
        font-size: 18px;
        line-height: normal;
    }

    .fligjht_landing_block {
        gap: 15px;
        flex-direction: column;
    }

    .flight_main_block {
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
    }

    .flight_price {
        flex: 1;
        background: #f1f1f1;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .flight_image {
        width: 100%;
        flex: 1;
        text-align: center;
    }

    .flight_from.text-right {
        text-align: right;
    }

    .flight_from {
        text-align: left;
    }
}
