.top-nav {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
}

.icon-img {
    width: 40px;
    height: 40px;
}

.icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-list {
    list-style: none;
}

.nav-list a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 0px 5px;
}

.nav-list a.active {
    color: inherit;
}

.nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    border-radius: 40px;
    background-color: var(--dynamic-text);
    transition: width 0.3s ease-in-out;
}

.nav-list a.active::after {
    width: 100%;
}

.grid-portion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #d6d7db;
    border-radius: 20px;
    padding: 12px 20px;
    gap: 10px 28px;
    align-items: center;
}

.grid-portion .para-grid {
    margin-bottom: 0;
    color: black;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    font-weight: 500;
}

.grid-portion a {
    text-decoration: none;
}

.animate-div h1 {
    font-size: 20px;
    font-weight: 600;
}

.animate-div p {
    font-size: 14px;
    font-weight: 500;
}

.bg-brand {
    border-radius: 20px;
    height: 102px;
    overflow: hidden;
}

.rotateImg {
    animation: rotate 6s linear infinite;
    height: 100px;
    width: 100px;
}

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

    to {
        transform: rotate(1turn);
    }
}

.aeroplaneRotate {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes movingplane {
    0% {
        bottom: -100px;
        left: 0
    }

    to {
        bottom: 200%;
        left: 80%
    }
}

.aero-move {
    width: 100px;
    height: 104px;
    animation: movingplane 3s cubic-bezier(.23, .78, .91, -.12) infinite;
    position: absolute;
}

.flat p:first-child {
    font-size: 17px;
    font-weight: 600;
}

.flat p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
}

.flat button {
    border: 1px solid white;
    border-radius: 5px;
    padding: 2px 10px;
    background-color: var(--dynamic-text);
    color: white;
    font-size: 11px;
    font-weight: 500;
    margin-top: 4px;
}

.offer h2 {
    font-size: 21px;
    font-weight: 600;
}

.offer button {
    color: var(--dynamic-text);
    font-weight: 600;
    font-size: 15px;
    background-color: transparent;
    border: 0;
}

.offer-slider {
    overflow: auto;
    display: flex;
    white-space: nowrap;
    gap: 20px;
}

.offer-img {
    width: 170px;
    height: 220px;
}

.offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.feature-img {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: white;
    box-shadow: 0 0 6px 2px #f1f1f1;
    padding: 14px 14px;
    border-radius: 10px;
}

.feature-img .img {
    height: 60px;
    width: 110px;
    overflow: hidden;
}

.feature-img h6 {
    font-size: 14px;
    font-weight: 600;
}

.feature-img p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-section a {
    text-decoration: none;
    overflow: hidden;
    border-radius: 15px;
}

.content-img {
    height: 160px;
    width: 100%;
}

.content-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.content p:nth-child(1) {
    font-size: 14px;
    color: black;
    font-weight: 500;
}

.content p:nth-child(2) {
    font-size: 13px;
    color: #5e616e;
    font-weight: 500;
}

.content i {
    font-size: 13px;
    margin-top: 2px;
    color: black;
}

.rupee p {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.show-more-button {
    color: var(--dynamic-text);
    background-color: white !important;
    border: 1px solid var(--dynamic-text) !important;
    border-radius: 7px !important;
    font-weight: 600 !important;
    font-size: 15px;
    padding: 6px 15px !important;
}

.heading {
    font-size: 21px;
    font-weight: 600;
}

.popular {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 12px;
    padding: 8px;
}

.popular img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-div>a {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d6d7db;
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--dynamic-text);
}

.popular-div .price {
    font-size: 22px;
    font-weight: 600;
    padding-right: 12px;
}

.popular-div p {
    font-size: 14px;
    font-weight: 600;
}

.flight-desti {
    color: #17181c;
}

.right-side {
    margin-top: -5px;
}

.right-side p {
    font-size: 12px;
}

.right-side p a {
    color: #0770e4 !important;
    text-decoration: none;
}

.point {
    font-size: 18px !important;
    color: #0770e4 !important;
}

.about-para * {
    font-size: 12px;
    color: #5e616e;
    font-weight: 500;
}

.flight-svg {
    height: 40px;
    width: 40px;
    margin-bottom: 4px;
}

