﻿/*utility*/
.fw-900 {
    font-weight: 900;
}

.form-group {
    position: relative;
}

    .form-group span[class^='fa-'] {
        position: absolute;
        right: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
    }

.field-validation-error {
    line-height: 2;
    color: red;
}
.search-section .field-validation-error {
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    color: #FB2576;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgb(255 255 255);
    white-space: nowrap;
}
/*select2*/
.input-group .select2-container--bootstrap-5 .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select + .select2-container--bootstrap-5 {
    max-width: 100%;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    width: 100%;
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
/*select2 ends*/
.home_section .home {
    height: 480px;
}

    .home_section .home .home-content {
        height: 480px;
    }

@media only screen and (max-width: 991px) {
    .home_section .home {
        height: 580px;
    }

        .home_section .home .home-content {
            height: 580px;
        }
}
/*professional black color*/
.list-group-item-action, .left-sidebar .middle-part .filter-block .form-check-label, .flight-detail-sec .detail-bar .detail-wrap .airport-part .airport-name h6, .flight-detail-sec .detail-bar .detail-wrap .airport-part .airport-progress .stop, .flight-detail-sec .detail-bar .detail-wrap .price span {
    color: #000;
}
/*search section*/
.search-block {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 200px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.27);
}
@media only screen and (max-width: 991px) {

    .search-block {
        top: 5%;
        z-index: 9;
    }
}


    .search-panel .form-control:disabled, .search-panel .form-control[readonly] {
        background-color: #fff;
    }

    .booking-tab {
        padding-inline: 2rem;
    }

        .booking-tab .nav.nav-tabs {
            height: 3.2rem;
            display: flex;
            align-items: center;
            border-bottom: none;
        }

            .booking-tab .nav.nav-tabs .nav-item {
                display: flex;
                height: 100%;
                justify-content: center;
                align-items: center;
                background-color: var(--bs-light);
                filter: drop-shadow(0.4rem 0.3rem 0.4rem rgba(0, 0, 0, 0.5));
            }

                .booking-tab .nav.nav-tabs .nav-item:first-child {
                    border-radius: 1rem 0 0 0;
                }

                .booking-tab .nav.nav-tabs .nav-item:last-child {
                    border-radius: 0 1rem 0 0;
                }

            .booking-tab .nav.nav-tabs .nav-link {
                display: flex;
                height: 100%;
                justify-content: center;
                align-items: center;
                border-radius: 0;
                margin-right: -.25rem;
                transition: all 500ms linear;
                margin-bottom: 0;
                border: none;
            }

                .booking-tab .nav.nav-tabs .nav-link:hover {
                    background: var(--bs-light-primary);
                    margin-right: 0;
                    border-radius: 1rem 1rem 0 0;
                    transition: all 500ms linear;
                }

                .booking-tab .nav.nav-tabs .nav-link.active {
                    margin-right: 0;
                    background: var(--bs-primary);
                    border-radius: 1rem 1rem 0 0;
                    color: #fff;
                    transition: all 500ms linear;
                    position: relative;
                }

                .booking-tab .nav.nav-tabs .nav-link i {
                    font-size: 1rem;
                }

                .booking-tab .nav.nav-tabs .nav-link .tab-text {
                    /*max-width: 0;*/
                    transition: max-width 1s;
                    display: inline-block;
                    vertical-align: top;
                    white-space: nowrap;
                    overflow: hidden;
                    font-size: 1rem;
                    font-weight: 800;
                }

                .booking-tab .nav.nav-tabs .nav-link.active .tab-text,
                .booking-tab .nav.nav-tabs .nav-link:hover .tab-text {
                    max-width: 7rem;
                }


    .booking-tab-content .tab-content {
        border-radius: 1rem;
        padding: 1.5rem;
        background: var(--bs-body-bg);
        box-shadow: 0 1px 7px 0 rgb(var(--bs-black-rgb), 40%);
        position: relative;
    }

    .selector-box-flight {
        top: 100%;
        right: 0;
    }

