﻿
*:root {
    --color-white: #ffffff;
    --color-black: #0F172A;
    --color-main: #805DAB;
}

.error-div {
    color: red;
    font-size: 12px;
}

.conf.flightDetailWrapper {
    top: 0;
    margin-bottom: 20px;
}

.confirm-wrapper .flightDetail .tab-content {
    border-radius: 18px;
}

.confirm-wrapper .airinfo-bg {
    padding-left: 10px;
}

.confirm-wrapper .flightDetailWrapper .flightDetail_popup {
    width: 100%;
    background: none;
    padding: 0;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    height: 100%;
}

.fligt-det {
    display: flex;
    padding: 12px;
}
/*banner design new css*/

.free-deals span {
    color: #0F172A;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); /* semi-transparent black */
    display: none; /* hidden initially */
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.home-banner-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 331px;
    object-fit: cover;
}

/*auto airline slider*/

.airline-ticker {
    width: 100%;
    overflow: hidden;
    color: #fff;
    padding: 10px 0;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: tickerMove 10s linear infinite;
}

.ticker-group {
    display: flex;
    gap: 33px;
    padding-right: 33px;
    white-space: nowrap;
}

    .ticker-group span {
        font-size: 14px;
        font-weight: 500;
    }

/* KEY: exact -50% for seamless loop */
@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*features section*/

section.our-features-outer {
    margin-bottom: 40px;
    background: #734CA30D;
    border-radius: 0 50px 0 0;
    padding-left: calc((100% - 1320px) / 2 + 74px);
    padding-right: 15px;
    max-width: 56%;
}

/*section.our-features-outer .row {
        background: #734CA30D;
        border-radius: 0 50px 0 0;
        position: absolute;
        left: 0;
        top: 10px;
    }*/


.our-features {
    display: flex;
    gap: 17px;
    padding: 16px;
    border-radius: 0 50px 0 0;
    position: relative;
    margin-top: 15px;
    padding-left: 0;
    /*width: 82%;
    margin: auto;
    padding-left: 22%;*/
}

.our-features-outer .feature {
    flex: 1;
}


/*.our-features .feature {
        gap: 14px;
        flex: 1;
    }*/
.our-features .feature .icon {
    font-size: 26px;
    color: #7b3fe4;
    line-height: 1;
    margin-bottom: 7px;
}

.our-features .feature h3 {
    font-size: 16px;
    margin: 0 0 4px;
    font-weight: 700;
    color: #0F172A;
}

.our-features .feature p {
    font-size: 14px;
    margin: 0;
    color: #475569;
}
/*Home page css start*/
.banner-title {
    font-size: 38px;
    font-weight: 700;
    color: #475569;
    position: relative;
    z-index: 4;
    padding: 82px 0;
}

.banner-sub-hed {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
}
/* Home page css end*/
.desk-cal {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
}

.color-org {
    color: var(--color-org);
}

.scroll-hidden {
    overflow: hidden;
}

.hr_cust {
    margin: 10px 0px;
    opacity: 1;
}

.loading-pln {
    animation: action 2.5s infinite alternate;
    display: flex;
    justify-content: center;
}


.footer_icon {
    width: 25px;
    height: 25px;
    background-attachment: fixed;
    color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
}

hr {
    margin: 10px 0;
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

button {
    outline: none;
    border: none;
}

input:focus {
    outline: none;
}

.i-b {
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.captext {
    text-transform: uppercase;
}

.font-Lightgrey {
    color: #666666;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

a, a:hover {
    text-decoration: none;
}

.ellipsis {
    max-width: 99.5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pull-Left {
    float: left;
}

.pull-Right {
    float: right;
}

body {
    background-color: #ebecf0;
}


a {
    text-decoration: none;
    color: #0d6efd;
}

p {
    margin: 0;
}

.select-btn {
    background: #734CA3;
    color: var(--color-white);
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
}

.flex_prop {
    display: flex;
    align-items: center;
}

.bod-err {
    border: 1px solid red !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/* Cookies policy css start*/
.cookies-strip {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgba(235,246,255,0.8);
    backdrop-filter: blur(2px);
    color: #333333;
    padding: 10px 0;
}

    .cookies-strip i {
        font-size: 18px;
    }

    .cookies-strip a {
        color: var(--color-main);
        text-decoration: underline;
    }

    .cookies-strip .accept {
        background: var(--color-main);
        padding: 5px 10px;
        color: #fff;
        font-weight: 500;
        border: none;
        margin-left: 10px;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
    }

.cookies-close {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 1;
}

    .cookies-close i {
        font-size: 30px;
        cursor: pointer;
    }
/* css end*/

/* price droup protection css start*/

.c-extend-cancel {
    border: 1px solid #F57C00;
    border-radius: 15px;
    z-index: 1;
    position: relative;
    background: #fff;
}

#header-sec {
    width: 100%;
    background: transparent;
    z-index: 3;
    padding: 8px 0;
    position: relative;
}

.home-ban .logo {
    position: relative;
    z-index: 3;
}

.home-header {
    position: relative;
    z-index: 2;
    background: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c9dcfd;
}

    .home-header .logo-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 30%;
        background-color: #ebfff4;
        clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    }

#flightDeal {
    margin: 30px 0;
}


.call-opt {
    margin: 0px;
    color: #ffffff;
    line-height: 1;
}

    /*.call-opt img {
        width: 45px;
    }*/

    .call-opt .call-icons {
        background: #734CA3;
        padding: 10px;
        border-radius: 4px;
    }

        .call-opt .call-icons svg {
            animation: hithere 1s ease infinite;
        }

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


/*.serach-eng {
    padding: 123px 0 210px 0;
    background: url(/Images/banner.webp) no-repeat center;
    background-size: cover;
}*/

.land-tit {
    font-size: 55px;
    font-weight: 500;
    color: var(--color-white);
    text-align: center;
    text-shadow: 2px 2px 2px var(--color-black);
}

.popular_des_slider a {
    color: var(--color-black);
}

.pop_content h4 {
    margin-bottom: 0px;
}


.table_cust td {
    vertical-align: top;
}

.free-deals {
    display: inline-flex;
    flex-direction: column;
    color: var(--color-black);
    margin-left: 10px;
    font-size: 12px;
    gap: 5px;
}

.call-opt .call-tfn {
    color: #0F172A !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.left-block {
    position: relative;
    z-index: 1;
    height: 100%;
}

    .left-block .top-part {
        padding: 30px 30px 10px 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: var(--color-white);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.expire-sec {
    gap: 4px;
    flex-wrap: nowrap;
    background: #ee6521;
    border-radius: 4px;
    padding: 3px 8px;
    color: var(--color-white);
}

.desti-info {
    gap: 15px;
    flex-wrap: nowrap;
    padding: 5px;
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
}

    .desti-info .desti {
        font-size: 30px;
        color: var(--color-black);
    }

    .desti-info i {
        font-size: 20px;
    }

.offers {
    padding: 5px 10px 5px 5px;
    color: var(--color-blue);
    background: #e9f2ff;
    font-weight: 500;
    display: flex;
    gap: 5px;
    border-radius: 5px;
    line-height: 1;
    align-items: center;
}

.save-extra {
    color: var(--color-black);
    font-size: 13px;
    font-weight: 500;
}

.online-price {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    display: inline-flex;
}

    .online-price span {
        text-decoration: line-through;
    }

.click-price {
    font-size: 50px;
    font-weight: 700;
    color: var(--color-black);
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

    .click-price .curr {
        font-size: 30px;
        font-weight: 600;
    }

.trip-info {
    color: #535960;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    padding-left: 10px;
}

    .trip-info span {
        font-size: 20px;
        line-height: 1;
        position: relative;
        top: 5px;
    }


.left-block .title {
    font-size: 32px;
    font-weight: 600;
}

    .left-block .title:after {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background: #2a2e32;
        content: "";
        left: 0;
    }

.left-block .sub-title {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
}

.left-block .offer-sec {
    background: var(--color-white);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 25px;
    font-size: 14px;
    margin: 20px 0;
}

.left-block .mo-opt {
    background: #e9f2ff;
    color: var(--color-blue);
    width: 100%;
    justify-content: center;
    padding: 5px 0;
    font-weight: 500;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.offer-sec .offer {
    padding: 10px 20px;
    color: var(--color-blue);
    background: #e9f2ff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: 500;
}

.offer-sec .off {
    padding: 4px 30px 4px 20px;
    color: var(--color-black);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: 500;
    line-height: 18px;
}

    .offer-sec .off span {
        color: var(--color-blue);
        font-weight: 600;
    }

.more-optios {
    border-top: 2px solid #d9d9d9;
    padding: 20px 0;
}

.more-option ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

    .more-option ul li {
        border: 1px solid #e1e1e1;
        border-radius: 25px;
        padding: 3px;
        width: 30%;
        display: flex;
        align-items: center;
        margin: 1%;
    }

        .more-option ul li .left-icon {
            width: 45px;
            height: 45px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #e1e1e1;
            margin-right: 15px;
        }

        .more-option ul li .cont-sec h6 {
            font-size: 14px;
        }

        .more-option ul li .cont-sec p {
            font-size: 12px;
        }


.mo-opt .sect {
    width: 170px;
    height: 100px;
}

    .mo-opt .sect img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mo-opt .test-sec {
    margin-top: 14px;
    padding-left: 16px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}

    .mo-opt .test-sec:before {
        position: absolute;
        left: 0;
        width: 2px;
        background: var(--color-white);
        opacity: .16;
        content: "";
        height: 100%;
    }

.call-us h3 {
    font-size: 24px;
    font-weight: 600;
}

.call-us h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ee6521;
}

.call-eng {
    padding: 8px 18px;
    border: 2px solid #ee6521;
    border-radius: 4px;
    color: #ee6521;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.sub-line p {
    padding: 10px 0 20px 0;
    font-family: "Inter", sans-serif;
}


.top-head {
    font-size: 12px;
    color: #666666;
    line-height: 1;
    background: #fff;
}


.busines .fot-text {
    color: var(--color-black) !important;
}

.air-opt {
    background: linear-gradient(180deg,rgba(38,38,59,0) 0%,rgba(38,38,59,0.6) 42%,rgba(38,38,59,0.8) 100%);
    margin-top: 32px;
    margin-bottom: 0px;
    padding: 22px 16px;
    backdrop-filter: blur(8px);
    z-index: 1;
    position: relative;
}

a {
    cursor: pointer;
}

.required_star {
    color: red;
    font-size: 14px;
    line-height: 1;
}

.pl-0 {
    padding-left: 0;
}

.fs-11 {
    font-size: 11px;
}

#headerCntr {
    z-index: 2;
    padding: 5px 0;
    background: #fff;
}

    #headerCntr .logo {
        position: relative;
        z-index: 1;
    }



    #headerCntr .call-tfn span {
        font-size: 13px;
        display: block;
        font-weight: 400;
        padding-bottom: 8px;
    }



    #headerCntr .menuBox {
        float: right;
    }



        #headerCntr .menuBox ul {
            list-style: none;
            position: relative;
            padding: 0;
            z-index: 1;
        }

            #headerCntr .menuBox ul li {
                float: left;
                margin-left: 37px;
            }


                #headerCntr .menuBox ul li a {
                    padding: 17px 0;
                    font-size: 16px;
                    display: block;
                    color: #545454;
                    text-decoration: none;
                    text-transform: capitalize;
                    border-bottom: 2px solid transparent;
                }

.mobile-menu-info {
    display: none;
}


.mobileMenu {
    display: none;
    cursor: pointer;
    background-size: 100%;
}

.mobileMenuBox {
    display: none;
    width: 100%;
    position: fixed;
    right: -200%;
    top: 0;
    background: #fff;
    z-index: 3;
    height: 100vh;
}

    .mobileMenuBox .menu_div {
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        width: 320px;
        height: 100vh;
    }

    .mobileMenuBox ul {
        list-style: none;
        padding: 16px;
        height: 100%;
        overflow-y: auto;
    }

        .mobileMenuBox ul li {
            display: block;
            padding-bottom: 22px;
            position: relative;
            color: #110F0F;
            font-size: 16px;
        }

            .mobileMenuBox ul li a {
                color: #202020;
                text-decoration: none;
            }

             

            .mobileMenuBox ul li .icons {
                border-radius: 100%;
                position: absolute;
                left: 0;
                top: 12px;
                width: 30px;
                height: 30px;
                display: none;
                border: 1px solid #014382;
                text-align: center;
                line-height: 30px;
                color: var(--color-blue);
            }

.mobile_menu {
    display: none;
}


.desktopMenu {
    display: block;
}


.mobile_head {
    background: var(--color-blue);
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    display: none;
}

    .mobile_head .close {
        position: absolute;
        right: 15px;
        top: 2px;
        font-size: 22px;
        color: #0F172A;
    }

#bannerCntr {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    /*  #bannerCntr:before {
        content: "";
        width: 100%;
        background: linear-gradient(0deg,rgba(33,33,51,.9) 0%, rgba(33,33,51,0.9) 100% );
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }*/

    #bannerCntr .z-index-relative {
        z-index: 1;
        position: relative;
    }

    #bannerCntr .tagline {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        line-height: 53px;
        padding: 40px 0 20px 0;
        position: relative;
    }


#genericBannerCntr {
    position: relative;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #014382;
}

    #genericBannerCntr:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,.1);
        height: 100%;
    }


    #genericBannerCntr .tagline {
        font-size: 45px;
        color: #fff;
        font-weight: 700;
        line-height: 53px;
        padding: 120px 0 30px 0;
    }

.small_banner {
    position: relative;
    display: none;
}


    .small_banner img {
        width: 100%;
        display: none;
    }

    .small_banner .tagline {
        position: absolute;
        left: 20px;
        bottom: 10px;
        color: #fff;
        font-weight: 700;
    }

.arc_logo_banner {
    background: #fff;
    padding: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}


    .arc_logo_banner img {
        max-width: 185px;
    }


.tp-widget-businessinfo__total, .tp-widget-businessinfo__trustscore {
    text-transform: none;
    display: inline-block;
}

.display_logo_banner {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


.tp_logo-banner {
    white-space: nowrap;
    background: #fff;
    width: 148px;
    float: left;
    padding: 5px;
    text-align: center;
    height: 80px;
}

.searchBox {
    position: relative;
    margin: 0 auto;
}


    .searchBox .tabBox {
        list-style: none;
        padding: 0;
    }


        .searchBox .tabBox li {
            float: left;
            padding: 5px 17px;
            background: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            font-size: 16px;
            color: #333;
            cursor: pointer;
        }


            .searchBox .tabBox li img {
                margin-right: 5px;
            }

    .searchBox .searchBlock {
        background: var(--color-white);
        border-radius: 8px;
        padding: 10px 10px 10px 10px;
        position: relative;
        border-top-left-radius: 0;
        box-shadow: 0px 6px 100px rgba(21, 29, 53, 0.12);
    }

    .searchBox .travelers .input__block {
        width: 100%;
        margin-right: 7px;
    }

.travelers .bi-caret-down-fill {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #687179;
}

.searchBox .phoneNum {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 100%;
}


.thanksActive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    min-height: 500px;
}

.new-request {
    color: #ee6521;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

    .new-request:hover {
        color: #ee6521;
        text-decoration: none;
    }

.thanksActive .state-title {
    text-align: center;
    margin: 20px 0;
}

.thanksActive .state-sub {
    font-size: 15px;
    text-align: center;
}

.searchBox .travelers .iti {
    width: 100%;
}

.searchBox .flightSearch {
    display: flex;
}


    .searchBox .flightSearch .column_1 {
        display: inline-flex;
        width: 50%;
    }

        .searchBox .flightSearch .column_1 .label {
            width: 50%;
        }


        .searchBox .flightSearch .column_1 .flip {
            width: 8%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            margin-right: 7px;
            cursor: pointer;
        }


    .searchBox .flightSearch .column_2 {
        display: inline-flex;
        width: 25%;
        border-radius: 5px;
    }


.searchBox .label {
    padding: 10px 5px 10px 30px;
    float: left;
    width: 100%;
    margin-right: 7px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    border: 1px solid #cccccc;
    height: 100%;
}

.searchBox .flightSearch .label.roundtrip {
    display: none;
}

.searchBox .flightSearch .label.error {
    border: 1px solid #ca2e2b;
}

    .searchBox .flightSearch .label.error .icons {
        color: #ca2e2b;
    }

.searchBox .flightSearch .label.oneway {
    width: 97%;
}



.searchBox .label .inputField {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-black);
    border: none;
    outline: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}

.searchBox .label .icons {
    position: absolute;
    left: 5px;
    top: 11px;
    line-height: 10px;
    display: block;
    pointer-events: none;
    font-size: 20px;
    color: var(--color-blue);
}

.searchBox .label input[type=text]:focus ~ .icons {
    color: #525254;
}

.searchBox .cursor {
    cursor: pointer;
}

.searchBox .searchButton {
    width: 5%;
    display: inline-block;
    background: var(--color-blue);
    border: none;
    font-size: 26px;
    color: var(--color-white);
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    outline: 0;
}


.mobile_dsearchButton {
    width: 100%;
    display: none;
    background: #014382;
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px;
    margin-top: 13px;
    outline: 0;
}


    .mobile_dsearchButton:hover {
        background: #014382;
    }

.travllerBox {
    border-top: 1px solid #f4f4f4;
    width: 650px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 11px #979797;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    font-family: "Inter", sans-serif;
}

.module-bg {
    position: fixed;
    content: "";
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.travllerBox .head {
    padding: 10px 0 20px 0;
    font-size: 20px;
    width: 100%;
    font-weight: 500;
}

.travllerBox .guestBox {
    padding-right: 30px;
    border-right: 1px solid #ccc;
}


    .travllerBox .guestBox .add-traveler {
        font-size: 16px;
        color: #5e5e5e;
        padding: 0 0 10px 0;
        clear: both;
        font-weight: 500;
    }

        .travllerBox .guestBox .add-traveler .sub-opt {
            font-size: 12px;
            color: #42425a;
            font-weight: 400;
        }

        .travllerBox .guestBox .add-traveler a {
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 30px;
            font-size: 17px;
            border: 1px solid #dddee1;
            color: #2a2e32;
            background: #fff;
            border-radius: 2px;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            font-weight: 500;
        }

            .travllerBox .guestBox .add-traveler a i {
                line-height: 23px;
            }

            .travllerBox .guestBox .add-traveler a:hover {
                color: var(--color-white);
                background: var(--color-blue);
                border: 1px solid var(--color-blue);
            }

        .travllerBox .guestBox .add-traveler .travelers__options {
            float: right;
            width: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .travllerBox .guestBox .add-traveler .number {
            width: 50px;
            display: inline-block;
            text-align: center;
            font-weight: 400;
            color: #2a2e32;
        }

            .travllerBox .guestBox .add-traveler .number input {
                width: 100%;
                text-align: center;
                font-weight: 600;
            }

.travllerBox .unaccompined_block {
    width: 330px;
}

.travllerBox .unaccompined {
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
}


    .travllerBox .unaccompined a {
        color: #333;
        text-decoration: none;
    }

        .travllerBox .unaccompined a i {
            position: relative;
            margin-right: 5px;
            top: -2px;
        }

    .travllerBox .unaccompined:hover a {
        color: var(--secound-color);
    }

    .travllerBox .unaccompined:hover .tooltip-new {
        opacity: 1;
    }

    .travllerBox .unaccompined .tooltip-new {
        width: 330px;
        left: 138px;
        padding: 10px 15px;
    }


        .travllerBox .unaccompined .tooltip-new:after {
            left: 11%;
        }

    .travllerBox .unaccompined .closeunaccompanied {
        position: absolute;
        right: 6px;
        font-size: 18px;
        top: 5px;
    }

.travllerBox .classType {
    list-style: none;
    padding: 0;
}

    .travllerBox .classType li {
        padding-bottom: 10px;
    }

.travllerBox .done_Btn {
    float: right;
    margin: 0;
    color: var(--secound-color);
    padding: 10px 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 120px;
    cursor: pointer;
    background: var(--color-blue);
}

.switch {
    position: absolute;
    display: inline-block;
    padding-left: 42px;
    margin: 0;
    right: 15px;
    top: 15px;
    cursor: pointer;
}


    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.recent__SearchBox {
    background: rgba(0,0,0,.2);
    padding: 8px 12px 12px;
    border-radius: 5px;
    margin: 10px 0;
}

    .recent__SearchBox .head {
        color: #fff;
        margin-bottom: 5px;
    }

    .recent__SearchBox .holder {
        overflow: hidden;
    }

    .recent__SearchBox .block {
        background: #fff;
        border-radius: 5px;
        padding: 5px 8px;
        overflow: hidden;
    }

        .recent__SearchBox .block .left {
            width: 150px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 10px;
            border-right: 1px solid #ccc;
        }

            .recent__SearchBox .block .left .city__code {
                font-size: 14px;
                color: #484848;
                font-weight: 600;
            }

                .recent__SearchBox .block .left .city__code small {
                    display: block;
                    font-size: 10px;
                    color: #989898;
                }

        .recent__SearchBox .block .right {
            width: 110px;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 12px;
            color: #8a8a8a;
            float: left;
            position: relative;
        }

            .recent__SearchBox .block .right .arrow {
                color: var(--color-blue);
                position: absolute;
                right: -6px;
                top: -8px;
                font-size: 22px;
                padding: 5px;
            }

.input_clear {
    background: url(../../images/clear_field.png) no-repeat right -18px center;
    padding-right: 22px;
}

    .input_clear.x {
        background-position: right 13px;
    }

    .input_clear.onX {
        cursor: pointer;
    }

    .input_clear::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.traveler_action_button a.disable {
    color: #c0cad5;
    border-color: #c0cad5;
    cursor: default;
}

.done_button {
    width: 100%;
    background: var(--color-blue);
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px;
    margin-top: 13px;
    outline: 0;
    display: inline-block;
    clear: both;
}

.mobile_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.2);
    z-index: 2;
}

.top_row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 -12px;
    white-space: nowrap;
}


    .top_row:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .top_row:after {
        border-left: solid transparent 12px;
        border-right: solid transparent 12px;
        border-bottom: solid #fff 12px;
        top: -12px;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
        transform: translateX(-50%);
    }


    .top_row .arrow-icon {
        position: relative;
        top: 0;
        margin-left: 7px;
    }

.traveler_action {
    padding: 0 30px;
    position: relative;
}

.Mobiletrip_type {
    width: 190px;
    border-radius: 5px;
    background: #fff;
    z-index: 3;
    position: absolute;
    box-shadow: 0 3px 12px #a4a4a5;
    left: 0;
    top: 33px;
}

    .Mobiletrip_type.class-type {
        right: 0;
        left: inherit;
        width: 196px;
    }

    .Mobiletrip_type ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .Mobiletrip_type ul li {
            padding: 13px 0 13px 36px;
            border-bottom: 1px solid #ccc;
            color: #333;
            position: relative;
            cursor: pointer;
            font-weight: 500;
        }

            .Mobiletrip_type ul li:last-child {
                border-bottom: none;
            }

            .Mobiletrip_type ul li i {
                position: absolute;
                left: 14px;
                top: 11px;
                visibility: hidden;
            }

            .Mobiletrip_type ul li.active, .Mobiletrip_type ul li:hover {
                color: var(--color-blue);
            }

                .Mobiletrip_type ul li.active i {
                    visibility: visible;
                }

.mobile_travelerBox {
    width: 260px;
    border-radius: 5px;
    background: #fff;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 33px;
    box-shadow: 0 3px 12px #a4a4a5;
}

    .mobile_travelerBox .add-traveler {
        font-size: 15px;
        color: #5e5e5e;
        padding: 13px 20px;
        clear: both;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
    }

        .mobile_travelerBox .add-traveler a {
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 23px;
            font-size: 14px;
            border: 2px solid #989aa2;
            color: #989aa2;
            background: #fff;
            border-radius: 100%;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            font-weight: 600;
        }

            .mobile_travelerBox .add-traveler a i {
                line-height: 23px;
            }

            .mobile_travelerBox .add-traveler a:hover {
                color: var(--color-blue);
                border-color: var(--color-blue);
            }

            .mobile_travelerBox .add-traveler a.disable {
                color: #c0cad5;
                border-color: #c0cad5;
                cursor: default;
            }

        .mobile_travelerBox .add-traveler .travelers__options {
            float: right;
            width: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mobile_travelerBox .add-traveler .number {
            width: 45px;
            display: inline-block;
            text-align: center;
        }

            .mobile_travelerBox .add-traveler .number input {
                width: 100%;
                text-align: center;
                font-weight: 700;
            }


.error .errortext {
    display: block;
}

.errortext {
     display: none; 
    position: absolute;
    left: 20px;
    bottom: 3px;
    color: red;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    padding: 0 3px;
    z-index: 999;
}

.from.error .inputField {
    border: 1px solid red;
    background: #FF383C1A !important;
}


.errorsameSearch {
    color: #ca2e2b;
    font-size: 11px;
}

.modifySearchBox .errortext {
    margin-top: 5px;
    margin-top: 5px;
    padding-left: 2px;
    top: 35px;
    width: 208px;
}

.tab-show {
    padding: 10px 10px 10px 60px;
    color: var(--color-white);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--color-blue);
    position: relative;
}

    .tab-show:before {
        position: absolute;
        top: 12px;
        left: 10px;
        content: "";
        background: url(/images/icons/plane-white.svg) no-repeat;
        width: 40px;
        height: 22px;
    }

.inputSet.theme2 label input[type=checkbox]:checked ~ span {
    color: inherit;
}

    .inputSet.theme2 label input[type=checkbox]:checked ~ span::before {
        color: var(--color-blue);
    }

    .inputSet.theme2 label input[type=checkbox]:checked ~ span::after {
        border: 1px solid var(--color-blue);
    }

.inputSet label input[type=radio] ~ span::after {
    border-radius: 100%;
    border: 1px solid #bbbbbb;
    content: "";
    height: 18px;
    width: 18px;
    left: 0;
    position: absolute;
    top: 0;
}


.inputSet label input[type=radio]:checked ~ span {
    transition: all .5s;
}

    .inputSet label input[type=radio]:checked ~ span::after {
        border: 1px solid var(--color-darkBlue);
    }

    .inputSet label input[type=radio]:checked ~ span::before {
        border-radius: 100%;
        background: var(--color-darkBlue);
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        left: 4px;
        position: absolute;
        top: 4px;
    }


.page__title {
    font-size: 20px;
    color: #0F172A;
    margin: 0;
    position: relative;
    font-weight: 700;
}

    .page__title strong {
        font-weight: 600;
        position: relative;
    }

/* About Us page css start*/

.about-bg {
    background: #f3f3f3;
}

.container_about {
    margin: 0 auto;
    max-width: 1160px;
}

.About_title_outer {
    background: url(/Images/about-img/about-banner.png);
    text-align: center;
    padding: 126px 0;
    color: var(--white);
    background-size: cover;
    margin-top: 57px;
}

    .About_title_outer h1 {
        font-size: 50px;
    }

.About_title {
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.who_we_box {
    background: #024B90;
}


.text_box h2 {
    font-size: 30px;
    font-weight: 600;
}

.our_value {
    position: relative;
    display: inline-block;
}

    .our_value::before,
    .our_value::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        width: 200px;
        height: 1px;
        background-color: #FF9329;
    }

    .our_value::before {
        left: -210px;
    }

    .our_value::after {
        right: -210px;
    }

.text_box p {
    font-size: 14px;
}

.icon_box {
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

    .icon_box img {
        margin-bottom: auto;
        margin-right: 20px;
        width: 50px;
    }

.icon_box_text span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #0F172A;
}

.icon_box_text p {
    color: #0F172A;
    font-size: 15px;
}

.mission_box {
    background: #fff;
    border-radius: 10px;
    align-items: center;
}


.banner_text_box {
    padding: 30px;
    background: #fff;
}

    .banner_text_box p, .banner_text_box h2 {
        color: #0F172A;
    }

.banner_heading p {
    font-weight: 600;
    color: #FF9329;
    font-size: 20px;
}

.banner_heading h2 {
    font-size: 37px;
    font-weight: 600;
    margin: 15px 0;
}

.banner_text_box .tag_line {
    font-weight: 600;
    font-size: 16px;
    color: #FF9329;
}

.banner_comment {
    color: #024B90 !important;
    font-size: 16px;
}

    .banner_comment span {
        font-size: 20px;
    }


.banner_footer {
    background: url(/Images/about-img/join-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 30px 30px 30px;
    background-position: center center;
}


.section_contact {
    background: #024B90;
}

.email_decor {
    position: relative;
}

    .email_decor::before,
    .email_decor::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 74px;
        background-color: #CCCCCC;
    }

    .email_decor::before {
        left: -12px;
    }

    .email_decor::after {
        right: -12px;
        top: 0;
    }

.h-md-100 {
    height: 100%;
}


@media (max-width:1024px) {
    .container_about {
        padding: 0 30px;
    }
}











/* Home-page about section css start*/
.about-right {
    padding-left: 50px;
}

.top-heading {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    color: var(--color-org);
    font-weight: 500;
    display: flex;
    grid-gap: 7px;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}

    .top-heading span:first-child {
        width: 80px;
        height: 5px;
        border-radius: 3px;
        background: var(--color-org);
        margin-left: 10px;
    }

    .top-heading span {
        width: 30px;
        height: 5px;
        border-radius: 3px;
        background: var(--color-org);
    }

.main-head {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0;
}

.sub-head {
    font-size: 16px;
    font-weight: 500;
}

.experince-sec {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 4px solid #e1e1e1;
}

.best-view {
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}

    .best-view h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .best-view:after {
        background: url(/Images/madel.png) no-repeat;
        position: absolute;
        left: 0;
        content: "";
        width: 50px;
        height: 70px;
    }

.we-achive {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin: 100px 0;
}

    .we-achive li {
        width: 25%;
        border-right: 1px dashed #e1e1e1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .we-achive li:last-child {
            border-right: none;
        }

        .we-achive li .counting {
            font-size: 30px;
            font-weight: 600;
            padding: 10px 0;
            position: relative;
        }

        .we-achive li p {
            font-size: 14px;
            color: #666d76;
        }

/*Hotel Discover Destination css start */
.bg-smoke {
    background: #f5f5f5;
    padding: 120px 0;
}

.sec-title {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 30px;
}


.trip-card-details .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #014991;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

    .trip-card-details .subtitle:after {
        content: "";
        height: 2px;
        background-color: #014991;
        width: 50px;
        display: inline-block;
        position: relative;
        top: -5px;
        margin-left: 10px;
    }

.trip-card-details .trip-title {
    margin-bottom: 25px;
    font-size: 28px;
}

    .trip-card-details .trip-title a {
        color: var(--lightblack);
    }

.trip-card-details p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

.icon-box .slick-arrow:first-child {
    margin-right: 5px;
}

.shape-mockup-wrap {
    position: relative;
}

.shape-mockup {
    position: absolute;
}

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




.slider-left .slick-next, .slider-left .slick-prev {
    display: inline-block;
    padding: 0;
    background-color: var(--color-white);
    color: var(--color-blue);
    position: absolute;
    top: 100%;
    border: 1px solid #014991;
    box-shadow: none;
    left: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: calc(56px / -2);
    z-index: 2;
    border-radius: 50%;
    text-indent: -9999px;
}



.slider-left .slick-next {
    left: 10%;
}

.slider-left .slick-prev:before {
    content: "\F284";
    font-family: "bootstrap-icons";
    font-size: 30px;
    color: #014991;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: initial;
    transform: translate(-50%, -50%);
}

.slider-left .slick-next:before {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: 30px;
    color: #014991;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: initial;
    transform: translate(-50%, -50%);
}


#next {
    display: none;
}


.trip-tab {
    display: flex;
    gap: 30px;
}

