﻿h1 {
    font-size: 30px;
}

h1 {
    font-size: 2em;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5em;
    }
}

.airline-name-filter {
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: max-width 0.3s ease;
}

    .airline-name-filter:hover {
        max-width: none !important; 
        white-space: nowrap; 
        overflow: visible; 
        text-overflow: clip; 
        background: transparent; 
        position: static; 
        z-index: auto; 
    }

.checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 2px solid gray;
    border-radius: 4px;
}

.currency {
    border-color: transparent;
    outline: none;
}

.AED {
    background-image: url('./images/Flag/AE.png');
}

.filter {
    display: block;
}
#filter-widget{
    display:block;
}
@media only screen and (min-width: 291px) and (max-width: 991px) {
    #filter-widget {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #filter-widget {
        display: none;
    }
}

    .element {
        display: block;
    }

    #mobileFilterBadge {
        left: 92%;
        top: 18px;
    }

    @media only screen and (max-width: 768px) {
        .element {
            display: none;
        }
    }




    .nav-link {
        color: black;
    }

    #addmoredepature3 {
        display: none;
    }

    #addmoredepature4 {
        display: none;
    }

    #addmoredepature5 {
        display: none;
    }

    .traveller {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    @media(max-width: 767px) {
        .traveller {
            position: relative;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    :root {
        --font-primary: "Jost", sans-serif;
    }

    :root {
        --text-4: 4px;
        --text-7: 7px;
        --text-10: 10px;
        --text-12: 12px;
        --text-13: 13px;
        --text-14: 14px;
        --text-15: 15px;
        --text-16: 16px;
        --text-18: 18px;
        --text-20: 20px;
        --text-22: 22px;
        --text-24: 24px;
        --text-25: 25px;
        --text-26: 26px;
        --text-30: 30px;
        --text-40: 40px;
        --text-50: 50px;
        --text-60: 60px;
        --text-80: 80px;
    }

    :root {
        --color-white: #FFFFFF;
        --color-black: #000000;
        --color-border: #DDDDDD;
        --color-dark-1: #051036;
        --color-dark-2: #0D2857;
        --color-dark-3: #13357B;
        --color-dark-4: #163C8C;
        --color-light-1: #697488;
        --color-light-2: #F5F5F5;
        --color-light-3: #FBFCFF;
        --color-blue-1: #3554D1;
        --color-blue-2: #E5F0FD;
        --color-green-1: #EBFCEA;
        --color-green-2: #008009;
        --color-yellow-1: #F8D448;
        --color-yellow-2: #E1C03F;
        --color-yellow-3: #FFC700;
        --color-yellow-4: #FFF8DD;
        --color-brown-1: #923E01;
        --color-purple-1: #7E53F9;
        --color-red-1: #D93025;
        --color-red-2: #F1416C;
        --color-red-3: #FFF5F8;
        --color-info-1: #CDE9F6;
        --color-info-2: #4780AA;
        --color-warning-1: #F7F3D7;
        --color-warning-2: #927238;
        --color-error-1: #ECC8C5;
        --color-error-2: #AB3331;
        --color-success-1: #DEF2D7;
        --color-success-2: #5B7052;
    }

    @-webkit-keyframes reveal {
        100% {
            opacity: 1;
        }
    }

    @keyframes reveal {
        100% {
            opacity: 1;
        }
    }

    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        min-height: 100%;
    }

    main {
        overflow: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    a {
        color: #337ab7;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    ul, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    p {
        margin: 0;
        font-size: 16px;
    }

    button {
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        text-decoration: none;
    }

        button:focus {
            outline: 0;
        }

    .button {
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        text-align: center;
        line-height: 1;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.2;
        border-radius: 4px;
        border: 1px solid transparent;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    input.text-white::-moz-placeholder {
        color: white;
    }

    input.text-white:-ms-input-placeholder {
        color: white;
    }

    input.text-white::placeholder {
        color: white;
    }

    h1, h2, h5 {
        margin: 0;
        line-height: 1.45;
        font-weight: 600;
    }

    .text-12 {
        font-size: var(--text-12) !important;
    }

    .text-14 {
        font-size: var(--text-14) !important;
    }

    .text-15 {
        font-size: var(--text-15) !important;
    }

    .text-16 {
        font-size: var(--text-16) !important;
    }

    .text-18 {
        font-size: var(--text-18) !important;
    }

    .text-center {
        text-align: center;
    }

    .fw-500 {
        font-weight: 500;
    }

    .fw-700 {
        font-weight: 700;
    }

    .tabs__content {
        position: relative;
    }

    .tabs__pane {
        position: absolute;
        top: 0;
        visibility: hidden;
        transition: none;
        opacity: 0;
    }

        .tabs__pane.is-tab-el-active {
            transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
            position: relative;
            opacity: 1;
            visibility: visible;
        }

    .tabs__controls {
        position: relative;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
    }

        .tabs__controls > div {
            scroll-snap-align: center;
        }

    .tabs.-underline-2 .tabs__controls .tabs__button {
        position: relative;
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .tabs.-underline-2 .tabs__controls .tabs__button::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: var(--color-blue-1);
            transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            opacity: 0;
        }

        .tabs.-underline-2 .tabs__controls .tabs__button:hover {
            color: var(--color-blue-1) !important;
        }

        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active {
            color: var(--color-blue-1) !important;
        }

            .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active::after {
                opacity: 1;
            }

    .mainSearch {
        position: relative;
        z-index: 20;
    }

    .flightsearchbar {
        position: relative;
        z-index: 1;
    }

.loader-container {
    margin: 0 auto !important;
    width: 100%;
    top: 0px;
    height: 12px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.loader-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #ffc904 0%, #f0932b 100%);
    border-radius: 7px;
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
}

.loader-container.ltr .loader-fill {
    left: 0;
    transform-origin: left;
}

.loader-container.rtl .loader-fill {
    right: 0;
    transform-origin: right;
    background: linear-gradient(270deg, #ffc904 0%, #f0932b 100%);
}

.loader-plane {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8), 0 0 8px rgba(255, 255, 255, 0.7);
    z-index: 2;
    transition: none;
}

.loader-container.ltr .loader-plane {
    left: 0;
}

.loader-container.rtl .loader-plane {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

.lang-indicator {
    text-align: center;
    color: white;
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 0.8;
}

@media (max-width: 786px) {
    .loader-wrapper {
        padding: 15px;
    }
}

    @media (max-width: 991px) {
        .mainSearch {
            width: 100%;
        }
    }

    .mainSearch .button-grid {
        display: grid;
        grid-template-columns: 1fr 250px 290px auto;
    }

    @media (max-width: 991px) {
        .mainSearch .button-grid {
            grid-template-columns: 1fr;
        }

            .mainSearch .button-grid > * + * {
                border-left: 0;
                border-top: 1px solid var(--color-border);
            }
    }

    .logoforroute {
        color: rgb(58, 58, 58);
        margin-right: 30px;
        text-align: center;
        margin-left: 0px;
        max-width: 70px;
    }

    .mainSearch.-col-5 .button-grid {
        grid-template-columns: auto auto auto auto auto -webkit-min-content;
        grid-template-columns: auto auto auto auto auto min-content;
    }

    @media (max-width: 991px) {
        .mainSearch.-col-5 .button-grid {
            grid-template-columns: 1fr;
        }

            .mainSearch.-col-5 .button-grid > * + * {
                border-left: 0;
                border-top: 1px solid var(--color-border);
            }
    }

    .searchMenu-loc {
        position: relative;
    }

    :root {
        --dashboard-width: 300px;
    }

    @media (max-width: 1199px) {
        :root {
            --dashboard-width: 250px;
        }
    }

    .select {
        position: relative;
    }

    @-webkit-keyframes preloaderWraper {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: none;
        }
    }

    @keyframes preloaderWraper {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: none;
        }
    }

    @-webkit-keyframes preloader {
        0% {
            transform: translateY(150%) scale(1);
        }

        50% {
            transform: translateY(0%) scale(1.2) rotate(20deg);
        }

        100% {
            transform: translateY(-150%) rotate(-20deg);
        }
    }

    @keyframes preloader {
        0% {
            transform: translateY(150%) scale(1);
        }

        50% {
            transform: translateY(0%) scale(1.2) rotate(20deg);
        }

        100% {
            transform: translateY(-150%) rotate(-20deg);
        }
    }

    .pb-0 {
        padding-bottom: 0px !important;
    }

    .px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pb-5 {
        padding-bottom: 5px !important;
    }

    .ml-5 {
        margin-left: 5px !important;
    }

    .py-12 {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-12 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .pt-10 {
        padding-top: 10px !important;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .ml-2 {
        margin-left: 4px !important;
    }

    .mt-15 {
        margin-top: 15px !important;
    }

    .px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pt-20 {
        padding-top: 20px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .pb-30 {
        padding-bottom: 30px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .pl-50 {
        padding-left: 50px !important;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .x-gap-10 {
        margin-left: -5px;
        margin-right: -5px;
    }

        .x-gap-10 > * {
            padding-left: 5px;
            padding-right: 5px;
        }

    .y-gap-10 {
        margin-top: -5px;
        margin-bottom: -5px;
    }

        .y-gap-10 > * {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .y-gap-search {
        /*    height: 110px;*/
        position: relative;
        /*    top: -10px;*/
        height: 100px;
        align-content: center;
    }

    @media only screen and (max-width: 768px) {
        .y-gap-search {
            height: 150px;
        }
    }

    .y-gap-trip {
        height: 110px;
        position: relative;
        top: -10px;
    }

    @media only screen and (max-width: 768px) {
        .y-gap-trip {
            height: 180px;
        }
    }

    .x-gap-20 {
        margin-left: -10px;
        margin-right: -10px;
    }

        .x-gap-20 > * {
            padding-left: 10px;
            padding-right: 10px;
        }

    .x-gap-30 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .x-gap-30 > * {
            padding-left: 15px;
            padding-right: 15px;
        }

    .y-gap-30 {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .y-gap-60-flightsearch {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    @media only screen and (max-width: 768px) {
        .y-gap-60-flightsearch {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }
    }

    .y-gap-30 > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .y-gap-40 {
        margin-top: -20px;
        margin-bottom: -20px;
    }

        .y-gap-40 > * {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .layout-pt-xs {
        padding-top: 20px !important;
    }

    .layout-pb-xs {
        padding-bottom: 20px;
    }

    .flex-column {
        flex-direction: column;
    }

    .justify-between {
        justify-content: space-between !important;
    }

    .items-end {
        align-items: flex-end !important;
    }

    .items-center {
        align-items: center !important;
    }

    .bg-white {
        background-color: var(--color-white) !important;
    }

    .bg-info-1 {
        background-color: var(--color-info-1) !important;
    }

    .text-white {
        color: var(--color-white);
    }

    .text-light-1 {
        color: var(--color-light-1) !important;
    }

    .d-none {
        display: none !important;
    }

    .d-flex {
        display: flex !important;
    }

    .rounded-4 {
        border-radius: 4px;
    }

    .rounded-full {
        border-radius: 100%;
    }

    .size-40 {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
    }

    .shadow-1 {
        box-shadow: 0px 20px 40px 0px #05103612;
    }

    .flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h-full {
        height: 100% !important;
    }

    .section-slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }

        .section-slider-nav.-prev {
            left: -30px;
        }

        .section-slider-nav.-next {
            right: -40px;
            position: absolute !important;
        }

    .sidebar__item:not(.-no-border) {
        border-top: 1px solid var(--color-border);
    }

    .base-tr {
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    @font-face {
        font-family: 'opensans-bold_0';
        src: url('../fonts/opensans-bold_0.woff') format('woff2'), url('../fonts/opensans-regular_0.woff') format('woff'), url('../fonts/opensans-semibold.woff2') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    .mainSearch {
        background-color: #012142;
    }

    @media only screen and (min-width: 769px) {
        .bg-colour {
            position: relative;
            background: linear-gradient(to bottom, #e5f0fd 0%, #e5f0fd 100%);
            padding-top: 50px;
            min-height: 100vh;
            overflow: hidden;
        }

        .mgcolour {
            position: relative;
            z-index: 2;
        }

        .bg-colour::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 157px;
            background: linear-gradient(80deg, rgba(20, 19, 95, 1) 12%, rgba(35, 33, 142, 1) 90%);
            z-index: 1;
        }
    }

    @media only screen and (max-width: 768px) {
        .bg-colour {
            background: #f9f9f9;
            background-size: 100% 10%, 100% 90%;
            background-repeat: no-repeat;
        }
    }

    aside, section {
        display: block;
        margin: 0;
        padding: 0;
    }

    .clearFix {
        clear: both;
        font-size: 0em;
        line-height: 0px;
        height: 0;
        margin: 0;
        padding: 0;
    }

    h1, h2, h5 {
        font-weight: normal;
    }

    .brandedfare {
        position: fixed;
        left: 50%;
        top: 30px;
        z-index: 1;
        width: 1070px;
        height: auto;
        transform: translateX(-50%);
    }

    @media screen and (max-width: 768px) {
        .brandedfare {
            position: fixed;
            top: 0;
            transform: translateX(-50%);
            height: 100%;
            width: 100%;
            max-width: 100%;
            z-index: 999;
            overflow: auto;
            touch-action: pan-y;
        }
    }

    #otpform {
        position: relative;
        height: 300px;
    }

    .flightpagecontent {
        min-height: 100vh;
        position: relative;
        z-index: 1;
        margin-top: -18px;
    }

    .hidden {
        display: none;
    }

    @media only screen and (max-width: 989px) {
        .mobiledialog {
        }
    }

    .close-button {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .closeButton {
        cursor: pointer;
    }

    .bg-info-1 {
        background-color: #e9f3fd;
    }

    .closeimg {
        padding-left: 5px;
    }

    .sortitem {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    @media (max-width: 766px) {
        .sortitem {
            padding: 0px !important;
            position: relative;
            top: -12px;
        }
    }

    .shortlisthead {
        border: 1px solid #e2e2e2;
        display: flex;
        border-right: none;
    }

    .bg-whitesort {
        background: white;
        border-radius: 5px;
    }

    .flexibility {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flexibility li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
        }


            .flexibility li i {
                margin-top: 10px;
                margin-right: 5px;
            }




    @media (max-width: 766px) {
        .bg-whitesort {
            background-color: #eeeeee;
        }

        .shortlisthead {
            display: flex;
            justify-content: center;
            border: none;
            max-width: 1000px;
            margin: 0 auto;
            padding-right: calc(var(--bs-gutter-x)* .5);
            padding-left: calc(var(--bs-gutter-x)* .5);
            position:relative;
        }
    }

    /*new*/
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .bg-whitesort {
        background-color: #eeeeee;
    }

    .shortlisthead {
        display: flex;
        justify-content: center;
        border: none;
        max-width: 1000px;
        margin: 0 auto;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
}

    .sortlistheading.active {
        background-color: #eaf5ff;
        border-bottom: 4px solid #0091ff;
    }

    /*new*/
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .sortlistheading.active {
        background-color: #eeeeee;
        border-bottom: 3px solid #0091ff;
    }

    .mobileviewshort {
        position: relative;
        top: -29px;
        padding-top: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

    @media only screen and (max-width: 768px) and (max-width: 1024px) {
        .sortlistheading.active {
            background-color: #eeeeee;
            border-bottom: 3px solid #0091ff;
        }

        .mobileviewshort {
            position: relative;
            top: -29px;
            padding-top: 0px;
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }

    .sortlistheading {
        border-right: none;
        padding: 10px 13px;
        flex: 1;
        cursor: pointer;
        height: 60px;
        position: relative;
    }

    @media (max-width: 768px) {
        .sortlistheading {
            padding: 5px 10px;
            width: 38%;
            margin: 0 3px;
            height: auto !important;
            background-color: #eeeeee;
        }
    }

@media only screen and (min-width: 766px) and (max-width: 991px) {
    .sortlistheading {
        padding: 5px 10px;
        width: 38%;
        margin: 0 3px;
        height: auto !important;
        background-color: #eeeeee;
    }
}

    @media (max-width: 768px) {
        .flight-accordion {
            position: relative;
            top: -40px;
        }


        #flights-container {
            padding-right: calc(var(--bs-gutter-x)* .5);
            padding-left: calc(var(--bs-gutter-x)* .5);
        }


    }

    .orderflex {
        display: flex;
        align-items: center;
    }

    .sortlisticon {
        width: 35px;
        height: 35px;
        background-color: #d5d5d5;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
    }

    .blockqt {
        background-repeat: no-repeat;
        background-position: 50%;
        display: inline-block;
        background-size: contain;
    }

    .sortlistheading.active .sortlisticon {
        background-color: #0091ff;
    }

    @media only screen and (max-width: 768px) {
        .sortlistheading.active .sortlisticon {
            background-color: #eeeeee;
        }
    }
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .sortlistheading.active .sortlisticon {
        background-color: #eeeeee;
    }
}

    .mlr {
        margin-right: 10px;
    }

    .sortlistheading.borderright {
        border-right: 1px solid #e2e2e2;
    }

    @media (max-width: 768px) {
        .sortlistheading.borderright {
            border-right: none
        }
    }
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .sortlistheading.borderright {
        border-right: none
    }
}

    .filter-button {
        display: none;
    }

    @media (max-width: 768px) {
        .filter-button {
            background-color: #007bff;
            border: none;
            border-radius: 0;
            width: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0;
        }

            .filter-button img {
                width: 30px;
                fill: white;
                margin-bottom: 5px;
                position: absolute;
            }

            .filter-button span {
                font-size: 11px;
                position: relative;
                top: 20px;
                color: white;
            }
    }
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .filter-button {
        background-color: #007bff;
        border: none;
        border-radius: 0;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
    }

        .filter-button img {
            width: 30px;
            fill: white;
            margin-bottom: 5px;
            position: absolute;
        }

        .filter-button span {
            font-size: 11px;
            position: relative;
            top: 20px;
            color: white;
        }
}

    .top {
        position: relative;
        bottom: 0px;
 
    }

    @media (max-width: 768px) {
        .top {
            position: relative;
            bottom: -4px;
        }
    }
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .top {
        position: relative;
        bottom: -4px;
    }
}

    .headsort {
        font-size: 15px;
        font-weight: 700;
    }

    @media (max-width: 768px) {
        .headsort {
            font-size: 12px;
            font-weight: 700;
            color: #737373;
        }
    }
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .headsort {
        font-size: 12px;
        font-weight: 700;
        color: #737373;
    }
}

    .sortdesc {
        font-size: 13px;
        color: #737373;
        position: relative;
        top: -3px;
    }
@media only screen and (min-width: 766px) and (max-width: 991px) {
    .sortdesc {
        font-size: 13px;
        color: #737373;
        position: relative;
        top: -3px;
        font-weight:700;
    }
}

    @media (max-width: 768px) {
        .sortdesc {
            font-size: 12px;
            font-weight: 700;
            color: #737373;
        }
    }

    .nav-item.nav-link.active {
        background-color: #0091ff;
        color: white;
        font-weight: 700;
    }

    .tab-content {
        display: none;
    }

        .tab-content.active {
            display: block;
        }

    .fare {
        border-radius: 4px;
        margin-left: 20px;
        border: 1px solid #dfdfdf;
        width: 95%
    }

    .brandedfarebox {
        background-color: #f9f9f9;
    }

    @media screen and (max-width: 768px) {
        .brandedfarebox {
           /*  background-color: #d0d9ff;*/
          /*  background: linear-gradient(to bottom, white 0 240px, #d0d9ff 200px 100%);*/
        }
    }

    .button-text {
        margin-right: 10px;
    }

    .cardhead {
        border-bottom: 1px solid rgb(223, 223, 223);
        margin: 0px !important;
    }

    .farebox {
        width: 320px;
        height: 410px;
        background-color: white;
        border: 1px solid transparent;
        box-sizing: border-box;
        transition: border 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    @media screen and (max-width: 768px) {
        .farebox {
            width: 260px;
            height: 440px;
            background-color: #f9f9f9
        }
    }

    .cardcontent {
        padding: 12px 15px;
        display: flex;
        flex-direction: column;
        flex: 1;
        flex-grow: 1;
    }

    .brandfarebody {
        height: 220px;
        flex-grow: 1;
    }

    .desktophead {
        color: #767676;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
        position: relative;
        /*left: -140px;*/
        top: 10px;
        display: block;
    }

    @media screen and (max-width: 768px) {
        .desktophead {
            display: none;
        }
    }

    .farebtn {
        position: sticky;
        bottom: -90px;
        background: #ff4600;
        color: white;
        font-weight: 500;
        margin-right: 15px;
    }

        .farebtn:hover {
            background: #ff4600;
            color: white;
        }

    .button.arrowswiper:hover {
        border-color: #00a8e2;
        background-color: #00a8e2;
        color: white !important;
    }

    .custom-swiper-button-prev {
        color: #000;
        font-size: 18px;
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

    @media screen and (max-width: 768px) {
        .custom-swiper-button-prev {
            display: none;
        }
    }

    .custom-swiper-button-next {
        color: #000;
        font-size: 18px;
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
        z-index: 10;
        cursor: pointer;
    }

    @media screen and (max-width: 768px) {
        .custom-swiper-button-next {
            display: none;
        }
    }


    .custom-swiper-button-prev {
        left: -10px;
    }

    .custom-swiper-button-next {
        right: -18px;
    }


    .farebox:hover {
        border: 1px solid #337ab7;
    }

    .routes {
        display: flex;
        position: relative;
        cursor: pointer;
        padding-bottom: 15px;
        padding-top: 12px;
        -webkit-box-align: center;
        align-items: center;
        margin-left: 12px;
    }

    .dep {
        color: rgb(58, 58, 58);
        margin-right: 30px;
        text-align: left;
        margin-left: 0px;
        max-width: 70px;
    }

    .airport {
        font-size: 18px;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .city {
        display: block;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .arv {
        color: rgb(58, 58, 58);
        text-align: left;
        margin-left: 0px;
        max-width: 70px;
    }

.directionlogo {
    width: 60%;
}

    .flightoutbound {
        border-left: 2px solid #d5d5d5;
        padding-left: 60px;
        text-align: left;
    }

    .flightreturn {
        padding-left: 60px;
        text-align: left;
    }

    .dateofdep {
        font-size: 14px;
        font-weight: 600;
        color: rgb(169, 169, 169);
        margin-bottom: 3px;
    }

    .depaturedate {
        font-size: 14px;
        font-weight: 600;
        color: rgb(58, 58, 58);
    }

    .passengerquantity {
        padding-left: 40px;
        text-align: left;
    }

    .namepassenger {
        font-size: 14px;
        font-weight: 600;
        color: rgb(169, 169, 169);
        margin-bottom: 3px;
    }

    .psgcount {
        font-size: 14px;
        font-weight: 600;
        color: rgb(58, 58, 58);
    }

    .defaultmenu {
        padding-left: 40px;
        text-align: left;
    }

    .defaultheading {
        font-size: 14px;
        font-weight: 600;
        color: rgb(169, 169, 169);
        margin-bottom: 3px;
    }

    .cabinclass {
        font-size: 14px;
        font-weight: 600;
        color: rgb(58, 58, 58);
    }

    .modifypopuppanel {
        position: absolute;
        left: 50%;
        top: 30px;
        z-index: 1;
        width: 580px;
        height: auto;
        transform: translateX(-50%);
        background-color: #012142;
        padding: 7px;
    }

    @media only screen and (max-width: 760px) {
        .modifypopuppanel {
            position: fixed;
            left: 50%;
            top: 30px;
            z-index: 1;
            max-width: 100%;
            height: auto;
            transform: translateX(-50%);
            background-color: #012142;
            padding: 0px;
        }
    }

    .desktopmodify {
        display: block;
    }

    @media only screen and (max-width: 760px) {
        .desktopmodify {
            display: none;
        }
    }

    @media only screen and (min-width: 761px) and (max-width: 991px) {
        .desktopmodify {
            display: none;
        }
    }

    .mobilemodify {
        display: none;
    }

    @media only screen and (max-width: 600px) {
        .mobilemodify {
            display: block;
        }

        .container, .mobilemodify {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media only screen and (max-width: 989px) {
        .mobilemodify {
            display: block;
        }

        .container, .mobilemodify {
            padding-left: 0px;
            padding-right: 0px;
        }
    }

    @media only screen and (min-width: 990px) and (max-width: 991px) {
        .mobilemodify {
            display: block;
        }
    }

    .fontsearchmodify {
        color: white;
    }

    .btnedit {
        color: white;
        font-size: 14px;
        border: 0 none;
        transition: background-color 0.3s ease;
    }

        .btnedit:active,
        .btnedit:focus {
            color: #00a8e2;
            font-size: 14px;
            outline: none;
            display: block;
        }

    .searchitemmodify {
        height: 100%;
    }

    @media only screen and (max-width: 989px) {
        .searchitemmodify {
            overflow-y: auto;
            max-height: calc(100vh - 150px);
            height: 100%;
        }
    }

    .searchtitle {
        color: white;
    }

    .destination {
        position: absolute;
        left: 42px;
        z-index: 99;
        background: #fff;
        border: 1px solid #d4d4d4;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
        max-height: 300px;
        overflow-y: auto;
        border: 1px solid #ccc;
    }

    @media only screen and (max-width:760px) {
        .destination {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99;
            background: #fff;
            border: 1px solid #d4d4d4;
            max-height: 800px;
            width: 100%;
            overflow-y: auto;
            padding: 2px
        }
    }

    .destination::-webkit-scrollbar {
        width: 8px;
    }

    .destination::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .destination::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .destination::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .destinationarv {
        position: absolute;
        left: 42px;
        z-index: 99;
        background: #fff;
        border: 1px solid #d4d4d4;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
    }

    .arrivalcity {
        position: absolute;
        left: 42px;
        z-index: 99;
        background: #fff;
        border: 1px solid #d4d4d4;
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 22%);
    }

    .destinationhide {
        display: none;
    }

    .destinationarvhide {
        display: none;
    }

    .airportname {
        position: relative;
        padding-left: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    @media only screen and (max-width: 989px) {
        .airportname {
            position: relative;
            padding-left: 12px;
            font-size: 14px;
            line-height: 14px;
        }
    }

    .departurecode {
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        width: 15%;
        text-align: left;
        color: gray;
    }

    @media only screen and (max-width: 989px) {
        .departurecode {
            font-size: 12px;
            line-height: 40px;
            font-weight: 600;
            width: 15%;
            text-align: left;
            color: gray;
        }
    }

    .depflights {
        width: 85%;
        float: left;
    }

    .countryname {
        position: relative;
        padding-left: 15px;
        font-size: 12px;
        line-height: 14px;
        color: gray;
    }

    @media only screen and (max-width: 989px) {
        .countryname {
            position: relative;
            padding-left: 15px;
            font-size: 11px;
            line-height: 14px;
            color: gray;
        }
    }

    .searchicon {
        margin-right: 10px;
    }

    .searchsegments {
        padding: 0px 15px;
        display: flex;
        align-items: center;
    }

    .segmentssearch {
        border: 0;
        outline: 0;
        background: none;
        cursor: pointer;
        font-size: 13px;
        color: #000;
        width: 100%;
        padding: 15px 0;
    }

    .listsegments {
        overflow: auto;
        max-height: 280px;
    }

    @media only screen and (max-width: 989px) {
        .listsegments {
            max-height: 500px;
        }
    }

    .swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        transition: all 0.3s ease;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        .swiper-button-next i {
            transition: transform 0.3s ease;
        }

        .swiper-button-next:hover {
            width: 150px;
            border-radius: 20px;
        }

            .swiper-button-next:hover i {
                transform: translateX(10px);
            }

        .swiper-button-next .button-text {
            display: none;
            white-space: nowrap;
            margin-left: -23px;
            color: #030303;
            font-size: 12px;
        }

        .swiper-button-next:hover .button-text {
            display: inline;
        }

    .selectMobilecity {
        display: none;
    }

    .iconbackmobile {
        display: none;
    }

    .cityhead {
        display: none;
    }

    @media only screen and (max-width: 989px) {
        .selectMobilecity {
            width: 100%;
            float: left;
            display: flex;
            align-items: center;
            margin-bottom: 13px;
            margin-left: 15px;
            margin-top: 12px;
        }

        .iconbackmobile {
            width: 15px;
            height: 15px;
            display: inline-block;
            margin: 0 10px 0 0;
            vertical-align: middle;
        }

        .cityhead {
            position: relative;
            padding-left: 20px;
            font-size: 17px;
            color: black;
            font-weight: 500;
            height: 18px;
            display: inline-block;
        }
    }

    .topsegments {
        background: #ECF5FE;
        padding: 5px 15px;
        font-size: 13px;
        font-weight: 600;
        border-top: 1px solid #ECECEC;
    }

    .segmentssuggestion {
        margin: 0;
        padding: 0;
        list-style: none;
        cursor: pointer;
        height: 100vh;
    }

    #suggestion {
        border-top-right-radius: var(--bs-border-radius);
        border-bottom-right-radius: var(--bs-border-radius);
    }

    #suggestionarv {
        border-top-right-radius: var(--bs-border-radius);
        border-bottom-right-radius: var(--bs-border-radius);
    }


    @media screen {
    }

    #flightview {
        display: none;
    }

    @media (max-width: 768px) {
        #flightview {
            display: block;
        }
    }
@media only screen and (min-width: 769px) and (max-width: 991px) {
    #flightview {
        display: block;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .viewprice {
        display: block;
        width: 100%;
        flex: 0 0 auto;
    }
}

    .swiper-wrapper {
        display: flex;
        transition-property: transform;
    }

    .swiper-slide {
        flex: 0 0 0px;
        margin: 0 10px;
        border-radius: 5px;
        flex-shrink: 0;
        user-select: none;
        touch-action: pan-y;
    }

    .swiper-container {
        width: 100%;
        overflow: hidden;
        touch-action: pan-y;
    }

    @media (max-width: 767px) {
        .swiper-container {
            position: relative;
            top: -5px;
            width: 100%;
            overflow: hidden;
        }
    }

    .custom-swiper-container {
        width: 100%;
        overflow: hidden;
    }

    .mobileswiperview {
        position: relative;
        top: 15px;
    }

    @media (max-width: 767px) {
        .mobileswiperview {
            position: relative;
            background: #fff;
            padding-top: 20px;
        }
    }

    .farecontent {
        position: relative;
        top: -30px;
    }

    @media (max-width: 767px) {
        .farecontent {
            position: relative;
            top: 0px
        }
    }

    @media (max-width: 767.98px) {
    }

    #loginModalLabel {
        padding-left: 12px;
    }

    .form-floating {
        position: relative;
    }

    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    .dot {
        height: 10px;
        width: 10px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        top: 100px;
    }

    .active {
    }

    @keyframes fadeslide {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    .form-select {
        height: 40px !important;
        color: #2c83b6 !important;
        font-weight: bold !important;
        font-size: 14px;
    }

    .form-control:focus {
        border-color: #23218E;
        box-shadow: none;
        outline: none;
    }

    .form-select:focus {
        border-color: #23218E;
        box-shadow: none;
        outline: none;
    }

    .form-picker {
        color: #2c83b6 !important;
        font-weight: bold !important;
        border: none;
        width: 100%;
    }

    .countrycodepicker {
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }

    .Countrycodedropdown {
        border: 0;
        outline: 0;
        background: none;
        cursor: pointer;
        font-size: 13px;
        color: #000;
        padding: 15px 0;
    }

    .countryinputsearch {
        border: solid 1px #e7e7e7 !important;
        border-radius: 4px !important;
        padding-right: 110px;
        padding-left: 15px;
    }

    @media only screen and (max-width: 768px) {
        .countryinputsearch {
            border: solid 1px #e7e7e7 !important;
            border-radius: 4px !important;
            padding-right: 70px;
            padding-left: 15px;
        }
    }

    @keyframes backgroundFill {
        0% {
            background-color: transparent;
            border-color: transparent;
        }

        50% {
            background-color: rgba(49, 238, 96, 0.5);
            border-color: #007925;
        }

        100% {
            background-color: #007925;
            border-color: #014415;
        }
    }

    .flightsresults {
        color: #1d1d1d;
        display: flex;
        position: relative;
        width: 100%;
        background-color: #fff;
        border-radius: 12px;
        border: 1px solid #dfdfdf !important;
        flex-direction: column !important;
    }

    .airline-name {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        color: black;
        margin-top: 5px;
        font-family: "opensans-bold_0";
        width: 100px;
    }

    @media (max-width: 768px) {
        .airline-name {
            position: relative;
            display: flex;
            align-items: center;
            font-size: 0.9rem;
            color: #777;
            margin-top: 5px;
            font-family: "opensans-bold_0";
            width: 300px
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .airline-name {
            width: 90px;
        }
    }

    .airline-img {
        width: 55px;
    }

    .flights-results {
        padding-left: 16px;
        padding-right: 16px;
    }

    @media (max-width: 768px) {
        .flights-results {
            padding-left: 0px;
            padding-right: 0px;
            /*    padding-top: 10px;
        padding-bottom: 10px;*/
            padding-top: 3px;
            padding-bottom: 3px;
        }
    }


    @media only screen and (min-width: 600px) {
        .flights-results {
            padding-left: 16px;
            padding-right: 16px;
            /*        padding-top: 10px;
        padding-bottom: 10px;*/
            padding-top: 3px;
            padding-bottom: 3px;
        }
    }

    .flightcontent {
        align-content: center;
    }

    .border-left-dot {
        border-left: 1px dashed #dfdfdf;
        position: relative;
        left: -20px;
        display: block;
    }

    @media (max-width: 768px) {
        .border-left-dot {
            display: none;
        }
    }

    .mobileshort {
        display: none;
    }

    @media (max-width: 768px) {
        .mobileshort {
            display: block;
        }
    }

    .discountdescription {
        display: none;
    }

    @media (max-width: 768px) {
        .border-bottom-dot {
            padding-left: 0px;
            padding-right: 0px;
            border-bottom: 2px dashed #dfdfdf !important;
        }

        .discountdescription {
            font-size: 12px;
            background-color: #e6f8ff;
            display: block;
            color: black;
        }
    }

    .discountbadge {
        position: relative;
        display: none;
    }

    @media (max-width: 768px) {
        .discountbadge {
            position: relative;
            top: -20px;
            display: block;
        }
    }

    .pricecontent {
        height: 100% !important;
        align-items: center !important;
    }

    @media (max-width: 768px) {
        .pricecontent {
            height: 100% !important;
            justify-content: flex-end !important;
            position: relative;
            top: 16px;
            left: 20px;
        }
    }

    .price-info2 {
        text-align: right;
        min-width: 150px;
    }

    @media (max-width: 768px) {
        .price-info2 {
            display: flex;
            /* text-align: unset;*/
            position: relative;
            /*right: 100px;*/
            justify-content: flex-end;
        }
    }

    .cheapest {
        background-color: #e0f7fa;
        color: #007bff;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 12px;
        margin-bottom: 4px;
        display: inline-block;
    }

    @media (max-width: 768px) {
        .cheapest {
            display: none;
        }
    }

.price {
    color: #006ee3;
    font-family: "opensans-bold_0";
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
    white-space: nowrap;
}

    .price-per-person {
        font-size: 12px;
        color: #7b7b7b;
    }

    @media (max-width: 768px) {
        .price {
            color: #006ee3;
            font-family: "opensans-bold_0";
            font-size: 18px;
            font-weight: normal;
            text-transform: uppercase;
            line-height: 22px;
        }

        .price-per-person {
            font-size: 10px;
            color: #7b7b7b;
        }
    }

    .bgmodifly {
        background-color: white !important;
    }

    @media only screen and (min-width: 769px) and (max-width: 991px) {
        .bgmodifly {
            background: linear-gradient(80deg, rgba(20, 19, 95, 1) 12%, rgba(35, 33, 142, 1) 90%);
        }
    }

    @media (max-width: 768px) {
        .bgmodifly {
            background-color: #1b2c89 !important;
        }

        .searchresult-mg {
            padding-right: calc(var(--bs-gutter-x)* .5);
            padding-left: calc(var(--bs-gutter-x)* .5);
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 991px) {
        .searchresult-mg {
            padding-right: calc(var(--bs-gutter-x)* .5);
            padding-left: calc(var(--bs-gutter-x)* .5);
            padding-top: 10px;
            padding-bottom: 10px;
        }
    }


    .mg-sc {
        font-size: calc(12px + 0.5vw);
        font-weight: normal;
        margin-top: 0px;
        white-space: nowrap;
    }


    .pricebutton a {
        background-color: #ff4600;
        border: 0 none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: bold;
        height: 36px;
        line-height: 36px;
        margin: 10px auto;
        position: relative;
        text-align: center;
        cursor: pointer;
        max-width: 120px;
        right: -25px;
        cursor: pointer;
    }

    @media (max-width: 768px) {
        .pricebutton a {
            position: relative;
            top: -10px;
            background-color: #ff4600;
            border: 0 none;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 5px;
            color: #fff;
            display: block;
            font-size: 15px;
            font-weight: bold;
            height: 42px;
            line-height: 40px;
            margin: 8px auto 0;
            position: relative;
            text-align: center;
            cursor: pointer;
            max-width: 100px;
            right: 0;
        }
    }

    .ticket-container {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        width: 350px;
        text-align: center;
        font-size: 14px;
        margin: 1px;
    }

    @media (max-width: 768px) {
        .ticket-container {
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            width: auto;
            text-align: center;
            font-size: 14px;
        }
    }


    .airline-logo-container {
        position: relative;
        right: 10px;
    }

    .flight-content {
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    }

        .flight-content.hide {
            display: none !important;
        }

    .flight-content-more {
        position: relative;
        top: 15px;
    }

    .airline-info {
        position: relative;
        padding-bottom: 15px;
    }

    .airline-logo {
        width: 55px;
        margin-right: 10px;
    }

    .flight-num {
        font-weight: bold;
        font-size: 14px;
    }

    .flight-name {
        font-size: 14px;
        font-weight: bold;
        color: #222;
    }

    .flight-schedule {
        display: flex;
        justify-content: center;
    }

    .time-details {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
    }

    .departure-info, .arrival-info {
        font-size: 13px;
        color: #666;
        overflow: hidden;
        line-height: 1.4;
        word-wrap: break-word;
    }

    .terminal-section {
        font-size: 13px;
        color: #aaa;
        margin-top: 2px;
    }


    .departure-time, .arrival-time {
        font-size: 16px;
        font-weight: bold;
    }

    .departure-date, .arrival-date {
        font-size: 13px;
        color: #777;
    }

    .departure-city, .arrival-city {
        font-size: 14px;
        font-weight: bold;
    }

    .departure-airport, .arrival-airport, .terminal {
        font-size: 12px;
        color: #777;
    }

    .flight-duration {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #777;
        margin: 0 10px;
    }

    .btn-otleh {
        --bs-btn-color: #fff;
        --bs-btn-bg: #ff4600;
        --bs-btn-border-color: #ff4600;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #ff4600;
        --bs-btn-hover-border-color: #ff4600;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #ff4600;
        --bs-btn-active-border-color: #ff4600;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #ff4600;
        --bs-btn-disabled-border-color: #ff4600;
        font-size: 14px;
        font-weight: 700;
    }

    .travel-details {
        display: flex;
        align-items: center;
        position: relative;
        left: -25px;
        justify-content: space-between;
        text-align: center;
        padding: 20px 0;
        margin: 10px;
    }

    @media (max-width: 768px) {
        .travel-details {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: center;
            padding: 20px 0;
            margin: 10px;
            position: relative;
            left: -10px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1106px) {
        .travel-details {
            width: 0px;
        }
    }

    .travel-section {
        position: relative;
        width: 100px;
    }

    @media (max-width: 768px) {
        .travel-section {
            position: relative;
            width: 80px;
        }
    }


    .travel-section .day {
        position: absolute;
        font-weight: bold;
        top: -10px;
        right: -15px;
        color: red;
        font-size: 12px;
        margin: 0;
    }

    @media (max-width: 768px) {
        .travel-section .day {
            position: absolute;
            font-weight: bold;
            top: -10px;
            right: -15px;
            color: red;
            font-size: 12px;
            margin: 0;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .travel-section .day {
            margin: 0 -15px;
        }
    }

    .time-info {
        font-weight: normal;
        color: #024171;
        font-family: "opensans-bold_0";
        font-size: 16px;
    }

    .durationclock {
        position: relative;
        top: 15px;
        left: -45px;
    }

    .place {
        font-size: 0.8rem;
        color: #777;
        margin-top: 5px;
        font-family: "opensans-bold_0";
    }

    .journey-overview {
        flex-grow: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 20px;
        width: 100px;
    }
@media only screen and (min-width: 769px) and (max-width: 820px) {
    .journey-overview {
        width: 10px
    }
}

    .journey-duration {
        font-size: 0.8em;
        font-weight: normal;
        margin-bottom: 5px;
        font-family: "opensans-bold_0";
        color: #545454;
        width: 100px;
    }

    .path {
        position: relative;
        width: 100%;
        max-width: 300px;
        height: 2px;
        background-color: #ccc;
        margin: 10px 0;
    }

    .journey-overview .path {
        position: relative;
        width: 100%;
        max-width: 300px;
        height: 2px;
        background-color: #ccc;
        margin: 10px 0;
    }

    .path::before, .path::after {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #ccc;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .path::before {
        left: 0;
    }

    .sort-options {
        background-color: white;
        padding: 10px;
        width: 100%;
        font-size: 15px;
        color: #697488;
    }

    .sort-option {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        padding: 10px;
        cursor: pointer;
    }

        .sort-option.active {
            font-weight: 600;
            color: darkblue;
        }

            .sort-option.active .iconshort i {
                color: darkblue !important;
            }

    .iconshort {
        font-size: 20px;
    }

    .textprice {
        padding-left: 30px;
    }

    .textdu {
        padding-left: 20px;
    }

    .textarr {
        padding-left: 23px;
    }

    .order {
        text-align: right;
    }

    hr {
        border: none;
        border-top: 1px solid gray;
        margin: 10px 0;
    }

    .path::after {
        right: 0;
    }

    .icon-container {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
    }

        .icon-container img {
            position: relative;
            top: 3px;
            display: block;
            width: 20px;
            height: 20px;
        }

    .stop-details {
        font-size: 0.8em;
        color: gray;
        margin-top: 5px;
        font-family: "opensans-bold_0";
    }


    .bytime {
        align-items: center;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        line-height: 18px;
        padding: 1px;
        text-align: center;
    }

        .bytime.selected {
            background-color: #007bff;
            color: white;
        }

        .bytime.disabled {
            background: #e9e9e9;
            color: #bdc5c5;
            cursor: auto;
        }


    .headvborder {
        border-top: 1px solid #DDDDDD;
        padding-top: 5px;
    }

    .price-slider {
        width: auto;
        text-align: center;
    }

    .slider {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 8px;
        background: linear-gradient(to right, #007bff 100%, #ddd 0%);
        outline: none;
        opacity: 0.9;
        transition: opacity .2s, background .2s;
        border-radius: 5px;
        margin: 20px 0;
    }

        .slider:hover {
            opacity: 1;
        }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            background: #007bff;
            cursor: pointer;
            border-radius: 50%;
        }

        .slider::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background: #007bff;
            cursor: pointer;
            border-radius: 50%;
        }

    .price-labels {
        display: flex;
        justify-content: space-between;
    }

        .price-labels span {
            font-size: 14px;
        }

    .detailsitinerary {
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
        display: none;
    }

        .detailsitinerary.show {
            display: block;
            height: auto;
            opacity: 1;
            top: 15px;
        }

    .headerflights {
        text-align: center;
        background: #004AAD;
        color: white;
        padding: 15px 10px;
        display: none;
    }

    @media (max-width: 768px) {
        .headerflights {
            text-align: center;
            background: #004AAD;
            color: white;
            padding: 15px 10px;
            display: none;
        }
    }

    .headerflights h2 {
        margin: 0;
        font-size: 16px;
    }

    .headerflights p {
        margin: 5px 0 0;
        font-size: 12px;
    }

    .custom-swiper-wrapper {
        display: flex;
        transition-property: transform;
    }

    .custom-swiper-slide {
        display: flex;
        justify-content: center;
    }

    @media (max-width: 768px) {
        .custom-swiper-slide {
            flex: 1 0 auto;
            max-width: calc(100% / 3);
            margin: 0px;
            border-radius: 0px;
            margin-right: unset !important;
        }
    }

    @media (max-width: 768px) {
        .custom-swiper-wrapper {
            flex-direction: column;
        }

        .custom-swiper-slide {
            max-width: 100%;
            padding-top: 15px;
        }
    }

    a.hidedetails {
        color: #3554D1;
        cursor: pointer;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
        display: none;
        text-align: center;
    }


    a.hidedetails.show {
        display: block !important;
        opacity: 1 !important;
        padding-bottom: 10px !important;
        font-size: 14px;
    }

@media (max-width: 768px) {
    a.hidedetails.show {
        display: none !important;
        opacity: 1 !important;
    }
}

    #showflights {
        color: #3554D1;
        cursor: pointer;
    }

    a.showflights {
        color: #3554D1;
        cursor: pointer;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        opacity: 0;
        display: none;
    }

        a.showflights.show {
            display: block !important;
            opacity: 1 !important;
        }

    @media (max-width: 768px) {
        a.showflights.show {
            display: none !important;
            opacity: 1 !important;
        }
    }

    .hideflights {
        color: #3554D1;
    }

    .class {
        color: #666;
        font-size: 15px;
    }

    @media (max-width: 768px) {
        .class {
            font-size: 0.9em;
        }
    }

    .layover-airport-flight-search {
        position: relative;
        font-size: 13px;
        color: #000;
        text-align: center;
        border-top: 1px dashed #c8c6c6;
        margin: 30px 0 0 0;
        display: block;
    }



    .stoplayover {
        background: #efefef;
        padding: 7px 10px;
        border-radius: 20px;
        position: relative;
        top: -13px;
        font-family: "opensans-bold_0";
        font-size: 10px;
        border: 1px dashed #c8c6c6;
    }

        .stoplayover.techstop {
            background: #efefef;
            color: darkred;
        }

    .title {
        flex-grow: 1;
        font-size: 15px;
        color: #333333;
        margin-left: 10px;
    }

    @media (max-width: 480px) {
        .title {
            font-size: 16px;
        }
    }

    @media (max-width: 768px) {
        .label {
            font-size: 14px;
            color: #333;
        }

        .value {
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }
    }

    #extraairline {
        display: none;
    }

    .radioBtnHolder {
        color: #fff;
        margin: 0 0 20px;
        text-align: center;
    }

        .radioBtnHolder span {
            padding: 0 15px 0 0;
        }

        .radioBtnHolder label {
            font-size: 15px;
            font-weight: bold;
            padding: 0 0 0 2px;
            cursor: pointer;
            vertical-align: sub;
        }


    .swiper-button-prev {
        border-radius: 50px !important;
    }

    .btnSearchFlight {
        background: #ff7a00;
        border: 0 none;
        font-weight: 500;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: block;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        margin: 15px 19px 0 0;
        text-align: center;
        cursor: pointer;
        text-transform: uppercase;
        width: 160px;
        text-decoration: none;
        font-weight: 600;
    }

        .btnSearchFlight:hover {
            text-decoration: none;
            color: #ffffff;
        }

    h1 img {
        width: 30px;
        height: 30px;
    }

    .inputHolder > span {
        display: block;
        font-family: 'opensans-semibold_0';
        margin: 0 0 5px;
        font-size: 14px;
    }

        .inputHolder > span em {
            font-family: 'opensans-regular_0';
            font-size: 11px;
            font-style: normal;
        }

    .xs-mt-10 {
        margin: 0;
    }

    .btnSearchFlight {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    @media only screen and (max-width: 530px) {
        .inputHolder {
            float: none;
            width: auto;
        }

            .inputHolder > span em {
                display: none;
            }

            .inputHolder .inputBox {
                margin: 0;
            }

        .radioBtnHolder span {
            display: inline;
            padding: 0 6px 10px 0;
        }

        .radioBtnHolder label {
            font-size: 12px;
            padding: 0;
        }

        .btnSearchFlight {
            display: block;
            margin: 15px 0 0;
        }
    }

    .InputsNoramlFont {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 0.7em;
    }

    @media (max-width: 325px) {
        .InputsNoramlFont {
            font-family: Arial, Helvetica, sans-serif !important;
            font-size: 0.6em;
        }
    }

    .InputsFont {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    .radioBtnHolder > input[type="radio"] {
        margin: 4px 7px 0 !important;
        vertical-align: middle;
        width: 20px;
        height: 14px;
    }

    .form-control {
        height: 40px !important;
        color: #2c83b6 !important;
        font-weight: bold !important;
    }

    .input-group {
        height: 40px !important;
        margin-bottom: 20px !important;
    }

    #CheckMoreDates {
        height: 30px;
        width: 30px;
        vertical-align: middle;
    }

    #MoreDateLabel {
        color: white;
        font-size: initial;
    }

    @media only screen and (max-device-width: 767px) {
        .xs-mt-10 {
            margin-top: 15px;
        }
    }

    img {
        border: none;
        margin: 0;
    }

    input {
        margin: 0;
        padding: 0;
    }

        input:focus {
            outline: none;
        }

        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    .clearFix {
        clear: both;
        font-size: 0em;
        line-height: 0px;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .ticket-trip-container {
        width: 350px;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex-grow: 1 !important
    }


    @media (max-width: 768px) {
        .ticket-trip-container {
            width: 350px;
            background-color: #fff;
            padding: 0px;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex-grow: 1 !important
        }
    }

    .section-header {
        font-weight: bold;
        color: #888;
        font-size: 13px;
        text-align: left;
    }

    .plane-details {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 0px;
    }

    @media (max-width: 768px) {
        .plane-details {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            padding: 20px;
        }
    }

    @media(max-width:768px) {
        .details-hide {
            display: none;
        }
    }


    .flight-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 150px;
        overflow: hidden;
        word-wrap: break-word;
    }


    .date-plane {
        font-size: 14px;
        color: #666;
    }

    .plane-time {
        font-size: 15px;
        font-weight: bold;
        color: #222;
        margin-top: 3px;
    }

    .plane-location {
        font-size: 15px;
        color: #222;
        font-weight: bold;
    }

    .airport-name-departure,
    .airport-name-arrival {
        font-size: 13px;
        color: #666;
        overflow: hidden;
    }

    .icon-plane {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 40px;
    }

        .icon-plane img {
            max-width: 100%;
            max-height: 100%;
        }

    .showflights {
        font-size: 14px;
        color: #008CBA;
        cursor: pointer;
        text-align: center;
        margin-top: auto;
        display: block;
        text-decoration: none;
    }

    .oneday {
        position: absolute !important;
        transform: translate(-50%, -50%) !important;
        color: red;
        font-size: 13px;
    }

    .plane-schedule {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding-top: 10px;
    }



    .text-duration {
        font-size: 13px;
        color: #666;
        font-weight: normal;
    }

    .schedule-container {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding-top: 6px;
    }

    .flight-info-section {
        display: flex;
        flex-direction: column;
        width: 45%;
        flex-grow: 1;
    }

        .flight-info-section.right {
            align-items: flex-end;
            text-align: right;
        }

    .layover-details {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #6a7281;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }

    .layover-icon {
        font-size: 15px;
        color: #bbb;
        margin-top: 14px;
    }

    .location-code-info {
        font-size: 15px;
        color: #222;
        font-weight: bold;
    }

    .segment-duration {
        position: relative;
        top: 18px;
    }


    .loading-skeleton {
        background-color: #e0e0e0;
        border-radius: 4px;
        animation: loading-pulse 1.5s infinite;
    }



    .skeleton-modify {
        max-width: 1120px;
        height: 15px;
        margin: 20px;
    }

    .skeleton-airline {
        position: relative;
        top: -8px;
        width: 60px;
        height: 18px;
    }


    .skeleton-time {
        position: relative;
        right: -25px;
        width: 40px;
        height: 18px;
    }

    @media (max-width: 768px) {
        .skeleton-time {
            position: unset;
            width: 40px;
            height: 18px;
            right: 0;
        }
    }


    .skeleton-area {
        position: relative;
        right: -25px;
        width: 50px;
        height: 18px;
        top: 5px;
    }

    @media (max-width: 768px) {
        .skeleton-area {
            position: relative;
            right: -0;
            width: 50px;
            height: 18px;
            top: 5px;
        }
    }

    .skeleton-path {
        position: relative;
        width: 100%;
        max-width: 300px;
        height: 2px;
        background-color: #ccc;
        margin: 10px 0;
        background-color: #e0e0e0;
        border-radius: 4px;
        animation: loading 1.5s infinite ease-in-out;
        height: 15px;
    }


    .skeleton-duration {
        width: 100px;
        height: 20px;
    }



    .skeleton-stop {
        width: 50px;
        height: 20px;
    }


    .skeleton-price {
        position: relative;
        width: 100px;
        height: 20px;
        right: -55px;
        margin: 10px 0px;
    }

    .skeleton-passenger {
        position: relative;
        width: 100px;
        height: 10px;
        right: -55px;
        border-radius: 5px;
        margin: 10px 0px;
    }

    .skeleton-button {
        position: relative;
        width: 100px;
        height: 35px;
        right: -55px;
        border-radius: 5px;
        top: 0;
    }

    @media (max-width: 768px) {
        .skeleton-button {
            position: relative;
            width: 100px;
            height: 35px;
            right: -25px;
            border-radius: 5px;
            top: 12px;
        }
    }


    .skeleton-discount {
        position: relative;
        top: 20px;
        width: 300px;
        height: 10px;
        border-radius: 5px;
    }


    .cheapest-loading {
        padding: 4px 8px;
        margin-bottom: 4px;
        display: inline-block;
    }


    .loading-border {
        border-left: 1px dashed #030303;
    }



    .loading-container {
        padding: 20px;
    }



    @keyframes loading {
        0% {
            opacity: 0.6;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0.6;
        }
    }

    .actual-flight-result {
        display: none;
    }


    .skeleton-card {
        color: #1d1d1d;
        display: flex;
        position: relative;
        width: 100%;
        background-color: #fff;
        border-radius: 12px;
        flex-direction: column !important;
    }

    .skeleton-logo {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-bottom: 0px;
    }

    .skeleton {
        background-color: #e0e0e0;
        border-radius: 4px;
        animation: loading 1.5s infinite ease-in-out;
    }

    .skeleton-container {
        display: flex;
        gap: 100px;
    }

    .skeleton-item {
        width: 200px;
        height: 40px;
        border-radius: 10px;
        background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
        background-size: 200% 100%;
        animation: loading 1.5s infinite;
    }

        .skeleton-item.focused {
            border-bottom: 3px solid #2196f3;
            background-color: #f0f8ff;
        }


    .skeleton-title {
        width: 50%;
        height: 20px;
        margin-bottom: 10px;
    }

    .skeleton-text {
        width: 100%;
        height: 15px;
        margin-bottom: 10px;
    }

    .skeleton-loading {
        padding: 0;
    }

    .skeleton-section {
        flex-direction: column;
        gap: 15px;
        width: 190px;
        border-radius: 8px;
        margin-bottom: -15px;
    }

    @media (max-width: 768px) {
        .skeleton-section {
            flex-direction: column;
            gap: 15px;
            width: 140px;
            border-radius: 8px;
            padding: 5px 10px;
        }
    }

    .sidebar-content.barcontent {
        display: flex !important;
    }


    .totLoaderScreen {
        min-height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-loader-overlay {
        display: none;
        position: fixed;
        top: 25%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        justify-content: center;
        align-items: self-start;
        z-index: 1000;
    }

    /* Circle container */
    .loading-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-radius: 50%;
        background-color: transparent;
    }

    /* Base style for loading bars */
    .loading-bar {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        box-sizing: border-box;
        border: 10px solid transparent;
    }

    /* Clockwise rotation */
    .clockwise {
        border-top-color: #053361;
        animation: rotateClockwise 1.5s linear infinite;
    }

    /* Counterclockwise rotation */
    .counterclockwise {
        border-top-color: #fd8e07;
        animation: rotateCounterclockwise 1.5s linear infinite;
    }

    /* Clockwise rotation animation */
    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Counterclockwise rotation animation */
    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

    /* Percentage text in the center */
    .loading-circle .percentage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-weight: bold;
        color: white;
    }

    circle-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d4f0fb 0%, #ffffff 80%);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

    .flight {
        position: absolute;
        font-size: 15px;
        color: black;
        left: -25%;
        animation: flyAcross 2.5s linear infinite;
        z-index: 10;
        overflow: hidden;
    }

    .flight1 {
        top: 25%;
        animation-delay: 0s;
    }

    .flight2 {
        top: 45%;
        animation-delay: 0.8s;
    }

    .flight3 {
        top: 65%;
        animation-delay: 1.6s;
    }

    @keyframes flyAcross {
        0% {
            left: -20%;
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        90% {
            opacity: 1;
        }

        100% {
            left: 120%;
            opacity: 0;
        }
    }

    #noflights {
        background-color: white;
        position: relative;
        z-index: 1;
        top: 15px;
        text-align: center;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }

        #noflights .noshowflight {
            position: relative;
            top: 20px;
            text-align: center;
        }

        #noflights .anotherdate {
            font-size: 18px;
            color: #666666;
            margin: 0 0 20px;
        }


    .modal-body {
        font-size: 14px !important;
        text-align: left !important;
    }

    li.list-group-item.text-danger:not(:last-child) {
        padding: 5px;
        border-bottom: 1px solid;
    }

    /*.modal-header.error {
        background-color: #f8d7da;
        color: #842029;
    }

    .modal-header.warning {
        background-color: #fff3cd;
        color: #856404;
    }

    .modal-header.success {
        background-color: #d1e7dd;
        color: #0f5132;
    }*/

    .modal-header.session-timeout {
        background-color: #cfe2ff;
        color: #084298;
    }

    .modal-icon {
        font-size: 2rem;
        margin-right: 10px;
    }

    .modal-body {
        text-align: center;
        font-size: 1.1rem !important
    }

    .btn-session-timeout {
        background-color: #0d6efd;
        color: white;
    }

        .btn-session-timeout:hover {
            background-color: #084298;
        }

    .moreairline {
        display: flex;
        justify-content: flex-start !important;
        text-decoration: none;
        color: #337ab7;
    }

    .datepickerrtl {
        padding-right: 10px;
    }

    span.ml-5.text-12.rtldir {
        position: relative;
        top: 5px;
    }

.actualprice {
    color: gray;
    font-family: "opensans-regular_0";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
    text-decoration: line-through;
    white-space: nowrap;
}

    @media (max-width: 768px) {
        .actualprice {
            font-size: 14px;
            font-family: "opensans-regular_0";
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 991px) {
        .actualprice {
            text-align: left;
        }
    }

    @media only screen and (min-width: 342px) and (max-width: 369px) {
        .price {
            font-size: 16px;
        }

        .pricebutton a {
            max-width: 80px;
        }

        .pricecontent {
            left: 35px;
        }
    }

    .desktopbadge {
        display: flex;
        justify-content: flex-end;
    }

    @media (max-width: 768px) {
        .desktopbadge {
            display: none;
        }
    }

    .flight-card {
        display: none;
    }

    @media (max-width: 768px) {
        .flight-card {
            padding: 10px;
            margin-right: auto;
            font-family: "opensans-bold_0";
            display: block;
            position: relative;
         /*   bottom: 20px;*/
        }
    }

    @media (max-width: 768px) {
        .flight-container {
            position: relative;
            padding-top: 0px;
        }
    }

    .flight-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-container {
        display: flex;
        align-items: center;
    }

    @media (max-width: 768px) {
        .flight-logo {
            display: block;
            width: 60px;
        }
    }

    .flightsdepartitinery {
        margin-left: 0px;
    }

    .flight-title {
        margin: 0;
        font-size: calc(0.8em + 0.5vw) !important;
        color: black;
        font-weight: normal;
    }

    @media (max-width: 768px) {
        .flight-time {
            color: #666;
            font-size: calc(0.7em + 0.5vw) !important;
            font-weight: normal;
            margin-top: 0px;
        }
    }

    .classflight {
        font-size: calc(0.7em + 0.5vw) !important;
        color: #666;
    }

    .showdetail {
        display: none;
    }

    @media (max-width: 768px) {
        .showdetail {
            display: flex;
            justify-content: flex-end;
            position: relative;
           top:5px;
        }
    }

    @media (max-width: 768px) {
        .detailviewmb {
            display: block;
            font-size: 14px;
            color: #3554D1;
            transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
            cursor: pointer;
        }
    }
.fare-all {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #E8F0FE;
    border-radius: 5px;
    color: #333;
}
.fareselect{
    display:none;
}
@media (max-width: 768px) {
    .fareselect {
        display: block;
    }
}
.ex-name {
    font-size: 15px;
    align-items: center;
    font-family: "opensans-bold_0";
}
i.fa-solid.fa-angle-up {
    position: relative;
    left: 5px;
}
.direction{
    direction:ltr;
    display:inline-block;
}
.ml-5.text-12.rtldir.renderbag {
    position: relative;
    top: 5px;
}
span.flightoperating-name {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    display: flex;
    justify-content: left;
}

.flight-alert-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.08);
    border-left: 4px solid var(--alert-accent, #D9480F);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    min-height: 35px;
    direction: ltr;
    text-align: left;
}

.alert-icon {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Arial, sans-serif;
    line-height: 1;
    flex-shrink: 0;
    color: #D9480F;
}

.alert-content {
    flex: 1;
    min-width: 0;
}

.alert-title {
    font-size: 13.5px;
    font-weight: 700;
    margin-bottom: 1px;
    line-height: 1.25;
}

.alert-message {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    opacity: 0.9;
}

.alert-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    opacity: 0.55;
}

    .alert-close:hover {
        opacity: 1;
    }

#banner-display {
    margin-top: 8px;
    margin-bottom: 0;
}
.tot-airport-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
}

.tot-airport-row {
    display: flex;
    align-items: stretch;
    padding: 1.1rem 1.25rem;
}

.tot-airport-col {
    flex: 1;
}

.tot-airport-arrow {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d5db;
    font-size: 16px;
}

.tot-airport-label {
    font-size: 11.5px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin: 0 0 6px;
}

.tot-airport-label-active {
    color: #d9531e;
}

.tot-airport-code {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    color: #0e1a4d;
}

.tot-airport-code-muted {
    color: #c7cad3;
    text-decoration: line-through;
    text-decoration-color: #c7cad3;
    text-decoration-thickness: 1.5px;
}

.tot-airport-city {
    font-size: 12.5px;
    color: #6b7280;
    margin: 3px 0 0;
}

.tot-airport-divider {
    position: relative;
    height: 1px;
    background: repeating-linear-gradient(to right, #d1d5db 0, #d1d5db 6px, transparent 6px, transparent 12px);
}

.tot-airport-dot {
    position: absolute;
    top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px #e5e7eb inset;
}

.tot-airport-dot-left {
    left: -10px;
}

.tot-airport-dot-right {
    right: -10px;
}

.tot-airport-note {
    padding: 0.875rem 1.25rem;
    background: #fafafa;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .tot-airport-note i {
        font-size: 15px;
        color: #9ca3af;
        flex-shrink: 0;
    }

    .tot-airport-note span {
        font-size: 12.5px;
        color: #6b7280;
        line-height: 1.5;
    }
button.btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.fa-ticket {
    position: relative;
    display: inline-block;
}

    .fa-ticket::after {
        content: "";
        position: absolute;
        top: 44%;
        left: 5px;
        width: 19px;
        height: 2px;
        background: #f3f3f3;
        transform: rotate(325deg);
        z-index: 10;
    }