.search-panel .search-section .nav-item {
    font-weight: 700;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 35%);
}

.search-panel .search-section .nav-item * {
    cursor: pointer;
}

    .search-panel .search-section .search-box .left-part .search-body {
        padding: 10px;
        flex: 1 1 0px;
        border-radius: 12px;
        background: #fff;
        margin-bottom: 1.5rem;
    }
    @media (max-width: 767px) {
        .search-panel .search-section .nav-item {
            padding-right: 0.3rem;
            font-size: .8rem;
        }
        .search-panel .search-section .search-box .left-part .search-body {
            padding: 8px;
            margin-bottom: 1.1rem;
        }
    }

    .easy-autocomplete {
        min-width: 100%;
    }

        .easy-autocomplete input {
            box-shadow: none !important;
        }

            .easy-autocomplete input:focus::placeholder {
                color: transparent !important;
            }

    .easy-autocomplete-container {
        top: 100%;
        text-align: left;
        min-width: 210px;
    }

    .search-section .search-box .jt-oneway .left-part .search-body.returnDate {
        display: none;
    }

    .flt-swapper {
        right: -45px;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    @media(max-width: 767px) {
        .flt-swapper {
            right: 5%;
            top: 61.5px;
            transform: translate(-50%, -50%);
            padding: 0.5rem;
            background: var(--bs-body-bg);
            border-radius: 50rem;
            height: 37px;
            width: 38px;
        }
    }

    /*search results*/
    #lowest-price-filter-box::-webkit-scrollbar {
        width: 20px;
    }

    #lowest-price-filter-box::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        border-radius: 100px;
    }

    #lowest-price-filter-box::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: var(--bs-primary);
    }

    #lowest-price-filter-box li .airchk {
        position: relative;
        min-width: 104px;
    }

    #lowest-price-filter-box .airline-chk:checked + label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: .25rem;
        border: 2px solid var(--bs-primary);
    }

    .details-content-box {
        background-color: #fff;
        padding: 15px;
        border: 1px solid #d4dee5;
        border-radius: 4px;
        display: block;
        max-height: 430px;
        overflow-y: auto;
    }

    .details-box-title {
        color: #206ab0 !important;
        font-size: 13px !important;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .flt-route-header {
        border-bottom: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .flt-route-title { /*letter-spacing:3px;*/
        font-weight: bold;
        display: inline-block;
        margin-right: 20px;
    }

    .flt-route-info {
        float: right;
        display: inline-block;
        font-size: 0.85em;
        font-weight: bold;
    }

#modify-search {
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 20%) 0px 6px 6px -3px, rgb(0 0 0 / 14%) 0px 10px 14px 1px, rgb(0 0 0 / 12%) 0px 4px 18px 3px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.27);
}

        #modify-search .modify-area > .container {
            padding: 0;
        }

    .result-first {
        width: 100%;
        /*height: 200px;*/
        /*position: absolute;*/
        background: #fff;
        border-radius: 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        backface-visibility: hidden;
        box-shadow: rgb(0 0 0 / 20%) 0px 6px 6px -3px, rgb(0 0 0 / 14%) 0px 10px 14px 1px, rgb(0 0 0 / 12%) 0px 4px 18px 3px;
    }

        .result-first .fltDet {
            display: flex;
            flex-direction: column;
            vertical-align: middle;
            width: 80%;
        }

        .result-first .onFlt {
            padding: 7px 7px 7px 15px;
            /*height: 100px;*/
            display: flex;
            flex: 1;
            justify-content: space-between;
        }

            .result-first .onFlt .las,
            .details-result .las {
                font-size: 20px;
            }

            .result-first .onFlt.combBord {
                border-bottom: 1px solid #d4dee5;
            }

        .result-first .airline {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .result-first .airLogo {
            width: 40px;
        }

        .result-first .airDet {
            text-align: center;
            line-height: 15px;
        }

        .result-first .fltNum {
            color: #686868;
            font-size: 10px;
            font-weight: 600;
        }

        .result-first .depTime,
        .result-first .arrTime,
        .result-first .fltDur {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex: 0.5;
        }

        .result-first .detailLabel,
        .result-first .detailLabel {
            font-weight: bold;
            font-size: 10px;
        }

        .result-first .route,
        .result-first .route {
            font-weight: bold;
            font-size: 18px;
        }

        .result-first .time,
        .result-first .time,
        .result-first .dur {
            font-weight: bold;
            font-size: 15px;
        }

        .result-first .date,
        .result-first .date,
        .result-first .stops {
            font-weight: 600;
            font-size: 10px;
            color: #686868;
            text-align: center;
        }

        .result-first .fltDur {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex: 0.5;
        }

    .fly-layoff-row {
        border-bottom: 1px dotted var(--bs-primary);
    }

    .fly-layoff {
        background: var(--bs-primary) none repeat scroll 0 0;
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 0.85em;
        font-weight: bold;
        position: relative;
        text-align: center;
        width: 60px;
    }

    /*traveller details*/
    .flight_detail .form-control[readonly] {
        background-color: #fff;
    }

    .title-top.position-relative .btn {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .review-section .review_box .flight_detail .summery_box .table td, .review-section .review_box .flight_detail .summery_box .table th {
        padding: 0.25rem 0.25rem;
    }
    /*Force reftesh*/
    .force-refresh-overlay.overlay-holder {
        z-index: 9999999;
    }

    .overlay-holder {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        clear: both;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .body-stop-scroll {
        overflow: hidden;
        margin-right: 14px;
    }

    .force-refresh-overlay.overlay-holder .overlay {
        width: 50%;
    }

    .body-stop-scroll .overlay.tranq-overlay {
        animation: popupOpen 0.3s ease-in-out 0s 1 both;
        -webkit-animation: popupOpen 0.3s ease-in-out 0s 1 both;
        -moz-animation: popupOpen 0.3s ease-in-out 0s 1 both;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }

    .overlay.tranq-overlay {
        animation: popupClose 0.3s ease-in-out 0s 1 both;
        -webkit-animation: popupClose 0.3s ease-in-out 0s 1 both;
        -moz-animation: popupClose 0.3s ease-in-out 0s 1 both;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }

    .overlay.tranq-overlay {
        margin: 0;
        position: absolute;
        left: 25%;
        top: 15%;
        max-width: 90%;
        height: 50%;
        border-radius: 4px;
    }

    .overlay {
        animation: popout 0.5s ease;
        -webkit-animation: popout 0.5s ease;
    }

    .overlay {
        background-color: #fff;
        margin: 5% auto 0;
        position: relative;
        top: 5%;
        max-width: 90%;
        text-align: left;
        z-index: 999999;
        border-radius: 3px;
    }

    .force-refresh-overlay .center-align {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
    }

    .force-refresh-overlay.overlay-holder .overlay .overlay-header {
        font-size: 24px !important;
        padding: 1rem;
        border: 0;
    }

    .coundownbox-timer {
        position: fixed;
        bottom: 0;
        text-align: center;
        padding: 10px;
        background-color: #e4caff;
        color: #000;
        width: 100%;
        font-size: 1.5em;
        font-weight: 600;
        z-index: 100;
    }

    .filter-wrap .airline-name {
        background: #e9e9e9;
        padding: 10px;
    }

    .dest-info {
        font-size: 1.25rem;
        font-weight: 900;
    }

    @media (max-width: 767px) {
        .search-panel label.btn {
            font-size: 9px;
            display: flex;
            align-items: center;
            padding-inline: 8px;
        }

            .search-panel label.btn:focus,
            .search-panel label.btn:hover {
                outline: none;
                border: none;
            }

            .search-panel label.btn input {
                margin-right: 5px;
            }

        .eac-round.easy-autocomplete {
            max-width: 100%;
        }

        .easy-autocomplete-container ul li .eac-title-3 {
            display: none;
        }

        .dest-info {
            font-size: 1rem;
            font-weight: 900;
        }

        .mobile-filter {
            position: fixed;
            background: #bc99df;
            border-radius: 500px;
            bottom: 5%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 999999;
            padding: 10px;
        }

        .details-box.flight-detail-area .nav-link span {
            display: none;
        }

        .review-section .review_box .flight_detail .logo-sec img {
            width: 35px;
        }
    }

    .baggage-airline .flt-logo {
        width: 50px;
        height: 50px;
    }

    /*slick*/
    .home_section .slick-prev, .home_section .slick-next {
        font-family: "Font Awesome 6 Free";
        background-color: transparent;
    }

    .air-det.zig-zag-effect:after {
        background: none;
    }

    .filter-block .collection-collapse-block-content a.btn {
        height: 5rem;
    }

        .filter-block .collection-collapse-block-content a.btn span {
            font-size: 12px;
            letter-spacing: normal;
        }

    .irs--flat .irs-handle > i:first-child {
        width: 18px;
        border-radius: 50%;
        margin-left: -10px;
        cursor: pointer
    }
    /*flightetails*/
    .all-result-details {
        padding: 0 40px;
        padding-left: 70px
    }

        .all-result-details + .all-result-details {
            border-top: 2px solid #2990e6;
            padding-top: 20px;
        }

        .all-result-details.loderrrr {
            text-align: center
        }

            .all-result-details.loderrrr i {
                color: #2990e6;
                font-size: 50px
            }

        .all-result-details .flightdetail {
            position: relative;
            padding-bottom: 15px
        }

            .all-result-details .flightdetail:before {
                content: "\e22d";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                color: #bdc6cf;
                left: -30px;
                top: 3px;
                rotate: 180deg
            }

            .all-result-details .flightdetail:after {
                content: "";
                position: absolute;
                border-left: 2px dashed #d6d6d6;
                left: -24px;
                top: 25px;
                bottom: 0
            }

            .all-result-details .flightdetail:last-child:after {
                display: none
            }

            .all-result-details .flightdetail strong {
                display: block;
                padding: 0 0 5px;
                font-weight: 700
            }

                .all-result-details .flightdetail strong b {
                    font-weight: 400
                }

                .all-result-details .flightdetail strong img {
                    width: 30px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    vertical-align: middle;
                    margin-right: 5px
                }

            .all-result-details .flightdetail span {
                font-size: 13px;
                display: block
            }

            .all-result-details .flightdetail p {
                font-size: 13px;
                line-height: 22px;
                padding: 0;
                display: block;
                color: #000;
            }

            .all-result-details .flightdetail label {
                display: block;
                margin-top: 5px
            }

        .all-result-details .connectiondetail {
            position: relative;
            padding-bottom: 15px
        }

            .all-result-details .connectiondetail:before {
                content: "\f192";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                color: #bdc6cf;
                left: -30px;
                top: 12px;
                background: #fff;
                z-index: 1
            }

            .all-result-details .connectiondetail:after {
                content: "";
                position: absolute;
                border-left: 2px dashed #d6d6d6;
                left: -24px;
                top: 0;
                bottom: 0
            }

            .all-result-details .connectiondetail .connectiondetailbg {
                background-color: #e1e8ee;
                padding: 4px;
                border-radius: 7px
            }

                .all-result-details .connectiondetail .connectiondetailbg label {
                    display: block;
                    padding: 5px 10px
                }

                .all-result-details .connectiondetail .connectiondetailbg p {
                    display: block;
                    padding: 5px 10px;
                    background-color: #fff
                }
    /*flightetails ends*/
.flight-detail-sec .detail-bar .detail-wrap .price h4 {
    font-size: calc(12px + 2 * (100vw - 320px)/ 1600);
}