.flight-svg svg,
.flight-svg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.faqs .accordion-button {
    padding: 7px 0 !important;
    font-size: 18px;
    font-weight: 600;
    color: black;
}


.faqs .accordion {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.faqs .accordion-button::after {
    background-size: 16px !important;
}

/* .firstContainer {
    display: none;
}

.firstContainer.active-content {
    display: block;
} */
.booking-form {
    border: 1px solid #adafb8;
    border-radius: 20px;
    width: 100%;
}

.tripType {
    display: flex;
    justify-content: space-between;
    background-color: #efeff0;
    padding: 6px 10px;
    border-radius: 50px;
    width: 212px;
    color: #17181c;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    white-space: nowrap;

    & .bgmain {
        position: absolute;
        background: white;
        height: 25px;
        width: 96px;
        border-radius: 20px;
        z-index: 0;
        box-shadow: 0 2px 3px 0px #c9c9c9;
        transition: all ease-in-out .4s;
        transform: translate(0%);
    }

    &.active .bgmain {
        transform: translate(100%);
    }
}

.tripType .trip {
    transition: all ease-in-out .2s;
    font-size: 15px;
    padding: 2px 8px;
    position: relative;
    width: 50%;
    text-align: center;
    z-index: 2;
    /* &.active{
        padding: 2px 9px;background-color: white;border-radius: 50px;box-shadow:0 .5rem 1rem rgba(0, 0, 0, 0.15);
    } */
}

.enter {
    color: #000;
    font-size: 12px;
    margin-top: -3px;
}

/* .label{
    color: #848794;
} */
.label p {
    font-size: 18px;
    font-weight: 500;
}

.para-input {
    font-size: 16px;
    color: #17181c;
    font-weight: 500;
}

.special-fare {
    padding: 3px 10px;
    border: 1px solid #848794;
    border-radius: 50px;
    font-size: 13px;
    color: black;
    font-weight: 500;
}

.batch-img {
    height: 40px;
    width: auto;
}

.batch-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fare-div {
    background-color: #f2f9ff;
}

.fare-div input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 10px !important;
}

.search-button button {
    background-color: var(--dynamic-text);
    width: 100%;
    border: 0;
    border-radius: 0 0px 20px 20px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    color: white;
    padding: 10px 20px;
}

.price-filter {
    white-space: nowrap;
    overflow-x: scroll;
}

.price-filter::-webkit-scrollbar {
    display: none;
}

.search-hide {
    border-radius: 0 20px 20px 0;
    border: 1px solid var(--dynamic-text);
    padding: 4px 13px
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: black !important;
    outline: 0 !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 !important;
}

.accordion-body {
    padding: 3px 0 !important;
}

.saving-hotel {
    height: 90px;
    width: 100%;
}

.saving-hotel img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.firstContainer i {
    font-size: 13px;
}

.swapIcon {
    position: absolute;
    top: 43px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #d6d7db;
    border-radius: 50%;
    rotate: 90deg;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
}

.train-icon {
    width: 22px;
}

.flight-box {
    z-index: 990;
    position: absolute;
    top: 59px;
    left: 0px;
    width: 240px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 7px 11px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 0px;
}

.flight-box2 {
    z-index: 990;
    position: absolute;
    top: 59px;
    right: 0;
    width: 240px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 7px 11px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 0px;
}

.list_items {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bababa;
    padding-bottom: 3px;
    gap: 10px;
}

.list_items2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bababa;
    padding-bottom: 3px;
    gap: 10px;
    justify-content: space-between;
}

.city-name {
    font-weight: 600;
    font-size: 15px;
    color: black;
}

.airport-name {
    font-size: 11px;
    color: black;
}

.para-input input {
    outline: none;
    border: 0;
    font-size: 16px;
    color: #17181c;
    font-weight: 500;
    width: 100%;
}

.hotel-box {
    z-index: 990;
    position: absolute;
    top: 43px;
    left: 0px;
    width: 270px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 7px 11px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 0px;
}

.total-proper {
    font-size: 12px;
    color: #5e616e;
    font-weight: 600
}

.Bus-box {
    z-index: 990;
    position: absolute;
    top: 58px;
    left: 10px;
    width: 270px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 7px 11px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 0px;
}

/* passenger */

.trave-new-box {
    position: absolute !important;
    top: 32px;
    left: -22px;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.trav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

.trav-box h5 {
    font-size: 16px;
}

.trav-box label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
}