.trip-card__img {
    border-radius: 10px;
    height: 375px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


    .trip-card__img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.slick-current .trip-card__content {
    opacity: 1 !important;
}

.trip-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    z-index: 3;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
    background: rgba(0,0,0,0.4);
}

    .trip-card__content a {
        color: var(--color-white);
    }

.trip-card__location {
    color: var(--color-white);
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}



    .trip-card__location i {
        position: relative;
        top: -1px;
        font-size: 20px;
        left: -3px;
    }

    .trip-card__location:after {
        background-color: rgba(255, 255, 255, 0.3);
        height: 16px;
        width: 36px;
        left: -10px;
        bottom: -3px;
    }

    .trip-card__location:after, .trip-card__location:before {
        content: "";
        height: 8px;
        width: 16px;
        background-color: rgba(247, 247, 247, 0.6);
        position: absolute;
        bottom: 2px;
        left: 0;
        border-radius: 50%;
        opacity: 0.5;
        z-index: -1;
    }

.trip-card__title {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 10px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    margin-top: -0.34em;
    font-weight: 700;
}

.trip-card__count {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: var(--color-white);
    margin-bottom: 30px;
}

.trip-card.active .trip-card__count {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.trip-card .ot-btn {
    background-color: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    line-height: 1;
    padding: 15px 30px;
    min-width: 160px;
}

    .trip-card .ot-btn:hover {
        position: relative;
        z-index: 2;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        border: none;
        text-align: center;
        background-color: var(--color-blue);
        color: var(--color-white);
        font-size: 16px;
        border: 1px solid var(--color-blue);
    }

.ot-btn:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: #1b4d31;
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    transition: 0.7s ease;
}


.trip-card {
    position: relative;
    flex: 195px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: center;
    cursor: pointer;
}

    .trip-card.active .trip-card__img:before {
        opacity: 0.65;
    }

.trip-card__img:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    opacity: 0;
    z-index: 1;
    transition: 0.4s ease-in-out;
}



.trip-tab .slick-list {
    padding: 0px !important;
    width: 100%;
}


    .trip-tab .slick-list .slick-track {
        width: 100% !important;
        transform: translate3d(10px, 0px, 0px) !important;
    }

        .trip-tab .slick-list .slick-track .slick-slide {
            width: 25% !important;
            padding: 0 10px 0 0;
        }

/* What we offfer css*/
.home-one-features {
    background-image: url(/images/features-img.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

    .home-one-features .feature-content {
        padding: 80px 0px;
    }

    .home-one-features li {
        padding: 7px;
    }

    .home-one-features .feature-items.active {
        background-color: var(--color-darkBlue);
        color: var(--color-white);
    }

    .home-one-features .feature-items {
        background-color: var(--color-white);
        padding: 45px 15px;
        width: 100%;
        position: relative;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        color: var(--black);
        text-align: center;
        margin-bottom: 0;
        line-height: 13px;
    }

        .home-one-features .feature-items.active svg {
            fill: var(--color-white);
        }

        .home-one-features .feature-items svg {
            fill: var(--black);
            transition: .35s;
            margin-bottom: 35px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .home-one-features .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: var(--color-org);
        width: 25px;
        border-radius: 90px;
        height: 8px;
    }

    .home-one-features .carousel-indicators .active {
        background: var(--color-white) !important;
    }

    .home-one-features .carousel-indicators [data-bs-target] {
        border-top: none;
        border-bottom: none;
        opacity: 1;
    }

    .home-one-features .nav-tabs {
        border-bottom: unset;
    }


.trustreviewBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 45px;
}

    .trustreviewBlock .stars {
        height: 35px;
        margin: 0 10px;
    }

    .trustreviewBlock .review-text {
        margin-top: -10px;
        line-height: 15px;
    }




.slick-dots {
    bottom: -6px;
}

    .slick-dots li button {
        border: 2px solid #ccc;
        width: 8px;
        height: 8px;
        border-radius: 100%;
    }

    .slick-dots li.slick-active button {
        border: 2px solid var(--color-blue);
        background: var(--color-blue);
    }


.deal__tnc {
    font-size: 12px;
    margin: 0;
    padding-top: 15px;
    line-height: 1.5;
    color: #2a2e32;
}

    .deal__tnc span {
        color: var(--color-blue);
        font-weight: 500;
    }

    .deal__tnc a {
        text-decoration: underline;
        color: #6f18a8;
    }

        .deal__tnc a:hover {
            text-decoration: none;
        }


.reviewsCntr {
    padding: 40px 0;
}

    .reviewsCntr .head {
        padding: 25px 0;
        display: flex;
        flex-direction: column;
    }

        .reviewsCntr .head img {
            width: 100px;
            margin-right: 10px;
        }

        .reviewsCntr .head .heading {
            display: flex;
            align-content: center;
        }

            .reviewsCntr .head .heading .review {
                font-weight: 600;
                padding-right: 10px;
            }

.trustpilotBox {
    width: 100%;
    position: relative;
}

    .trustpilotBox .reviews {
        margin-right: -20px;
    }

    .trustpilotBox .block {
        width: 50%;
        padding-right: 20px;
        float: left;
    }

        .trustpilotBox .block .items {
            padding: 20px 20px 0 20px;
            box-shadow: 0 3px 6px #0000000A
        }

    .trustpilotBox .small_tp {
        height: 18px;
    }

    .trustpilotBox .small_logo {
        height: 24px;
    }

    .trustpilotBox p {
        padding: 17px 0 10px 0;
        min-height: 100px;
        font-size: 14px;
        line-height: 23px;
    }

    .trustpilotBox .name {
        padding-bottom: 20px;
        font-size: 11px;
        color: #404040;
    }

    .trustpilotBox .reviewBottom {
        padding: 10px 0;
        border-top: 1px solid #f4f4f4;
        font-size: 11px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .trustpilotBox .slick-list.draggable {
        padding: 0 70px 30px 0 !important;
    }

    .trustpilotBox .slick-prev {
        width: auto;
        height: auto;
        left: inherit;
        top: 36px;
        right: 45px;
    }

        .trustpilotBox .slick-prev:before {
            font-size: 35px;
            content: "\f12c";
            color: #304478;
            font-family: bootstrap-icons;
        }

    .trustpilotBox .slick-next {
        width: auto;
        height: auto;
        top: 36px;
        right: 0;
    }

        .trustpilotBox .slick-next:before {
            font-size: 35px;
            content: "\f135";
            color: #304478;
            font-family: bootstrap-icons;
        }

span.stars, span.stars span {
    display: inline-block;
    background: url(/images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
    margin-bottom: 10px;
}

    span.stars span {
        background-position: 0 0;
    }


.hotel_bottom_info {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

    .hotel_bottom_info .price {
        font-size: 18px;
        color: #404040;
        font-weight: 600;
        text-align: right;
    }

        .hotel_bottom_info .price small {
            font-size: 12px;
            display: block;
            font-weight: 300;
        }

    .hotel_bottom_info .rating {
        margin-bottom: 5px;
        width: 93px;
        height: 15px;
        position: relative;
        background: url(../../images/gray-star.svg) left top no-repeat;
    }

        .hotel_bottom_info .rating span {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../../images/yellow-star.png) left top no-repeat;
        }



/*----modify search engine----*/


.modify-engine-box #TotalPax_error {
    bottom: -3px;
    color: red;
    font-size: 12px;
    left: 8px;
}


.mid-edit-border {
    background: #475569;
    width: 1px;
    margin: 0 15px;
}


.modify_info_box {
    padding-top: 10px;
}

.modify_info_content {
    background: #EFEEF7;
    border-radius: 40px;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* LEFT SIDE */
.modify_info_left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.modify_info_city {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: #475569;
    border-right: 1px solid #475569;
    padding-right: 17px;
    font-size: 16px;
}


/* DATE + TRAVELERS */
.modify_info_date {
    font-size: 14px;
    color: #5a5a5a;
}

.modify_info_content .itenery-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #475569;
    font-weight: 600;
    font-size: 16px;
}
/* BUTTON */
.modify_edit_btn {
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #805DAB;
    font-size: 16px;
}

    .modify_edit_btn:hover {
        color: #805DAB;
    }



.modifySearchBox-inner .triptype label {
    color: #475569;
}

.modify-engine-box .label-Head {
    font-size: 14px;
}

.modifySearchBox-inner .from-to .inputOrigin {
    position: relative;
}

.modify-engine-box {
    background: white;
    border-radius: 30px;
    overflow: hidden;
}


.modifySearchBox-inner .from-to .from {
    width: auto;
    border: none;
    background: none;
    flex: 1;
    padding: 0px 5px 0px 20px;
}

/*.modifysearch-outer {
    padding: 115px 0 0 0;
}*/

.modifySearchBox-inner {
    background: #EFEEF7;
    padding: 16px 24px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    border-radius: 22px;
    display: none;
}

    .modifySearchBox-inner .passenger-Box {
        right: 55px;
        top: 118px;
    }

.modifySearchBox .swapIcon::after {
    height: 190%;
}


.modifySearchBox .from-to {
    width: 100%;
    flex-direction: row;
    position: relative;
    height: 100%;
}

.modifySearchBox {
    padding: 0;
    position: relative;
}

    .modifySearchBox #paxCounterVal {
        padding-left: 0;
    }


    .modifySearchBox .inputField.location {
        padding-left: 35px;
    }

    .modifySearchBox .error .inputField {
        border-color: #ca2e2b;
    }

    .modifySearchBox .error .icons {
        color: #ca2e2b;
    }

    .modifySearchBox .from.error .inputField {
        border: none;
        background:none !important;
    }



    .modifySearchBox .searchBox .label .icons {
        position: absolute;
        left: 10px;
        top: 15px;
        display: block;
        pointer-events: none;
        font-size: 20px;
        line-height: 0;
    }

    .modifySearchBox .travelers .bi-caret-down-fill {
        top: 15px;
    }

    .modifySearchBox .dates {
        /*background: #fff;*/
        border-radius: 10px;
        width: 100%;
        float: left;
        padding: 8px 0 8px 0px;
    }

        .modifySearchBox .dates .inputField {
            border: none;
            white-space: normal;
            text-overflow: initial;
            padding-right: 0;
        }

    .modifySearchBox .no-padding {
        padding: 0;
    }

    .modifySearchBox .pad3px {
        padding: 0 4px;
    }

    .modifySearchBox .pl-8 {
        padding-left: 8px;
    }

    .modifySearchBox .row_margin {
        margin: 0 -4px;
    }

    .modifySearchBox .row_margin2 {
        margin: 0 -6px;
    }

    .modifySearchBox .col-50 {
        width: 50%;
        float: left;
        position: relative;
        border-left: 1px solid #E2E8F0;
        padding-left: 15px;
    }

        .modifySearchBox .col-50.return_date {
            margin-left: -7px;
        }

        .modifySearchBox .col-50.roundtrip {
            visibility: hidden;
        }


    .modifySearchBox .tripType {
        border-bottom: none;
    }

    .modifySearchBox .switch {
        top: 0;
    }

    .modifySearchBox .travelers {
        margin-right: 7px;
    }

.search__infoBox {
    display: none;
    padding: 5px 10px;
    background: #ecf0ff;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    color: #333;
}


    .search__infoBox .column {
        width: 50px;
        float: left;
        font-weight: 700;
        font-size: 16px;
    }

    .search__infoBox .itenery-date {
        font-size: 13px;
    }

    .search__infoBox i {
        position: relative;
        top: 7px;
    }

.modify_search_mobile {
    background: var(--color-blue);
    color: #fff;
    width: 70px;
    text-align: center;
    cursor: pointer;
    height: 56px;
    line-height: 55px;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -6px;
    padding-top: 5px;
    line-height: 44px;
}

.relative {
    position: relative;
}


.modifySearchBox .angucomplete-dropdown {
    left: 0;
    width: 650px;
    margin-top: 15px;
}

.modifySearchBox .inputField.input_clear.x {
    background-position: right 14px;
}

td.highlight > a {
    background: #0000ff !important;
}

.mobile-itenery {
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 4px 5px #000000;
    background: #fff;
}

    .mobile-itenery.fixed {
        position: fixed;
        top: 0;
    }

.radio-tabs {
    border: 0;
}

    .radio-tabs .nav-link {
        border: 0;
        background: none;
        position: relative;
        padding-left: 26px;
        color: #0F172A !important;
    }

        /* circle */
        .radio-tabs .nav-link.active::before {
            border-radius: 100%;
            background: #805DAB;
            content: "";
            display: block;
            height: 8px;
            width: 8px;
            left: 5px;
            position: absolute;
            top: 14px;
        }

        /* active filled dot */
        .radio-tabs .nav-link::after {
            border-radius: 100%;
            border: 1px solid #8E8E93;
            content: "";
            height: 16px;
            width: 16px;
            left: 1px;
            position: absolute;
            top: 10px;
        }

        .radio-tabs .nav-link.active::after {
            border: 1px solid #805DAB;
        }


.filterBox {
    width: 100%;
    overflow: hidden;
}


    .filterBox .inner {
        padding: 10px 15px;
    }

    .filterBox .filter__list li .multiairline {
        height: 18px;
        top: -5px;
        position: relative;
        right: 0px;
    }

    .filterBox .filter__list .filter__list label {
        font-weight: 400;
    }

    .filterBox .return_time {
        width: 100%;
        float: left;
        margin-top: 15px;
        padding-top: 10px;
    }

    .filterBox .text-overflow {
        display: inline-block;
        max-width: 150px;
        font-size: 13px;
    }


.mobile__filter {
    display: none;
    margin-bottom: 14px;
    padding: 10px 7px 0 48px;
    position: relative;
}


    .mobile__filter ul {
        list-style: none;
        white-space: nowrap;
        display: flex;
        margin: 0;
        overflow-y: hidden;
        overflow-x: scroll;
    }

        .mobile__filter ul li {
            float: left;
            padding: 6px 14px;
            margin-right: 10px;
            border-radius: 30px;
            border: 1px solid #d5dcf3;
            box-shadow: 0 3px 6px #0000000A;
            color: #014382;
            font-weight: 500;
            background: #f8f9ff;
        }

            .mobile__filter ul li .mobile__filter-clear {
                display: none;
            }

            .mobile__filter ul li.active {
                background: #014382;
                color: #fff;
                border-color: #014382;
            }

                .mobile__filter ul li.active a {
                    margin: 0 0 0 4px;
                    color: #fff;
                    display: inline-block;
                    position: relative;
                    top: -2px;
                }

    .mobile__filter .filter_link {
        font-size: 33px;
        position: absolute;
        left: 7px;
        top: -4px;
        color: #014382;
    }


.filter_action_button {
    width: 100%;
    padding: 15px;
    position: fixed;
    left: -200%;
    bottom: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    transition: all .5s;
}

    .filter_action_button a {
        padding: 10px;
        border: 1px solid #adb4d4;
        width: 45%;
        display: block;
        text-align: center;
        font-size: 18px;
        color: #014382;
        float: left;
        margin: 0 8px;
        border-radius: 5px;
    }


        .filter_action_button a.active {
            background: var(--color-blue);
            border-color: var(--color-blue);
            color: #fff;
        }




.resultsBox {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    transition: transform .2s ease,box-shadow .2s ease;
    border: 1px solid #E2E8F0;
}


    .resultsBox .flight__row {
        padding: 8px;
        margin-left: 12px;
        padding-left: 0;
    }



        .resultsBox .flight__row .head .date {
            font-weight: 400;
            font-size: 14px;
            color: #666666;
        }

        .resultsBox .flight__row .flights_info {
            padding-left: 0px;
            width: 252px;
            float: left;
            display: flex;
            align-items: center;
            height: 100%;
            border-right: 1px dashed #E2E8F0;
        }

            .resultsBox .flight__row .flights_info .airline_name {
                color: #0F172A;
                font-weight: 500;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 14px;
            }

            .resultsBox .flight__row .flights_info .flights_number {
                color: #475569;
                font-size: 12px;
                font-weight: 500;
            }

            .resultsBox .flight__row .flights_info .class_type {
                font-weight: 700;
            }

        .resultsBox .flight__row .leg-details .city {
            width: 80px;
        }

        .resultsBox .flight__row .date {
            font-size: 14px;
        }

        .resultsBox .flight__row .leg-details .time {
            font-weight: 600;
            color: #1b1b1b;
            font-size: 16px;
        }

        .resultsBox .flight__row .leg-details .connnecting-block {
            padding: 20px 10px 0 15px;
            float: left;
            width: calc(100% - 207px);
            position: relative;
        }

        .resultsBox .flight__row .leg-details .leg-points {
            height: 2px;
            position: relative;
            text-align: center;
            border-top: 2px solid #E2E8F0;
            font-size: 12px;
            display: flex;
            justify-content: center;
        }

            .resultsBox .flight__row .leg-details .leg-points:before {
                content: "";
                width: 25px;
                height: 22px;
                display: block;
                position: absolute;
                left: -1px;
                top: -23px;
                background: url(/images/icons/connect-plane2.png) center center no-repeat;
            }

            .resultsBox .flight__row .leg-details .leg-points:after {
                content: "";
                width: 25px;
                height: 22px;
                display: block;
                position: absolute;
                right: 2px;
                top: -23px;
                background: url(/images/icons/connect-plane.png) center center no-repeat;
            }

            .resultsBox .flight__row .leg-details .leg-points .stops {
                font-size: 12px;
                text-align: center;
                width: 77px;
                display: inline-block;
                margin-top: -15px;
                line-height: 1.5;
                color: #666666;
                position: relative;
            }

                .resultsBox .flight__row .leg-details .leg-points .stops:before {
                    content: "";
                    width: 7px;
                    height: 7px;
                    display: inline-block;
                    border: 1px solid #805DAB;
                    border-radius: 100%;
                    background: #805DAB;
                    position: relative;
                    top: 5px;
                }

            .resultsBox .flight__row .leg-details .leg-points .noneStop .layovertime {
                top: -24px;
            }

            .resultsBox .flight__row .leg-details .leg-points .noneStop {
                padding: 5px 0;
            }

            .resultsBox .flight__row .leg-details .leg-points .stops b {
                position: relative;
                top: -5px;
                font-weight: 500;
            }

            .resultsBox .flight__row .leg-details .leg-points .layovertime {
                width: 100%;
                position: absolute;
                top: -5px;
                left: 0;
            }

        .resultsBox .flight__row.return_flights {
            border-top: 1px dashed #E2E8F0;
        }

.flight__row .total-time {
    font-weight: 500;
}

.resultsBox .top_row_mobile {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

    .resultsBox .top_row_mobile .mobile_alternate {
        float: left;
        margin-left: 0;
    }


.resultsBox .price_list .bagguage_fees {
    padding: 5px 0;
}


.resultsBox .price_list .per_person {
    font-size: 14px;
}

.resultsBox .price_list .select__btn {
    font-size: 15px;
    border-radius: 24px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: center;
    background: #805DAB;
    color: white;
    padding: 12px 25px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    width: 150px;
    height: 45px;
}

    .resultsBox .price_list .select__btn span {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.4s ease, opacity 0.4s ease;
        top: 0;
        left: 0;
    }

    .resultsBox .price_list .select__btn .text1 {
        transform: translateY(0);
        opacity: 1;
    }

    .resultsBox .price_list .select__btn .text2 {
        transform: translateY(100%);
        opacity: 0;
    }

    .resultsBox .price_list .select__btn:hover .text1 {
        transform: translateY(-100%);
        opacity: 0;
    }

    .resultsBox .price_list .select__btn:hover .text2 {
        transform: translateY(0);
        opacity: 1;
    }

    /*.resultsBox .price_list .select__btn::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4A70F1;
        transition: top 0.35s ease;
        z-index: -1;
    }*/

    .resultsBox .price_list .select__btn:hover::before {
        top: 0;
    }

    .resultsBox .price_list .select__btn:hover {
        color: #fff;
    }







    .resultsBox .price_list .select__btn i {
        position: relative;
        top: 0;
    }



.resultsBox .price_list .seat_left {
    font-weight: 400;
}


.resultsBox .results_bottom {
    padding: 2px 0;
    background: #E2E8F0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.bagguage_fees {
    color: #6b6b6b;
    position: relative;
    display: inline-block;
}

    .bagguage_fees ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin-bottom: 5px;
    }

        .bagguage_fees ul li {
            margin-right: 15px;
            position: relative;
            padding: 0px 8px 2px 4px;
            border: 1px solid #cfcfcf;
            border-radius: 3px;
        }

            .bagguage_fees ul li img {
                width: 15px;
            }

            .bagguage_fees ul li .bag-last {
                width: 12px;
            }

            .bagguage_fees ul li.check {
                justify-content: flex-end;
                font-family: "bootstrap-icons";
                color: #3ab54a;
            }

                .bagguage_fees ul li.check:before {
                    content: "";
                    position: absolute;
                    top: 7px;
                    left: 15px;
                    background: url(/Images/baggage-included.svg) no-repeat;
                    height: 10px;
                    width: 10px;
                    background-size: cover;
                }

            .bagguage_fees ul li.noCheck:before {
                content: "";
                position: absolute;
                top: 7px;
                left: 11px;
                background: url(/Images/close-icon.svg) no-repeat;
                height: 10px;
                width: 10px;
                background-size: cover;
            }

    .bagguage_fees:hover .tooltipBox {
        display: block;
    }

    .bagguage_fees .tooltipBox {
        width: 330px;
        left: 0;
        transform: translateX(-110%);
        top: 10px;
    }

        .bagguage_fees .tooltipBox:after, .bagguage_fees .tooltipBox:before {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            top: 1px;
            left: 100%;
            border-left: 10px solid #ccc;
        }

        .bagguage_fees .tooltipBox:after {
            border-left: 10px solid #fff;
            z-index: 1;
        }

        .bagguage_fees .tooltipBox .baggesInfo {
            flex-direction: column;
            padding-left: 28px;
        }

            .bagguage_fees .tooltipBox .baggesInfo li {
                width: 100%;
                margin: 0;
                padding: 3px 0;
                text-transform: lowercase;
                border: none;
            }

}

.bagguage_fees .tooltipBox:after, .bagguage_fees .tooltipBox:before {
    left: 18%;
}

.bagguage_fees .tooltipBox .row {
    padding-bottom: 5px;
}

    .bagguage_fees .tooltipBox .row:last-child {
        padding-bottom: 5px;
    }

.bagguage_fees .tooltipBox .leftSec {
    color: #303030;
    font-size: 13px;
    padding-left: 40px;
    position: relative;
}

.bagguage_fees .tooltipBox .bag {
    width: 20px;
    position: absolute;
    left: 10px;
    top: 0;
}

    .bagguage_fees .tooltipBox .bag.last {
        height: 22px;
    }

.bagguage_fees .tooltipBox p {
    margin: 0;
    font-weight: normal;
    color: #919192;
    font-size: 12px;
    line-height: 1.3;
}

.bagguage_fees .tooltipBox .included {
    color: #73cf3a;
}


.resultsBox .results_bottom .flight_detail_btn {
    color: #0F172A;
    text-decoration: none;
}

#travl-info .modal-dialog, .hold-opt, .bag-det .modal-dialog {
    top: 40%;
    transform: translate(0, -50%) !important;
}

.modal {
    backdrop-filter: blur(5px);
}

.save_price_msg {
    background: #805DAB;
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 8px 8px 0px 0;
    position: relative;
    left: 8px;
    top: 0px;
}

.add-contract {
    border-radius: 10px;
    margin-bottom: 15px;
}


.mobile_class_type {
    font-size: 12px;
    font-weight: 400;
    float: right;
    margin: 2px;
    color: #939393;
}

.repeat_results {
    position: relative
}

.mobile_Resultsclick {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 110%;
    height: 100%;
    margin: 0 -20px;
}

#scrollBottomtop {
    background: var(--color-blue);
    position: fixed;
    right: 20px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    z-index: 1;
}

    #scrollBottomtop:focus {
        border: none;
    }

#airlines.filterBox .text-overflow {
    width: 145px;
    color: #666666;
}

.cursor {
    cursor: pointer;
}


.text-link-red {
    color: var(--color-blue);
    text-decoration: underline !important
}

.overflow {
    overflow: hidden;
}

.midLoading {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9;
    top: 0;
}

    .midLoading .loading-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }



.information_msg {
    font-size: 11px;
    color: #9b9b9b;
    font-weight: 400;
}

.highlight {
    color: #00c29b;
    font-weight: 500;
}

.message_display {
    border: 1px solid #00c29b;
    color: #00c29b;
    padding: 2px 10px;
    border-radius: 22px;
    font-size: 11px;
    margin: 0 5px;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.open-model {
    overflow: hidden;
}




.tooltip-new {
    background: #292f33;
    color: #fff;
    bottom: 100%;
    display: block;
    width: 280px;
    border-radius: 5px;
    padding: 9px 10px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transition: all .25s ease-out;
    transform: translateX(-50%);
}

    .tooltip-new:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .tooltip-new:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #292f33 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 53%;
        position: absolute;
        width: 0;
        transform: translateX(-53%);
    }

.connnecting-block:hover .tooltip-new {
    opacity: 1;
    pointer-events: auto;
}

.connnecting-block .tooltipBox {
    width: max-content;
    left: 50%;
    top: 32px;
    text-align: left;
    transform: translateX(-50%);
    z-index: 999;
}

    .connnecting-block .tooltipBox b {
        font-weight: 600;
    }

.tooltip_block {
    position: relative;
    display: inline-block;
}

    .tooltip_block:hover .custom_tooltip {
        display: block;
    }

.tooltip-icon {
    position: relative;
    top: -2px;
}

.custom_tooltip {
    width: 320px;
    display: none;
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 11px 13px;
    font-size: 12px;
    color: #444;
    border: 1px solid #e0e0e0;
    z-index: 1;
    box-shadow: 4px 4px 9px #000000;
}

    .custom_tooltip:after, .custom_tooltip:before {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: -10px;
        left: 47%;
        border-bottom: 10px solid #ccc;
    }

    .custom_tooltip:after {
        border-bottom: 11px solid #fff;
        z-index: 1;
    }

    .custom_tooltip .tooltip_close {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        font-size: 26px;
        line-height: 26px;
    }

.popup_Box {
    background-color: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}

    .popup_Box .center-block {
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: table;
        table-layout: fixed;
    }

    .popup_Box .outer {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        padding: 40px 0;
    }

        .popup_Box .outer.call_fullwindow {
            padding: 0;
        }

            .popup_Box .outer.call_fullwindow .close__popup {
                top: 4px;
                z-index: 1;
                right: 12px;
            }

    .popup_Box .close__popup {
        width: 38px;
        text-align: center;
        background: #fff;
        display: inline-block;
        height: 33px;
        position: absolute;
        right: 0;
        top: -31px;
        font-size: 18px;
        padding-top: 5px;
        color: var(--color-blue);
    }

.button {
    background: var(--color-blue);
    color: #fff;
}

.session__expire {
    width: 519px;
    margin: 0 auto;
    background: #fff;
    padding: 36px;
    position: relative;
    border-radius: 5px;
}

    .session__expire img {
        width: 25%;
    }

    .session__expire .bi-hourglass-bottom {
        font-size: 40px;
    }

    .session__expire .clock_tym img {
        width: 100%;
    }

    .session__expire h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 12px 0;
        margin-top: 30px;
    }

    .session__expire .call_us {
        overflow: hidden;
        border-top: 1px dotted #ccc;
        padding-top: 11px;
    }

        .session__expire .call_us .call_icon {
            width: 50px;
            margin-top: 11px;
        }

    .session__expire .left {
        width: calc(100% - 80px);
        float: left;
        padding-left: 15px;
        text-align: left;
        border-left: 1px solid #ccc;
        margin-left: 18px;
        color: #3b3b3b;
    }

        .session__expire .left a {
            font-size: 22px;
            color: var(--color-blue);
            font-weight: 700;
            display: inline-block;
        }

    .session__expire .timeStart {
        padding-top: 12px;
        padding-bottom: 10px;
        font-size: 12px;
    }

        .session__expire .timeStart .seconds {
            font-size: 30px;
            color: var(--color-blue);
            font-weight: 700;
            line-height: 40px;
        }

    .session__expire .time_text {
        font-size: 14px;
        margin: 0;
    }

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

    .popup-btn .searchbtn {
        background: #ced0d4;
        color: #fff;
        font-size: 16px;
        width: 167px;
        text-align: center;
        padding: 12px 5px;
        border: 0;
        border-radius: 5px;
        font-weight: 500;
        display: inline-block;
    }

        .popup-btn .searchbtn.active {
            background: var(--color-main);
        }

.no__resultsBox {
    margin-bottom: 20px;
    padding: 50px 20px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 5px #000000;
    background: #fff;
    text-align: center;
}

    .no__resultsBox .head {
        font-size: 21px;
        color: #484848;
        font-weight: 600;
        padding: 20px 0 10px 0;
    }

    .no__resultsBox .resetFilter_button {
        background: var(--color-blue);
        padding: 7px 20px;
        border-radius: 3px;
        text-decoration: none;
        color: #fff;
    }

        .no__resultsBox .resetFilter_button i {
            margin-right: 7px;
        }

        .no__resultsBox .resetFilter_button:hover {
            background: #014382;
            text-decoration: none;
        }

.baggage__fees {
    width: 820px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
}


    .baggage__fees h3 {
        font-size: 19px;
        font-weight: 600;
        margin: 14px 0 20px 0;
        padding-bottom: 5px;
    }


    .baggage__fees .baggage_block {
        padding: 8px 15px;
        background: #edeef3;
        margin: 10px 0;
    }


        .baggage__fees .baggage_block img {
            width: 40px;
            margin-right: 10px;
        }

        .baggage__fees .baggage_block a {
            background: var(--color-blue);
            color: #fff;
            text-decoration: none;
            margin-top: 5px;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 2px;
            white-space: nowrap;
            font-size: 13px;
        }

    .baggage__fees .small_text {
        font-size: 12px;
        position: relative;
        padding-left: 17px;
    }

        .baggage__fees .small_text i {
            position: absolute;
            left: 0;
            top: 0;
        }

    .baggage__fees .text-link {
        color: var(--color-blue);
    }

    .baggage__fees .baggage_banner {
        width: 100%;
    }