.inc-dec {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.updNoBtn {
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
}

.updNoBtn i {
    font-size: 11px !important;
}

.inc-dec input {
    pointer-events: none;
    height: 100%;
    width: 40px;
    padding-left: 15px;
    border: none;
    outline: none;
    font-size: 13px;
    user-select: none;
    background: #E9ECEF;
    font-weight: 600;
}

.trav-box select {
    height: 100%;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    width: 160px;
}

.travCancBtn {
    background: #666;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

.travSubmitBtn {
    background: var(--dynamic-text);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

/*  */

.hotel-guest {
    z-index: 999999999999;
    left: -30px;
    position: absolute;
    width: 320px;
    cursor: pointer;
    display: flex;
    top: 36px;
    flex-direction: column;
    gap: 9px;
    padding: 11px 14px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 5px;
    max-height: 260px;
    overflow-y: auto;
}

.guest-head {
    font-size: 14px;
    font-weight: 600;
}

.select2 {
    outline: 0;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 12px;
    width: 82px;
}

.roomguestblockdiv .add-room {
    margin-top: 15px;
    cursor: pointer;
    background-color: var(--dynamic-text);
    padding: 10px 11px;
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
    border-radius: 40px;
}

.room-submit {
    background-color: var(--dynamic-text);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 4px;
}

.roomguestblockdiv .remove-room {
    margin-top: 15px;
    cursor: pointer;
    background-color: #e52b30;
    padding: 10px 11px;
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
    border-radius: 40px;
}

.disabled {
    background-color: #e9ecef;
    cursor: pointer;
    white-space: wrap;
}

.roomguestblockdiv label {
    font-size: 14px;
}

.roomguestblockdiv>div {
    font-size: 14px;
}

.popular-link a {
    font-size: 15px;
    text-decoration: none;
}

.picker__frame {
    top: 20% !important;
}

.flightInputForm {
    position: fixed;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: all ease-in-out .3s;

    &.active {
        opacity: 1;
        user-select: revert;
        pointer-events: revert;
    }
}

.flightInputForm>.first {
    display: flex;
    padding: 1rem;
    align-items: start;
    gap: 6px;
    height: 8rem;
    border-bottom: 1px solid #ddd;
}

.flightInputForm .inputCheck {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-grow: 1;
}

.flightInputForm .inputCheck input {
    width: 100%;
    padding: 8px 16px;
    border-radius: 26px;
    border: 1px solid #8b8b8b;
    font-size: 14px;
}

.flightInputForm>.second {
    height: calc(100% - 8rem);
    overflow: auto;
    padding: 2px 20px;
}

.selectefwegwge {
    padding: 16px 0px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.selectefwegwge>.first {
    display: flex;
    align-items: center;
    background: #ececec;
    padding: 1px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #c6c6c6;
    min-width: 3.4rem;
    justify-content: center;
}

.selectefwegwge>.second {
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 3.4rem);
}

.selectefwegwge>.second>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectefwegwge>.second>div:last-child {
    font-weight: 400;
    color: #0000007d;
}

.noScrollbar {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}


.rotateFly {
    position: absolute;
    top: 12px;
    left: 46%;
    background: white;
    z-index: 9;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;

    &.active svg {
        transform: rotate(180deg);
    }
}

.rotateFly svg {
    transition: all ease-in-out .4s;
    transform: rotate(0deg);
}

.faq_section {
    border: 1px solid #ddd;
    border-radius: 14px;
    padding-top: 16px;
}

.mainHeadAll h4 {
    font-size: 18px;
}

.topmaindemo {
    background: #fafafa;
    padding: 1.4rem;
    margin-top: 18px;
}

.topmaindemo h5 {
    font-size: 14px;
    font-weight: 600;
    color: grey;
}

.topmaindemo ul {
    list-style: none;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 22px;
    margin-top: 14px;
}

.topmaindemo ul a {
    font-size: 12px;
    font-weight: 600;
    color: #606778;
}

.oenrbeetb {
    background: #e4e4e7;
    padding: 1rem;
    padding-bottom: 2rem;
}

.oenrbeetb .copyright {
    max-width: 22rem;
    margin: auto;
    text-align: center;
    font-size: 12px;
    color: #3d3d3d;
    font-weight: 600;
}

.oenrbeetb .socialMedia {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
}

.oenrbeetb .socialMedia a {
    background: #606778;
    color: white;
    font-size: 12px;
    height: 25px;
    width: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    ;
}

.bottomNavNew {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: white;
    box-shadow: 0 0 10px #0000007a;
    display: flex;
    padding: 0px 27px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.bottomNavNew a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
    padding: 12px 0 8px 0;
    position: relative;

    &.active::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        top: -1px;
        background: var(--dynamic-text);
        border-radius: 5px;
    }
}

.bottomNavNew a i {
    font-size: 20px;
}

.bottomNavNew a img {
    height: 20px;
}

.currencyMobile {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.currencyMobile li {
    border-bottom: 1px solid #ddd;
    margin-top: 12px;
}

.currencyChange {
    padding: 4px 10px;

    &.active {
        background: var(--dynamic-text);
        color: white;
    }
}

header {
    padding: 10px 12px;
    box-shadow: 0 0 10px #00000036;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    opacity: 0;
    transform: translateY(-100%);
}

header.active {
    animation: slideDown 0.4s ease forwards;
}

/* Optional: reverse animation when hiding */
header.hide {
    animation: slideUp 0.3s ease forwards;
}

/* Keyframes */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}


header .logo {
    height: 42px;
    width: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;

    & a {
        display: block;
    }
}

.currectMobBtn {
    border: 2px solid var(--dynamic-text);
    background: transparent;
    outline: none;
    padding: 4px 14px;
    border-radius: 22px;
    color: var(--dynamic-text);
    font-size: 14px;
    font-weight: 600;
}

.loginUser {
    padding: 4px 8px;
    border-radius: 50%;
    background: var(--dynamic-text);

    & a {
        color: white;
        font-size: 16px;
    }
}

.flightSearchMain .second_child {
    box-shadow: none;
    padding: 0;
    margin-top: 0;
}

.flrFirniegfwef {
    padding: 10px 20px;
}

.flrFirniegfwef>div svg path {
    stroke: black;
}

.flightSearchDiv {
    z-index: 1111;
}

.flrFirniegfwef>div:last-child {
    border: 0px;
}

.review_card {
    box-shadow: none;
    border: 1px solid #ddd;
}

.main_fghyuji .second {
    padding-top: 12px;
}

/*!-------------------- Flight Search Page Css -----------------*/
.crfrt {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    height: 60px;
}

.vftyu {
    color: var(--dynamic-text);
    font-weight: 700;
    font-size: 12px;
}

.eeefvfv {
    cursor: pointer;
}

.dfhbru {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #263238;
}

.feeehvh {
    color: var(--dynamic-text);
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
}

.vedtfr {
    /* border-left: 1px solid #FCEECA ; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    border-right: 1px solid #FCEECA;
    border-top: 1px solid #FCEECA;
    border-bottom: 1px solid #FCEECA;
    padding: 7px 12px;
    cursor: pointer;
}

.vedtfr:hover {
    background-color: #FFF1CC;
}

.jhfbg {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    background: #fff;
}

.jhfbg::-webkit-scrollbar {
    /* height: 0px;  */
    /* width: 10px; */
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.jhfbg::-webkit-scrollbar-thumb {
    background: #888;
    /* Scrollbar color */
    border-radius: 4px;
    /* Scrollbar shape */

}

.jhfbg::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color when hovered */
}

.ecfere {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 80px;
}

.dhbhfg {
    background-color: white;
    border-radius: 8px;
    padding: 10px 10px 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.afsdsf {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.fcfettd {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.ewgfdggf {
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.cfreedx {
    padding: 6px 11px;
    display: flex;
    gap: 4px;
    align-items: center;
    background-image: url("assets/Rectangle\ 4590.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.dfcercer {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

.dfcercer span {
    font-weight: 400;
}

.asdw {
    font-weight: 600;
    font-size: 13px;
    color: #263238;
    line-height: 1;
}

.frfre {
    font-size: 10px;
    font-weight: 600;
    color: #717171;
    line-height: 1;
}

.hvfufud {
    display: flex;
    align-items: center;
    /*flex-direction: column;*/
    gap: 6px;
}

.xdwe {
    color: var(--dynamic-text);
    font-weight: 600;
    font-size: 12px;
    border: 0;
    outline: none;
    width: 100%;
}

.wertv {
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
    color: #263238;
}

.sxdww {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #2A2A2A;
    width: 100%;
    border: 0;
    outline: none
}

.dggggg1 {
    width: 70%;
}

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

.ddewdf {
    font-weight: 800;
    font-size: 15px;
    line-height: 19px;
    color: var(--dynamic-text);
}

.fereev {
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    color: #B3B3B3;
    position: relative;
}

.qwqwe {
    font-size: 9px;
    font-weight: 700;
    line-height: 9px;
    color: #fff;
    background-color: var(--dynamic-text);
    border-radius: 3px;
    padding: 5px 8px;
    text-align: center;
    border: 0;
}

.hefvxye {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background-color: white;
    overflow: hidden;
    padding: 13px 10px;
}

.edewxg {
    position: absolute;
    top: 6px;
    font-size: 9px;
    font-weight: 500;
    color: #263238;

    &.first {
        top: -12px;
    }
}

.scdxdrd {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.xsxddd {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: end;
}

.EFCEEd {
    width: 100%;
    height: 100%;
}

.EFCEEd img {
    width: 30px;
    object-fit: cover
}

.cvxdf {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #f4f0f0;
}

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

.ferfer {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    padding: 3px 0;
    border-radius: 3px;
}

.hucuruyy label {
    color: #000;
    font-size: 19px;
    font-weight: 800;
    line-height: 19px;
}

.fa-circle-check.rrtgff {
    color: #2EB324;
    font-size: 13px;
}

.ceff {
    color: #2EB324;
    font-weight: 600;
    font-size: 13px;
    line-height: 11px;
}

.egyg {
    display: flex;
    gap: 4px;
    align-items: first baseline;
    color: #B3B3B3;
    font-size: 12px;
}

.egyg i {
    font-size: 13px;
}

.cfre {
    z-index: 999;
    position: fixed;
    bottom: 0%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
    left: 0;
}

.jnhff {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.jnhff i {
    font-size: 14px;
    color: #3c3c3c;
}

.dwewee {
    font-size: 11px;
}

.loader-img {
    height: auto;
    width: 100%;
}

.loader-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.flight-icon {
    width: 15px;
}

.flight-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moreFare {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    display: none;

    &.active {
        display: block;
    }
}

.moreFare .headeringainfa {
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    box-shadow: 0 0 10px #aaa;
    background: white;
    z-index: 2;
    position: relative;
}

.moreFare .headeringainfa i {
    position: absolute;
    right: 15px;
    background: #ff4e4e;
    color: white;
    height: 25px;
    width: 25px;
    display: grid;
    place-items: center;
    font-size: 12px;
    top: 10px;
    border-radius: 50%;
    font-weight: bold;
}

.moreFare .morefareallSections {
    padding: 0 10px;
    height: calc(100% - 50px);
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #eeeded;
}

.confirmBtn {
    background: var(--dynamic-text);
    color: white;
    outline: none;
    border: 0px;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: 600;

    & a {
        color: inherit;
    }
}

.filterdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    z-index: 1110;
    transform: translate(100%);
    transition: all ease-in-out 0.3s;
    background: white;

    &.active {
        transform: translate(0%);
    }
}

.filterdiv .nav-link {
    text-align: start;
    color: #373737;
    font-size: 14px;
    font-weight: 600;

    &.active {
        background: #f5f5f5;
        color: #373737;
    }
}

.departure_buttons,
.arrivalFilter_buttons,
.flight_stops_buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.arrivalFilterBtn,
.daprtFilterBtn,
.stopsbtn,
.arrivalFilterBtn_RTN,
.daprtFilterBtn_RTN,
.stopsbtn_RTN {
    border: 1.5px solid #ebebeb;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    justify-content: center;
    transition: all ease-in-out .2s;
    background-color: transparent;
    flex-direction: column;

    &.active {
        border-color: var(--dynamic-text);
        box-shadow: 3px 3px 4px 0px #ddd;
    }

}

.roundFareMainDivMonbele {

    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--dynamic-text);
    padding: 5px;
    z-index: 13px;
    display: flex;
    align-items: center;

}

.roundFareMainDivMonbele>div:first-child {

    width: 75%;

}

.roundFareMainDivMonbele>div:last-child {

    width: 25%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    flex-direction: column;
    gap: 6px;

}

.roundFareMainDivMonbele>div:last-child button {

    padding: 3px 18px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    background: #fff;

}

.roundFareMainDivMonbele .cutPriceDOuble {

    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
    font-weight: 500;

}

.roundFareMainDivMonbele .mainPriveDOuble {

    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;

}

.fare_policy_filter_main label {
    font-size: 14px;
    font-weight: 500;
}

.rgwrgbergbkerbgg {
    margin-top: 1rem;
    padding: 0 14px;
}

.rgwrgbergbkerbgg .ui-state-default {
    border-radius: 50%;
    top: -.5em;
    padding: 10px;
    box-shadow: 2px 2px 10px #00000085;
    background: white;
    border: none;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 26px;
    background: rgb(255, 255, 255);
    cursor: default;
    box-shadow: rgb(255, 255, 255) 0px 0px 1px inset, rgb(235, 235, 235) 0px 1px 7px inset, rgb(187, 187, 187) 0px 3px 6px -3px;
}

.rgwrgbergbkerbgg p {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-weight: 700;
    font-size: 12px;
}

.siderBarFilterHeading {
    font-size: 12px;
    font-weight: 600;
}

.rgwrgbergbkerbgg .ui-widget-header {
    background: var(--dynamic-text);
}

.crfrt {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 110;
    box-shadow: 0 0 10px #ddd;
    height: auto;
}

.qwert {
    font-size: 15px;
    font-weight: 600;
}

.reset-btn button {
    font-size: 12px;
    font-weight: 500;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    padding: 3px 15px;
    border-radius: 3px;
    background-color: #e0e0e0;
}

.city {
    font-size: 19px;
    font-weight: 600;
    color: black;
    ;
}

.left-side {
    width: 30%;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    gap: 20px;
    min-height: 500px;
}

.left-side span {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #9f9f9f;
    font-weight: 500;
}

.left-side i {
    font-size: 12px;
    color: #9f9f9f;
}

.right-side {
    width: 68%;
}

.price-div {
    background-color: white;
    display: flex;
    justify-content: space-between;
    min-height: 500px;
}

.right-side .box {
    background-color: #f5f5f5;
    padding: 5px 20px;
    border-radius: 4px;
    text-align: center;
}

.right-side .box span {
    font-size: 13px;
    color: #9f9f9f;
}

.heading {
    font-size: 13px;
    color: #9f9f9f;
    font-weight: 500;
}

.feature-type label {
    font-size: 14px;
    font-weight: 500;
}

.feature-type {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.search-btn button {
    overflow: hidden;
    background-color: var(--dynamic-text);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    outline: 0;
    padding: 6px 0;
    text-transform: uppercase;
}

.num {
    padding: 1px 5px;
    border-radius: 2px;
    background-color: #757575;
    color: white !important;
    font-size: 10px !important;
}

.chooseAirline {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
}

/*!------------------------------- FLight Review Csss -----------------------------*/
.fchefbh {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px;
}

.xrrdff {
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
}

.hirhnc {
    background-color: #DDF0FE;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.xdefr {
    border-radius: 8px;
    overflow: hidden;
}

.ewrr {
    padding: 11px;
    background-color: white;
    display: flex;
    gap: 9px;
    justify-content: center;
    align-items: center;
}

.ewrr i {
    font-size: 14px;
    color: var(--dynamic-text);
}

.axser {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.nbvcf {
    background-color: var(--dynamic-text);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    padding: 7px;
}

.fchrg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
}

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

.gsfcd {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.zxmnb {
    width: 100%;
    padding: 7px 15px;
    background-color: #E0E0E0;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
}

.cfrfr {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}

.sxde {
    font-size: 14px;
}

.awser {
    font-size: 12px;
    color: #746e6e;
}

.deerd {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.mnbvcc {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 15px;
}

.lklkl {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    border: 0;
}

.vbmn {
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.oiubn {
    font-size: 11px;
    color: #746e6e;
}

.dggggg {
    width: 78px;
}

.edewxg1 {
    position: absolute;
    background-color: white;
    color: #D9D9D9;
}

.mnub {
    margin-top: 35px;
    position: absolute;
    font-size: 12px;
    font-weight: 550;
}

.eeejferj {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    background-color: rgb(250, 213, 219);
    font-size: 13px;
    text-align: center;
    color: #746e6e;
}

.eeejferj span {
    font-weight: 610;
}

.viernu {
    width: 100%;
    border-top: 1px solid #c9c5c5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 500;
}

.sfsgf {
    text-transform: uppercase;
    text-decoration: none;
}

.csfdr {
    border-radius: 8px;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dxfvfmn {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.frmnbv {
    border: 1px solid #008CFF;
    padding: 3px 10px;
    border-radius: 3px;
}

.drree {
    text-transform: uppercase;
    font-size: 11px;
    color: rgb(96, 96, 226);
    font-weight: 700;
    line-height: 14px;
}

.fvhtt {
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 12px;
    color: #008CFF;
    font-weight: 500;
}

.fa-angle-down {
    font-size: 12px;
}

.nhdufy {
    font-size: 12px;
}

.egvey {
    border-radius: 8px;
    padding: 10px 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hgfv {
    padding: 0 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
}

.ewxvc {
    width: 100%;
    background-color: #F5F5F5;
    color: #505050;
    font-size: 9px;
    line-height: 11px;
    font-weight: 700;
    padding: 6px 15px;
}

.ewxvc span {
    font-weight: 500;
}

.mnxvbb {
    font-size: 13px;
    font-weight: 700;
    line-height: 15.73px;
    color: var(--dynamic-text);
}

.mlkgtr {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0 15px;
}

.dersd {
    margin: 0 15px 0 0;
    height: 18px;
    width: 18px;
}

.nhcgy {
    border-radius: 8px;
    padding: 10px 0px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.taggg {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a89fc2;
    border-radius: 50%;
}

.fa-tag {
    font-size: 10px;
    color: white;
}

.fa-angle-right {
    color: #02B4F0;
    font-size: 15px;
}

.nhhik {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.vcxc {
    font-size: 15px;
    font-weight: 700;
}

.injhh {
    border: 1px solid gray;
    border-radius: 2px;
    padding: 2px 7px;
    margin: 0 15px;
    position: relative;
}

.fefrf {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 13px;
    font-weight: 500;

}

.nhfh {
    position: absolute;
    right: 7px;
    top: 5px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
}

.eezxc {
    font-size: 12px;
    text-decoration: none;
}

.ejhe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
}

.ejhe i {
    font-size: 12px;
}

.cvbnfgy {
    display: flex;
    align-items: baseline;
    gap: 10px;
    background-color: rgb(241, 241, 241);
    padding: 10px 15px;
    margin: 0 15px;
    border-radius: 6px;
}

.sdnji {
    font-size: 11px;
    line-height: 14px;
}

.eezxc {
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
}

.mncvw {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cxdxttet {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0 15px;
}

.dfghfoijhvc {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #02B4F0;
    background-color: #c4e3ee;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.btnnnn {
    outline: 0;
    border: none;
    background-color: var(--dynamic-text);
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

.dxerfded {
    margin: 0 15px;
}

.rfrpo {
    font-size: 13px;
    font-weight: 650;
}

.blsfvh {
    font-size: 15px;
    font-weight: 650;
}

.rpoiu {
    color: #2BA042;
    font-size: 9px;
    font-weight: 600;
}

.rpoiu span {
    font-size: 15px;
    font-weight: 700;
}

/* table td{
   padding: 5px 3px;
   border-bottom: 1px solid rgb(173, 173, 173);
} */

.rimjhim {
    background-color: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sfjjjjj {
    display: flex;
    align-items: first baseline;
    color: #746e6e;
    gap: 10px;
}

.rfffffffff {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vvvvv {
    font-size: 15px;
    font-weight: 600;
}

.ncvbvc {
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    color: #9b9999;
}

.thhhhcdb {
    padding: 5px 15px;
}

.icfgx {
    border: 1px solid gainsboro;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 16px;
}

.icfgx i {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgb(241, 239, 239);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(192, 190, 190);
    font-size: 10px;
}

.jiooo {
    font-size: 10px;
    color: #008CFF;
    font-weight: 700;
    line-height: 1px;
}

.hajaro {
    font-size: 9px;
    color: #02B4F0;
    font-weight: 650;
}

.efevvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: white;
    border-top: 2px solid rgb(233, 230, 230);
}

.ddddwass {
    width: 100%;
    height: 100%;
}

.ddddwass img {
    filter: grayscale(110%);
}

/*!---------------------------- Bus List Listing  ----------------------------*/

.busNewDiv {
    background: white;
    border: 1px solid #ddd;
    padding: 8px 14px;
    border-radius: 12px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.busNewDiv>div:first-child {
    width: 68%;
}

.busNewDiv>div:last-child {
    width: 30%;
}

.headginBus {
    font-size: 22px;
    font-weight: 600;
}

.busNewDiv .name1 {
    font-size: 16px;
    font-weight: 600;
}

.busNewDiv .name2 {
    font-size: 12px;
    font-weight: 400;
}

.busNewDiv .name3 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
}

.busNewDiv .name3>div:nth-child(1),
.busNewDiv .name3>div:nth-child(3) {
    font-size: 16px;
    font-weight: 800;
}

.busNewDiv .name4 {
    font-size: 12px;
    font-weight: 400;
}

.busNewDiv .price {
    font-size: 18px;
    font-weight: 600;
    text-align: end;
}

.endofresultBus {
    display: flex;
    align-items: center;
    padding: 32px 0 26px;
    padding-bottom: 7rem;

    &::before {
        content: "";
        flex-grow: 1;
        background: linear-gradient(270deg, #d8d8d8, hsla(0, 0%, 85%, .459) 85.85%, hsla(0, 0%, 85%, 0) 158.59%);
        height: 1px;
        transform: none;
    }

    &::after {
        content: "";
        flex-grow: 1;
        background: linear-gradient(270deg, #d8d8d8, hsla(0, 0%, 85%, .459) 85.85%, hsla(0, 0%, 85%, 0) 158.59%);
        height: 1px;
        transform: none;
    }
}

.endofresultBus span {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 0 8px !important;
}

.filterBusMob {
    display: flex;
    flex-direction: column;
    gap: 10px;

    & label {
        font-size: 13px;
        font-weight: 500;
    }
}

.priceSUbmti {
    font-size: 20px;
    font-weight: 600;
}

.buttonSubmit button {
    background: var(--dynamic-text);
    color: #fff;
    border: 0;
    outline: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}


.moreDivFareDetails {
    background: white;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.moreDivFareDetails>.first {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 170, 255, 1) 0%, rgba(0, 60, 255, 1) 100%);
    border-radius: 7px 7px 0 0;
    color: white;
    padding: 8px 0;
    position: sticky;
    top: -1rem;
    z-index: 2;
}

.moreDivFareDetails>.first>div:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #e4e4e4;
}

.moreDivFareDetails>.first>div:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #fff;

    & strong {
        font-weight: 600;
    }
}

.moreDivFareDetails .first {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 170, 255, 1) 0%, rgba(0, 60, 255, 1) 100%);
    border-radius: 7px 7px 0 0;
    color: white;
    padding: 8px 0;
    position: sticky;
    top: -1rem;
    z-index: 2;
}

.moreDivFareDetails .first>div:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #e4e4e4;
}

.moreDivFareDetails .first>div:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #fff;

    & strong {
        font-weight: 600;
    }
}

.moreDivFareDetails>.third {
    padding: 4px 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.moreDivFareDetails>.second .bottomAbefbweweg {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}

.moreDivFareDetails>.second .bottomAbefbweweg>.first {
    width: 40%;
}

.moreDivFareDetails>.second .bottomAbefbweweg>.second {
    width: 20%;
}

.moreDivFareDetails>.second .bottomAbefbweweg>.last {
    width: 40%;
}

.rbjkbwrjkb .timesvssdv {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.rbjkbwrjkb .dateFUefwegwe {
    font-size: 12px;
    color: grey;
    font-weight: 600;
    margin-bottom: 4px;
}

.rbjkbwrjkb span {
    font-size: 12px;
    color: grey;
    line-height: 1;
}

.dep_tim_duration_child1,
.dep_tim_duration_child2 {
    font-size: 12px;
    text-align: center;
}

.dep_tim_duration_child2 i {
    position: relative;
    color: #919191;
    font-size: 14px;
}

.dep_tim_duration_child2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border: 1px dashed #ddd;
    left: 0;
    top: 7px;
}

.fs-14 {
    font-size: 12px;
}