.mid_page__loading {
    width: 340px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 18px;
    overflow: hidden;
}


    .mid_page__loading img {
        float: left;
        width: 131px;
    }

    .mid_page__loading p {
        font-size: 16px;
        line-height: 24px;
        float: left;
        margin: 0;
        border-left: 1px solid #ccc;
        padding: 0 0 0 20px;
        margin-left: 20px;
    }

    .mid_page__loading .dot span {
        font-size: 28px;
        line-height: 15px;
        animation-name: blink;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

        .mid_page__loading .dot span:nth-child(2) {
            animation-delay: .2s;
        }

        .mid_page__loading .dot span:nth-child(3) {
            animation-delay: .4s;
        }

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.mobilecall_fullwindow {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

    .mobilecall_fullwindow .title {
        font-weight: 300;
        text-transform: capitalize;
        font-size: 33px;
        padding-bottom: 13px;
        padding-top: 10px;
    }

    .mobilecall_fullwindow .callBannerBox {
        background: #2139ac;
        color: #fff;
        text-align: center;
    }

    .mobilecall_fullwindow .image-responsive {
        width: 100%;
    }

    .mobilecall_fullwindow .content_popup {
        padding: 20px 0;
    }

    .mobilecall_fullwindow .call_button {
        width: 100%;
        background: #fb3d4e;
        border: none;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        padding: 14px;
        outline: 0;
        display: block;
    }

    .mobilecall_fullwindow h2 {
        font-size: 21px;
        font-weight: 400;
        padding: 22px;
        margin: 0;
        line-height: 32px;
    }

.increasefare {
    width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    position: relative;
    border-radius: 5px;
}

    .increasefare h4 {
        font-size: 21px;
    }


    .increasefare small {
        display: block;
        padding-top: 20px;
    }

    .increasefare .icons {
        background: var(--color-blue);
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 100%;
        color: #fff;
        align-items: center;
        justify-content: center;
        line-height: 40px;
        margin-bottom: 15px;
        font-size: 27px;
    }

.promoBox {
    width: 520px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    position: relative;
    border-radius: 5px;
}

    .promoBox h4 {
        font-size: 18px;
    }


    .promoBox .couponList {
        list-style: none;
        padding: 10px 0;
    }

        .promoBox .couponList li {
            font-size: 11px;
            border-bottom: 1px solid #ececec;
            padding: 11px 0;
        }

            .promoBox .couponList li p {
                margin: 0;
            }

    .promoBox .promo-key {
        display: inline-block;
        border: 1px dashed #02cb66;
        padding: 3px 10px;
        color: #02cb66;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
        min-width: 85px;
        text-align: center;
    }

    .promoBox .save {
        color: #db9a00;
        margin-left: 5px;
        font-size: 14px;
    }

.loaderBox img {
    width: 100%;
}

.loading-icon {
    /*background: url(/images/icons/flights-white2.svg) no-repeat center center;*/
    width: 94px;
    height: 94px;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.loading-circle {
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 5px solid #734CA3;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-width: 5px;
}

.airline-deals .slick-list {
    margin: 0px -10px;
}

.airline-deals .slick-slide {
    margin: 0px 10px;
}

.mid__loading {
    padding: 0 0 50px 0;
}

    .mid__loading .head {
        font-size: 20px;
        font-weight: 600;
        color: #0F172A;
    }


    .mid__loading .block .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
    }

        .mid__loading .block .left .city__code {
            width: 50%;
            font-size: 18px;
            color: #484848;
            font-weight: 600;
        }

            .mid__loading .block .left .city__code small {
                display: block;
            }

        .mid__loading .block .left .flight__icon {
            padding: 0 20px;
        }

    .mid__loading .block .right {
        padding: 3px 10px 0 10px;
        position: relative;
        font-size: 16px;
        color: #666666;
        font-weight: 400;
    }

        .mid__loading .block .right .arrow {
            color: var(--color-blue);
            position: absolute;
            right: 0;
            top: 0;
            font-size: 27px;
            padding: 5px;
            line-height: 27px;
        }



.no_resultsBox img {
    margin: 14px 0 10px 0;
}

.no_resultsBox .call {
    width: 400px;
    margin: 0 auto;
}

    .no_resultsBox .call span {
        display: block;
        font-size: 16px;
        color: #0F172A;
        font-weight: 500;
    }


.no_resultsBox {
    padding: 30px 0;
    text-align: center;
}

    .no_resultsBox .buttons .backbutton {
        padding: 10px 20px;
        border: none;
        margin: 10px;
        border-radius: 5px;
        color: var(--color-darkgreen);
    }

    .no_resultsBox .block {
        max-width: 500px;
        margin: 0 auto;
    }

    .no_resultsBox .head {
        font-size: 33px;
        font-weight: 600;
    }

    .no_resultsBox p {
        font-size: 16px;
        color: #666666;
        font-weight: 500;
    }

    .no_resultsBox .call {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
    }

        .no_resultsBox .call a {
            font-size: 24px;
            color: #0F172A;
            font-weight: 700;
            text-decoration: none;
            white-space: nowrap;
        }

/*.results-skeleton-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.8) 50%,rgba(255,255,255,0)),radial-gradient(circle 15px at center,#e9ebec 99%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(#e9ebec 100%,transparent 0),linear-gradient(90deg,#fff,#fff);
    background-size: 960px 110px,30px 30px,108px 16px,90px 6px,60px 6px,384px 6px,410px 6px,200px 6px,314px 6px,120px 30px,100% 100%;
    background-position: -960px 0,20px 20px,60px 20px,60px 46px,20px 84px,188px 20px,188px 36px,188px 52px,188px 68px,710px 40px,0 0;
    background-repeat: no-repeat;
    animation: oneway-loading 1.2s infinite;
}

@keyframes oneway-loading {
    to {
        background-position: 960px 0,20px 20px,60px 20px,60px 46px,20px 84px,188px 20px,188px 36px,188px 52px,188px 68px,710px 40px,0 0;
    }
}

.filter-skeleton-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(245,245,245,.8) 50%,rgba(255,255,255,0)),linear-gradient(90deg,#e9ebec,#e9ebec),linear-gradient(90deg,#e9ebec,#e9ebec),linear-gradient(90deg,#e9ebec,#e9ebec),linear-gradient(90deg,#e9ebec,#e9ebec);
    background-size: 260px 160px,264px 14px,195px 14px,212px 14px,115px 14px;
    background-position: -260px 0,0 34px,0 64px,0 90px,0 120px;
    background-repeat: no-repeat;
    animation: leftside-loading 1.2s infinite;
}

@keyframes leftside-loading {
    to {
        background-position: 260px 0,0 34px,0 64px,0 90px,0 120px;
    }
}

.m-skeleton-content:after {
    content: "";
    display: block;
    width: 60px;
    height: 14px;
    margin-left: 30px;
    background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.6) 50%,rgba(255,255,255,0)),linear-gradient(90deg,#e9ebec,#e9ebec);
    background-size: 60px 14px,100% 100%;
    background-position: -300px 0,0 0;
    background-repeat: no-repeat;
    animation: carousel-loading 1.2s infinite;
}

@keyframes carousel-loading {
    to {
        background-position: 60px 0,0 0;
    }
}*/

slider.ui-widget.ui-widget-content {
    padding: 0 !important;
    height: 3px;
    border: none;
}

slider {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 100%;
    margin: 10px 0 15px 0;
    vertical-align: middle;
}

    slider span {
        white-space: nowrap;
        position: absolute;
        display: inline-block;
    }

        slider span.base {
            width: 100%;
            height: 100%;
            padding: 0;
        }

        slider span.bar {
            width: 100%;
            height: 100%;
            z-index: 0;
            background: #ccc;
        }

            slider span.bar.selection {
                width: 0%;
                z-index: 1;
                background: #014382;
            }

        slider span.pointer {
            cursor: pointer;
            width: 19px;
            height: 19px;
            top: -8px;
            z-index: 1;
            border: 2px solid #014382;
            background: #fff;
            border-radius: 100%;
            outline: 0;
        }

.results_body {
    background: #fff;
}

#resultsCntr {
    width: 100%;
    padding: 25px 0;
    font-size: 14px;
}

.leftCntr .filterhead {
    display:none;
}

#resultsCntr .leftCntr.open-filter {
    left: 0;
    width: 100%;
    padding-right: 0;
    background: #fff;
    z-index: 2;
    display: block;
}

    #resultsCntr .leftCntr.open-filter .holder {
        height: calc(100vh - 80px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 76px;
    }


#resultsCntr .rightCntr {
    width: calc(100% - 282px);
    float: left;
    color: #2a2e32;
}

    #resultsCntr .rightCntr .result-found {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin: 0;
        display: inline-block;
    }

    #resultsCntr .rightCntr .all-result-header {
        width: 100%;
        padding: 20px 0px;
        border-radius: 10px;
        color: #0F172A;
        display: flex;
        justify-content: space-between;
    }

        #resultsCntr .rightCntr .all-result-header h4 {
            font-size: 16px;
            font-weight: 600;
        }

.all-result-header .mob-filter-btn {
    display: none;
}

.expert {
    float: left;
    margin-left: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    padding: 2px;
    border-radius: 5px;
    position: sticky;
    top: 10px;
    width: 168px;
}

    .expert .get-asist {
        border-left: 3px solid var(--color-black);
        padding-left: 7px;
        margin-left: 10px;
        text-align: left;
        color: var(--color-black);
        font-size: 15px;
        font-weight: 500;
        margin-top: 20px;
    }



    .expert ul {
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        margin: 5px 10px 15px 10px;
        padding: 0 5px;
    }

        .expert ul li {
            font-size: 11px;
            padding: 10px 0;
            color: #6a6a6a;
            border-bottom: 1px solid #e6e6e6;
            text-align: left;
        }

            .expert ul li:last-child {
                border-bottom: none;
            }

    .expert .botm-sec {
        font-size: 16px;
        color: var(--color-blue);
        font-weight: 600;
        padding-bottom: 10px;
    }

        .expert .botm-sec p {
            font-size: 12px;
            color: var(--color-black);
            font-weight: 500;
        }

#resultsCntr .fare__breakup {
    position: relative;
}


#resultsCntr .fare__detail {
    color: var(--color-blue);
    text-decoration: none;
    text-align: center;
}


    #resultsCntr .fare__detail span {
        color: #686868;
        display: block;
        font-size: 12px;
        width: 73px;
    }

    #resultsCntr .fare__detail:hover {
        text-decoration: none;
        color: #014382;
    }

#resultsCntr .fare_breakup_detail {
    box-shadow: 0 0 9px #b8c7ff;
    display: none;
    width: 300px;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px;
    border: 1px solid #d9d9db;
}

    #resultsCntr .fare_breakup_detail:after, #resultsCntr .fare_breakup_detail:before {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 100%;
        left: 50%;
        border-top: 10px solid #ccc;
    }

    #resultsCntr .fare_breakup_detail:after {
        border-top: 10px solid #fff;
        margin-top: -1px;
        z-index: 1;
    }

    #resultsCntr .fare_breakup_detail ul {
        list-style: none;
        margin: 0;
    }

        #resultsCntr .fare_breakup_detail ul li {
            width: 100%;
            border-bottom: 1px dashed #a6a6a6;
            padding-bottom: 10px;
            margin-bottom: 10px;
            display: flex;
            justify-content: space-between;
        }

            #resultsCntr .fare_breakup_detail ul li:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            #resultsCntr .fare_breakup_detail ul li .traveler span {
                display: block;
                font-size: 12px;
            }

    #resultsCntr .fare_breakup_detail .close_price_breakup {
        width: 38px;
        text-align: center;
        background: #fff;
        display: inline-block;
        height: 22px;
        position: absolute;
        right: 0;
        top: -22px;
        color: var(--color-blue);
        border: 1px solid #d9d9db;
        border-bottom: 0;
    }



.text-link-red {
    color: var(--color-blue) !important;
    text-decoration: underline !important;
}


.apply_filter ul {
    list-style: none;
    padding: 0;
}

    .apply_filter ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
        color: var(--color-black);
        background: #fafafa;
        font-size: 12px;
        position: relative;
        display: flex;
    }

        .apply_filter ul li span {
            font-weight: 600;
        }

        .apply_filter ul li .multiairline {
            height: 25px;
            position: relative;
            right: 5px;
        }


        .apply_filter ul li a {
            color: #898585;
            position: relative;
            top: 3px;
            margin-left: 6px;
            float: right;
            line-height: 12px;
        }

            .apply_filter ul li a:hover {
                color: var(--color-blue);
            }

        .apply_filter ul li.clear__all a {
            color: #f55;
            position: relative;
            top: 0;
            margin: 0;
            line-height: 20px;
            text-decoration: none;
        }

.loadmore {
    font-size: 15px;
    background: var(--color-blue);
    padding: 15px 46px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
}


    .loadmore:hover {
        background: #014382;
        color: #fff;
        text-decoration: none;
    }

.flight__itenaryBox .head {
    padding: 0 30px 0 0;
    position: relative;
}

.payment__wrapper .page__title, .confirmation__information .page__title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.flight__itenaryBox .page__title:after {
    bottom: -9px;
    display: none;
}

.payment__wrapper .page__title span:after, .confirmation__information .page__title span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}




.text-box {
    width: 100%;
    font-weight: 400;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 6px 6px 6px 10px;
    color: #6b6b6b;
    box-shadow: none;
}


/*----confirmation page-------*/


.flight__itenaryBox .bag-content .bg-sc .bgsc-info {
    padding: 0;
}

.flight__itenaryBox .bag-content .bg-sc {
}

    .flight__itenaryBox .bag-content .bg-sc ul li {
        color: #66666;
    }


.flight__itenaryBox .bag-content .baggage-selected .baggage-status {
    top: 11px;
    padding: 5px;
    background: #00000066;
}

.flight__itenaryBox .bag-right-info {
    color: #0F172A;
    font-weight: 600;
}

.baggage_info_row h3 {
    font-weight: 700;
    font-size: 16px;
    color: #0F172A;
    margin-bottom: 15px;
}

.flight__itenaryBox .bag-content {
    border-radius: 10px;
    background: #F4F4F4;
    padding: 15px;
    border-top: 0;
}

.flight__itenaryBox .flightDetail {
    /*border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-top: 20px;*/
}

.flight__itenaryBox .tab-content #departTabcontent, .flight__itenaryBox .tab-content #returnTabcontent {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-top: 20px;
}

.flight__itenaryBox .flightDetail h4 {
    font-size: 16px;
    color: #0F172A;
    margin-bottom: 15px;
    font-weight: 700;
}

.flight__itenaryBox .flightDetail .devider_line {
    height: 8px;
    background: #f5f5f8;
    border: none;
    margin: 10px -20px;
}

.flight__itenaryBox .flighttab {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}


    .flight__itenaryBox .flighttab li {
        float: left;
        margin-right: 30px;
    }


        .flight__itenaryBox .flighttab li a {
            font-size: 16px;
            color: #484848;
            text-decoration: none;
            padding: 0 0 7px 0;
            display: block;
            position: relative;
            cursor: pointer;
        }

            .flight__itenaryBox .flighttab li a:before {
                content: "";
                height: 2px;
                position: absolute;
                left: 0;
                bottom: -1px;
                transition: all .5s;
                width: 0;
                display: block;
                background: var(--color-blue);
            }

            .flight__itenaryBox .flighttab li a.active, .flight__itenaryBox .flighttab li a.active:before, .flight__itenaryBox .flighttab li a:hover, .flight__itenaryBox .flighttab li a:hover:before {
                width: 100%;
                color: #014382;
            }

.flight__itenaryBox .airlines__details {
    font-size: 13px;
    line-height: 1.5em;
    color: #949494;
}

    .flight__itenaryBox .airlines__details .air-name {
        font-size: 14px;
        color: #0F172A;
        font-weight: 600;
    }

    .flight__itenaryBox .airlines__details .oprated_by {
        font-size: 14px;
        color: #666666;
        font-weight: 500;
    }

    .flight__itenaryBox .airlines__details img {
        width: 32px;
        float: left;
        margin-right: 10px;
    }

    .flight__itenaryBox .airlines__details .detail {
        width: calc(100% - 45px);
        float: left;
    }

.flight__itenaryBox .route__info {
    padding: 20px 0;
    font-size: 13px;
    position: relative;
}


    .flight__itenaryBox .route__info .time {
        font-size: 16px;
        font-weight: 600;
        color: #0F172A;
    }


    .flight__itenaryBox .route__info .date {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
    }


    .flight__itenaryBox .route__info .destination_fullname {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
    }

        .flight__itenaryBox .route__info .destination_fullname .message_display {
            top: inherit;
            bottom: -25px;
        }

    .flight__itenaryBox .route__info .connecting__bar {
        height: 2px;
        border-top: 1px dashed #666666;
        position: relative;
        top: 50%;
        width: 75%;
        margin: 0 auto;
    }

        .flight__itenaryBox .route__info .connecting__bar:after {
            content: "";
            width: 17px;
            height: 17px;
            display: block;
            position: absolute;
            right: -6px;
            top: -8px;
            border-radius: 100%;
            background: url(../Images/icons/detail-plane2.png);
            background-repeat: no-repeat;
        }

        .flight__itenaryBox .route__info .connecting__bar:before {
            right: inherit;
            left: 0;
        }

        .flight__itenaryBox .route__info .connecting__bar .duretion_time {
            position: absolute;
            left: 50%;
            margin-top: -30px;
            text-align: center;
            font-size: 12px;
            font-weight: 500;
            color: #666;
            transform: translate(-50%, 0px);
            width: 100%;
        }




    .flight__itenaryBox .route__info .TripTime {
        margin: 15px;
    }

    .flight__itenaryBox .route__info .message_display {
        position: absolute;
        left: 0;
        top: -25px;
        margin: 0;
    }


.flight__itenaryBox .class__type {
    padding: 4px 8px;
    background: #efefef;
    display: inline-block;
    border-radius: 40px;
    text-align: left;
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.flight__itenaryBox .layover {
    margin-bottom: 0px;
    padding: 8px 20px;
    font-size: 14px;
    color: #666666;
    background: #F4F4F4;
    text-align: center;
    font-weight: 500;
    border-radius: 40px;
    margin-bottom: 18px;
}

.flight__itenaryBox .total-trip {
    background: #F2F5FF;
}

.flight__itenaryBox .layover .bi-stopwatch {
    position: relative;
    top: -2px;
    margin-right: 4px;
}


.price__Box .row .col-4 {
    font-weight: 500;
    color: #0F172A;
}

#price12 .page__title {
    font-size: 20px;
    font-weight: 500;
}

    #price12 .page__title span:after {
        background: transparent;
    }


.price__Box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .price__Box ul li {
        padding-bottom: 15px;
        font-size: 14px;
        color: #475569;
        font-weight: 500;
    }


        .price__Box ul li i {
            font-size: 16px;
            margin-left: 4px;
            font-weight: 700;
        }

        .price__Box ul li .accordian-slide {
            padding-left: 13px;
            padding-top: 5px;
            font-size: 13px;
            color: #6b6b6b;
            font-weight: 400;
        }

        .price__Box ul li .accordian_toggle {
            cursor: pointer;
        }

        .price__Box ul li .disscount--price {
            color: #00c29b;
        }

.price__Box .total_price {
    font-weight: 600;
    font-size: 16px;
    padding-top: 15px;
    color: #0F172A;
    border-top: 1px solid #D7D7D7;
}

.tot-pric {
    color: #475569;
    font-size: 16px;
}



.price__Box .price__note {
    font-size: 14px;
    color: #666666;
}

.securebooking__Box {
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    background: var(--color-white);
}

    .securebooking__Box p {
        font-size: 14px;
    }

    .securebooking__Box #timerCount {
        font-size: 18px;
        font-weight: 600;
    }

    .securebooking__Box h4 {
        position: relative;
        border-bottom: 1px solid #d9d9d9;
        background: #fff;
        text-align: center;
        padding: 5px 0;
        font-size: 24px;
    }

.cuponBlock {
    width: 100%;
    overflow: hidden;
}

    .cuponBlock .inputText {
        width: calc(100% - 78px);
        border: 1px solid #d9d9d9;
        padding: 10px 10px;
        float: left;
        font-size: 13px;
        color: #7e7e7e;
        border-radius: 5px;
        margin-right: 5px;
    }

    .cuponBlock .submit {
        border: none;
        background: #02cb66;
        padding: 9px;
        color: #fff;
        width: 73px;
        float: left;
        cursor: pointer;
        border-radius: 5px;
    }

        .cuponBlock .submit:focus {
            border: none;
            outline: 0;
        }

        .cuponBlock .submit.remove {
            background: var(--color-blue);
        }

    .cuponBlock .sucessfull {
        color: #02cb66;
    }

.text-right {
    text-align: right;
}

.recomed {
    background: #13cd92;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 5px;
    position: absolute;
    top: -39px;
    left: 0;
    line-height: 1;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cancelPolicy {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .cancelPolicy .page__title:after {
        position: absolute;
        top: 0;
        left: 0;
        background: #1252a4;
        width: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        content: "";
        height: 100%;
    }


    .cancelPolicy .radio-check {
        display: flex;
        grid-gap: 15px;
    }

.bookmark-ribbon {
    width: auto;
    height: 30px;
    background: #13cd92;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 13px) 55%, 100% 100%, 0% 100%);
    padding: 4px 60px 4px 6px;
    color: var(--color-white);
    font-weight: 300;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.can-pro {
    position: relative;
    top: -30px;
    border-radius: 5px;
    width: 100%;
}

.bookmark-ribbon span {
    font-weight: 600;
}

.cancelPolicy .radio-check .radioOption {
    border: 1px solid #86b7e9;
    padding: 10px 10px 10px 35px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    color: #5e5e5e;
}

#toll-free-number_deal {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cancelPolicy .radio-check .radioOption.active {
    background: #e7f3ff;
    color: var(--color-black);
}


.cancelPolicy .radio-check .radioOption input:checked ~ .radioCheck {
    background-color: transparent;
    border: 1px solid var(--color-darkBlue);
}

    .cancelPolicy .radio-check .radioOption input:checked ~ .radioCheck:after {
        display: block;
    }

.cancelPolicy .radio-check .radioOption .radioCheck:after {
    content: "";
    position: absolute;
    display: none;
}

.cancelPolicy .radio-check .radioOption .radioCheck:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-darkBlue);
}

.exten-pos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cancelPolicy .radio-check .radioOption input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cancelPolicy .radio-check .radioOption .perPax {
    font-weight: 700;
}

.cancelPolicy .radio-check .radioOption .radioCheck {
    position: absolute;
    top: 12px;
    left: 8px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
}


.cancelPolicy .cancelPic {
    position: absolute;
    top: 30px;
    right: 0;
    width: 100px;
}

.payment__wrapper {
    border-radius: 5px;
}

.payment__stepBox {
    width: 100%;
    margin-bottom: 10px;
}


    .payment__stepBox ul {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

        .payment__stepBox ul li {
            font-size: 16px;
            color: #878787;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .payment__stepBox ul li span {
                display: inline-flex;
                flex-direction: column;
                align-items: center;
                z-index: 1;
                cursor: pointer;
            }


            .payment__stepBox ul li i {
                background: #ffffff;
                display: inline-flex;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                align-items: center;
                justify-content: center;
                border: 1px solid #5E5E5E;
                font-size: 10px;
            }


            .payment__stepBox ul li:before {
                content: "";
                height: 1px;
                position: absolute;
                left: 0;
                top: 15px;
                width: 100%;
                display: block;
                background: #5E5E5E;
                transform: translate(50%, 0);
            }

            .payment__stepBox ul li.step4li:before {
                display: none;
            }

            .payment__stepBox ul li.active:before {
                width: 100%;
                color: #014382;
            }

            .payment__stepBox ul li.active i {
                color: #4192DF;
            }

            .payment__stepBox ul li.complete {
                color: #00c29b;
            }

                .payment__stepBox ul li.complete i {
                    color: #00c29b;
                    border: 1px solid #00c29b;
                }

                .payment__stepBox ul li.complete:before {
                    background: #00c29b;
                }

                .payment__stepBox ul li.complete:hover:before {
                    width: 100%;
                }

.payment__wrapper .bottom__row {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

    .payment__wrapper .bottom__row .continue__button {
        cursor: pointer;
        background: #805DAB;
        color: #fff;
        font-weight: 500;
        padding: 12px 50px;
        float: right;
        border-radius: 30px;
        text-decoration: none;
        font-size: 16px;
        text-align: center;
        min-width: 268px;
    }

.payment__wrapper .adultType {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

.payment__wrapper .travelerBox h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #4b4b4b;
}

.payment__wrapper .imp-info {
    color: #5b5b5b;
    background: #f8f8f8;
    display: block;
    border: 1px solid #e2e2e2;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    padding: 6px;
    margin-top: 10px;
}

.accept-card {
    position: absolute;
    right: 0px;
    top: 3px;
    display: flex;
}

    .accept-card .cc-number.visa {
        background: url(/images/visa.png) 99% center no-repeat;
    }

    .accept-card .cc-number.mastercard {
        background: url(/images/master.png) 99% center no-repeat;
    }

    .accept-card .cc-number.amex {
        background: url(/images/american.png) 99% center no-repeat;
    }

    .accept-card .cc-number.discover {
        background: url(/images/discover.png) 99% center no-repeat;
    }

    .accept-card .cc-number.dinersclub {
        background: url(/images/dinners.png) 99% center no-repeat;
    }

    .accept-card .cc-number {
        width: 41px;
        height: 26px;
        display: block;
        margin-right: 5px;
    }

.payment__wrapper .travelerBox .travel_deal_checkbox {
    margin-top: 27px;
    width: 60%;
}

    .payment__wrapper .travelerBox .travel_deal_checkbox label {
        line-height: 19px;
    }

.payment__wrapper .travelerBox .traveler_block {
    margin-bottom: 10px;
    background: rgba(70, 179, 116, 0.1);
    padding: 10px;
}

    .payment__wrapper .travelerBox .traveler_block h2 {
        font-size: 16px;
        padding-bottom: 5px;
    }



    .payment__wrapper .travelerBox .traveler_block:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

.commonBox {
    padding: 15px 15px 0 15px;
    border-radius: 18px;
    background: var(--color-white);
    margin: 0 0 25px 0;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 4px 24px 0px #C2C2C240;
}

    .commonBox .new-payment-title {
        padding: 15px 15px 0 15px;
        box-shadow: none;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #E2E8F0;
        color: #475569;
    }

.travelerBox {
    border-radius: 5px;
    background: var(--color-white);
}

.payment__wrapper .paymentBox h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #4b4b4b;
}

.payment__wrapper .paymentBox .hr-line {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}



.card__zoom .cardInfoTooltip {
    position: absolute;
    right: 0;
    width: 510px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 6px #00000029;
    padding: 13px;
    top: 20px;
    font-size: 10px;
    display: none;
}

    .card__zoom .cardInfoTooltip b {
        display: block;
        padding: 10px 0;
        min-height: 42px;
        font-weight: 600;
    }

    .card__zoom .cardInfoTooltip p {
        font-weight: 500;
        font-size: 10px;
    }

.card__zoom:hover .cardInfoTooltip {
    display: block;
}

.payment__wrapper .bottom_text {
    font-size: 13px;
    padding: 20px 0;
    color: #6b6b6b;
    line-height: 21px;
}

    .payment__wrapper .bottom_text p a {
        color: var(--color-blue);
        text-decoration: none;
    }

    .payment__wrapper .bottom_text label {
        float: left;
    }

.payment__wrapper input.cc-number.visa {
    background: url(/images/payment/visa.png) 99% center no-repeat;
}

.payment__wrapper input.cc-number.amex {
    background: url(/images/payment/american.png) 99% center no-repeat;
}

.payment__wrapper input.cc-number.discover {
    background: url(/images/payment/discover.png) 99% center no-repeat;
}

.payment__wrapper input.cc-number.mastercard {
    background: url(/images/payment/master.png) 99% center no-repeat;
}

.mobile_go_back {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 45px;
    height: 42px;
    margin: 0;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #ccc;
}


.formlabel {
    margin-bottom: 3px;
    color: #000000;
    font-size: 13px;
}


.page_loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,.4);
}

    .page_loading .loading_block {
        background: #fff;
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%,-50%);
        padding: 30px;
        border-radius: 10px;
    }

    .page_loading .loading-icon {
        /*background: url(/images/icons/flights-blue.svg) no-repeat center center;*/
        width: 94px;
        height: 94px;
        line-height: 90px;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

    .page_loading .loading-circle {
        border: 3px solid #ddd;
        border-radius: 50%;
        border-top: 5px solid var(--color-blue);
        width: 90px;
        height: 90px;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
        border-width: 5px;
    }

    .page_loading p {
        margin: 0;
        padding: 0;
        line-height: 25px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dot span {
    font-size: 50px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .dot span:nth-child(2) {
        animation-delay: .2s;
    }

    .dot span:nth-child(3) {
        animation-delay: .4s;
    }

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.review_policy {
    border: 1px solid #4dc0ff;
    padding: 13px 12px 12px 37px;
    font-size: 14px;
    line-height: 25px;
}

    .review_policy i {
        position: absolute;
        left: 10px;
        top: 16px;
        font-size: 18px;
    }


/*booking confiramtion banner*/



.confirmation_box_outer {
    background: url(../Images/icons/booking-confirm-banner.png);
    background-size: cover;
}

.booking-confirmation {
    position: relative;
    /* background: #fff; */
    padding: 47px 20px 0px;
    text-align: center;
    overflow: hidden;
}


.confirmation-content {
    max-width: 776px;
    margin: 0 auto;
}

.success-icon {
    margin: 0 auto 10px;
}

.greeting {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.booking-confirmation h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #0F9412;
    font-weight: 700;
}


.sub-text {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

    .sub-text span {
        margin-bottom: 10px;
        display: inline-block;
    }

.booking-info {
    display: inline-flex;
    gap: 30px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(180deg, #5179FF 0%, #734CA3 100%);
    font-size: 16px;
}

    .booking-info span {
        white-space: nowrap;
    }

        .booking-info span b {
            font-weight: 600 !important;
        }

.book-status {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 30px;
}


/*------booking traveller information design-------*/


.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-table th,
    .responsive-table td {
        padding: 8px;
        text-align: left;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: rgba(242, 255, 245, 0.6);
}

.responsive-table th {
    background-color: rgba(0, 74, 145, 0.1);
}


.conform-sec {
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 18px;
    padding-top: 0px;
    margin-bottom: 20px;
}

    .conform-sec h6 {
        font-weight: 700;
        font-size: 16px;
    }

.conf-head {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin: 15px 0 15px 0;
}

.conform-sec .table-sec {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
}


.table-sub-sec {
    font-size: 14px;
    color: #110F0F;
    padding: 5px 10px;
    background: rgba(242, 255, 245, 0.6);
    display: flex;
}

.booking-traveler-card {
    background: #fff;
    margin-bottom: 16px;
    font-family: Arial, sans-serif;
    border: 1px solid #E8E8E8;
    padding: 20px;
    border-radius: 18px;
    padding-top: 0;
}

    .booking-traveler-card .traveler-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        font-weight: 600;
        position: relative;
    }

        .booking-traveler-card .traveler-header::after {
            content: "";
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 0;
            height: 1px;
            background: #e6e6e6;
        }

    .booking-traveler-card .traveler-title {
        font-size: 16px;
        color: #0F172A;
        font-weight: 700;
    }

    .booking-traveler-card .traveler-name {
        flex: 1;
        font-size: 16px;
        color: #666666;
        font-weight: 600;
    }

    .booking-traveler-card .chevron {
        font-size: 14px;
        color: #777;
    }

    .booking-traveler-card .traveler-body {
        display: grid;
        gap: 30px;
        position: relative;
    }

    .booking-traveler-card .traveler-col {
        padding: 0;
    }

    .booking-traveler-card .info-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
        font-size: 13px;
    }

    .booking-traveler-card .label {
        color: #0F172A;
        font-size: 14px;
        width: 145px;
    }

    .booking-traveler-card .value {
        color: #475569;
        font-weight: 700;
        font-size: 14px;
        flex: 1;
    }


/* ---------- Tablet (<= 991px) ---------- */
@media (max-width: 767px) {
    .booking-traveler-card .info-row {
        flex-direction: column;
    }

    .responsive-table thead {
        display: none; /* hide headers */
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

        .responsive-table tr {
            margin-bottom: 1rem;
            border: 1px solid #ddd;
            padding: 10px;
            background: #f9f9f9;
        }

        .responsive-table td {
            text-align: right;
            position: relative;
            padding-left: 50%;
        }

            .responsive-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: 45%;
                text-align: left;
                font-weight: bold;
            }

    .conform-sec {
        padding: 5px;
    }

    .book-status {
        padding: 0 15px;
        border: 0;
    }

    .booking-info {
        grid-gap: 10px;
        flex-direction: column;
    }

    .flight__itenaryBox .bag-content .bg-sc {
        flex-direction: column;
        gap: 15px;
    }

        .flight__itenaryBox .bag-content .bg-sc .bgsc-info {
            padding: 0;
        }
}











.confirmation__information {
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.travelerInformation .data {
    width: 100%;
}

    .travelerInformation .data th {
        border: none;
        background: #f1f1f1;
        font-size: 14px;
        color: #303030;
        padding: 10px;
        text-align: left;
        overflow: hidden;
    }

    .travelerInformation .data td {
        padding: 10px;
        text-align: left;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,0,0,.11);
    }

.confirmation__information h4 {
    font-size: 18px;
    font-weight: 500;
    color: #303030;
}



.confirmation__information .head {
    font-weight: 700;
    padding: 10px;
}

.confirmation__information .detail {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

.spacer {
    height: 50px;
}

.confirmation__Box {
    border-radius: 22px;
    border: 1px solid #e8e8e8;
    background: #EFEEF7;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
    color: #475569;
    font-size: 16px;
    font-weight: 500;
}


.confirmation_note p {
    font-size: 14px;
    color: #0F172A;
}

.confirmation__Box a {
    font-size: 16px;
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 600;
}

.confirmation__Box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #475569;
}

.boking-info {
    display: flex;
    grid-gap: 30px;
    color: #0F172A;
    font-size: 14px;
    justify-content: center;
    margin: 20px 0;
}

    .boking-info .line {
        background: #0A748A;
        width: 1px;
    }

    .boking-info span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

.confirmation__Box p {
    margin-bottom: 5px;
}

.confirmation__Box img {
    width: auto;
}

.confirmation__Box .refrance__number {
    font-size: 18px;
    font-weight: 600;
}

.confirmation__Box .print_itinerary {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #8a8a8a;
    text-decoration: none;
}

    .confirmation__Box .print_itinerary i {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .confirmation__Box .print_itinerary:hover {
        color: var(--color-blue);
    }

.print_button {
    background: var(--color-main);
    padding: 15px 50px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
}

    .print_button i {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .print_button:hover {
        background: var(--color-main);
        text-decoration: none;
        color: #fff;
    }

.print-sec {
    display: none;
}

@media print {
    @page {
        size: auto;
        margin: 2mm;
        page-break-inside: inherit;
        -webkit-print-color-adjust: exact !important;
    }

    .print_itinerary, .print_button {
        display: none;
    }

    .payment__wrapper, .confirmation__information, .confirmation__Box {
        box-shadow: none;
        border: none;
    }

    a[href]:after {
        content: none;
    }

    .home-header {
        display: none;
    }

    #footerCntr {
        display: none;
    }

    .full-col {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }

    .print-sec {
        display: block !important;
    }

    header {
        display: none;
    }
}


#footerCntr {
    background: #022445;
}

    #footerCntr .footer__linkBox {
        width: 100%;
        padding-top: 25px;
        color: var(--color-white);
    }

        #footerCntr .footer__linkBox h6 {
            font-size: 20px;
            margin-bottom: 20px;
            position: relative;
            padding-top: 5px;
            position: relative;
            display: inline-block;
        }

        #footerCntr .footer__linkBox ul {
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            padding-bottom: 20px;
        }

        #footerCntr .footer__linkBox h6:after {
            height: 2px;
            width: 100%;
            left: 0;
            content: "";
            position: absolute;
            top: 35px;
            background: var(--color-white);
        }

        #footerCntr .footer__linkBox ul li {
            display: block;
            margin-right: 30px;
            margin-bottom: 10px;
        }

            #footerCntr .footer__linkBox ul li a {
                font-size: 16px;
                color: var(--color-white);
                text-decoration: none;
                cursor: pointer;
                font-weight: 200;
            }

                #footerCntr .footer__linkBox ul li a i {
                    font-size: 14px;
                }

                #footerCntr .footer__linkBox ul li a:hover {
                    font-weight: 400;
                }

        #footerCntr .footer__linkBox .footer__call {
            font-size: 25px;
            color: #202020;
            display: inline-block;
            border-bottom: 1px solid #c9c9c9;
            padding: 40px 0 9px 0;
            margin-bottom: 9px;
        }


            #footerCntr .footer__linkBox .footer__call a {
                font-size: 27px;
                color: #202020;
                font-weight: 700;
                text-decoration: none;
                line-height: 46px;
            }


        #footerCntr .footer__linkBox .email {
            display: inline-block;
            font-size: 16px;
            color: var(--color-white);
            text-decoration: none;
            white-space: nowrap;
        }


            #footerCntr .footer__linkBox .email .icon {
                margin-right: 12px;
                font-size: 20px;
            }



    #footerCntr .footer__logoBox {
        padding: 20px 0 0;
        background: var(--color-blue);
        overflow: hidden;
        border-top: 2px solid var(--color-white);
    }

        #footerCntr .footer__logoBox .clients_logo {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
            align-items: center;
        }

            #footerCntr .footer__logoBox .clients_logo li {
                padding-right: 10px;
            }

                #footerCntr .footer__logoBox .clients_logo li img {
                    max-width: 100%;
                }

        #footerCntr .footer__logoBox .card_icons {
            width: auto;
        }


        #footerCntr .footer__logoBox .footer_logo {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #footerCntr .footer__logoBox .footer_logo li {
                display: inline-block;
                padding: 0 10px;
                vertical-align: middle;
            }


                #footerCntr .footer__logoBox .footer_logo li img {
                    width: 50%;
                }

    #footerCntr .copy-right {
        border-top: 2px solid #023e78;
        padding: 15px 0;
        margin: 20px 0 0;
        color: var(--color-white);
        text-align: right;
    }

    #footerCntr .disclaimerBox {
        padding: 25px 0;
        font-size: 13px;
        line-height: 25px;
    }









/*new footer*/
/*-----footer------*/

.footer {
    font-size: 12px;
    font-weight: 300;
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) -11.13%, rgba(128, 93, 171, 0.15) 34.7%);
}

.social_media a {
    color: var(--color-white);
    border-radius: 50%;
    border: 2px solid #0F172A;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.footer_logo img {
    height: 40px;
    width: auto;
}

.footer_ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer_ul .fb {
        font-weight: 600;
    }

    .footer_ul li a {
        color: #666666;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        display: flex;
        align-items: center;
        gap: 7px;
    }

        .footer_ul li a:hover {
            color: #734CA3;
            text-decoration: underline;
        }

.footer_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}


.currencyBox {
    padding: 7px 10px;
    float: right;
    position: relative;
    color: #0F172A;
    border-radius: 17px;
    border: 1px solid #E2E8F0;
    line-height: 1;
    font-weight: 600;
}


    .currencyBox ul {
        top: 40px;
        position: absolute;
        list-style: none;
        margin: 0;
        width: 290px;
        background: #f0eef7;
        right: -47px;
        z-index: 3;
        border-radius: 5px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .currencyBox ul li {
            background: #e5e5e5;
            margin-bottom: 5px;
            border-radius: 5px;
            width: 48%;
        }

            .currencyBox ul li:last-child {
                border: none;
            }

            .currencyBox ul li a {
                padding: 5px;
                display: flex;
                text-decoration: none;
                color: #333;
                align-items: center;
                justify-content: space-between;
                background: #fff;
                border-radius: 8px;
            }

                .currencyBox ul li a div {
                    display: flex;
                    align-items: center;
                }

                .currencyBox ul li a .sprte {
                    width: 30px;
                    height: 30px;
                    display: block;
                    float: left;
                    margin-right: 8px;
                    background: url(/images/flag.png) no-repeat 0 0;
                }

                    .currencyBox ul li a .sprte.aed {
                        background-position: 0 -163px;
                    }

                    .currencyBox ul li a .sprte.aud {
                        background-position: 0 -203px;
                    }

                    .currencyBox ul li a .sprte.gbp {
                        background-position: 0 -122px;
                    }

                    .currencyBox ul li a .sprte.sar {
                        background-position: 0 -246px;
                    }

                    .currencyBox ul li a .sprte.usd {
                        background-position: 0 5px;
                    }

                    .currencyBox ul li a .sprte.mxn {
                        background-position: 0 -323px;
                    }

                    .currencyBox ul li a .sprte.inr {
                        background-position: 0 -79px;
                    }

                    .currencyBox ul li a .sprte.cad {
                        background-position: 0 -36px;
                    }

                    .currencyBox ul li a .sprte.eur {
                        background-position: 0 -292px;
                    }

                .currencyBox ul li a .name_currency {
                    display: inline-block;
                }

                .currencyBox ul li a .side_curency {
                    background: #8657a9;
                    display: block;
                    color: #ffffff;
                    padding: 2px;
                    width: 45px;
                    text-align: center;
                    border-radius: 5px;
                }

    .currencyBox .currencyClick {
        cursor: pointer;
        display: flex;
        align-items: center;
        grid-gap: 8px;
    }


/* Airline & Destination page css start*/
#contentCntr {
    background: #f4f6f7;
}

.contentBox {
    width: 100%;
    padding: 25px 0;
}

    .contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5 {
        color: #2a2e32;
        margin: 15px 0;
        position: relative;
        font-weight: 600;
    }

    .contentBox h1 {
        font-size: 30px;
    }

    .contentBox h2 {
        font-size: 30px;
    }

    .contentBox h3 {
        font-size: 24px;
    }

    .contentBox h4 {
        font-size: 26px;
    }

    .contentBox h5 {
        font-size: 24px;
    }

    .contentBox table {
        width: 100%;
        margin: 20px 0;
        color: #212529;
        vertical-align: top;
        border-collapse: collapse;
        --bs-table-bg: transparent;
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: #212529;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #212529;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #212529;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        border: 1px solid #dee2e6;
    }

        .contentBox table tr:first-child td {
            font-weight: 600;
            font-size: 16px;
        }

        .contentBox table > :not(:last-child) > :last-child > * {
            border-bottom-color: currentColor;
        }

        .contentBox table > :not(caption) > * > * {
            padding: 0.5rem 0.5rem;
            background-color: transparent;
            border-width: 1px;
            box-shadow: inset 0 0 0 9999px transparent;
        }

        .contentBox table > tbody > tr:nth-of-type(odd) {
            background-color: rgba(0,0,0,0.05);
        }


    .contentBox .sticky-top {
        z-index: 1;
    }

#contentCntr .sticky-top {
    z-index: 2 !important;
    top: 100px;
}

.contentBox p {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
}


.contentBox .content_image {
    margin: 0 20px 0 0;
}

.contentBox a {
    text-decoration: underline;
    color: var(--color-main);
    word-break: break-word;
}


.contentBox h4 {
    font-size: 18px;
    margin: 10px 0;
}

.contentBox h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
}

.contentBox .list, .contentBox ul {
    list-style: none;
    overflow: hidden;
    padding: 0 2px;
}


    .contentBox .list li, .contentBox ul li {
        margin-bottom: 5px;
        padding-left: 20px;
        padding-right: 10px;
        position: relative;
    }

        .contentBox .list li:before, .contentBox ul li:before {
            position: absolute;
            left: 0;
            top: 2px;
            content: "\f26b";
            color: #734CA3;
            font-family: bootstrap-icons;
        }

    .contentBox .list.w_50, .contentBox ul.w_50 {
        overflow: hidden;
    }

        .contentBox .list.w_50 li, .contentBox ul.w_50 li {
            width: 50%;
            float: left;
        }


.contentBox h1 {
    font-size: 35px;
    color: #303030;
    margin-bottom: 26px;
    position: relative;
    font-weight: 600;
}

    .contentBox h1 strong {
        font-weight: 600;
        position: relative;
    }

        .contentBox h1 strong:after {
            content: "";
            width: 36px;
            height: 2px;
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -4px;
            background: var(--color-blue);
        }

.other_popularBox {
    padding: 20px 0 50px 0;
    position: relative;
}

    .other_popularBox .slick-list {
        margin: 0 -7px;
    }

    .other_popularBox .items {
        padding: 0 7px;
    }

        .other_popularBox .items img {
            width: 100%;
        }

        .other_popularBox .items span {
            margin-top: 10px;
            display: block;
            color: #303030;
            font-weight: 600;
            text-transform: uppercase;
        }

        .other_popularBox .items i {
            position: relative;
            top: 2px;
            margin-left: 3px;
        }

        .other_popularBox .items:hover a {
            text-decoration: none;
        }

            .other_popularBox .items:hover a span {
                color: var(--color-blue);
            }

        .other_popularBox .items a {
            display: block;
            text-decoration: none;
        }

.content_image {
    padding: 0 20px 20px 0;
    width: 423px;
}


.static_title {
    text-align: center;
    padding: 20px;
    background: #ffffff;
}

    .static_title h2 {
        font-size: 25px;
        color: #2a2e32;
        margin: 0;
        font-weight: 600;
    }

.contentBannerCntr {
    height: 300px;
    background-position: center;
}


/*-----contact page new design---------*/

.support-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

    .support-card h4 {
        font-size: 20px;
        margin-bottom: 16px;
        font-weight: 600;
        color: #0F172A;
    }

.support-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.icon-wrap {
    width: 36px;
    height: 36px;
    background: #eef3ff;
    color: #734CA3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.support-item strong {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #0F172A;
}

.support-item p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #555;
}

.support-item a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

    .support-item a:hover {
        color: #734CA3;
    }



.enquiry_form .inputField {
    width: 100%;
    border-radius: .25rem;
    border: none;
    padding-left: 40px !important;
    background: #fff
}

.seprator .page__title {
    color: #fff
}

.enquiry_form .error {
    color: #f2ff84;
    margin: 5px 0
}

.enquiry_form .angucomplete-dropdown {
    width: 100%;
    left: 0;
    margin: 0
}

.contactBox {
    padding-top: 0px;
    padding-bottom: 30px
}

    .contactBox .contact {
        box-shadow: 0 2px 9px #ccc;
        padding: 15px;
        margin: 10px 0;
        border-radius: 5px;
        background: var(--color-white);
    }

        .contactBox .contact .page__title {
            margin-bottom: 10px;
            font-size: 20px
        }

        .contactBox .contact a {
            color: #333;
            text-decoration: none
        }

        .contactBox .contact i {
            margin-right: 10px
        }


.contactFormCard {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

    .contactFormCard h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 4px;
        color: #0F172A;
    }

    .contactFormCard .sub-text {
        font-size: 13px;
        color: #777;
        margin-bottom: 18px;
    }

    .contactFormCard .form-control,
    .contactFormCard textarea {
        height: 51px;
        border-radius: 6px;
        border: 1px solid #ddd;
        font-size: 14px;
        margin-bottom: 14px;
    }

    .contactFormCard textarea {
        height: 183px !important;
    }

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 10px;
    margin-bottom: 14px;
}

    .phone-input .country-code {
        font-size: 14px;
        margin-right: 8px;
        white-space: nowrap;
    }

    .phone-input input {
        border: none;
        height: 42px;
        flex: 1;
    }

        .phone-input input:focus {
            outline: none;
        }

.consent {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    margin: 10px 0 20px;
    align-items: baseline;
    position: relative;
}


.contactFormCard .consent #contact-us-CheckBox {
    width: 21px;
    height: 18px;
    position: absolute;
}

.consent span {
    padding-left: 30px;
    color: #666666;
}

.contactFormCard .submit-btn {
    width: 100%;
    background: #734CA3;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

/*.contactFormCard .submit-btn:hover {
        background: #2757f7;
    }*/



.contact-banner h3 {
    font-size: 32px;
    font-weight: 600;
}

.page-breadcrumb {
    font-size: 14px;
    color: #0F172A;
    margin-bottom: 12px;
}

    .page-breadcrumb a {
        color: #0F172A;
        text-decoration: none;
    }

        .page-breadcrumb a:hover {
            color: #734CA3;
        }

    .page-breadcrumb span {
        margin: 0 4px;
    }

    .page-breadcrumb .current {
        color: #0F172A;
        font-weight: 500;
    }


/*-----------end---------*/


/*------about page new--------*/
.contentBox_Sec {
    padding: 10px 0px;
}

.About_Sec .contentBox_Sec ul li {
    margin-bottom: 15px;
}


    .About_Sec .contentBox_Sec ul li:last-child {
        margin-bottom: 0;
    }


    .About_Sec .contentBox_Sec ul li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 2px;
        width: 10px;
        height: 16px;
        background-image: url("../Images/icons/content-arrow-icon.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.About_Sec .mv-card {
    display: flex;
    align-items: start;
    gap: 15px;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}



.about-cta-banner {
    position: relative;
    background-image: url("../Images/about-page/about-cta-banner.webp");
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
}

    .about-cta-banner .cta-content {
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
    }

        .about-cta-banner .cta-content h3 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .about-cta-banner .cta-content p {
            font-size: 14px;
            margin-bottom: 22px;
            font-weight: 600;
        }

    .about-cta-banner .cta-btn {
        display: inline-block;
        background: #fff;
        color: #0F172A;
        padding: 12px 28px;
        border-radius: 5px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 14px;
    }

        .about-cta-banner .cta-btn:hover {
            background: #f2f2f2;
            transform: translateY(-2px);
        }



    /* keep content above overlay */
    .about-cta-banner .container,
    .about-cta-banner .cta-content {
        position: relative;
        z-index: 2;
    }


/*-----------end---------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}


focus {
    outline: 0
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px
}

#mainCntr {
    background: #FBFEFF;
}



#error_message {
    margin-bottom: 20px;
    background: #fe8b8e;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease;
}

#susses {
    display: none;
    color: #ffffff;
    background: green;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 20px;
}

.tagline-line {
    color: var(--color-white);
    position: relative;
    text-align: center;
    padding: 60px 0 15px 0;
}

.tag-head {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

    .tag-head span {
        background: #ff9313;
        width: 4px;
        height: 30px;
        display: inline-block;
        margin: 0px 10px;
    }

.sequre {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sequre li {
        padding: 0px 19px;
        border-right: 1px solid #fff;
    }

        .sequre li:last-child {
            border-right: none;
        }

        .sequre li span {
            margin-right: 5px;
        }

.callpopUp {
    max-width: 100%;
}

    .callpopUp .modal-body {
        display: flex;
        padding: 0;
        background: #eef2fb
    }

        .callpopUp .modal-body .contentSec {
            position: relative;
            width: 100%
        }

        .callpopUp .modal-body .banerSec img {
            height: 100%
        }

    .callpopUp .popUphead {
        color: #fff;
        display: flex;
        flex-direction: column;
    }

        .callpopUp .popUphead .heading {
            font-size: 32px;
            font-weight: 800;
            margin: 0
        }

        .callpopUp .popUphead .subheading {
            font-size: 22px;
            margin: 0
        }

.calltextSec {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contentSec .airfare {
    font-size: 30px;
    color: #090909;
    padding-top: 120px;
    font-weight: 600
}

.contentSec .off {
    color: #e30036;
    font-size: 30px;
    font-weight: 700;
    padding-top: 120px
}

.contentSec .callSupport {
    color: #090909;
    font-size: 20px;
    font-weight: 500
}

.contentSec .callUp {
    color: #fff;
    font-weight: 700;
    padding: 5px 30px 5px 5px;
    text-decoration: none;
    font-size: 40px;
    margin: 10px 0;
    line-height: 1;
    justify-content: center
}

    .contentSec .callUp img {
        width: 50px;
        padding-right: 5px
    }

.contentSec .callOnly {
    font-size: 18px;
    font-weight: 600;
    color: #090909;
    padding-bottom: 10px
}

.whyBookSec {
    border-top: 1px solid #bdbdbd;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .whyBookSec .whyBok {
        font-size: 30px;
        color: #090909;
        padding: 10px 0;
        font-weight: 600
    }

.whyOption .sec {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px
}

    .whyOption .sec img {
        width: 45px;
        padding-bottom: 5px
    }

    .whyOption .sec p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        line-height: 1.2
    }

.callpopUp .btnClose {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center
}

.tncApp {
    font-size: 10px;
    text-align: right;
    margin: 0;
    width: 100%;
    padding: 10px;
    font-weight: 600
}

.tooltipBox {
    display: none;
    width: 340px;
    position: absolute;
    top: 37px;
    left: 25px;
    background: #0F172A;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: left;
    transition: all .25s ease-out;
    transform: translate(-50%);
}

    .tooltipBox p {
        margin: 5px 0;
        line-height: 18px;
    }




.tooltip-city {
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    background: #0F172A;
    padding: 4px 10px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
    z-index: 1;
    box-shadow: inset 0 0 4px #00000033;
    transform: translate(-72%, 10%);
    white-space: nowrap;
    border: 1px solid #ced0d4;
}

    .tooltip-city:after, .tooltip-city:before {
        content: "";
        position: absolute;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        bottom: -6px;
        left: 50%;
        border-top: 5px solid #ccc;
        transform: translateX(-50%);
    }

    .tooltip-city:after {
        border-top: 5px solid #f8f8f8;
        z-index: 1;
    }


.bag-tooltip-outer {
    box-shadow: 0px 0px 25px 0px #22326533;
    background: #fff;
    top: -44px;
    left: -50px;
    z-index: 3;
    border-radius: 4px;
    padding: 12px 18px;
    width: 298px;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
    text-align: left;
    transition: all .25s ease-out;
    transform: translate(-50%,-100%);
    border: 1px solid #E8E8E8;
    display: none;
}


    .bag-tooltip-outer .bag-content {
        padding-left: 0;
        border-left: 0;
    }

    .bag-tooltip-outer .tooltipBox:before, .bag-tooltip-outer .tooltipBox:before {
        border: 0 !important;
    }

    .bag-tooltip-outer:after {
        content: "";
        position: absolute;
        border-left: 10px solid #ffffff00;
        border-right: 10px solid #ffffff00;
        bottom: -12px;
        left: 87%;
        border-top: 12px solid #ffffff;
        transform: translateX(-50%);
    }





.freeCancel .tooltipBox ul {
    margin: 0 0 0 10px;
    text-align: left;
}

.freeCancel .bi-hand-thumbs-up-fill {
    color: var(--color-org);
    font-size: 16px;
}

.freeCancel .tooltipBox ul li {
    margin-bottom: 5px;
}

    .freeCancel .tooltipBox ul li::marker {
        color: #137720;
    }

.tooltipBox:after, .tooltipBox:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -5px;
    left: 50%;
    border-bottom: 10px solid #ccc;
    transform: translate(-35%, -50%);
}

.tooltipBox:after {
    border-bottom: 11px solid #121529;
    z-index: 1;
}

.detail-head {
    font-size: 15px;
    color: #333;
    border-bottom: 1px dashed #cccccc;
    padding: 10px;
    background: #eeeeee;
}


.traveler_block:last-child {
    border-bottom: none;
}


.payment_block .phead {
    padding-right: 240px;
}

.payment_block .card-opt {
    top: 0px;
    right: 0;
    width: 20%;
}

.pay-bag-info {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .pay-bag-info .bagguage_fees .tooltipBox {
        left: -200%;
    }

.connnecting-block:hover .tooltipBox {
    display: block;
}

.mid-sec:before {
    width: 100%;
    height: 250px;
    background: url(/images/home-page/sec-bg.jpg) no-repeat center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.mid-sec:after {
    content: "";
    background: rgba(0,0,0,0.6);
    height: 250px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.mid-sec .left-sec {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    z-index: 2;
}

    .mid-sec .left-sec h5 {
        color: var(--color-white);
        font-size: 35px;
        font-weight: 500;
        text-shadow: 4px 0 6px rgba(0,0,0,0.4);
        line-height: 1.3;
        padding: 10px 0px 20px 50px;
    }

        .mid-sec .left-sec h5 span {
            font-weight: 600;
            color: #ed7911;
        }

.book-trip {
    background: var(--color-white);
    border: 1px solid #a9a9a9;
    padding: 20px 20px 60px 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

    .book-trip h6 {
        color: var(--color-blue);
        font-weight: 500;
        font-size: 34px;
    }

.call-trip {
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 45px;
    font-weight: 600;
    padding: 0px 20px;
    border-radius: 10px;
    text-decoration: none;
    position: absolute;
    bottom: -35px;
}

    .call-trip:hover {
        color: var(--color-white);
    }

.mid-sec .right-sec {
    width: 45%;
    z-index: 2;
}

    .mid-sec .right-sec .customer-say {
        padding: 20px 40px;
        background: var(--color-white);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        text-align: center;
        font-size: 30px;
        float: left;
    }

        .mid-sec .right-sec .customer-say .heading {
            color: #707070;
            font-weight: 500;
        }

.say {
    color: #08b078;
    font-weight: 700;
}

    .say:after {
        position: absolute;
        width: 35%;
        height: 3px;
        background: #08b078;
        content: "";
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 10px);
    }

.mid-sec .right-sec .customer-say img {
    padding: 50px 0 40px 0;
}

.mid-sec .right-sec .customer-say p {
    color: #757575;
    font-size: 20px;
    text-align: left;
}

.mid-sec .right-sec .customer-say .read-more {
    color: #00c29b;
    font-size: 14px;
    text-decoration: none;
    float: left;
}

#footerCntr .footer__linkBox .info-sec ul:after {
    background: none;
}

#footerCntr .footer__linkBox .info-sec h5 {
    border-bottom: 1px solid var(--color-white);
    display: inline-block;
    margin-bottom: 20px;
}

#footerCntr .footer__linkBox .info-sec ul li a i {
    font-size: 22px;
}

.call {
    padding-left: 35px;
    position: relative;
}



    .call a {
        color: var(--color-white);
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
    }





.trip-detail {
    background: #eaf5ff;
    padding: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: var(--color-blue);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.trip-date {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}


.midResults {
    border: none;
}

/*Payment Page new Css*/
.trip-type h5 {
    font-weight: 500;
    color: #2a2e32;
    font-size: 24px;
}

    .trip-type h5 img {
        margin: 0 10px;
    }

.trip-type p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

    .trip-type p span {
        display: inline-block;
        border-left: 2px solid #808080;
    }

.flight-detail {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 15px;
    background: var(--color-white);
}

    .flight-detail.active:after {
        position: absolute;
        content: "\F235";
        font-size: 16px;
        font-family: bootstrap-icons;
        right: 20px;
        top: 20px;
        color: #2a2e32;
        cursor: pointer;
    }

    .flight-detail.in-active:after {
        position: absolute;
        content: "\F229";
        font-size: 16px;
        font-family: bootstrap-icons;
        right: 20px;
        top: 20px;
        color: #2a2e32;
        cursor: pointer;
    }


.dep-ret-info {
    display: inline-block;
    padding: 10px 20px;
    background: #ebf3ff;
    color: #4f8ffc;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
}

    .dep-ret-info .day:before {
        position: absolute;
        top: -3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--color-blue);
        left: -4px;
        content: "";
        transform: translate(10px, 10px);
    }

.flight-details {
    display: inline-flex;
    margin: 0 50px;
    align-items: center;
}

.tim-sec .time {
    font-weight: 500;
    font-size: 17px;
}

.dest {
    font-size: 14px;
    font-weight: 400;
}

.stop-view .mid-line {
    width: 90px;
    height: 2px;
    background: #d9d9d9;
    display: inline-block;
}

    .stop-view .mid-line:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #b7b7b7;
        right: 0;
        top: -3px;
        border-radius: 50%;
    }

    .stop-view .mid-line:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #b7b7b7;
        left: 0;
        top: -3px;
        border-radius: 50%;
    }

.stop-view .stop {
    position: absolute;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%, -10px);
    width: 85%;
    text-align: center;
}

.stop-view i {
    position: absolute;
    left: 50%;
    font-size: 24px;
    top: 1px;
    transform: translate(-50%, -7%);
    color: #4f8ffc;
}

.tol-time {
    padding: 4px 13px;
    font-size: 12px;
    color: #4f8ffc;
    background: #ebf3ff;
    font-weight: 500;
    border-radius: 12px;
}

.flight-info .stop-view {
    transform: rotate(90deg);
    left: -50px;
    top: 36px;
}

    .flight-info .stop-view .mid-line {
        width: 75px;
    }

.time-city-air {
    color: #3b3b3b;
    font-size: 17px;
    font-weight: 500;
}

    .time-city-air .air {
        font-weight: 400;
        color: #5f5b5b;
    }

    .time-city-air .cit:after {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #808080;
        top: 9px;
        right: 7px;
    }




.more-options {
    background: var(--color-blue);
    border-radius: 5px;
    padding: 15px 30px;
    color: var(--color-white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-size: 16px;
}

    .more-options .opt-tit {
        font-size: 25px;
        font-weight: 600;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

        .more-options .opt-tit span:before {
            position: absolute;
            content: "";
            height: 1px;
            background: var(--color-white);
            left: 0;
            bottom: 0;
            width: 100%;
        }

    .more-options h6 {
        font-size: 20px;
    }

    .more-options .selct-opt {
        background: var(--color-white);
        margin: 10px -30px -20px -30px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 15px 30px;
        color: #484848;
    }

        .more-options .selct-opt ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

.head-wid {
    display: flex;
    width: 330px;
    align-items: center;
}

.free-cance {
    border-radius: 5px;
    background: var(--color-white);
    padding: 15px;
    font-size: 14px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #00b67a;
}

.freeCancel:hover .tooltipBox {
    display: block;
}

.freeCancel .tooltipBox ul li::marker {
    color: var(--color-blue);
}


.accrBusin {
    display: flex;
    padding-top: 15px;
    text-align: center;
}

    .accrBusin span {
        width: 33.3%;
        padding: 0 8px;
        display: inline-flex;
        align-items: center;
    }

        .accrBusin span img {
            width: 100%;
            filter: grayscale(100%);
        }

#error_TermCondition {
    display: none;
    color: red;
    font-size: 12px;
}

.phone_strip {
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    background: var(--secound-color);
}

    .phone_strip p {
        margin: 0;
        float: right;
        font-size: 13px;
        color: #fff;
    }

    .phone_strip a {
        font-size: 18px;
        color: var(--color-white);
        text-decoration: none;
        font-weight: 700;
    }

/* Add On*/

.add-on {
    background: var(--secound-color);
    border-radius: 10px;
    padding: 15px 30px 0 30px;
    color: var(--color-white);
    margin-top: 20px;
}

    .add-on .added span {
        color: var(--secound-color);
        font-weight: 500;
        font-size: 16px;
    }

    .add-on .head-titt {
        font-size: 22px;
        font-weight: 500;
        text-decoration: underline;
    }

        .add-on .head-titt span {
            padding-left: 10px;
        }

    .add-on h6 {
        font-size: 20px;
        font-weight: 500;
    }

    .add-on p {
        margin-bottom: 5px;
    }

        .add-on p span {
            font-weight: 500;
            font-size: 16px;
            color: var(--color-blue);
        }

.option-select {
    background: var(--color-white);
    border-radius: 20px 20px 5px 5px;
    margin: 20px -30px 0px -30px;
    padding: 15px 30px 0 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--secound-color);
}

    .option-select li {
        padding-bottom: 15px;
    }

    .option-select .inputSet label input[type=radio]:checked ~ span {
        font-weight: 500;
    }

.add-terms {
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
    color: var(--color-blue);
    padding: 10px 0;
    display: inline-block;
}

.product-info {
    margin: 0;
    padding: 0 5px 0 0;
    width: 32%;
    text-align: left;
    color: var(--color-white);
    margin-right: 2%;
}

    .product-info .product-line-expanded {
        color: var(--color-white);
    }

.product-help {
    min-height: 90px;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
}

.product-line {
    border: 1px solid var(--color-white);
    margin-bottom: 10px;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    border-radius: 3px;
}

.product-cho .product-cho-cont {
    margin: 0;
    padding: 0;
    width: calc(66% / 3);
}

.product-cho-item {
    padding: 30px 0 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--color-white);
    margin: 20px 7px;
    background: var(--color-white);
}

.product-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--secound-color);
    height: 28px;
    width: 100%;
    text-align: center;
}

.product-price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--secound-color);
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 0 2px 0 2px;
}

.product-cho-item .product-line {
    display: block;
    color: gray;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secound-color);
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-white);
    margin-bottom: 8px;
    border-radius: 0;
}

.product-line-expanded {
    display: block;
    font-size: 10px;
    color: #2a2e32;
    min-height: 75px;
    width: 100%;
    padding: 4px;
    text-align: left;
    padding: 5px;
    line-height: 1.5;
    position: relative;
    top: -3px;
}

.product-button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 5px;
}

.product-button-button {
    background: var(--secound-color);
    border: 1px solid var(--color-white);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    font-size: 17px;
    border-radius: 5px;
    color: var(--color-white);
    font-weight: 500;
    padding: 6px 30%;
    opacity: 1;
}

    .product-button-button:hover {
        background: #088d0c;
        color: var(--color-white);
        border: 1px solid #088d0c;
    }

.selected-pro .product-cho-item {
    background: var(--secound-color);
    border: 1px solid var(--color-white);
}

.selected-pro .product-title {
    color: var(--color-white);
}

.selected-pro .product-line {
    background: var(--color-white);
    color: var(--color-black);
}

.selected-pro .product-line-expanded {
    background: var(--secound-color);
    color: var(--color-white);
}


.selected-pro .product-button-button {
    background: #088d0c;
    color: var(--color-white);
    border: 1px solid #088d0c;
}

.selected-pro .product-price {
    color: var(--color-white);
}

.prem:after {
    content: "";
    background: url(/Images/home-page/pre.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    left: 50%;
    background-color: var(--secound-color);
    border-radius: 50%;
    background-position: center;
    transform: translate(-50%, 0px);
}

.elit:after {
    content: "";
    background: url(/Images/home-page/star.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    left: 50%;
    background-color: var(--secound-color);
    border-radius: 50%;
    background-position: center;
    transform: translate(-50%, 0px);
}

.baggage-bottom {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #676767;
    font-size: 13px;
    margin-bottom: 15px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.sticky-div {
    position: relative;
    width: 300px;
    padding: 0px;
}


/*-------------------------------- cpy  Top Destination CSS --------------------*/


/*.trend-image img {
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}*/

.trend-item {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 0px;
}





.rating {
    color: #ee7e1a;
    font-size: 11px;
}


.why-us .why-us-item:hover .why-us-icon {
    background-color: var(--color-white);
}

.why-us-icon {
    width: 80px;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}


.image-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity .2s;
    transform: translate(-50%, -50%);
}

.why-us .why-us-item:hover .image-hover {
    opacity: 1;
}


.why-us-content p {
    padding: 0px 16px;
}

.why-us .why-us-item:hover {
    cursor: pointer;
    background: var(--color-blue);
    color: var(--color-white);
}


.trend-content p {
    font-size: 14px;
    color: #202020;
    line-height: 25px;
}

a.maine__rapper {
    text-decoration: none;
}

.why-us .why-us-item {
    padding: 27px 5px 16px;
    min-height: 228px;
    background-color: transparent;
    border-radius: 9px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

    .why-us .why-us-item h5 {
        color: var(--color-blue);
    }

    .why-us .why-us-item:hover h5 {
        color: var(--color-white);
    }

.btn-custMe {
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
    box-shadow: 0px -2px 6px 2px var(--color-blue)3d;
    width: 100%;
    border-radius: 0;
}

.trend-image img {
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    height: auto;
    width: 100%;
}

.trend-content {
    padding: 17px 16px;
}

    .trend-content h4 {
        color: #5b5b5b;
        font-weight: 600;
    }

    .trend-content p {
        color: #5b5b5b;
    }


.maine_rapper_slider {
    position: relative;
}

.airLinesLider img {
    border-radius: 20px;
}



/*start trust pilot css*/
.trust__rating {
    width: 214px;
    margin: auto auto 20px;
}

.cut__trust__heading {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.trust__rating {
    width: 214px;
    margin: auto auto 20px;
}

.box__trust h4 {
    line-height: 17px;
    margin-top: 21px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.box__trust p {
    font-size: 13px;
    min-height: 40px;
}

.box__trust .trust__rapper_rating img {
    width: 64px;
}

.trust__rating {
    width: 214px;
    margin: auto auto 20px;
}

    .trust__rating img {
        width: 206px;
    }

.box__trust .name.secondary-text {
    border-top: 1px dotted #999;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.box__trust {
    padding: 9px;
    margin: 0 5px;
    min-height: 205px;
}

    .box__trust a {
        color: #333;
        text-decoration: none;
    }

/*end trust css*/

.loding {
    animation: action 2.5s infinite alternate;
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.deal-loding {
    animation: flight 2.5s infinite alternate;
}

    .deal-loding img {
        width: 80px;
    }

@keyframes flight {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}


.tfnmobile {
    background: #734CA3;
    color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
    display: none;
}

    .tfnmobile .call {
        padding-left: 0;
    }

    .tfnmobile .tfn a {
        color: var(--color-white);
        font-size: 16px;
    }

.airlineTheme #mobileSearchCntr {
    background: linear-gradient(180deg,#033195,#043496);
}

.airlineSecBg {
    background: url(/images/sky-bg.jpg);
    background-size: cover;
    height: 100%;
    position: relative;
    width: 110%;
    left: -5%;
    padding: 20px 0;
}

    .airlineSecBg a {
        text-decoration: none;
    }

    .airlineSecBg .airlineSec {
        color: #0030a4;
    }

    .airlineSecBg .airlineSec {
        background: rgba(255,255,255,0.5);
        padding: 20px 10px;
        margin: 0 15px;
    }

        .airlineSecBg .airlineSec h4 {
            font-weight: 700;
            text-align: center;
            font-size: 22px;
            line-height: 26px;
            margin: 0;
        }

.airlineSec .airline {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

    .airlineSec .airline img {
        width: 50%;
    }

.airlineSecBg .airlineSec .tollSec {
    display: flex;
    justify-content: space-between;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 500;
}

.airlineSecBg .airlineSec h6 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.airlineSecBg .airlineSec .callBtn {
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 22px;
    text-decoration: none;
    background: #0030a4;
}

.bingTheme .tfnmobile {
    top: 0;
}

.airlineTheme .searchBox {
    position: relative;
}

.airlineTheme .mobileTitle {
    position: relative;
    left: -5%;
    padding: 0;
    width: 110%;
    border-bottom: 1px solid #fff;
}

.airlineTheme .airlineLogoWrapper {
    justify-content: center;
    padding-right: 10px;
    align-items: center;
}

.airlineTheme #mobileSearchCntr .searchBox .tabBox {
    display: none;
}


.airlineTheme .Mobiletrip_type ul li:hover, .Mobiletrip_type ul li.active {
    color: #033195;
}

.airlineTheme .traveler_action_button a.active {
    background: #033195;
    color: var(--color-white);
}

.airlineTheme .traveler_action_button a {
    border: 1px solid #033195;
    color: #033195;
}

.airlineTheme #mobileSearchCntr .icons {
    color: #033195;
}

.airlineTheme #mobileSearchCntr .mobilesearchButton {
    background: #01236c;
}

.airlineTheme .contentBox {
    color: #59595b;
}

.airlineTheme .content .page__title {
    font-size: 24px;
    color: #59595b;
    margin: 25px 0;
}

    .airlineTheme .content .page__title strong:after {
        width: 100px;
        color: #59595b;
        background: #033195;
        bottom: -5px;
    }

.airlineTheme .contentBox h4 {
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
}

.airlineTheme .contentBox .list.w_50 li, .airlineTheme .contentBox ul.w_50 li {
    width: 100%;
    padding: 15px 10px 15px 25px;
}

.airlineTheme .contentBox h5 {
    font-size: 22px;
    padding: 20px 0;
    margin: 0;
}

.airlineTheme .contentBox .list li:before, .airlineTheme .contentBox ul li:before {
    color: #033195;
    top: 15px;
}

.airlineTheme .contentBox a {
    text-decoration: none;
    color: #6f18a8;
    font-size: 16px;
    font-weight: 500;
}

.airlineTheme .contentBox .list, .airlineTheme .contentBox ul {
    margin: 0;
}

.airlineTheme .footer__linkBox, .airlineTheme .disclaimerBox, .airlineTheme .footer__logoBox {
    display: none;
}

.airlineTheme #footerCntr .footer__copyrightBox {
    background: var(--color-white);
    padding: 15px 0;
    font-size: 13px;
    color: #9a9a9d;
    overflow: hidden;
    border-top: 8px solid #f7f7f7;
    border-bottom: 8px solid #f7f7f7;
}

    .airlineTheme #footerCntr .footer__copyrightBox .social__icons li a {
        color: #033195;
    }

.footer_call {
    background: #01236c;
}

.airlineTheme .mobile_head {
    background: #033195;
}


.airlineTheme #headerCntr .mobileMenuBox ul li .icons {
    border: 1px solid #033195;
    color: #033195;
}

.airlineTheme #headerCntr .mobileMenuBox ul li a {
    color: #59595b;
}

.full-screen-modal .mobile_head {
    background: #033195;
}

.full-screen-modal .mobiledone_Btn {
    background: #033195;
}


.airlineTheme .checkInSec {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.airlineFacility {
    width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255,1);
}

    .airlineFacility .icon {
        height: 20px;
        width: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .airlineFacility .icon img {
            width: 100%;
        }

    .airlineFacility span {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        text-align: center;
        font-weight: 300;
    }

.airlineName {
    width: 100%;
    padding: 10px 0;
}

.airlineLogo {
    height: 70px;
    width: 70px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.airlineName span {
    font-size: 20px;
    color: var(--color-white);
    margin-top: 5px;
    font-weight: 500;
}

.airlineSecBg .airlineSec {
    color: #0030a4;
}

    .airlineSecBg .airlineSec .callBtn {
        background: #0030a4;
    }


/* Mobile Call Pop up*/

.fot-can {
    font-size: 16px;
    font-weight: 500;
    background: #0030a4;
    color: #fff;
    padding: 10px 5px;
    position: fixed;
    bottom: -6px;
    width: 100%;
}

.whyBookSec ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 15px 0 10px;
    font-weight: 600;
    font-size: 13px;
    width: 60%;
}


.full-width .modal.show .modal-dialog {
    transform: none;
    max-width: 100%;
    margin: 0;
    min-height: 100%;
    background: #fff;
}

.full-width .modal-content {
    border: none;
}

.full-width .callpopUp .btnClose {
    right: 0px;
    top: 0px;
}

.full-width .callpopUp .modal-body {
    display: flex;
    padding: 0;
    background: #eef2fb;
    height: calc(100vh - 0px);
    justify-content: space-between;
}

.full-width .callpopUp .popUphead {
    background: transparent !important;
}

.full-width .callpopUp .modal-body .contentSec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.full-width .airline-sec img {
    padding: 5px 0;
    position: fixed !important;
    top: 74px !important;
    bottom: -52px;
    z-index: 1057;
}

.full-width .call-icon i {
    font-size: 24px;
}

.full-width .whyBookSec {
    width: 30%;
}

.full-width .calltextSec {
    padding-bottom: 50px;
}

    .full-width .calltextSec .whyBok {
        font-size: 30px;
        color: #090909;
        padding: 10px 0;
        font-weight: 600;
    }

/*Footer*/


.line1 {
    width: 130px;
    height: 3px;
    border-radius: 50px;
}

.line2 {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background-color: var(--color-must);
    height: 6px;
    width: 60px;
    border-radius: 50px;
}

.air_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.air_container {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.air_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.air_content {
    padding: 0px 15px;
    margin-bottom: 8px;
}

.air_title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.see_more_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-white);
    background-color: var(--color-blue);
    justify-content: center;
    padding: 3px 0px;
    margin-top: auto !important;
    text-decoration: none;
}

    .see_more_btn:hover {
        color: var(--color-white);
    }

    .see_more_btn img {
        height: 40px;
        width: auto;
    }

.mySwiper .desti_img img {
    width: 100%;
}


.serach-bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.center-sec {
    height: 100%;
    position: relative;
}

.serach-bg .top-sec {
    width: 100%;
    background: url(/Images/search-top-bg.jpg) no-repeat center;
    height: 50vh;
    background-size: cover;
}

.serach-bg .ori-des {
    font-size: 180px;
    color: var(--secound-color);
    opacity: 0.3;
    font-weight: 700;
    height: 100%;
}

.serach-bg .wait {
    font-size: 140px;
    color: var(--secound-color);
    opacity: 0.3;
    font-weight: 700;
    height: 100%;
}

.serach-bg .bottom-sec {
    height: 50vh;
    width: 100%;
    position: relative;
    background-size: cover;
}


.serach-bg .fly-cloud {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.serach-bg .fly-cloud-verify {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
}

.serch-cont {
    font-size: 28px;
    text-align: center;
    padding-top: 30px;
    color: var(--color-darkgreen);
}

    .serch-cont span {
        display: inline-block;
        position: relative;
    }


.load-bg {
    background: var(--color-white);
}

    .load-bg .serach-info {
        text-align: center;
        line-height: 1.2;
        padding: 35px 0;
    }

        .load-bg .serach-info i {
            font-size: 20px;
            margin: 0 20px;
        }

    .load-bg .city-code {
        font-size: 20px;
        text-transform: uppercase;
        color: var(--color-black);
        font-weight: 700;
        display: inline-flex;
        flex-direction: column;
    }

        .load-bg .city-code small {
            font-size: 14px;
            font-weight: 500;
            text-transform: none;
            color: #666666;
        }

    .load-bg .serach-info img {
        padding: 0 10px;
        margin-top: 10px;
    }

.flight-loader {
    width: 100%;
    position: relative;
}

    .flight-loader img {
        width: 55%;
    }

.loader-track {
    width: 100%;
    height: 6px;
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
}

.loader-bar {
    width: 0%;
    height: 100%;
    background: #734CA3;
    border-radius: 10px;
    animation: progress-fill 5s infinite linear;
}

.flight-loader .plane {
    position: absolute;
    top: -27px;
    left: 0;
    font-size: 16px;
    color: #734CA3;
    animation: plane-progress 5s infinite linear;
    transform: translateX(0%);
}

/* ---- KEYFRAMES ---- */
@keyframes progress-fill {
    0% {
        width: 0%;
    }

    70% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@keyframes plane-progress {
    0% {
        transform: translateX(0%);
    }

    70% {
        transform: translateX(1200%);
    }

    100% {
        transform: translateX(1200%);
    }
}












.load-bg .ser-trip {
    background: var(--color-darkgreen);
    padding: 15px 50px;
    display: flex;
    color: var(--color-white);
    font-size: 18px;
}

.ser-trip span {
    position: relative;
    padding: 0 10px;
}

    .ser-trip span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: var(--color-white);
        content: "";
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }


#contentCntr .content h5 {
    font-size: 20px;
    margin-top: 20px;
}


/* Call Popup*/
.callDeal {
    width: 660px;
    z-index: 7;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 8px;
}

.closeBtn {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    opacity:0.2;
}

.list-count-content {
    padding: 6px 20px 0 0;
    color: #3b3b3b;
}

    .list-count-content .time-block {
        font-size: 13px;
        margin-bottom: 0;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .list-count-content .time-block .limited-time {
            color: #333;
        }

    .list-count-content .countTime {
        font-size: 24px;
        font-weight: 700;
        min-height: 23px;
        color: #000;
        display: inline;
    }

.whySec, .whySec ul, .whySec ul li {
    display: flex;
}

.list-count-content .dealCode .deal {
    white-space: nowrap;
    height: 32px;
    background: var(--color-blue);
    text-align: center;
    font-size: 16px;
    color: var(--secound-color);
    display: block;
    padding: 5px 10px 4px;
    position: relative;
    width: 90%;
    margin-bottom: 15px;
    left: 5%;
}

    .list-count-content .dealCode .deal:before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        display: block;
        border: 16px solid var(--color-blue);
        z-index: 0;
        border-right-width: 5px;
        border-left-color: transparent;
    }

    .list-count-content .dealCode .deal:after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        display: block;
        border: 16px solid var(--color-blue);
        z-index: 0;
        border-left-width: 5px;
        border-right-color: transparent;
    }

.list-count-content .special-fare {
    margin-bottom: 15px;
}

    .list-count-content .special-fare .hot-price {
        font-size: 12px;
        float: right;
        text-align: right;
        line-height: 2em;
        position: relative;
    }

        .list-count-content .special-fare .hot-price span {
            font-size: 14px;
            font-weight: 700;
            color: #333;
        }

        .list-count-content .special-fare .hot-price sup {
            position: absolute;
            top: 27px;
            right: -5px;
            color: #3ab54a;
        }

        .list-count-content .special-fare .hot-price b {
            color: #3ab54a;
            display: block;
            font-size: 24px;
        }

    .list-count-content .special-fare .special-txt {
        color: #404040;
        font-size: 15px;
        font-weight: 700;
    }

        .list-count-content .special-fare .special-txt b {
            font-size: 18px;
            display: block;
        }

.list-count-content .tripclass-type {
    font-size: 13px;
    margin-bottom: 10px;
}

.list-count-content .itenerary-section {
    min-height: 50px;
    line-height: 1.8em;
    position: relative;
}

.classDeal .cityName, .classDeal .totalPrice {
    line-height: 1;
    font-weight: 700;
    color: #0b2343;
}

.list-count-content .itenerary-section .trip-type-arrow {
    border-bottom: 1px solid #404040;
    display: block;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
}

.list-count-content .itenerary-section .trip-type-icon {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 0 5px;
}

.list-count-content .itenerary-section .city-code {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
}

    .list-count-content .itenerary-section .city-code.right {
        float: right;
        text-align: right;
    }

.list-count-content .city-name {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .list-count-content .city-name .return-name {
        display: inline-block;
        text-align: right;
    }

.list-count-content .call-btn a {
    background: var(--secound-color);
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 5px;
    text-decoration: none;
}

.list-count-content .trustpilot-new {
    clear: both;
    text-align: center;
}

    .list-count-content .trustpilot-new .t-logo {
        display: inline-block;
        width: 100px;
        vertical-align: middle;
    }

        .list-count-content .trustpilot-new .t-logo img {
            width: 90px;
        }

    .list-count-content .trustpilot-new .t-rating {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        width: 110px;
        vertical-align: middle;
    }

.dealSec .dealInfo:after, .dealSec .dealInfo:before {
    content: "";
    background: #d4d4d4;
    width: 8px;
    height: 8px;
    left: -5px;
}

.list-count-content .trustpilot-new .t-rating img {
    width: 100px;
}

.list-count-content .disclaimer-txt {
    color: #a2a2a2;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
}

#Phone_error {
    padding-left: 80px;
}

.exclus-offer {
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

    .exclus-offer .off-part {
        background: #e9f2ff;
        color: var(--color-blue);
        padding: 15px 20px;
        display: flex;
        border-radius: 10px;
        gap: 15px;
        border-bottom: 2px solid var(--color-blue);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.online-off h3 {
    font-size: 20px;
    margin: 0
}


.online-off p {
    font-size: 14px;
    color: var(--color-black);
    display: inline-flex;
    gap: 5px;
    font-weight: 500;
    margin: 0;
}

    .online-off p span {
        color: var(--color-blue);
        font-weight: 600;
    }


/* Site Map*/

.quick-link .block {
    padding: 15px 0;
    background: #efefef;
}

    .quick-link .block:nth-child(even) {
        background: #fff;
    }

.quick-link h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.quick-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-link li {
    padding-bottom: 5px;
    line-height: 24px;
    position: relative;
    width: 25%;
    float: left;
}

    .quick-link li a {
        padding-left: 15px;
        position: relative;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        display: inline-block;
        font-weight: 300;
    }

        .quick-link li a:before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: bootstrap-icons;
            content: "\F285";
            font-size: 12px;
        }


.nav-sec {
    display: block;
}

    .nav-sec li {
        margin: 0 15px;
    }

        .nav-sec li a {
            color: var(--color-black);
            font-size: 14px;
            text-decoration: none;
            font-weight: 500;
            text-transform: uppercase;
        }



.banner-cont {
    text-align: center;
    margin: auto;
    margin-top: 260px;
    color: var(--color-white);
    padding-bottom: 20px;
}

    .banner-cont p {
        font-size: 20px;
        text-shadow: 2px 2px 2px var(--color-black);
        color: var(--color-white);
    }


.travelers {
    margin-right: 10px;
}

#skyview {
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 700px;
    object-fit: cover;
    position: relative;
}




.card-cut-off {
    align-self: stretch;
    border-left: 0.125rem dashed #e0e1e3;
    position: relative;
    z-index: 2;
}

    .card-cut-off:before, .card-cut-off:after {
        background: #f4f4f4;
        content: "";
        display: inline-block;
        height: 0.4375rem;
        left: -0.5rem;
        position: absolute;
        width: 0.875rem;
        z-index: 1;
    }

    .card-cut-off:after {
        border-radius: 0.875rem 0.875rem 0 0;
        bottom: 0;
        box-shadow: 0 13px 3px -10px #2e2e2e1a inset,0 3px 0 #f4f4f4;
        transition: background .15s ease,box-shadow .2s ease;
    }

    .card-cut-off:before {
        border-radius: 0 0 0.875rem 0.875rem;
        box-shadow: 0 -3px 0 #f4f4f4;
        top: 0;
    }


.cloud-small {
    position: absolute;
    top: 0;
    left: 0px;
    animation-name: drive;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    overflow: hidden;
}

@keyframes drive {

    from {
        transform: translateX(-50px)
    }

    to {
        transform: translateX(1000px)
    }
}

/* New payemnt page*/
.flight-detailblock {
    background: var(--color-white);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 6px #00000029;
    margin-bottom: 15px;
    border: 1px solid #ced0d4;
}



.border-dep {
    border-bottom: 1px dashed #ced0d4;
    padding-bottom: 20px;
}

.flight-detailblock h5 {
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 6px;
}

.flight-detailblock .sort-flight-detail {
    width: 100%;
}

.flight-detailblock .cityname {
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
}

.flight-detailblock .airline-detail {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #1f1f1f;
}

    .flight-detailblock .airline-detail .name {
        padding-left: 6px;
        float: left;
        font-weight: 500;
    }

    .flight-detailblock .airline-detail .date {
        display: inline-block;
        color: #5b5b5b;
    }

        .flight-detailblock .airline-detail .date .dot {
            width: 1px;
            height: 12px;
            background: #d6d6d6;
            display: inline-block;
            border-radius: 100%;
            margin: 0 4px 0 6px;
            position: relative;
            top: 1px;
        }

.flight-detailblock .time {
    padding-top: 8px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.flight-detailblock .airline-detail img {
    width: 50px;
    float: left;
    outline: 3px solid #fff;
    outline-offset: -2px;
}

.flight-detailblock .total_time {
    padding-top: 8px;
    display: block;
    font-weight: 400;
    color: #5b5b5b;
    font-size: 12px;
    font-family: "Inter", sans-serif;
}

.itenerary-baggage ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: text-top;
}

    .itenerary-baggage ul li .baggage-selected {
        position: relative;
        font-size: 11px;
        color: var(--color-darkgreen);
        padding-left: 30px;
        padding-top: 2px;
    }

        .itenerary-baggage ul li .baggage-selected.no-selection {
            opacity: .5;
        }

        .itenerary-baggage ul li .baggage-selected img {
            position: absolute;
            left: 0;
            top: 0;
            color: #4f8ffc;
            width: 20px;
        }

        .itenerary-baggage ul li .baggage-selected b {
            font-weight: 600;
        }

        .itenerary-baggage ul li .baggage-selected .cut {
            border-bottom: 2px solid #666;
            display: inline-block;
            width: 27px;
            position: absolute;
            left: -5px;
            top: 10px;
            transform: rotate(45deg);
        }

.flight-detail-link {
    font-size: 13px;
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 500;
    width: 115px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
}

    .flight-detail-link:hover {
        color: var(--color-darkgreen);
    }

.flight-content-box {
    padding: 10px 0 20px;
}

    .flight-content-box .first-segment {
        position: relative;
    }

        .flight-content-box .first-segment:before {
            content: "";
            width: 18px;
            height: 22px;
            display: block;
            position: absolute;
            left: 249px;
            top: 1px;
            background: url(/images/icons/plane3.svg) no-repeat left center #fff;
            z-index: 2;
        }

    .flight-content-box .d-flex.flight-departure {
        align-items: baseline;
    }

    .flight-content-box .flight-scheduleTime {
        font-weight: 500;
        font-size: 12px;
        color: #5b5b5b;
        float: left;
        text-align: right;
    }

    .flight-content-box .flight-duration, .flight-content-box .flight-scheduleTime {
        width: 295px;
        padding-right: 15px;
    }

        .flight-content-box .flight-scheduleTime strong {
            font-size: 16px;
            color: #1f1f1f;
        }

    .flight-content-box .flight-scheduleStops-circle {
        background: var(--color-blue);
        border-radius: 100%;
        display: inline-block;
        width: 9px;
        height: 7px;
        position: relative;
        z-index: 1;
        left: -1px;
        outline: 2px solid #fff;
    }

    .flight-content-box .flight-scheduleLocation {
        padding-left: 15px;
        width: calc(100% - 150px);
        float: right;
    }

        .flight-content-box .flight-scheduleLocation .city {
            font-weight: 400;
            color: #1f1f1f;
            font-size: 14px;
        }

    .flight-content-box .flight-detailsInfoTravel {
        padding: 20px 0;
        position: relative;
    }

    .flight-content-box .d-flex {
        align-items: center;
        position: relative;
    }

    .flight-content-box .flight-duration {
        float: left;
        font-weight: 500;
        color: var(--color-darkgreen);
        font-size: 12px;
        padding-top: 10px;
        text-align: right;
        padding-right: 0;
    }

.flight-stopIntervalSeparator {
    border-left: 1px solid #90949c;
    bottom: -21px;
    left: 250px;
    position: absolute;
    top: -21px;
    transform: translateX(6px);
}

.flight-travel-details {
    float: right;
    margin-left: 30px;
    width: calc(100% - 130px);
}

.airlines-details .right {
    width: 100%;
    float: left;
    font-size: 13px;
}

.displayclass {
    font-size: 13px;
    font-weight: 600;
    float: right;
    text-align: right;
    color: var(--color-black);
}

.fare-family-main {
    display: inline-block;
}

.airlines-details .air-name {
    font-weight: 500;
    font-size: 13px;
    color: #1f1f1f;
}

.airlines-details img {
    width: 35px;
    margin-right: 5px;
    outline: 3px solid #fff;
    outline-offset: -2px;
}

.airlines-details .flight-info {
    margin-top: 5px;
    font-size: 12px;
    color: #5b5b5b;
}

.flight-stop {
    padding: 11px 0 20px;
    position: relative;
}

    .flight-stop .flight-stopIntervalSeparator {
        border-left: 1px dotted #90949c;
    }

.flight-stop-interval .flight-scheduleLocation {
    width: calc(100% - 255px);
}

    .flight-stop-interval .flight-scheduleLocation .flight-duration {
        color: #5b5b5b;
    }

.flight-stop-interval .flight-duration {
    float: none;
    text-align: left;
    width: auto;
}

.flight-content-box .flight-scheduleLocation .flight-layover-label {
    color: var(--color-darkgreen);
}


.flight-content-box .last-segment:after {
    content: "";
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    left: 251px;
    bottom: 8px;
    z-index: 2;
    background: url(/images/icons/location.svg?123) no-repeat center center #fff;
}

/*Footer*/


.ot-social {
    display: flex;
    grid-gap: 5px;
}

    .ot-social a {
        height: 45px;
        width: 45px;
        font-size: 14px;
        background-color: #1E2C46;
        border-color: #1E2C46;
        line-height: 46px;
        color: var(--color-white);
        text-align: center;
        margin-right: 5px;
        border-radius: 50%;
        display: inline-block
    }

        .ot-social a:hover {
            border-color: var(--color-blue);
            background-color: var(--color-blue);
        }


/**/
.logo img {
    /*width: 120px;*/
    position: relative;
    /*left:-5px;*/
}

.font_weight500 {
    font-weight: 500;
}

.footer_logo img {
    height: 40px;
    width: auto;
}

.footer_ul_need {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

    .footer_ul_need li {
        position: relative;
        left: 15px;
        list-style: none;
    }

        .footer_ul_need li a {
            color: var(--color-white);
        }

.footer_semi_title {
    font-size: 22px;
    font-weight: 600;
}


.footer_social {
    gap: 10px;
}

    .footer_social > a {
        background-color: var(--color-darkgreen);
        color: var(--color-white) !important;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.footer_ul li a {
    color: #212529;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 300;
}

    .footer_ul li a .cal {
        font-size: 24px;
        font-weight: 500;
        color: #6f18a8;
    }

    .footer_ul li a:hover {
        color: var(--color-main);
        text-decoration: underline;
    }

.trust-img a img {
    width: 135px;
}

.footer_ul li a span {
    font-size: 20px;
    line-height: initial;
}

.footer_ul2 {
    gap: 20px;
}



i.bi.bi-arrow-right-short {
    font-size: 15px;
}

.routes_explore:hover {
    color: var(--color-white);
}


.static-page .nav-sec li a {
    color: var(--color-black);
}

.static-page.home-ban:after {
    display: none;
}

.static-page .free-deals {
    color: var(--color-black);
}

.static-page .call-opt .call-tfn {
    color: var(--color-black);
}

.static-page .currencyBox {
    color: var(--color-black);
}

.info-head {
    font-size: 18px;
    padding: 6px 0px;
    border-radius: 15px;
    color: var(--color-white);
    margin-bottom: 15px;
    background: #45c96b;
    display: inline-block;
    line-height: 1;
    min-width: 110px;
    text-align: center;
}

.copyright-wrap {
    background-color: #212A37;
    border-top: none;
    padding: 16px 0;
    margin-top: 20px;
}

.footer-links li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}

.footer-links a {
    color: var(--color-white);
}

.footer-links li:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: var(--color-white);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0;
}

.footer-links li:last-child:after {
    display: none;
}
/* Baggage Info*/
.baggage-info {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .baggage-info h5 {
        font-size: 15px;
        color: #1f1f1f;
        font-weight: 600;
    }

    .baggage-info .baggageBox {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }


        .baggage-info .baggageBox .block {
            border: 1px solid #ced0d4;
            border-radius: 6px;
            margin: 10px 0 0 0;
            width: 100%;
        }

        .baggage-info .baggageBox .head .air-name {
            overflow: hidden;
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 600;
            color: var(--color-darkgreen);
        }

.baggageBox .content {
    padding: 15px;
    overflow: hidden;
    width: 100%;
}

    .baggageBox .content ul {
        list-style: none;
        padding: 0;
    }

        .baggageBox .content ul li.d-flex {
            justify-content: space-between;
            display: flex;
        }

        .baggageBox .content ul li {
            font-size: 13px;
            color: #1f1f1f;
            font-weight: 500;
            padding-bottom: 8px;
            white-space: nowrap;
            min-width: 215px;
        }

            .baggageBox .content ul li.d-flex .bag-incl {
                position: absolute;
                width: 20px;
            }

            .baggageBox .content ul li.d-flex div.t-left {
                width: 250px;
                padding-left: 30px;
            }

            .baggageBox .content ul li.d-flex small {
                display: list-item;
                font-size: 11px;
                color: #666;
                white-space: normal;
            }

            .baggageBox .content ul li.d-flex span.t-right2 {
                width: 110px;
                text-align: right;
            }

            .baggageBox .content ul li .incl {
                text-align: right;
                display: inline;
                color: #3ab54a;
                font-weight: 600;
                font-size: 12px;
            }

            .baggageBox .content ul li .noincl {
                text-align: right;
                display: inline;
                color: #8a8a8a;
                font-weight: 600;
                font-size: 12px;
            }

            .baggageBox .content ul li.d-flex span.t-right {
                width: 175px;
                text-align: right;
            }

    .baggageBox .content .text {
        font-size: 11px;
        font-weight: 500;
    }

.baggage-info .block .head {
    padding: 8px 14px;
    border-bottom: 1px solid #ced0d4;
}

.baggage-info .baggageBox .head .air-name img {
    margin-right: 5px;
    width: 40px;
    float: left;
    outline: 3px solid #fff;
    outline-offset: -2px;
}


.loading-bg {
    background: #f9f9f9;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
}
/* New mid loading page*/

.loading-sec {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
}

#loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    background: var(--color-blue);
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}


.loding-mid {
    width: 530px;
    background: var(--color-white);
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0px 15px 0px #0000001A;
    padding: 50px;
    margin-top: 50px;
}


.fly-desti {
    font-size: 20px;
    color: var(--color-black);
    font-weight: 600;
    text-transform: uppercase;
}

    .fly-desti span {
        margin: 0 15px;
        display: inline-block;
    }

.date-sec {
    color: #5b5a5a;
    font-weight: normal;
}

.wait-sec {
    color: var(--color-darkgreen);
}

/* New Listing Page */




.result-block {
    margin-bottom: 20px;
    box-shadow: 0 2px 3px #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px 10px;
    position: relative;
}

    .result-block .depart-flight {
        padding: 10px 15px;
        font-size: 14px;
        color: #6b6b6b;
    }

.no-padding-right {
    padding-right: 0;
}

.result-block .depart-flight .airline-detail img {
    width: 35px;
    float: left;
    vertical-align: middle;
}

.result-block .depart-flight .airline-detail .name {
    margin-left: 45px;
    font-size: 14px;
    padding-top: 7px;
    color: #4d4d4d;
}

.result-block .price-section {
    padding: 30px 0 0 0;
    text-align: right;
}

    .result-block .price-section price {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        min-height: 35px;
        display: block;
        cursor: pointer;
        color: #1eb41c;
    }

.result-block .depart-flight .flex-date {
    font-size: 11px;
    margin-bottom: 2px;
    color: #444;
    background: 0 0;
}

.result-block .depart-flight .leg-details .city {
    width: 70px;
    float: left;
}

    .result-block .depart-flight .leg-details .city .time {
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .result-block .depart-flight .leg-details .city .code {
        color: #484848;
    }

.code:hover .tooltip-city {
    display: block;
}


.result-block .depart-flight .connnecting-block {
    padding: 13px 10px 0 24px;
    float: left;
    width: calc(100% - 140px);
}

    .result-block .depart-flight .connnecting-block .leg-points {
        background: gray;
        height: 1px;
        position: relative;
        text-align: center;
    }

        .result-block .depart-flight .connnecting-block .leg-points:before, .result-block .depart-flight .connnecting-block .leg-points:after {
            content: "";
            width: 30px;
            height: 22px;
            display: block;
            position: absolute;
            left: -20px;
            top: -12px;
            background: url(/us/images/connect-flight.png) no-repeat left center #fff;
        }

        .result-block .depart-flight .connnecting-block .leg-points span {
            font-size: 12px;
            text-align: center;
            width: 50px;
            display: inline-block;
            margin-top: -10px;
            line-height: 1.5em;
            color: #5c5c5c;
        }

        .result-block .depart-flight .connnecting-block .leg-points:after {
            content: "";
            left: auto;
            right: -5px;
            background: url(/us/images/connect-location.png) no-repeat right center #fff;
            width: 17px;
        }

.tec-stop .tecstop-detail {
    display: none;
    background: #333;
    font-size: 13px;
    padding: 8px;
    position: absolute;
    left: 50%;
    top: 29px;
    transform: translateX(-50%);
    width: 250px;
    z-index: 5;
    border: 1px solid #333;
    color: #fff;
    font-weight: 400;
}

.result-block .depart-flight .leg-details .city {
    width: 70px;
    float: left;
}

    .result-block .depart-flight .leg-details .city .time {
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .result-block .depart-flight .leg-details .city .code {
        color: #484848;
    }

.leg-devider {
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0 10px;
}

.bottom-list {
    background: var(--color-darkgreen);
    padding: 10px;
    margin-top: 10px;
}


/* New Result Page design*/

.result {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
    background: var(--color-white);
    box-shadow: 3px 0 10px #00000029;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

    .result .col-bg {
        padding: 8px;
        width: 100%;
        position: relative;
        display: flex;
    }

    .result .partial-price {
        color: var(--color-black);
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }

.evg-price {
    color: var(--color-black);
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    line-height: 12px;
}

.result .select-flight-btn {
    border-radius: 5px;
    background: var(--color-blue);
    color: var(--color-white);
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    margin: 0px 0px 0px 0;
    padding: 0 24px;
    text-transform: uppercase;
}

.depart-section, .return-section {
    padding: 0 13px 13px;
    width: 100%;
}

.result h4 {
    font-size: 16px;
    color: var(--color-black);
    font-weight: 500;
    margin: 0;
    padding: 8px 0px;
}

.dep-mar {
    padding: 5px 0;
    width: 100%;
    position: relative;
}

.connecting_airport {
    display: block;
    text-align: center;
    color: #355cec;
    width: 100%;
}

.result .flight-icon {
    text-align: center;
    padding: 3px 0;
    float: left;
    margin-right: 10px;
    width: 60px;
}

    .result .flight-icon img {
        outline: 3px solid #fff;
        outline-offset: -2px;
    }

.result .airlines-name {
    font-size: 13px;
    color: #0f1112;
    font-weight: 700;
}

.result .flight-no, .flight_operator {
    color: #0f1112;
    font-size: 12px;
}

.result .time {
    font-size: 13px;
    color: #0f1112;
    font-weight: 600;
    text-transform: lowercase;
}

.result .city1 {
    overflow: hidden;
}

.result .city-name {
    padding-left: 10px;
    position: relative;
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 400;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

    .result .city-name .change {
        color: var(--color-blue);
    }


.result .class {
    float: right;
    color: #0f1112;
    font-size: 12px;
}

.basic-class {
    float: right;
    clear: both;
}

.basic-info {
    margin-left: 5px;
    position: relative;
    font-weight: 500;
}

.result .trip-time {
    color: #555;
    font-size: 12px;
}

.layovertimediv {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    color: #717171;
    display: block;
    text-align: right;
}

.result .date {
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
    text-transform: capitalize;
}

.layover-time li {
    padding: 0 13px;
    border-right: 1px solid #898989;
    float: left;
    font-size: 12px;
    color: #717171;
    line-height: 12px;
}

    .layover-time li:last-child {
        padding-right: 0;
        border: none;
    }

.return-section {
    border-top: 1px dashed #ccc;
}

.layover-time {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}

    .layover-time li {
        padding: 0 13px;
        border-right: 1px solid #898989;
        float: left;
        font-size: 12px;
        color: #717171;
        line-height: 12px;
    }

.result .bagguage_fees {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

    .result .bagguage_fees ul {
        padding: 10px 0 0 0;
    }

        .result .bagguage_fees ul li:last-child {
            margin-right: 0;
        }

    .result .bagguage_fees .tooltipBox {
        transform: translateX(143%);
    }

/* New payment 21-02-2025*/
.air-pic {
    width: 50px;
    margin-right: 5px;
}

.air-nam {
    font-size: 14px;
    color: #0F172A;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flightnum {
    font-weight: normal;
    color: var(--color-black);
    position: relative;
}


.airp-tim {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    color: #0F172A;
    justify-content: center;
    margin-top: 15px;
}
    /*.airp-tim p:last-child{
    color: #5E5E5E;
}*/

    .airp-tim .airp {
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .airp-tim .airp b {
            font-weight: 600;
        }

        .airp-tim .airp span {
            font-size: 13px;
            font-weight: 500;
        }

.city-in {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 2px;
}



.arow-rgt {
    bottom: 0px;
    position: absolute;
    right: 0px;
    top: 0;
}

.c-bag {
    display: flex;
    width: 18%;
}

.included-baggage {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    border-top: 1px solid #90A5BD;
}

    .included-baggage span {
        font-size: 12px;
        color: #6c757d;
    }



.payhead {
    font-size: 20px;
    color: #ffffff;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

    .payhead a {
        color: #6f18a8;
        position: absolute;
        right: 15px;
        font-size: 14px;
        font-weight: 500;
    }

.fligt-view.repet {
    border: none;
}


.c-lay {
    background-color: inherit;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    margin: 0 15px;
    position: relative;
}

.class_name {
    align-items: center;
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
    display: inline-flex;
    padding: 2px 12px;
    font-size: 13px;
}

.cabin-plan {
    transform: rotate(270deg);
    margin-right: 5px;
}

.creturn {
    border-left: 1px solid #D9D9D9;
    position: relative;
    padding: 15px;
    width: 25%;
    flex: 0 0 auto;
}

.bages-info {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    grid-gap: 4px;
    padding-bottom: 10px;
}

.creturn .fligt-view {
    border-bottom: none;
    padding-bottom: 10px;
}

.msgbox {
    position: relative;
    background: #fff7d3;
    border: 1px solid #B1A10E;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    color: #202020;
    font-weight: 500;
    padding: 2px 5px;
    margin: 0 5px 0px 5px;
}

    .msgbox:hover .tooltipBox {
        display: block;
    }

.segmentBox .class_strip {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.segmentBox .class_flex {
    display: flex;
}

.segmentBox .topStrip strong {
    font-size: 14px;
    font-weight: 600;
}

.segmentBox .airline-detail {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    padding-left: 15px;
}

    .segmentBox .airline-detail .airline_logo {
        width: 45px;
        margin-right: 10px;
        outline: 3px solid #fff;
        outline-offset: -2px;
    }


.segmentBox .legdetail {
    display: flex;
    position: relative;
}

    .segmentBox .legdetail .city {
        width: 115px;
        position: relative;
    }

        .segmentBox .legdetail .city .time {
            font-size: 22px;
            font-weight: 700;
            line-height: 23px;
        }

        .segmentBox .legdetail .city .code {
            font-size: 14px;
            color: #6B6B6B;
            display: block;
            line-height: 16px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
        }

    .segmentBox .legdetail .connnecting-block {
        width: calc(100% - 230px);
        padding: 0 30px;
        margin-top: 22px;
        position: relative;
    }

        .segmentBox .legdetail .connnecting-block .nonstop {
            display: block;
            text-align: center;
            font-size: 13px;
            color: #355cec;
            font-weight: 500;
            padding-top: 6px;
            margin-bottom: 6px;
        }


        .segmentBox .legdetail .connnecting-block .leg-seprator {
            width: 100%;
            height: 4px;
            display: block;
            background: #4f8ffc2e;
        }

            .segmentBox .legdetail .connnecting-block .leg-seprator:before, .segmentBox .legdetail .connnecting-block .leg-seprator:after {
                content: '';
                width: 34px;
                height: 34px;
                display: block;
                position: absolute;
                left: 16px;
                top: -16px;
                background: url(/images/icons/depart-icon.svg) left top no-repeat;
            }

            .segmentBox .legdetail .connnecting-block .leg-seprator:after {
                left: inherit;
                right: 13px;
                background: url(/images/icons/return-icon.svg) left top no-repeat;
            }

.segmentBox .stopBlock {
    width: 432px;
    margin-top: 30px;
    background: rgba(79,143,252,0.09);
    border: 1px solid #6f18a8;
    border-radius: 5px;
    padding: 7px;
    display: inline-block;
    position: relative;
    font-size: 13px;
}

    .segmentBox .stopBlock:after {
        content: '';
        background: #ebebeb;
        width: 1px;
        height: 50px;
        display: block;
        position: absolute;
        left: 50%;
        top: -51px;
        transform: translateX(-50%);
    }

    .segmentBox .stopBlock:before {
        content: '';
        width: 23px;
        height: 23px;
        background: #222940;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: -58px;
        border: 5px solid #fff;
        transform: translateX(-50%);
        z-index: 1;
    }

.layover_step1 {
    list-style-type: none;
    text-align: left;
    padding: 0;
}

.segmentBox .stopBlock .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    color: #6f18a8;
    font-weight: 500;
}



ul:not(.browser-default) > li {
    list-style-type: none;
}

.layover_step1 li {
    padding-left: 20px;
    overflow: hidden;
    line-height: 22px;
    position: relative;
}

    .layover_step1 li:before {
        content: '';
        width: 6px;
        height: 6px;
        display: inline-block;
        background: #222940;
        border-radius: 100%;
        position: absolute;
        left: 5px;
        top: 8px;
    }

.layover_step1 .stop_layovertime {
    float: right;
}

.segmentBox .stopBlock .showstop .newblock {
    padding: 5px 7px;
    background: #eeeeee;
    border: 1px solid #eb6a34;
    border-radius: 5px;
    width: 100%;
}

    .segmentBox .stopBlock .showstop .newblock .legrepeat {
        position: relative;
    }


.segmentBox .legrepeat .airline-detail {
    padding-left: 0;
}

.segmentBox .stopBlock .showstop .newblock .airline_logo_small {
    width: 20px;
    margin-right: 6px;
}

.inline_tooltip {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.eqp_tooltip .tooltipBox {
    width: 270px;
    padding: 5px 6px;
}

.inline_tooltip .tooltipBox {
    top: 26px;
    left: -44px;
}

.segmentBox .stopBlock .showstop .newblock .stoplegdetail {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

    .segmentBox .stopBlock .showstop .newblock .stoplegdetail .bi-clock-fill {
        display: block;
    }

    .segmentBox .stopBlock .showstop .newblock .stoplegdetail .city {
        font-size: 12px;
        color: #222940;
        font-weight: 500;
        position: relative;
        width: 115px;
        line-height: 16px;
    }


.segmentBox .stopBlock .showstop .newblock .total_time {
    text-align: center;
    white-space: nowrap;
}

.segmentBox .stopBlock .showstop .newblock .stoplegdetail .city strong {
    font-size: 18px;
    color: #202020;
    display: block;
    font-weight: 600;
}

.segmentBox .stopBlock .showstop .newblock .layover_main {
    position: relative;
    padding-bottom: 12px;
}

.segmentBox .stopBlock .showstop .newblock .layover_time {
    background: rgba(235,106,52,0.91);
    border: 1px solid #eb6a34;
    border-radius: 12px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    z-index: 1;
    position: relative;
    color: var(--color-white);
}

.segmentBox .stopBlock .showstop .newblock .layover_main:before {
    content: "";
    border-top: 1px dashed #eb6a3478;
    width: calc(100% + 12px);
    display: block;
    position: absolute;
    left: -6px;
    top: 36%;
}

.segmentBox .stopBlock .showstop .newblock .technical_stop {
    background: #FFF4B1;
    border: 1px solid #CFB10C;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    margin: 5px 0;
}

.operated_by {
    text-align: left;
    display: block;
    padding-bottom: 5px;
}

.operated-by {
    padding: 8px 15px 8px;
    display: inline-flex;
}



.passenger-text {
    font-weight: 400;
    color: var(--color-black);
    float: right;
}



/*Limit Offer*/
.tittle-sec {
    font-size: 35px;
    font-weight: 600;
    color: var(--color-black);
}

.limit-offer {
    width: 75%;
    margin: 0 auto;
    background: var(--color-white);
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 5px;
    padding: 10px 20px;
}

.call-Icon {
    position: absolute;
    bottom: 0;
    right: 1%;
}

/* Limit Offer css end*/

/*slider Offer css start*/

.offer-bg {
    background: var(--color-white);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 20px 90px;
}

.tittle {
    font-size: 30px;
    color: #001f4e;
    font-weight: 600;
}

.offer-nav .nav-tabs .nav-link:focus, .offer-nav .nav-tabs .nav-link:hover {
    border-color: none;
}

.offer-nav .nav-tabs {
    border-bottom: 2px solid #969696;
    width: 25%;
}

    .offer-nav .nav-tabs .nav-link {
        color: #525252;
        margin-right: 15px;
        padding-left: 0;
    }

    .offer-nav .nav-tabs .active {
        border: none;
        color: #1e365e;
        border-bottom: 2px solid #001f4e;
        margin-bottom: -2px;
        font-weight: 600;
    }

.offer-slider {
    margin-top: 20px;
    position: relative;
}


.all-slide .slick-next.slick-disabled, .all-slide .slick-prev.slick-disabled {
    display: none !important;
}

.all-slide .slick-next {
    right: 10px;
}

.all-slide .slick-prev {
    left: 91%;
}

.all-slide .slick-next, .all-slide .slick-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    background: #707070;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: absolute;
    top: -27px;
}

.offer-block {
    display: flex !important;
    align-items: center;
    padding: 15px;
}

.block-section {
    background: var(--color-white);
    border-radius: 10px;
    padding: 15px 15px 15px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    transition: all .3s;
    display: flex;
}

    .block-section:hover {
        box-shadow: inset -3px -6px 16px 0px rgba(253, 253, 253,0.2), inset 9px 5px 14px 0px rgba(0, 0, 0,0.2);
    }


.offer-block .left-sec {
    width: 35%;
    margin-right: 10px;
    height: 100%;
}

    .offer-block .left-sec img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 1px solid var(--color-white);
    }

.offer-block .right-sec {
    width: 60%;
    margin-left: 5%;
}

    .offer-block .right-sec .upto {
        font-size: 20px;
        color: #3d3d3d;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    .offer-block .right-sec p {
        font-size: 14px;
        margin: 0;
        padding-bottom: 15px;
    }

.tc {
    font-size: 11px;
}

.offer-block .right-sec .book {
    color: #0259ad;
    font-size: 14px;
    font-weight: 500;
}

.circle-one {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: var(--color-bg);
    border-radius: 50%;
}

.circle-two {
    left: initial;
    right: -40px;
}
/*Deal Section slider start*/
.deal-sec {
    padding: 10px;
}

    .deal-sec a {
        color: #333333;
    }


.deal-block {
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
    border-radius: 10px;
    transition: all .3s;
}

.airline-name {
    background: #f2f3f6;
    padding: 10px 10px 10px 60px;
    border-top-right-radius: 10px;
}

    .airline-name span {
        width: 60px;
        height: 60px;
        background: var(--color-white);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        left: -8px;
        top: -6px;
        overflow: hidden;
    }

        .airline-name span img {
            width: 37px;
            padding-right: 10px;
        }

.desti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

    .desti .city {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
        width: 30%;
    }

        .desti .city span {
            font-size: 14px;
            display: block;
            font-weight: 500;
            overflow: hidden;
            text-transform: none;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .desti .mid-line {
        width: calc(100% - 60%);
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

.mid-line span {
    font-size: 14px;
    font-weight: 500;
}

.price-info {
    border-top: 2px solid #d6d6d6;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #004a91;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

    .price-info span {
        font-size: 14px;
        font-weight: 400;
        color: #494949;
    }


/*Be Ready Css Start*/

.bg_ready {
    background: url(/images/banner_travel.png) no-repeat center;
    height: 400px;
    color: var(--color-white);
    margin-top: 45px;
    border-radius: 10px;
}

.ready_title {
    font-weight: 700;
}

.know_more_btn {
    background-color: var(--color-org);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    padding: 14px 40px;
    border-radius: 50px;
    gap: 5px;
    text-transform: capitalize;
}

    .know_more_btn img {
        height: 30px;
        width: auto;
    }

/*Be Ready css end*/

/* Why Choose Css Start*/
.service-box {
    background: var(--color-white);
    padding: 40px 15px;
    margin-top: 50px;
    border-radius: 5px;
}

    .service-box .common-title {
        color: var(--color-black);
        font-weight: 600;
        font-size: 35px;
    }


.choose-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.choose_container {
    gap: 10px;
    box-shadow: inset 1px 1px 10px rgba(0,0,0,0.4);
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: var(--color-white);
}

.choose_icon {
    width: 165px;
}

.choose-grid .choose_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
/* Reviews Css start*/
.reviews-slider .slick-slide {
    padding: 10px;
}

.testimonal {
    background: url(/images/home/testimonal-bg.png) center no-repeat;
    background-size: auto;
    padding: 50px 0;
    background-color: #f5f5f5;
    margin: 50px 0;
    position: relative;
}

.testi-card {
    background-color: var(--color-white);
    padding: 20px;
    box-shadow: 0px 3px 15px rgba(22, 25, 33, 0.04);
    border-radius: 6px;
    position: relative;
    z-index: 2;
    height: 190px;
}

    .testi-card:before {
        content: "";
        height: 40px;
        width: 50px;
        background-color: var(--color-blue);
        position: absolute;
        bottom: 45px;
        right: 40px;
        clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
        z-index: -1;
        opacity: 0.1;
    }

.testi-card-rating {
    margin-bottom: 15px;
    color: #3cb371;
    font-size: 14px;
    letter-spacing: 5px;
}

.testi-card-profile {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    bottom: 15px;
}

.media-body {
    margin-top: 15px;
}

.testi-card-name {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 700;
}

.testi-card-desig {
    display: block;
    font-size: 13px;
    color: var(--color-blue);
}

.testi-card-text {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Top Destination Css Start*/

.destination {
    margin-bottom: 60px;
}

.destination-slider .slick-slide {
    padding: 10px;
}

.tour-card {
    border-radius: 10px;
    background-color: var(--color-white);
    box-shadow: 0px 2px 15px rgba(22, 25, 33, 0.05);
}

.tour-card-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative;
}

    .tour-card-img img {
        width: 100%;
        transition: 0.4s ease-in-out;
        height: 250px;
    }

.tour-card:hover .tour-card-img img {
    transform: scale(1.1);
}

.tour-card-img .category-trip-discount {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color-org);
    color: var(--color-white);
    padding: 1px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.tour-card-content {
    padding: 15px 15px 0 15px;
}

.tour-card-top {
    margin-top: -5px;
}

.tour-card .category-trip-loc i {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.tour-card-top {
    font-size: 16px;
}

.tour-card-title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 12px;
}

.tour-card-bottom {
    border-top: 1px dashed #bdbdbd;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.tour-card .link-btn {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-blue);
}


/* Faq Section Css Start*/

.common-title {
    color: var(--color-black);
    font-weight: 600;
    font-size: 24px;
}

.faq-img img {
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-sec p {
    font-size: 16px;
}

#faq-sec .accordion-body {
    margin-top: 5px;
    background: #ebebeb;
    border-radius: 5px;
    font-size: 15px;
}

#faq-sec .accordion-item {
    border: none;
}

#faq-sec .accordion-button {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}


#faq-sec .accordion-item:first-of-type .accordion-button {
    padding-right: 45px;
}

#faq-sec .accordion-button.collapsed::after {
    content: "\F282";
    background-color: var(--color-blue);
    color: var(--color-white);
    font-family: 'bootstrap-icons';
    padding-top: 3px;
}

#faq-sec .accordion-button::after {
    content: "\F286";
    background-color: var(--color-white);
    color: var(--color-black);
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* display: none !important; */
    background-image: none !important;
    position: absolute;
    right: 15px;
    font-family: 'bootstrap-icons';
}

#faq-sec .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

#faq-sec .accordion-button:not(.collapsed) {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 5px !important;
    font-size: 18px;
    border: 1px solid var(--color-blue) !important;
}

#faq-sec .accordion-button::after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* Modify serach engine css start*/

.modify-engine-box .top-head {
    font-size: 14px;
    color: #475569;
}

/*.modifySearchBox .from-to .inputDestination {
    padding-left: 15px !important;
}*/

.modifySearchBox .from-to .inputDestination img {
    left: -3px !important;
}

.triptype {
    display: flex;
    padding: 0px;
    margin-bottom: 5px;
    position: relative;
}

    .triptype li {
        margin-right: 15px;
        display: inline-block;
        font-size: 14px;
        padding: 10px 0px;
    }

        .triptype li:first-child {
            margin-left: 0;
        }

    .triptype .active label {
        color: #025cb5;
    }

    .triptype label {
        cursor: pointer;
        font-weight: 500;
        line-height: 22px;
        padding-left: 26px;
        position: relative;
        color: #0F172A;
        font-size: 16px;
    }

        .triptype label input {
            opacity: 0;
            position: absolute;
        }

            .triptype label input[type=radio]:checked ~ span::before {
                border-radius: 100%;
                background: var(--color-main);
                content: "";
                display: block;
                position: absolute;
                top: 4px;
                height: 12px;
                width: 12px;
                left: 4px;
            }

            .triptype label input[type=radio]:checked ~ span::after {
                border: 2px solid var(--color-main);
            }

            .triptype label input[type=radio] ~ span::after {
                border-radius: 100%;
                border: 2px solid #d9d9d9;
                content: "";
                height: 20px;
                width: 20px;
                left: 0;
                position: absolute;
                top: 0;
            }

.modifySearchBox .input-block {
    position: relative;
    border-radius: 10px;
    padding: 8px 15px 8px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.modifySearchBox .travelsSecOpne{
    position:relative;
}


    .modifySearchBox .travelsSecOpne:before {
        content: "";
        height: 45px;
        width: 1px;
        background-color: #E2E8F0;
        position: absolute;
        left: -2px;
        top: 8px;
    }

.modifySearchBox .searchBox {
    padding: 0 5px 10px;
    border-radius: 10px;
}

.modifySearchBox .inputField {
    padding: 0;
    border: none;
    width: 100%;
    font-weight: 500;
    z-index: inherit;
    font-size: 16px;
}

.modifySearchBox .airport-name {
    position: absolute;
    top: 12px;
    left: 50px;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modifySearchBox .travel-Class {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.modifySearchBox .travelsSecOpne .bi-chevron-down {
    position: absolute;
    right: 10px;
    top: 20px;
}





.modifySearchBox .searchButton {
    background: #805DAB;
    padding: 7px 35px 10px 35px;
    color: var(--color-white);
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

    .modifySearchBox .searchButton::before {
        display: none;
    }

/*  .modifySearchBox .searchButton:hover {
        background: #2359CF;
    }
   
.modifySearchBox .passenger-Box {
    top: 158px;
    right: 396px;
}*/


.searchButton {
    background: var(--color-main);
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 40px;
    border: none;
    font-size: 18px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
}

    .searchButton::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4A70F1;
        transition: top 0.35s ease;
        z-index: -1;
    }

    .searchButton:hover::before {
        top: 0;
    }

    .searchButton:hover {
        color: #fff;
    }



/* Listing Filter css start*/

.holder {
    border: 1px solid #E7EDF2;
    background: var(--color-white);
    border-radius: 15px;
    box-shadow: 0px 4px 24px 0px #C2C2C240;
}

#resultsCntr .leftCntr {
    padding-right: 20px;
    width: 280px;
    float: left;
}

.reset-sec {
    padding: 10px 15px;
    color: #0F172A;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0 !important;
    border-top: 1px solid #E4EBF1;
}

    .reset-sec i {
        font-size: 20px;
    }

.reset-btn {
    background: #eafff3;
    color: var(--color-blue) !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none;
}

.filterBox.tab-pane {
    display: block;
    opacity: 1;
    border-top: 1px solid #E4EBF1;
}

.filterBox .head {
    padding: 5px 0;
    font-size: 16px;
    color: #0F172A;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

    .filterBox .head img {
        margin-right: 3px;
    }

.filterBox .filter__list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    .filterBox .filter__list li {
        display: flex;
        justify-content: space-between;
        padding-bottom: 7px;
    }

        .filterBox .filter__list li .price {
            font-weight: 600;
            color: #475569;
            font-size: 11px;
        }

.filterBox .inputSet label {
    padding-left: 27px;
}


.inputSet label {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    padding-left: 26px;
    position: relative;
    color: #0F172A;
    font-size: 14px;
}

    .inputSet label input {
        opacity: 0;
        position: absolute;
    }

.ui-slider-horizontal {
    height: 3px;
    background: #bdbdbd;
    border: none;
    z-index: 0;
    margin: 25px 16px 10px 0px;
    border: none !important;
    padding: 0;
}

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
        background: #805DAB;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
        margin-left: 0;
        border: 1px solid #475569;
        border-radius: 50%;
        cursor: pointer;
        background: #475569;
    }

.filterBox .range_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #4E5561;
    font-weight: 600;
}



.inputSet label input[type=checkbox] ~ span::after {
    border: 1px solid #E2E8F0;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
    border-radius: 3px;
}

.inputSet label input[type=checkbox]:checked ~ span::after {
    border: 1px solid #805DAB;
    background: #805DAB;
}

.inputSet label input[type=checkbox]:checked ~ span {
    color: var(--color-blue);
}

    .inputSet label input[type=checkbox]:checked ~ span::before {
        z-index: 1;
        content: "\F272";
        display: block;
        position: absolute;
        left: 2px;
        top: -1px;
        font-family: bootstrap-icons;
        color: var(--color-white);
    }

.filterBox .subheading {
    font-size: 16px;
    color: #475569;
    margin-bottom: 10px;
    font-weight: 600;
}

.filterBox .text-overflow {
    display: inline-block;
    max-width: 205px;
}
.filterBox ul.time_filter {
    list-style: none;
    margin-right: -9px;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

    .filterBox ul.time_filter:last-child {
        border-bottom: none;
    }

    .filterBox ul.time_filter li {
        width: calc(50% - 7px);
        min-height: 75px;
        margin-right: 7px;
        margin-bottom: 7px;
        float: left;
        font-size: 12px;
        border: 1px solid #E8E8E8;
        border-radius: 5px;
        text-align: center;
        padding: 9px;
        cursor: pointer
    }

        .filterBox ul.time_filter li .icons {
            width: 34px;
            height: 34px;
            display: block;
            margin: 0 auto
        }

            .filterBox ul.time_filter li .icons.icon_earlymorning {
                background: url(/images/icons/early_morning.svg) center center no-repeat
            }

            .filterBox ul.time_filter li .icons.icon_morning {
                background: url(/images/icons/morning.svg) center center no-repeat
            }

            .filterBox ul.time_filter li .icons.icon_afternoon {
                background: url(/images/icons/afternoon.svg) center center no-repeat
            }

            .filterBox ul.time_filter li .icons.icon_evening {
                background: url(/images/icons/evening.svg) center center no-repeat
            }

        .filterBox ul.time_filter li.selected, .filterBox ul.time_filter li:hover {
            border-color: #805DAB;
            color: #805DAB;
        }

            .filterBox ul.time_filter li strong:hover, .filterBox ul.time_filter li.selected strong {
                color: #805DAB;
            }

            .filterBox ul.time_filter li.selected .icon_earlymorning, .filterBox ul.time_filter li:hover .icon_earlymorning {
                background: url(/images/icons/early_morning-hover.svg) center center no-repeat
            }

            .filterBox ul.time_filter li.selected .icon_morning, .filterBox ul.time_filter li:hover .icon_morning {
                background: url(/images/icons/morning-hover.svg) center center no-repeat
            }

            .filterBox ul.time_filter li.selected .icon_afternoon, .filterBox ul.time_filter li:hover .icon_afternoon {
                background: url(/images/icons/afternoon-hover.svg) center center no-repeat
            }

            .filterBox ul.time_filter li.selected .icon_evening, .filterBox ul.time_filter li:hover .icon_evening {
                background: url(/images/icons/evening-hover.svg) center center no-repeat
            }

        .filterBox ul.time_filter li strong {
            display: block;
            font-weight: 600;
            color: #475569;
            font-size: 14px;
        }

        .filterBox ul.time_filter li .time {
            font-weight: 600;
            color: #0F172A;
            font-size: 12px;
        }
/* Filter for mobile view css*/

.mobile_filter_tab {
    background: #014382;
    overflow: hidden;
    color: #fff;
    position: relative;
    display: none;
}

    .mobile_filter_tab h4 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
    }

    .mobile_filter_tab .close_filter {
        position: absolute;
        right: 0;
        top: -4px;
        padding: 4px 10px;
        font-size: 20px;
        color: #fff;
    }

    .mobile_filter_tab ul {
        list-style: none;
        padding: 0;
        display: flex;
        background: #f2f5ff;
        justify-content: space-between;
        margin: 0;
    }

        .mobile_filter_tab ul li a {
            padding: 10px 20px;
            font-weight: 600;
            border-bottom: 2px solid #f2f5ff;
            display: block;
            color: #333;
        }

            .mobile_filter_tab ul li a.active, .mobile_filter_tab ul li a:focus {
                background: #fff;
                color: #014382;
                border-bottom: 2px solid var(--color-blue);
                text-decoration: none;
            }



.mobile-result-header {
    display: none;
}
/* Mobile view css end*/
/* Matrix view css start*/
/*.matrixBox .slick-prev.slick-disabled, .matrixBox .slick-next.slick-disabled {
    display: none !important;
}*/
.matrixBox h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0F172A;
}

.matrixBox .matrix__wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
}


.matrixBox .matrix__aside {
    position: relative;
    float: left;
    width: 14%;
    color: #475569;
}

    .matrixBox .matrix__aside .matrix__box {
        color: #475569;
        white-space: nowrap;
        height: 38px;
        font-weight: 600;
        font-size: 15px;
    }

        .matrixBox .matrix__aside .matrix__box i {
            margin-left: 0;
        }

.matrixBox .matrix__slider {
    position: relative;
    float: left;
    width: 86%;
}

    .matrixBox .matrix__slider .slick-list {
        border-radius: 10px;
    }


    .matrixBox .matrix__slider .items {
        width: 200px;
        float: left;
        float: left;
        background: white;
    }

    .matrixBox .matrix__slider .matrix__logo {
        width: 22px;
        border-radius: 5px;
    }

    .matrixBox .matrix__slider .matrix__airline-name {
        line-height: 16px;
        margin-left: 10px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-weight: 500;
        color: #1b1b1b;
    }

.matrixBox .matrix__box-lg {
    position: relative;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    color: #475569;
    font-weight: 600;
    font-size: 15px;
}

.withother {
    font-size: 10px;
    display: block;
    top: -10px;
    line-height: 1;
    margin: -5px 0 0 0;
    color: var(--color-black);
}

.matrixBox .matrix__slider .items.active {
    background: #ebfff3;
}



.matrixBox .matrix__box-lg .multiairline {
    position: absolute;
    right: 0px;
    top: 10px;
    height: 25px
}

.matrixBox .matrix__box {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    padding: 8px;
    font-weight: 500;
    color: #1b1b1b;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd
}

    .matrixBox .matrix__box-lg:hover, .matrixBox .matrix__box:hover {
        color: #805DAB;
    }

    .matrixBox .matrix__box-lg.matrixdisabled:hover, .matrixBox .matrix__box.matrixdisabled:hover {
        background: 0 0;
        cursor: default;
    }

.matrixBox .disclaimer {
    font-size: 12px
}

/*.matrixBox .slick-next, .matrixBox .slick-prev {
    right: 0;
    top: -25px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    color: var(--color-black);
}*/

.matrixBox .slick-next, .matrixBox .slick-prev {
    right: -3px;
    top: -25px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #ffffff;
    background: #ffffff;
    z-index: 1;
    border: 0.86px solid #E2E8F0;
}

.matrixBox .slick-prev {
    left: auto;
    right: 33px;
}

    .matrixBox .slick-next:before, .matrixBox .slick-prev:before {
        background: url("/Images/icons/matrix-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        height: 12px;
        width: 12px;
        position: absolute;
        right: 6px;
        top: 9px;
    }

    .matrixBox .slick-prev:before {
        background: url("/Images/icons/matrix-arrow-left.png");
        background-repeat: no-repeat;
        background-position: center;
        right: 12px;
        top: 9px;
    }

.matrixBox .collapse.show {
    display: inline !important
}

.matrixBox .learn-more {
    color: #6f18a8;
}



/* Listing view css start*/
.near-bg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/Images/nearby-airp.svg);
}

.shor-bg {
    background: url(/Images/shortest.svg);
}

.total_results {
    font-size: 15px
}

.sortingTabBox {
    width: 100%;
    overflow: hidden;
}


    .sortingTabBox ul {
        display: flex;
        gap: 10px;
    }

        .sortingTabBox ul li {
            padding: 5px 5px 5px 10px;
            font-weight: 400;
            border: 1px solid #E2E8F0;
            position: relative;
            color: #262525;
            display: flex;
            background: rgba(226, 232, 240, 0.25);
            width: 100%;
            font-size: 14px;
            border-radius: 5px;
            transition: all 0.5s ease;
        }

            .sortingTabBox ul li .bi-search {
                color: var(--color-blue);
                padding-left: 2px;
            }

            .sortingTabBox ul li a {
                display: flex;
                align-items: center;
                gap: 15px;
            }


            .sortingTabBox ul li a {
                text-decoration: none;
                cursor: pointer
            }

            .sortingTabBox ul li .price {
                font-weight: 700 !important;
                display: block;
                font-size: 14px;
                color: #475569;
            }

            .sortingTabBox ul li span {
                font-weight: 400;
            }


            /*.sortingTabBox ul li.active .price, .sortingTabBox ul li.active a {
                color: #3661F0;
            }*/
            /*.sortingTabBox ul li.active:hover {
                color: #3661F0;
            }*/
            /*.sortingTabBox ul li:hover:after {
            content: "";
            width: 73%;
            background: var(--secound-color);
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            height: 4px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0px);
        }*/
            .sortingTabBox ul li:first-child {
                width: 75%;
                height: 54px;
                display: flex;
                align-items: center;
                border-radius: 5px;
                justify-content: center;
                padding-left: 5px;
            }

            .sortingTabBox ul li:hover {
                background: #F4F4F4;
            }

        .sortingTabBox ul .active {
            background: rgba(128, 93, 171, 0.1);
            border-bottom: 2px solid #734CA3;
        }

            .sortingTabBox ul .active a {
                color: #734CA3;
                font-weight: 600;
            }

            .sortingTabBox ul .active span {
                font-weight: 600;
            }

            .sortingTabBox ul .active .price {
                color: #0F172A;
            }

        .sortingTabBox ul li:first-child:after {
            width: 80%;
            left: 10%;
        }

        .sortingTabBox ul li:hover {
            background: rgba(128, 93, 171, 0.1);
            border: 1px solid transparent;
            border-bottom: 2px solid #734CA3;
        }

            .sortingTabBox ul li:hover span {
                color: #734CA3;
                font-weight: 600;
            }

            .sortingTabBox ul li:hover .price {
                color: #0F172A;
            }

        .sortingTabBox ul li .flxi-bg {
            background-color: #E2E8F0;
            background-image: url(/Images/icons/nearby-airp.svg);
            background-repeat: no-repeat;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-position: 50%;
            flex: 0 0 32px;
            transition: all 0.5s ease;
        }

        .sortingTabBox ul li .atr-bg {
            background-image: url(/Images/icons/alternate-date.svg);
        }

        .sortingTabBox ul li .shrt-bg {
            background-image: url(/Images/icons/shortest.svg);
        }

        .sortingTabBox ul li.active .flxi-bg {
            background-color: #475569;
        }

        .sortingTabBox ul li:hover .flxi-bg {
            background-color: #475569;
            background-image: url(/Images/icons/nearby-airp-white.svg);
        }

        .sortingTabBox ul li.active .flxi-bg {
            background-image: url(/Images/icons/nearby-airp-white.svg);
        }

            .sortingTabBox ul li.active .flxi-bg.atr-bg {
                background-image: url(/Images/icons/alternate-date-white.svg);
            }

            .sortingTabBox ul li.active .flxi-bg.shrt-bg {
                background-image: url(/Images/icons/shortest-white.svg);
            }

        .sortingTabBox ul li:hover .flxi-bg.atr-bg {
            background-image: url(/Images/icons/alternate-date-white.svg);
        }

        .sortingTabBox ul li:hover .flxi-bg.shrt-bg {
            background-image: url(/Images/icons/shortest-white.svg);
        }



/*-------contract-------*/
.flight__row .leg-details {
    display: flex;
    justify-content: end;
}


    .flight__row .leg-details .code p {
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

.price_list .class_type {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.resultsBox .top_row_mobile {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.resultsBox .price_list {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    border-left: 1px dashed #ccc;
    padding: 12px;
    grid-gap: 0px;
    font-weight: 500;
    align-items: end;
}

    .resultsBox .price_list .price {
        font-size: 20px;
        color: #1b1b1b;
        font-weight: 600;
        position: relative;
        display: block;
        cursor: pointer;
        line-height: 1;
        text-align: end;
        padding-bottom: 10px;
        padding-top: 6px;
    }

        .resultsBox .price_list .price sup {
            font-size: .75rem;
        }

        .resultsBox .price_list .price .pp {
            font-size: 14px;
            font-weight: 400;
            position: relative;
            top: -2px;
        }

.resultsBox .flight__row .head {
    font-size: 16px;
    color: #1B1B1B;
    margin-bottom: 30px;
    font-weight: 600;
}

.resultsBox .flight__row .airline_logo {
    width: 35px;
    margin-right: 5px;
    border-radius: 50%;
}

/* Baggage Info css start*/
.bag-info {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    flex-direction: column;
}

    .bag-info span {
        font-size: 12px;
    }

    .bag-info ul {
        display: flex;
        margin: 0 0 0 10px;
        gap: 5px;
    }

        .bag-info ul li {
            padding: 5px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .bag-info ul li.check:after {
                content: "";
                width: 11px;
                height: 11px;
                background: url(/Images/add-more/tick-icon.svg) no-repeat center;
                position: absolute;
                right: 1px;
                top: 15px;
                background-size: cover;
                border-radius: 50px;
            }

            .bag-info ul li.no-check:after {
                content: "";
                width: 11px;
                height: 11px;
                background: url(/Images/add-more/cancel.svg) no-repeat center;
                position: absolute;
                right: 1px;
                top: 15px;
                background-size: cover;
                border-radius: 50px;
            }

            .bag-info ul li.no-check img {
                filter: grayscale(1);
                opacity: 0.4;
            }

.bages-info {
    display: flex;
    justify-content: space-between;
}


/* Flight Details css start*/

/*.baggage-status.check:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/Images/icons/baggage-included.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: -3px;
    background-size: cover;
    border: 1px solid #ffffff;
    border-radius: 50px;
}*/

.bag-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.bag-content .bg-sc ul li {
    font-weight: 500;
    color: #475569;
    font-size: 14px;
    text-transform: lowercase;
}

.bag-right-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #0F172A;
    gap: 5px;
    line-height: 1.2;
}

.bag-content .baggage-selected .baggage-status {
}

.bag-content .baggage-selected {
    display: flex;
    position: relative;
    grid-gap: 6px;
}

.bag-content .bg-sc .bgsc-info {
    padding: 5px 0px;
    flex: 1;
}

.bag-content .bg-sc {
    display: flex;
    border-radius: 10px;
    flex-direction: column;
}

.bag-content {
    color: #000000;
    /* margin: auto 0; */
    border-left: 1px dashed #E2E8F0;
    padding: 0;
    padding-left: 18px;
}

/*.layover-line {
    position: relative;
    text-align: center;
    z-index: 1;
}*/




.route__info .city-country {
    font-size: 14px;
    color: #0F172A;
    font-weight: 700;
}

.airinfo-bg .airinfo-bg-detail {
    color: #666666;
    font-weight: 500;
}

.airinfo-bg {
    background: #E2F1FF;
    padding: 2px;
    align-items: center;
    color: #475569;
    padding-left: 15px;
    display: flex;
    font-size: 14px;
}

    .airinfo-bg span {
        position: relative;
        padding-right: 12px;
        padding-left: 12px;
    }

        .airinfo-bg span:not(:last-child)::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #D4D4D4;
            top: 50%;
            transform: translate(0%, -58%);
        }

#returnTabcontent .airinfo-bg, #returncontent .airinfo-bg {
    background: #FFECE4;
}

.flightDetail .nav-tabs .nav-link.active {
    color: #805DAB;
    border-bottom: 1px solid #734CA3;
    background: none;
    font-weight: 600;
}

.flightDetail .nav-tabs .nav-link {
    color: #1B1B1B;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    padding-bottom: 0;
}

/*.flightDetail .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-radius: 0 10px 10px 0px !important;
}*/

.flightDetail .nav-tabs {
    background: #ffffff;
    border-radius: 0;
    width: fit-content;
    border: 0;
    margin-bottom: 10px;
    width: 100%;
    background: #E2E8F0;
    justify-content: center;
    gap: 24px;
}


.flightDetailWrapper {
    background: var(--color-white);
    position: relative;
    top: -30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.flightDetail .tab-content {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}


    .flightDetail .tab-content .tab-pane > .row {
        padding: 12px;
    }



.flightDetailWrapper .flightDetail_popup {
    width: 100%;
    background: #E2E8F0;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    padding: 5px 15px 5px 15px;
}

    .flightDetailWrapper .flightDetail_popup .head {
        padding: 25px 15px 10px 30px;
        position: relative;
        margin-bottom: 5px;
        display: none;
    }

    .flightDetailWrapper .flightDetail_popup .close_detail {
        font-size: 14px;
        color: #0F172A;
        text-align: center;
    }

        .flightDetailWrapper .flightDetail_popup .close_detail:hover {
            text-decoration: none;
            color: var(--color-blue)
        }

    .flightDetailWrapper .flightDetail_popup .page__title {
        font-size: 18px;
        margin: 0;
    }

        .flightDetailWrapper .flightDetail_popup .page__title strong {
            display: inline-block
        }

        .flightDetailWrapper .flightDetail_popup .page__title:after {
            bottom: -9px
        }



    .flightDetailWrapper .flightDetail_popup .detail_footer {
        position: fixed;
        right: 200%;
        width: 580px;
        background: #fff;
        bottom: 0;
        box-shadow: 0 0 6px #00000029
    }



    .flightDetailWrapper .flightDetail_popup .bottom {
        padding: 15px;
        color: #2a2e32;
        background: #FAFAFE;
        border-radius: 0 0 5px 5px;
        border-top: 1px solid #CBD4E6;
    }


    .flightDetailWrapper .flightDetail_popup .price_list {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .flightDetailWrapper .flightDetail_popup .price_list .total-box p {
            font-size: 16px;
            font-weight: 600;
            color: #0F172A;
        }


        .flightDetailWrapper .flightDetail_popup .price_list .price {
            font-size: 22px;
            font-weight: 700;
            position: relative;
            line-height: 21px;
            display: block;
            margin-right: 50px;
            text-align: center
        }


            .flightDetailWrapper .flightDetail_popup .price_list .price sup {
                font-size: .75rem
            }

        .flightDetailWrapper .flightDetail_popup .price_list .per_person {
            font-size: 11px;
            display: block;
            color: #9b9b9b;
            line-height: 13px
        }

        .flightDetailWrapper .flightDetail_popup .price_list .select__btn {
            background: #805DAB;
            padding: 10px 35px 10px 35px;
            color: var(--color-white);
            font-size: 16px;
            border-radius: 32px;
            text-decoration: none;
            font-weight: 700;
            min-width: 171px;
            text-align: center;
        }


            .flightDetailWrapper .flightDetail_popup .price_list .select__btn i {
                position: relative;
                top: 0
            }


            .flightDetailWrapper .flightDetail_popup .price_list .select__btn:hover {
                text-decoration: none;
                color: var(--color-white);
            }

    .flightDetailWrapper .flightDetail_popup .flight_left {
        float: left;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }


        .flightDetailWrapper .flightDetail_popup .flight_left .citycode {
            padding: 0 12px;
            font-size: 11px;
        }

            .flightDetailWrapper .flightDetail_popup .flight_left .citycode strong {
                display: block;
                font-size: 18px;
                font-weight: 500;
            }


    .flightDetailWrapper .flightDetail_popup .flightDetail {
        color: #8a8a8a;
        padding-bottom: 5px;
    }


    .flightDetailWrapper .flightDetail_popup .flighttab {
        list-style: none;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        padding: 0;
        border-bottom: 1px solid #dfdfdf
    }


        .flightDetailWrapper .flightDetail_popup .flighttab li {
            float: left;
            margin-right: 30px
        }


            .flightDetailWrapper .flightDetail_popup .flighttab li a {
                font-size: 16px;
                color: #484848;
                text-decoration: none;
                padding: 0 0 7px 0;
                display: block;
                position: relative;
                cursor: pointer
            }


                .flightDetailWrapper .flightDetail_popup .flighttab li a:before {
                    content: "";
                    height: 2px;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    transition: all .5s;
                    width: 0;
                    display: block;
                    background: var(--secound-color);
                }


                .flightDetailWrapper .flightDetail_popup .flighttab li a.active, .flightDetailWrapper .flightDetail_popup .flighttab li a.active:before {
                    width: 100%;
                    color: #2a2e32;
                }

    .flightDetailWrapper .flightDetail_popup .airlines__details {
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 15px;
    }




        .flightDetailWrapper .flightDetail_popup .airlines__details .air-name, .flightDetailWrapper .flightDetail_popup .airlines__details .oprated_by {
            font-size: 14px;
            font-weight: 400;
            color: #0F172A;
        }


        .flightDetailWrapper .flightDetail_popup .airlines__details .oprated_by {
            font-size: 12px;
            font-style: italic;
            line-height: 1;
            font-weight: 400;
            color: #475569;
        }

        .flightDetailWrapper .flightDetail_popup .airlines__details img {
            width: 24px;
            float: left;
            border-radius: 5px;
            height: 24px;
        }

        .flightDetailWrapper .flightDetail_popup .airlines__details .detail {
            width: calc(100% - 0px);
            display: flex;
            gap: 16px;
            align-items: center;
        }

        .flightDetailWrapper .flightDetail_popup .airlines__details .flight__info {
            font-weight: 700;
            color: #475569;
            border-left: 1px solid #E2E8F0;
            padding-left: 9px;
        }

        .flightDetailWrapper .flightDetail_popup .airlines__details .class-type {
            background: #E9F7EF;
            color: #2f3a45;
            padding: 3px 12px;
            border-radius: 3px;
            font-size: 12px;
        }

    .flightDetailWrapper .flightDetail_popup .route__info {
        position: relative;
        padding: 0 40px 0px 28px;
    }

    .flightDetailWrapper .flightDetail_popup .tab-pane > .route__info:last-of-type {
        border-bottom: 1px solid #D9D9D9;
    }


    .flightDetailWrapper .flightDetail_popup .route__info .time {
        font-size: 14px;
        font-weight: 400;
        color: #475569;
    }


    .flightDetailWrapper .flightDetail_popup .route__info .date {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #475569;
        display: flex;
        gap: 5px;
    }

    .flightDetailWrapper .flightDetail_popup .route__info .d-flex .time span {
        color: #0F172A;
        margin: 0 5px;
        font-weight: 700;
        font-size: 14px;
    }

    .flightDetailWrapper .flightDetail_popup .route__info .destination_fullname {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        display: flex;
        gap: 5px;
    }

        .flightDetailWrapper .flightDetail_popup .route__info .destination_fullname .message_display {
            left: 203px;
        }

    .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar {
        width: 6px;
        border-left: 1px solid #E2E8F0;
        position: absolute;
        left: 8px;
        top: 0px;
        height: 100%;
    }

    .flightDetailWrapper .flightDetail_popup .route__info .triptime-outer {
        margin: 8px 0;
    }

        .flightDetailWrapper .flightDetail_popup .route__info .triptime-outer .duretion_time {
            font-size: 14px;
            font-weight: 400;
            color: #475569;
        }
    /*.flightDetailWrapper .flightDetail_popup .route__info .connecting__bar .duretion_time span {
                color: #1b1b1b;
                font-weight: 600;
            }*/
    .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar:after {
        content: "";
        width: 20px;
        height: 25px;
        display: block;
        position: absolute;
        right: -5px;
        top: 0px;
        border-radius: 100%;
        background: url(../Images/icons/detail-plane.png);
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar:before {
        content: "";
        width: 20px;
        height: 35px;
        display: block;
        position: absolute;
        right: -5px;
        bottom: -1px;
        border-radius: 100%;
        background: url(../Images/icons/detail-plane.png);
        background-repeat: no-repeat;
        background-color: #fff;
        background-position: 0px 8px;
    }



    .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar .duretion_time {
        position: absolute;
        left: 50%;
        margin-top: -60px;
        text-align: center;
        transform: translate(-50%, 10px);
        font-weight: 400;
        font-size: 12px;
        line-height: 1.3;
    }

        .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar .duretion_time img {
            background: #fff;
            padding: 0 6px;
            display: block
        }

    .flightDetailWrapper .flightDetail_popup .route__info .TripTime {
        margin: 15px
    }

    .flightDetailWrapper .flightDetail_popup .route__info .message_display {
        margin: 0;
        font-size: 10px;
    }

    .flightDetailWrapper .flightDetail_popup .layover {
        font-size: 14px;
        color: #0F172A;
        background: #E2E8F0;
        text-align: center;
        margin: auto;
        border-radius: 20px;
        width: 97%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 1;
        position: relative;
        height: 32px;
    }

        .flightDetailWrapper .flightDetail_popup .layover span {
            border-left: 1px solid #D4D4D4;
            line-height: 2.2;
            border-right: 1px solid #D4D4D4;
            padding: 0 8px;
        }



        .flightDetailWrapper .flightDetail_popup .layover .bi-stopwatch {
            position: relative;
            top: -2px;
            margin-right: 4px
        }



/* Payment Page css start*/

.back {
    color: var(--color-black);
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    padding: 5px 0px;
    font-size: 16px;
    gap: 5px;
}

.go-back {
    color: var(--color-white);
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: var(--color-black);
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    gap: 5px;
}

    .go-back i {
        font-size: 20px;
    }

    .go-back:hover {
        text-decoration: none;
        color: var(--color-white)
    }

.review-trip {
    font-size: 22px;
    color: var(--color-black);
    font-weight: 600;
    padding-bottom: 15px;
}

.continue-btn {
    float: right;
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
}

    .continue-btn:hover {
        color: var(--color-white);
    }

.heading-block {
    position: relative;
    padding-top: 0px;
    padding-left: 60px;
}



    .heading-block::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
    }


    .heading-block h3 {
        font-weight: 600;
        font-size: 20px;
        margin: 0 0 5px;
        color: #343434;
    }

    .heading-block p {
        color: #6b6b6b;
        font-size: 14px;
        margin: 0;
    }

.phead img {
    position: absolute;
    right: 0;
    top: -75px;
}
/* Seat Selection css start*/
.seating_table {
    width: 100%;
}

    .seating_table table {
        width: 100%;
    }

        .seating_table table thead {
            background-color: #4f8ffc96;
            color: var(--color-white);
        }

            .seating_table table thead th, td {
                padding: 5px 15px;
            }

            .seating_table table thead th {
                font-weight: 500;
                text-transform: uppercase;
            }

        .seating_table table tbody tr:nth-child(even) {
            background-color: var(--color-light);
        }



/* phone only option*/
.phone-only-sec {
    position: fixed;
    display: none;
    width: inherit;
    padding: 20px 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    color: #313541;
    font-size: 18px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-45%);
    border-radius: 5px;
    min-width: 700px;
    z-index: 9;
}

}

.phone-only-sec .phone-only-pic {
    background: none;
    width: 90px;
    height: 65px;
    float: left;
    display: inherit;
    position: relative;
    top: -0.3rem;
}

.phone-only-sec b {
    font-size: 15px;
}

.phone-only-sec .phone-only {
    margin: auto;
}

.phone-only-sec .phone-number {
    color: #3cb371;
    font-weight: 700;
}

.phone-only-sec .cross-icon {
    position: absolute;
    cursor: pointer;
    color: #73767f;
    right: 2px;
    top: -15px;
    font-size: 14px;
}


.resultsBox .button-loding {
    padding: 3px 0 5px 20px;
}

    .resultsBox .button-loding .button-loader {
        top: 8px;
    }

.button-loding {
    background: #805DAB;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    padding: 10px 0 10px 25px;
    text-transform: capitalize;
    display: block;
    border-radius: 23px;
}

    .button-loding .button-loader {
        border: 3px solid var(--color-white);
        border-top: 3px solid #805DAB;
        border-radius: 50%;
        width: 25px !important;
        height: 25px !important;
        animation: spin 2s linear infinite;
        position: absolute;
        top: 8px !important;
        left: 7px !important;
    }


/* Lowest Fare css start */

.lowest-fare .tripType {
    display: flex;
    margin-bottom: 15px;
}

    .lowest-fare .tripType label {
        margin-right: 20px;
    }

.lowest-fare .column_2 {
    display: flex;
    margin-bottom: 15px;
}

.book-now-conf .button-loding {
    height: 100%;
    padding-top: 10px;
    z-index: 2;
    background: #007001;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding-left: 30px;
}

    .book-now-conf .button-loding .button-loader {
        top: 9px;
        left: 12px;
    }

.content-sec h1 {
    font-size: 30px;
}



.radiogroup li .yes-label, .radiogroup li .no-label {
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: space-between;
    border: 1px solid #86b7e9;
    line-height: normal;
    color: #5e5e5e;
}

    .radiogroup li .yes-label .added span {
        font-weight: 700;
    }


.radiogroup .inputSet label input[type=radio]:checked ~ span::before {
    top: 13px;
    left: 13px;
    z-index: 1;
}

.radiogroup .inputSet label input[type=radio] ~ span::after {
    top: 9px;
    left: 9px;
}


.brandpush-logo-container-item {
    height: auto;
    width: 100%;
    position: relative;
    padding: 25px 50px;
}

.brandpush-vertical-center {
    height: inherit;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .brandpush-vertical-center img.brandpush-news-logo {
        max-width: 100px;
        max-height: 66px;
        min-width: 50px;
        min-height: 40px;
        height: auto;
        width: auto;
        margin: 7px 10px;
    }

.brandpush-trust-badge, .brandpush-title, .brandpush-footer {
    font-family: sans-serif !important;
}

    .brandpush-title:before, .brandpush-title:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #d8d8d8;
        margin: auto;
        width: 27%;
        display: block;
        position: relative;
    }

    .brandpush-title:before {
        margin-left: 30px;
        top: 12px;
    }

    .brandpush-title:after {
        margin-right: 30px;
        top: -13px;
    }


.brandpush-logo-container {
    text-align: center;
    margin: 0 auto 0 auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.brandpush-newslogoa {
    display: inline-block;
    position: relative;
}

/* Media link css start*/


.media-card {
    background-color: var(--color-white);
    padding: 10px 20px;
    border-radius: 6px;
    position: relative;
    z-index: 2;
    height: auto;
}

.social_sub .facebok a {
    background: #0866ff;
}

.social_sub .ytube a {
    background: #FF0033;
}

.social_sub .instgrm a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social_sub .twitt a {
    background: #000000;
    color: #ffffff;
}

.as-seen-on {
    margin: 40px 0 80px 0;
}

    .as-seen-on .tit {
        font-size: 40px;
        font-weight: 600;
        color: var(--color-black);
        text-transform: uppercase;
    }

        .as-seen-on .tit:after {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: var(--color-darkBlue);
            content: "";
            left: 0;
        }

    .as-seen-on .slick-slide {
        padding: 15px 0;
    }

.agency-logo {
    padding: 10px 0;
    clear: both;
    background: #013C75;
}

    .agency-logo ul {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        grid-gap: 10px;
        margin-top: 10px;
    }

    .agency-logo li {
        display: inline-block;
        margin: 0 5px;
    }

        .agency-logo li a {
            display: block;
            background-size: 100%;
            background: url(/images/sprit-foot.png?12) 0 0 no-repeat;
        }

            .agency-logo li a.arc-logo {
                background-position: 0 0px;
                width: 95px;
                height: 45px;
            }

            .agency-logo li a.iata-logo {
                background-position: -91px 0px;
                width: 95px;
                height: 45px;
            }

            .agency-logo li a.asta-logo {
                background-position: -183px 0px;
                width: 205px;
                height: 45px;
            }

            .agency-logo li a.tln-logo {
                background-position: 15px -52px;
                width: 420px;
                height: 45px;
            }

            .agency-logo li a.trust-review {
                background-position: 15px -52px;
                width: 115px;
                height: 45px;
            }

            .agency-logo li a.google-review {
                background-position: -115px -52px;
                width: 180px;
                height: 45px;
            }

            .agency-logo li a.clin-logo {
                background-position: -305px -52px;
                width: 80px;
                height: 45px;
            }

            .agency-logo li a.cloud-logo {
                background-position: 0px -100px;
                width: 120px;
                height: 45px;
            }

            .agency-logo li a.godaddy-logo {
                background-position: -128px -105px;
                width: 170px;
                height: 45px;
            }


.faq-secs h3, .faq-secs h4 {
    position: relative;
}

.faq-secs h4 {
    font-size: 22px;
}

.faq-secs h5 {
    background: #d9e7fe;
    color: #1f1f1f;
    font-size: 16px !important;
    padding: 10px 10px 10px 40px;
    border-radius: 5px;
    margin: 10px 0 !important;
    font-weight: 500;
}

    .faq-secs h5:after {
        position: absolute;
        content: "\F257";
        font-family: bootstrap-icons;
        display: inline-block;
        left: 10px;
        top: 10px;
        color: #4f8ffc;
        font-size: 20px;
    }

/* New Call pop up on liosting page*/

.callbg {
    width: 800px;
    z-index: 7;
    margin: 0 auto;
    background: var(--color-white);
    position: relative;
    border-radius: 10px;
}

.detail-bg {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px 0 15px;
    color: var(--color-white);
    background-position: bottom;
}

.lok-deal {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
}

.call-help {
    padding: 5px 10px;
    color: #5e348e;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.text-bg-left {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
}

.text-bg-right {
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 700;
    color: #38185d;
}

.get-deal {
    font-size: 20px;
    font-weight: 400;
}

.wizcode {
    font-size: 15px;
    color: #000000;
    background: #e9af1f;
    padding: 10px 30px;
    border-radius: 5px;
    line-height: 1;
    text-align:center;
}

    .wizcode span {
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        display: block;
        padding-top: 5px;
    }

.more-opt {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    grid-gap: 10px;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .more-opt li {
        width: 100%;
        padding: 6px 10px;
        background: #e8e8e8;
        border-radius: 5px;
        font-size: 18px;
        display: flex;
        grid-gap: 5px;
        align-items: center;
        color: #000000;
        border-bottom: 4px solid #dcc5f1;
    }


.no-hold-bg {
    background: #ffffff;
    padding: 0px 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.hold {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

    .hold span {
        font-size: 16px;
        font-weight: 400;
    }

.click-call-btn {
    background: #e02866;
    font-size: 30px;
    padding: 15px 20px 15px 2px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
}

    .click-call-btn.call-opt .call-icons {
        padding: 5px 10px;
        background: #e02866;
    }

.pop-sec {
    display: flex;
    align-items: center;
}

.pop-left {
    width: 60%;
}

.popup-img {
    width: 40%;
}

    .popup-img img {
        width: 100%;
    }

/* Destinations and airline pages css */


.denver-bg-banner {
    background: url('../Images/city-banner/new/denver.webp') no-repeat center top;
}

.chicago-bg-banner {
    background: url('../Images/city-banner/new/chicago.webp') no-repeat center top;
}


.miami-bg-banner {
    background: url('../Images/city-banner/new/miami.webp') no-repeat center top;
}



.atlanta-bg-banner {
    background: url('../Images/city-banner/new/Atlanta.webp') no-repeat center top;
}

.austin-bg-banner {
    background: url('../Images/city-banner/new/Austin.webp') no-repeat center top;
}

.nyc-bg-banner {
    background: url('../Images/city-banner/new/new york.webp') no-repeat center top;
}

.destination-search-box {
    background-size: cover !important;
    padding: 200px 15px 15px 15px;
    border-radius: 10px;
}



    .destination-search-box .flight-Serch {
        margin: 0;
    }


.dest-list-view {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
}

    .dest-list-view .dest-sec {
        padding: 0 10px;
        height: 300px;
        width: 33%;
        margin-bottom: 15px;
    }

        .dest-list-view .dest-sec a {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            background: var(--color-white);
            display: block;
            color: var(--color-black);
        }

            .dest-list-view .dest-sec a img {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

.desti-cont {
    padding: 15px;
}

    .desti-cont h5 {
        font-size: 20px;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .desti-cont p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.all-airline ul li a {
    padding-bottom: 10px;
    color: var(--color-blue);
    display: inline-block;
}

.all-airline .top-heda {
    font-size: 34px;
    color: var(--color-black);
    font-weight: 500;
}

.all-airline ul li a:hover {
    text-decoration: underline;
    color: var(--color-black);
}


.why-bok li {
    position: relative;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 0 5px 25px;
}

    .why-bok li:after {
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 16px;
        color: #10b982;
        content: "\F272";
        font-family: bootstrap-icons;
    }

.extended-cancel {
    width: 685px;
    margin: auto;
    background: var(--color-white);
    padding: 20px;
    border-radius: 6px;
}

.cancel-amount {
    font-weight: 600;
    font-size: 18px;
    color: #10B982;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}

    .cancel-amount .head {
        font-size: 14px;
        font-weight: 300;
    }

.refund-pack {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
}

    .refund-pack ul li {
        padding: 2px;
        padding-left: 25px;
        position: relative;
        color: #797979;
        text-align: left;
        font-weight: 300;
        line-height: 1.5;
    }

        .refund-pack ul li:before {
            color: #10B982;
            padding: 2px;
            font-size: 18px;
            content: "\F270";
            font-family: bootstrap-icons;
            position: absolute;
            top: -2px;
            left: 0;
        }

.exten-can-btn {
    display: flex;
    justify-content: space-evenly;
    font-weight: 300;
    margin-top: 40px;
}

    .exten-can-btn button {
        height: 40px;
        border-radius: 6px;
        background: none;
        width: 256px;
    }

.cancel-ext .button-loding {
    background: #fff;
    padding: 5px;
}

    .cancel-ext .button-loding .button-loader {
        top: 4px;
    }

.cancel-ext {
    color: #797978;
    border: 2px solid #a3a3a3;
}

.add-ext {
    color: var(--color-white);
    background: #10B982 !important;
}



@media(max-width:992px) {

    .page-breadcrumb {
        display: none;
    }
}





/* Payment page css 8-7-2024 start*/
.layover-new {
    margin: 10px 0;
    border-top: 1px solid #d2e2f3;
    border-bottom: 1px solid #d2e2f3;
    padding: 5px 0;
}

.show-det {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-top: 5px;
}

.mobile-content-popup {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

    .mobile-content-popup .mobile-head {
        background: var(--color-blue);
        padding: 12px 10px;
        z-index: 2;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .mobile-content-popup .back-btn, .mobile-content-popup .close-btn {
        position: absolute;
        left: 0;
        top: 2px;
        width: 42px;
        height: 41px;
        border: none;
        background: 0 0;
        font-size: 28px;
        color: #fff;
    }

    .mobile-content-popup .close-btn {
        left: initial;
        right: 0;
        font-size: 29px;
    }

    .mobile-content-popup .contentBox {
        padding-top: 65px;
    }

.mobile-head i {
    font-size: 35px;
}

.paymentItenerary-details {
    padding-bottom: 20px !important;
}

    .paymentItenerary-details .trip-show {
        font-size: 14px;
        font-weight: 500;
        color: #393939;
        background: #f7f7f7;
        margin-bottom: 10px;
        padding: 2px 5px;
        border-radius: 4px;
    }

    .paymentItenerary-details h3 {
        padding: 0px 0 15px;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        color: #1f1f1f;
    }

    .paymentItenerary-details .flights-data .city-name {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .paymentItenerary-details .flights-data .flight-date {
        font-size: 12px;
        color: #535353;
        margin-bottom: 10px;
    }

    .paymentItenerary-details .flights-data .airline-info {
        font-size: 13px;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        color: #535353;
    }

    .paymentItenerary-details .flights-data .leg-details .city.text-left {
        float: left;
        padding: 0 0 0 10px;
    }

    .paymentItenerary-details .flights-data .leg-details .city.text-right {
        float: left;
        padding: 0 10px 0 0;
    }

    .paymentItenerary-details .flights-data .leg-details .city .time {
        font-size: 13px;
        font-weight: 700;
    }

        .paymentItenerary-details .flights-data .leg-details .city .time small {
            font-size: 10px;
            text-transform: lowercase;
        }

    .paymentItenerary-details .flights-data .leg-details .city .code {
        font-size: 12px;
        display: inline-block;
        text-align: left;
        font-weight: 500;
    }

    .paymentItenerary-details .flights-data .connnecting-block {
        padding: 20px 7px 24px;
        float: left;
        width: calc(100% - 120px);
    }

        .paymentItenerary-details .flights-data .connnecting-block .leg-points {
            background: #ccc;
            height: 1px;
            position: relative;
            text-align: center;
            font-size: 10px;
            color: #5b5b5b;
            position: relative;
        }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points:before, .paymentItenerary-details .flights-data .connnecting-block .leg-points:after {
                content: "";
                width: 22px;
                height: 24px;
                display: block;
                position: absolute;
                left: 0;
                top: -13px;
                background: url(/images/icons/connect-flight.webp) no-repeat scroll 0 4px;
            }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points:after {
                content: "";
                left: auto;
                right: -5px;
                background: url(/images/icons/connect-location.webp) no-repeat scroll 5px 6px;
                width: 20px;
            }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points .stop2_div {
                position: relative;
                top: -23px;
                color: var(--color-black);
            }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points .stop_div {
                display: inline-block;
                width: 45px;
                margin-top: 0px;
                white-space: nowrap;
                position: relative;
            }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points .stop2_div .destination_code {
                padding-bottom: 5px;
                font-size: 11px;
            }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points .stop_icon {
                position: absolute;
                left: 50%;
                top: 17px;
                transform: translateX(-50%);
                cursor: pointer;
            }

            .paymentItenerary-details .flights-data .connnecting-block .leg-points .stop2_div .layovertime {
                padding-top: 8px;
            }

.stopTooltip-custom .tooltipBox {
    width: max-content;
    left: 50%;
    top: 32px;
    text-align: left;
    transform: translateX(-50%);
}

.tooltipBox .close_tooltip {
    font-size: 23px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #333;
    cursor: pointer;
    display: none;
}

.paymentItenerary-details .flights-data .airline-info img {
    width: 30px;
    margin-right: 5px;
    outline: 3px solid #fff;
    outline-offset: -2px;
}

.paymentItenerary-details .popup-link .review-detal {
    position: absolute;
    right: 0;
    color: #4f8ffc;
    font-size: 14px;
    text-decoration: underline;
    top: 0;
    font-weight: 500;
    background: transparent;
}

.paymentItenerary-details .popup-link {
    position: relative;
    display: block;
}

.paymentItenerary-details .flights-data .leg-details .city .time b {
    display: inline-block;
    text-align: left;
    font-weight: 600;
}

#reviewDetail .modal-content {
    background-color: #ffffff;
    padding: 5px;
    border: none;
}

#reviewDetail .modal-body {
    padding: 0;
}

#reviewDetail .modal-header {
    padding: 0;
    border: none;
}

#reviewDetail .hr_p {
    display: none;
}

#reviewDetail .btn-close {
    margin: 0;
    position: absolute;
    top: 20px;
    right: 13px;
    padding: 0;
    background: #f4f4f4;
    width: auto;
    z-index: 999;
    opacity: 1;
}

#reviewDetail .c-bg {
    position: absolute;
    top: -15px;
    right: -5px;
    width: 25px;
    height: 25px;
    background: #0F172A;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

    #reviewDetail .c-bg i {
        color: #ffffff;
    }

#reviewDetail .segmentBox {
    margin-bottom: 15px;
}

    #reviewDetail .segmentBox:last-child {
        margin-bottom: 0;
    }

.container-fluid .cont_bg {
    min-height: calc(100vh - 155px);
}

.payment-pop-up .modal-body {
    padding: 5px 0;
}

.payment-pop-up .contentBox {
    padding: 0;
}

.payment-pop-up .modal-header {
    background: #805DAB;
    color: var(--color-white);
}

    .payment-pop-up .modal-header .btn-close {
        background: none;
        color: var(--color-white);
        font-size: 18px;
        padding: 0;
        margin: 0;
        position: relative;
        top: -4px;
    }

.msgbox .tooltipBox {
    left: 55px;
    width: 255px;
    z-index: 1000;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding-left: 0;
}

.payment-error {
    background: #faeaea;
    border-radius: 3px;
    padding: 12px;
    position: relative;
    margin: 15px 0;
}

    .payment-error h6 {
        font-weight: 600;
        font-size: 15px;
    }

    .payment-error:before {
        width: 3px;
        background: #d32225;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .payment-error ul li {
        position: relative;
        padding-left: 20px;
        padding-bottom: 3px;
    }

        .payment-error ul li:after {
            position: absolute;
            top: 6px;
            left: 0;
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #252a31;
        }

/* Payment page customer support css start*/

.page-head small {
    font-size: 14px;
    font-weight: 400;
    color: #6a6971;
    text-transform: none;
}

.flex-option {
    display: flex;
    border-radius: 8px;
    grid-gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.flex-sec {
    display: flex;
    flex: 1 1 0%;
    /*background-color: #ffffff;*/
    border-radius: 8px;
    position: relative;
    align-items: flex-end;
}

.recom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    color: var(--color-white);
    height: 30px;
}

.go-flex {
    display: flex;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: transform .1s;
    position: relative;
}

.selted .go-flex, .selt-btn .go-flex.active {
    border: 3px solid #734CA3;
    border-radius: 18px;
}

    .selt-btn .go-flex.active .flex-point ul {
        border: none;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

.go-flex .flex-point {
    border-radius: 10px;
}

.go-flex.active .flex-point {
    position: relative;
}

.go-flex .flex-point .chgcomplete {
    font-size: 13px;
    color: #0F172A;
}

/*.go-flex.active .flex-point:after {
            width: 40px;
            height: 38px;
            position: absolute;
            content: "";
            background: #6f18a8;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 10px;
            right: 0;
            top: 0;
        }*/
/*.go-flex.active .flex-point:before {
            content: "\F272";
            position: absolute;
            font-size: 28px;
            color: #ffffff;
            font-family: bootstrap-icons;
            top: 5px;
            right: 6px;
            z-index: 1;
        }*/
.flex-point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

    .flex-point ul li {
        margin-bottom: 5px;
        padding-right: 10px;
        padding-left: 25px;
        position: relative;
        list-style: none;
        font-size: 14px;
        font-weight: 600;
        color: #1b1b1b;
    }

        .flex-point ul li small {
            font-size: 13px;
            display: block;
            font-weight: 400;
            line-height: 1.3;
            padding-top: 5px;
        }

        .flex-point ul li:before {
            position: absolute;
            left: 0;
            top: 0px;
            content: "";
            background: url(/images/add-more/tick-icon.svg) no-repeat center;
            height: 18px;
            width: 18px;
            background-size: cover;
        }

        .flex-point ul li.cancel:before {
            position: absolute;
            left: 0;
            top: 0px;
            content: "";
            background: url(/images/add-more/cancel.svg) no-repeat center;
            height: 18px;
            width: 18px;
            background-size: cover;
        }

.bkwithconfidence {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0px;
    border-right: 1px solid rgb(233, 233, 233);
}

    .bkwithconfidence h3 {
        display: block;
        font-size: 14px;
        color: rgb(161, 147, 147);
        text-align: center;
        font-weight: 400;
        margin: 0px 0px 5px;
        padding: 0px;
    }

    .bkwithconfidence ul {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .bkwithconfidence ul li {
            padding: 0 5px;
            border-right: 1px solid rgb(245, 245, 245);
        }

        .bkwithconfidence ul img {
        }

ul.other-sec {
    display: inline-flex;
    align-items: center;
    list-style: none;
}

    ul.other-sec li {
        display: inline;
        margin: 0px;
        padding: 0 10px;
    }

    ul.other-sec img {
        height: 35px;
        width: 100%;
    }

.pymentpukinfo {
    width: auto;
    display: inline-block;
    margin: 0px;
    padding: 12px 0px;
}

    .pymentpukinfo h3 {
        display: block;
        font-size: 14px;
        color: rgb(161, 147, 147);
        text-align: center;
        font-weight: 400;
        margin: 0px 0px 5px;
        padding: 0px;
    }

ul.payment-methed.newadpybtcl li {
    padding-right: 10px;
    margin: 0px 5px;
    list-style: none;
}

ul.payment-methed li {
    padding-right: 10px;
    border-right: 1px solid rgb(245, 245, 245);
    margin: 0px 5px;
}

.ticket-option .radio-check {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid #90c5f9;
}

    .ticket-option .radio-check .radioOption {
        padding: 5px 10px 5px 25px;
        cursor: pointer;
        position: relative;
    }

    .ticket-option .radio-check small {
        font-weight: 500;
        font-size: 13px;
    }

    .ticket-option .radio-check .radioOption input:checked ~ .radioCheck {
        background-color: #fff;
        border: 2px solid var(--color-blue)
    }

        .ticket-option .radio-check .radioOption input:checked ~ .radioCheck:after {
            display: block
        }

    .ticket-option .radio-check .radioOption .radioCheck:after {
        content: "";
        position: absolute;
        display: none
    }

    .ticket-option .radio-check .radioOption .radioCheck:after {
        top: 2px;
        left: 2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--color-blue)
    }

    .ticket-option .radio-check .radioOption input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

    .ticket-option .radio-check .radioOption .radioCheck {
        position: absolute;
        top: 6px;
        left: 0px;
        height: 18px;
        width: 18px;
        background-color: #eee;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, .2)
    }

.note-info {
    color: #8e8e8e;
    font-size: 11px;
}

    .note-info b {
        color: #4179ed;
    }


.total-fare {
    font-size: 20px;
    font-weight: 600;
}

    .total-fare span {
        color: var(--color-org);
        font-size: 24px;
    }




/* new footer css start 17-03-2025*/

.fot-sec {
    background: #01274B;
    padding: 15px 0;
    color: var(--color-white);
}

.fot-head {
    padding: 10px 10px 10px 0;
}

.cut-supt li {
    padding: 13px 10px 0px 30px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
}

.cut-supt .eml:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\F32F";
    color: var(--color-white);
    font-size: 22px;
    font-family: bootstrap-icons;
    line-height: 1;
}

.cut-supt .phn:before {
    content: "\F5B6";
}

.footer-icon {
    font-size: 10px;
    position: absolute;
    top: -15px;
    font-size: 12px;
    font-weight: 400;
    width: 200px;
    line-height: 1;
}

.cut-supt li a {
    color: var(--color-white);
    font-size: 15px;
}

.pay-quik-link {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.quik-link li a {
    color: var(--color-white);
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
}

    .quik-link li a:hover {
        text-decoration: underline;
    }

.quik-link li span {
    display: block;
    padding: 2px 0;
}

.quik-link .ctrus-rev {
    width: 65%;
    margin-bottom: 10px;
}

.foot-link small {
    font-size: 12px;
}


/* Responsive Css start*/
@media(max-width:1300px) {
    #resultsCntr .right-cntr {
        width: calc(100% - 280px);
    }

    .resultsBox .flight__row .leg-details .leg-points .stops {
        width: 58px;
    }
}

@media (max-width:1199px) {


    .filterBox ul.time_filter li {
        width: calc(50% - 8px);
    }

    .sortingTabBox ul {
        overflow-x: scroll;
    }

        .sortingTabBox ul li a {
            width: 172px;
        }

    /*.modify_info_left {
        grid-gap: 0;
    }*/

    .modify_edit_btn {
        width: 200px;
        justify-content: end;
    }


    .holder {
        border: none;
        margin-top: 15px;
    }

    .flight-info-inner {
        display: flex;
        gap: 5px;
    }

    .air-name {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px;
    }

    .flightDetailWrapper .flightDetail_popup .airlines__details .flight__info {
        border-left: 0;
        padding-left: 0;
    }


    .flight__row .leg-details {
        justify-content: flex-start;
    }

    .resultsBox .flight__row .flights_info {
        width: 100%;
        border: 0;
        margin-bottom: 10px;
    }

    .banner-title {
        font-size: 32px;
    }


    section.our-features-outer {
        max-width: 50%;
        padding-left: calc((100% - 1320px) / 2 + 192px);
    }


    .our-features .feature:nth-child(2) {
        display: none;
    }

    .airline-ticker {
        width: 84%;
    }


    .subs-sec {
        padding-left: 10px;
    }

    .errortext {
        font-size: 10px
    }

    .dealCntr ul.deals li .city__code {
        font-size: 19px
    }

    .dealCntr ul.deals li .deal__price {
        font-size: 22px
    }

    .modifySearchBox .inputField {
        font-size: 14px;
        border-radius: 0;
    }

    .filterBox .inner {
        padding: 10px
    }


    /*.resultsBox .flight__row .flights_info {
            padding-left: 0px;
            width: 204px;
            float: left;
            display: flex;
        }*/

    .resultsBox .flight__row .flights_info .flights_number {
        font-size: 13px;
        white-space: nowrap
    }



    #resultsCntr {
        font-size: 13px
    }

        #resultsCntr .leftCntr {
            width: 260px
        }

    .mid-line span {
        font-size: 12px;
    }

    .bg-smoke {
        padding: 50px 0;
    }

    .shape-mockup {
        display: none !important;
    }

    .slider-left .slick-next, .slider-left .slick-prev {
        display: none !important;
    }

    .footer_title {
        font-size: 17px;
    }


    .social_links {
        flex-direction: initial !important;
    }

    #resultsCntr .rightCntr {
        width: calc(100% - 260px);
    }

    .expert {
        display: none;
    }

    .sortingTabBox ul li {
        font-size: 12px;
    }

    .flight-deals .slick-dots, .destination-slider .slick-dots, .reviews-slider .slick-dots {
        bottom: -30px;
    }

    .price__Box .total_price {
        font-size: 13px;
    }

    .free-cance {
        padding: 5px;
        font-size: 12px;
    }

    .freeCancel:hover .tooltipBox {
        width: 225px;
    }

    .price__Box ul li {
        font-size: 12px;
    }
}

@media (max-width:1023px) {



    .leftCntr .holder {
        box-shadow: none;
        padding: 8px;
        margin-top: 7px;
    }

    .all-result-header .mob-filter-btn {
        display: block;
    }

    .filterBox ul.time_filter li {
        width: calc(50% - 7px);
    }

    .leftCntr .filterhead {
        display: flex;
        justify-content: space-between;
        padding: 12px;
        background: #E2E8F0;
        align-items: center;
    }


    #resultsCntr .leftCntr {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px; /* adjust if needed */
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 999;
        overflow-y: auto;
    }

        #resultsCntr .leftCntr.open {
            transform: translateX(0);
            width: 50%;
            padding-right: 0;
        }

    .filter-button {
        display: block !important;
    }



    #ui-id-2 {
        left: inherit !important;
        right: 20px;
    }

    .flex_prop {
        align-items: flex-start;
    }

    .textsec h4 {
        font-size: 32px;
    }

    .subs-input {
        width: 100%;
    }

    .subs-btn {
        width: 100%;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
        border: none;
        padding: 15px;
        margin-left: 15px;
    }

    .subs-sec {
        border-left: none;
        border-top: 1px solid #d6d6d6;
        margin-top: 15px;
        padding: 0;
    }





    .searchBox .flightSearch .column_1 {
        width: 100%
    }

    .searchBox .flightSearch .column_2 {
        width: 100%;
        margin: 23px 0
    }


    .page__title {
        font-size: 22px
    }

    .filterBox {
        border: none;
        box-shadow: none
    }

    #resultsCntr .rightCntr {
        width: 100%
    }

    .contentBox {
        padding: 20px 0
    }

        .contentBox h1 {
            font-size: 25px
        }

    .contact__formBox {
        padding: 20px
    }

        .contact__formBox .seprator {
            padding-right: 10px;
            margin-right: 0
        }

        .contact__formBox.enquiry_form .seprator {
            margin-right: 0;
            padding-right: 10px
        }
}

@media screen and (max-width: 992px) {

    .modify_edit_btn {
        width: auto;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .modifySearchBox .no-padding {
        padding: 0 10px;
    }

    .modifySearchBox .pad3px {
        padding: 0;
    }

    .modifySearchBox .passenger-Box {
        top: 282px;
        right: 34px;
    }

    .modifySearchBox .travel-Class {
        font-size: 14px;
    }

    .modifySearchBox .dates {
        display: flex;
        gap: 5px;
    }


    .modifySearchBox .triptype li {
        padding: 0;
    }

    .modifySearchBox .searchButton {
        border-radius: 35px;
        margin-top: 8px;
        line-height: 1;
        padding: 15px 35px 15px 35px;
        height: 55px;
    }

    .modifySearchBox .travelsSecOpne {
        border: 1px solid #E8E8E8;
        background: #ffffff;
        border-radius: 50px;
        padding-left: 20px;
    }

    .modifySearchBox .col-50 {
        border: 1px solid #E8E8E8;
        background: #ffffff;
        border-radius: 50px;
        padding: 6px 15px 5px 20px;
    }

    .modifySearchBox .from-to {
        flex-direction: column;
        gap: 8px;
    }

        .modifySearchBox-inner .from-to .from, .modifySearchBox .from-to .inputDestination {
            width: 100%;
            border: 1px solid #E8E8E8;
            background: #ffffff;
            border-radius: 50px;
            padding: 6px 15px 5px 20px;
        }

    .modifySearchBox-inner .triptype {
        justify-content: center;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 25px;
        padding: 4px 8px;
        width: fit-content;
        margin: 0 auto 12px auto;
    }

    .modify-engine-box {
        background: none;
        overflow: initial;
    }

    .modifySearchBox-inner {
        padding: 12px;
    }

    .mobile-result-header {
        display: flex;
        justify-content: space-between;
    }

        .mobile-result-header .result-found {
            font-weight: 700;
            color: #111827;
            font-size: 16px;
        }
    /* Modify engine css start*/
    .search-infobox {
        display: flex;
        padding: 8px 0px 8px 10px;
        position: relative;
        color: #475569;
        background: #EFEEF7;
    }

        .search-infobox .city-itenery {
            padding-right: 65px;
        }

        .search-infobox .column {
            float: left;
            font-weight: 700;
            font-size: 16px
        }

        .search-infobox .airporticon {
            margin: 0 10px;
        }

        .search-infobox .itenery-date {
            font-size: 13px;
            font-weight: 600;
            display: flex;
            flex-flow: wrap;
            color: #0F172A;
        }


        .search-infobox i {
            position: relative;
            top: 0
        }

    .modify_search_mobile {
        color: #805DAB;
        cursor: pointer;
        font-weight: 700;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        top: 0;
    }

    .modifySearchBox {
        padding: 0;
        height: 100%;
        background: #fff;
        z-index: 9;
        top: 0;
        width: 100%;
        position: fixed;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

        .modifySearchBox.open {
            transform: translateX(0);
        }



    .our-features .feature:nth-child(2) {
        display: block;
    }

    .nav-sec {
        display: none;
    }

    .mobile-menu-info {
        display: flex;
        right: 0;
        gap: 12px;
    }


    section.our-features-outer {
        margin-bottom: 40px;
        max-width: 72%;
        margin: auto;
        border-radius: 25px;
    }

    .our-features {
        padding: 15px;
        margin-top: 0;
        margin-bottom: 40px;
    }


    section.our-features-outer .row {
        position: unset !important;
        border-radius: 20px;
    }

    .airline-ticker {
        padding: 40px 0;
        width: 95%;
    }


    #header-sec {
        background: #fff;
    }

    .banner-title {
        font-size: 32px;
        color: white;
        text-align: center;
        padding: 0;
        position: unset;
    }

    .logo img {
        width: 140px;
    }

    .destination-search-box {
        padding-top: 15px;
    }

    .contact-banner h3 {
        font-size: 26px;
    }

    #headerCntr .mobileMenuBox ul {
        list-style: none;
        padding: 16px;
    }

    .mobile_head {
        background: #E2E8F0;
        overflow: hidden;
        color: #475569;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #E2E8F0;
        font-weight: 700;
        z-index: 1;
    }

        .mobile_head h4 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 700;
            color: #475569;
        }

    .mobileMenu {
        display: flex;
        border: 0.8px solid #E8E8E8;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
    }

        .mobileMenu i {
            font-size: 32px;
            color: #1b1b1b;
        }

    .call-opt {
        display: none !important;
    }

    .tfnmobile {
        display: flex;
    }

    .cookies-strip h5 {
        padding-right: 40px;
    }

    .msgbox {
        font-size: 11px;
    }

        .msgbox .tooltipBox {
            left: 0;
            width: 175px;
        }


    .c-lay {
        font-size: 12px;
        margin: 0 5px;
    }

    .lay-stop {
        left: 50%;
    }


    .air-pic {
        width: 40px;
        margin-right: 2px;
    }

    .airp-tim {
        font-size: 16px;
    }

        .airp-tim .airp, .airp-tim .airp span, .cstop, .air-nam {
            font-size: 12px;
        }

    .baggage_info ul {
        flex-flow: wrap;
    }

        .baggage_info ul li {
            margin-bottom: 5px;
            font-weight: normal;
        }

            .baggage_info ul li:last-child {
                margin-bottom: 0;
            }

    .segmentBox .topStrip {
        padding: 8px 5px 8px;
    }

    .flow-sec .currencyBox ul {
        left: initial;
    }

    .session__expire {
        width: 95%;
    }

    .payment__stepBox ul li {
        font-size: 14px;
        width: 33%;
    }

    .paymentItenerary-details h3 {
        padding-right: 30px;
    }

    .mob-pad {
        padding-bottom: 90px;
        padding-left: 0;
        padding-right: 0;
    }

        .mob-pad #resultsCntr {
            padding-top: 5px;
        }

    .mob-margin {
        margin-bottom: 90px;
    }

    .common_padding {
        padding: 0px 12px;
    }

    .margin_top {
        margin-top: 60px;
    }

    .extended-cancel {
        width: 100%;
    }

    .refund-pack {
        flex-direction: column;
    }

    .exten-can-btn {
        margin-top: 20px;
        gap: 20px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .cancel-amount {
        font-size: 22px;
    }

    .layover-new {
        margin: 5px 0;
    }

    .card__zoom .cardInfoTooltip {
        width: 100%;
    }
}


@media (max-width:767px) {

    .callbg {
        width: 98%;
    }
    .popup-img{
        display:none;
    }
    .pop-left{
        width:100%;
    }
    .detail-bg{
        height:auto;
    }
    .click-call-btn.call-opt {
        display: block !important;
    }
    .payment__wrapper .flightDetailWrapper {
        position: static;
        width: auto;
        overflow: inherit;
    }

        .payment__wrapper .flightDetailWrapper .flightDetail_popup .flightDetail {
            padding: 0;
        }

    .payment__wrapper .flightDetail .tab-content {
        border: none;
    }

    .fligt-det {
        flex-direction: column;
    }

    .bag-price-box {
        display: flex;
        justify-content: space-between;
    }



    .resultsBox .price_list .select__btn {
        width: 100%;
    }


    .flightDetailWrapper .flightDetail_popup .detail_footer {
        right: 0;
        width: 100%;
    }


    .tab-content .bag-content {
        border-left: 0;
        border-top: 1px dashed #E2E8F0;
        padding-left: 0px;
        padding-top: 12px;
        margin-top: 15px;
    }

    .flightDetail .tab-content {
        border-radius: 6px;
        border: 1px solid #E2E8F0;
    }

    .flightDetailWrapper .flightDetail_popup .flightDetail {
        padding: 0 16px;
        padding-bottom: 120px;
    }

    .flightDetail .nav-tabs {
        background: none;
    }


    .flightDetailWrapper {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
        overflow-x: hidden;
        overflow-y: auto;
        width: 0;
    }

        .flightDetailWrapper .flightDetail_popup {
            width: 580px;
            float: right;
            background: #fff;
            position: relative;
            height: 100vh;
            width: 100%;
            padding: 0;
        }

            .flightDetailWrapper .flightDetail_popup .head {
                display: flex;
                justify-content: space-between;
                padding: 12px;
                background: #E2E8F0;
                align-items: center;
            }

    .bag-tooltip-outer {
        left: -40px;
    }

    .resultsBox .flight__row {
        margin-left: 0;
        padding: 0 0 8px 0;
    }

    .resultsBox {
        padding: 8px;
    }

        .resultsBox .flight__row .leg-details .connnecting-block {
            width: calc(100% - 157px);
        }

    /*.resultsBox .price_list .price {
            position: absolute;
            top: -33px;
        }*/

    .bag-info {
        align-items: end;
        margin-bottom: 6px;
    }

    .resultsBox .price_list {
        display: block;
        border-left: 0;
        border-top: 1px dashed #ccc;
        padding: 0;
        padding-top: 8px;
    }


    .loding-mid {
        width: 100%;
        padding: 10px;
    }

    .sortingTabBox ul li {
        width: auto;
        padding: 5px;
    }

        .sortingTabBox ul li a {
            grid-gap: 10px;
            width: 152px;
        }

        .sortingTabBox ul li:first-child {
            width: 134px;
        }



    .our-features {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .mv-card {
        flex-direction: column;
    }
}

@media (max-width:576px) {

    .sortingTabBox ul li a {
        width: 122px;
    }

    .sortingTabBox ul li .flxi-bg {
        display: none;
    }


    .flightDetailWrapper .flightDetail_popup .route__info .destination_fullname .message_display {
        left: 179px;
        top: -10px;
    }

    #resultsCntr .leftCntr.open {
        width: 100%;
    }

    .flightDetailWrapper .flightDetail_popup .route__info .time,
    .flightDetailWrapper .flightDetail_popup .route__info .date,
    .flightDetailWrapper .flightDetail_popup .route__info .destination_fullname,
    .flightDetailWrapper .flightDetail_popup .route__info .triptime-outer .duretion_time,
    .flightDetailWrapper .flightDetail_popup .airlines__details .air-name {
        font-size: 12px;
    }

    .flightDetailWrapper .flightDetail_popup .price_list .price {
        font-size: 22px;
        color: #475569;
        text-align: left;
    }


    .flightDetailWrapper .flightDetail_popup .bottom {
        padding: 15px;
    }

    .flightDetailWrapper .flightDetail_popup .price_list .select__btn {
        min-width: 150px;
    }

    .airinfo-bg {
        font-size: 12px;
        padding-left: 6px;
    }

    .flight-info-inner {
        flex-wrap: wrap;
    }

    .load-bg .serach-info img {
        width: 50%;
    }

    section.our-features-outer {
        max-width: 90%;
    }
}



@media (max-width:480px) {

    .flightDetailWrapper .flightDetail_popup .route__info .date{
        display:block;
    }

    .flightDetailWrapper .flightDetail_popup .route__info .message_display {
        position: absolute;
        left: 106px;
        top: -5px;
    }


}









@media (max-width:420px) {

    .airinfo-bg span {
        padding-right: 7px;
        padding-left: 7px;
    }

    .save_price_msg {
        width: 220px;
    }


    .logo img {
        width: 115px;
    }
}



@media screen and (max-width: 400px) {
    .resultsBox .flight__row .leg-details .leg-points:before,
    .resultsBox .flight__row .leg-details .leg-points:after {
        display: none;
    }
}



@keyframes call {
    15% {
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5), 0 0 0 16px rgba(255, 255, 255, 0.3);
    }

    30% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5), 0 0 0 24px rgba(255, 255, 255, 0.3);
    }
}

.cl-nw {
    background: var(--color-main);
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1;
    margin-top: 10px;
}

.reservations {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    font-size: 25px;
    color: #ffffff;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .reservations li {
        position: relative;
        padding-left: 25px;
        /*border-right:1px dotted #ffffff;*/
        padding-right: 10px;
        line-height: 1;
    }

        .reservations li:last-child {
            border-right: none;
        }

        .reservations li:before {
            position: absolute;
            left: 0;
            top: 3px;
            content: "";
            background: url(/images/add-more/tick-icon.svg) no-repeat center;
            height: 20px;
            width: 20px;
        }

.exp-hlp {
    font-size: 20px;
    color: #ffffff;
}

.exp-cal {
    background: #32B751;
    font-size: 20px;
    color: #ffffff;
    padding: 15px 15px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-top: 25px;
}

    .exp-cal:hover {
        color: #ffffff;
    }

    .exp-cal .cal-nub {
        font-weight: 600;
        font-size: 24px;
    }
