﻿


@font-face {
    font-family: 'EasetoBookreg';
    src: url('/fonts/easetobook-400.woff') format('woff');
}


@font-face {
    font-family: 'EasetoBookbold';
    src: url('/fonts/easetobook-700.woff') format('woff');
}


@font-face {
    font-family: 'EasetoBooksans';
    src: url('/fonts/easetobook-Sans-Bold.woff') format('woff');
}


* {
    font-family: 'EasetoBookreg';
}

body {
    font-family: 'EasetoBookreg';
}

*:root {
    --color-white: white;
    --color-black: #000434;
    --color-blue: #FF4A51;
    --color-darkBlue: #014991;
    --color-org: #5d1df9;
    --color-light: #F3F3F3;
    --color-blackOff: #939393;
    --color-bg: #EBECF0;
    --color-orgdark: #FA5302;
    --color-green: #3ab54a;
    --lightgreen: #e9ffec;
    --lightblue: #4f8ffc;
}

.ease_to_book .fw-bolds {
    font-family: 'EasetoBookbold' !important;
}

.ease_to_book b {
    font-family: 'EasetoBookbold' !important;
    font-weight: normal;
}

.section-bg {
    background: #efefef;
}
.error-div {
    text-align: left;
    font-size: 12px;
    color: red;
    margin-top: 10px;
}
.desk-cal {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
}

.info {
    background: var(--color-white);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.total_trip_time {
    position: absolute;
    top: 15px;
    right: 15px;
}

.color-org {
    color: var(--color-org);
}

.scroll-hidden {
    overflow: hidden;
}

.hr_cust {
    margin: 20px 0px;
}

.loading-pln {
    display: flex;
    justify-content: center;
}

.footer {
    font-size: 12px;
    font-weight: 300;
    background: #2A2A2A;
    padding-top: 40px;
}

.footer_icon {
    width: 25px;
    height: 25px;
    background-attachment: fixed;
    color: #ff4a51;
    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-family: 'EasetoBookbold';
}

.fw7 {
    font-family: 'EasetoBookbold';
}

.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;
    font-family: 'EasetoBookreg';
}


a {
    text-decoration: none;
    color: #0d6efd;
}

p {
    margin: 0;
}

.select-btn {
    background: var(--color-blue);
    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;
}
/* 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: #ff4a51;
        text-decoration: underline;
    }

    .cookies-strip .accept {
        background: #ff4a51;
        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: var(--color-white);
    z-index: 3;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.home-ban .logo {
    position: relative;
    z-index: 3;
}

.home-header {
    position: relative;
    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;
    padding: 7px 10px;
    border-radius: 34px;
    background: #F4F4F4;
    font-family: 'EasetoBookreg';
}

    .call-opt span {
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'EasetoBookbold';
        padding-bottom: 5px;
    }

    .call-opt img {
        width: 45px;
    }

    .call-opt .call-icons {
        background: var(--color-org);
        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: 150px 0 0px 0;
}


.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;
}

.call-opt .call-tfn {
    color: #0056D2;
    text-decoration: none;
    font-size: 22px;
    font-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    color: var(--color-black);
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

    .click-price .curr {
        font-size: 30px;
        font-family: 'EasetoBookbold';
    }

.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-family: 'EasetoBookbold';
}

    .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: 'EasetoBookreg';
    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-family: 'EasetoBookbold';
    }

.more-optios {
    border-top: 2px solid #d7d7d7;
    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: 'EasetoBookreg';
    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-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
    text-decoration: none;
}

.sub-line p {
    padding: 10px 0 20px 0;
    font-family: 'EasetoBookreg';
}



.top-head {
    font-size: 12px;
    color: #5c5c5c;
    line-height: 1;
    background: #fff;
    text-transform: uppercase;
}

.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;
}

.fs-12 {
    font-size: 12px;
}

#headerCntr {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #aeaeb266;
    box-shadow: 0px 4px 10px 0px #0000000D;
}

    #headerCntr .logo {
        position: relative;
        z-index: 1;
    }


    #headerCntr .currencyBox {
        color: var(--color-black);
    }

    #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;
                }


.mobileMenu {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(/images/icons/menu.svg) left top no-repeat;
    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: 12px 0 12px 0;
            position: relative;
            border-bottom: 1px dashed #ccc;
        }

            .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;
}

    .mobile_head .close {
        position: absolute;
        right: 15px;
        top: 9px;
        font-size: 22px;
        color: #fff;
    }

#bannerCntr {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

 

    #bannerCntr .z-index-relative {
        z-index: 1;
        position: relative;
    }

    #bannerCntr .tagline {
        font-size: 40px;
        color: #fff;
        font-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    }

.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: 'EasetoBookreg';
}

.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-family: 'EasetoBookbold';
            }

.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-family: 'EasetoBookbold';
            }

                .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-family: 'EasetoBookbold';
        }

            .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-family: 'EasetoBookbold';
            }


.error .errortext {
    display: block;
}

.errortext {
    display: none;
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: red;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    background: #ffffff;
    padding: 0 3px;
}

.inputDestination .same_loc_error {
    bottom: -24px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#Departure_error {
    bottom: -21px;
    left: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px;
}

.errorsameSearch {
    color: #ca2e2b;
    font-size: 11px;
}

.modifySearchBox .errortext {
    margin-top: 5px;
    margin-top: 5px;
    padding-left: 2px;
    top: 34px;
    left: -1px;
}

.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: 30px;
    color: #2a2e32;
    margin: 0;
    position: relative;
    font-family: 'EasetoBookbold';
}

    .page__title strong {
        font-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    color: white;
}

.who_we_box {
    background: #024B90;
}


.text_box h2 {
    font-size: 30px;
    font-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
    margin-bottom: 5px;
    display: block;
    color: #1B1B1B;
}

.icon_box_text p {
    color: #1b1b1b;
    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: #1b1b1b;
    }

.banner_heading p {
    font-family: 'EasetoBookbold';
    color: #FF9329;
    font-size: 20px;
}

.banner_heading h2 {
    font-size: 37px;
    font-family: 'EasetoBookbold';
    margin: 15px 0;
}

.banner_text_box .tag_line {
    font-family: 'EasetoBookbold';
    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%;
}


/*--------payment-loader--------*/

.mid_pay_loading img {
    width: 80px;
    margin-bottom: 10px;
}

.loading_payment_box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #fff;
}

    .loading_payment_box .mid_pay_loading {
        background: #fff;
        padding: 40px 30px;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 400px;
    }

        .loading_payment_box .mid_pay_loading .loading-icon-new img {
            width: 70px;
            height: 70px;
            margin-bottom: 20px;
        }

        .loading_payment_box .mid_pay_loading .head {
            font-size: 14px;
            color: #3A3A3A;
            margin-bottom: 5px;
        }

        .loading_payment_box .mid_pay_loading .payment_process {
            font-family: 'EasetoBookbold';
            font-size: 24px;
            color: #1F1F1F;
        }


@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: 'EasetoBookreg';
    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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
            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-family: 'EasetoBookbold';
    padding-bottom: 30px;
}


.trip-card-details .subtitle {
    font-size: 16px;
    font-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    margin-bottom: 10px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    margin-top: -0.34em;
    font-family: 'EasetoBookbold';
}

.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: #3854ae;
    }

        .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-family: 'EasetoBookbold';
                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-family: 'EasetoBookbold';
        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;
        }

.modifySearchBox {
    padding: 0;
    position: fixed;
    padding: 20px;
    top: 0;
    background: #fff;
    width: 600px;
    height: 100vh;
    z-index: 5;
    right: 0;
    box-shadow: 0px 4px 15px 0px #00000026;
}

    .modifySearchBox::before {
        content: "";
        width: 300%;
        height: 100%;
        background: #0600004D;
        display: block;
        position: absolute;
        left: -300%;
        top: 0;
    }

    .modifySearchBox .inputField.location {
        padding-left: 35px;
    }

    .modifySearchBox .error .inputField {
        border-color: #ca2e2b;
    }

    .modifySearchBox .error .icons {
        color: #ca2e2b;
    }


    .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: 5px;
        width: 100%;
        float: left;
        gap: 10px;
        display: flex;
        margin: 10px 0;
    }

        .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;
    }

        .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-family: 'EasetoBookbold';
        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;
    }

.filterBox {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border-radius: 5px;
}


    .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: 0;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

    .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;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px #000000;
    background: #fff;
    transition: transform .2s ease,box-shadow .2s ease;
}

    .resultsBox .flight__row {
        padding: 5px 0;
    }



        .resultsBox .flight__row .head .date {
            font-weight: 400;
            font-size: 14px;
        }

        .resultsBox .flight__row .flights_info {
            padding-left: 0px;
            width: 210px;
        }

            .resultsBox .flight__row .flights_info .airline_name {
                color: #2a2e32;
                font-family: 'EasetoBookbold';
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
            }

            .resultsBox .flight__row .flights_info .flights_number {
                color: #6b6b6b;
                font-size: 12px;
            }

        .resultsBox .flight__row .leg-details .city {
            width: 85px;
            float: left;
        }

        .resultsBox .flight__row .date {
            font-size: 11px;
        }

        .resultsBox .flight__row .leg-details .time {
            font-weight: 500;
            color: #2a2e32;
            font-size: 15px;
        }

        .resultsBox .flight__row .leg-details .connnecting-block {
            padding: 25px 15px 0px 0px;
            float: left;
            width: calc(100% - 185px);
            position: relative;
            margin-left: -7px;
            margin-right: 7px;
        }


        .resultsBox .flight__row .leg-details .leg-points {
            height: 2px;
            position: relative;
            text-align: center;
            border-top: 1px solid #B8B8B8;
            font-size: 12px;
            display: flex;
            justify-content: center;
        }


            .resultsBox .flight__row .leg-details .leg-points .stops {
                font-size: 12px;
                text-align: center;
                width: 77px;
                display: inline-block;
                margin-top: -7px;
                line-height: 1;
                color: #2a2e32;
                position: relative;
            }

                .resultsBox .flight__row .leg-details .leg-points .stops:before {
                    content: "";
                    width: 14px;
                    height: 14px;
                    display: inline-block;
                    border: 3px solid #ffffff;
                    border-radius: 100%;
                    background: #B8B8B8;
                    position: relative;
                    top: 0px;
                }

                .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: -20px;
                left: 0;
            }

        .resultsBox .flight__row.return_flights {
        }

.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 {
    background: #0068FF;
    padding: 10px;
    color: var(--color-white);
    font-size: 16px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: center;
}

    .resultsBox .price_list .select__btn i {
        position: relative;
        top: 0;
    }


.resultsBox .price_list .seat_left {
    font-weight: 400;
}

.resultsBox .results_bottom {
    padding: 0 15px 15px 15px;
}

.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: #0068FF;
    text-decoration: underline;
    font-weight: 500;
}




.save_price_msg {
    background: #FF4A51;
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: -11px;
    margin-left: 15px;
}


.mobile_class_type {
    font-size: 12px;
    font-weight: 400;
    float: right;
    margin: 2px;
    color: #939393;
}

.repeat_results {
    position: relative;
    z-index: 1;
}

.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;
}

.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%);
}

    .connnecting-block .tooltipBox b {
        font-family: 'EasetoBookbold';
    }

.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: 420px;
    margin: 0 auto;
    background: #fff;
    padding: 36px;
    position: relative;
    border-radius: 5px;
}

    .session__expire img {
        width: 115px;
    }


    .session__expire .bi-hourglass-bottom {
        font-size: 40px;
    }

    .session__expire .clock_tym img {
        width: 100%;
    }

    .session__expire h3 {
        font-size: 22px;
        font-family: 'EasetoBookbold';
        margin: 12px 0;
    }

    .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-family: 'EasetoBookbold';
            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-family: 'EasetoBookbold';
            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: 15px;
        width: 167px;
        text-align: center;
        padding: 12px 5px;
        border: 0;
        border-radius: 3px;
        font-weight: 500;
        display: inline-block;
    }

        .popup-btn .searchbtn.active {
            background: #0068FF;
        }

.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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
        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-white.svg) no-repeat center center;
    width: 94px;
    height: 94px;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.loading-circle {
    border: 31px solid #fff;
    border-radius: 50%;
    border-top: 21px solid #0056D2;
    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 .head {
    padding: 10px 0;
    font-size: 30px;
    color: #0056D2;
    font-family: 'EasetoBookbold';
}


.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-family: 'EasetoBookbold';
    }

        .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;
}

    .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 {
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

    .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-family: 'EasetoBookbold';
    }


    .no_resultsBox p {
        font-size: 16px;
        color: #636363;
    }


    .no_resultsBox .call {
        padding-top: 30px;
        width: 310px;
        margin: 0 auto;
    }

        .no_resultsBox .call .call_icon {
            width: 50px;
            margin-top: 10px;
        }

        .no_resultsBox .call span {
            display: block;
            font-size: 18px;
            color: var(--color-black);
        }


        .no_resultsBox .call a {
            font-size: 30px;
            color: var(--color-darkgreen);
            font-family: 'EasetoBookbold';
            text-decoration: none;
            white-space: nowrap;
        }


            .no_resultsBox .call a:hover {
                text-decoration: none;
                color: var(--color-darkgreen);
            }

.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;
    background: #fff;
    font-size: 14px;
}

    #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(84% - 76px);
        float: left;
        color: #2a2e32;
    }

        #resultsCntr .rightCntr .result-found {
            font-size: 16px;
            font-family: 'EasetoBookbold';
            color: #1a1a1a;
            margin: 0;
            padding-bottom: 10px;
            display: inline-block;
        }

.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-family: 'EasetoBookbold';
        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;
        padding: 2px 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        border-radius: 5px;
        color: var(--color-black);
        background: #fafafa;
        font-size: 12px;
        position: relative;
        display: flex;
    }

        .apply_filter ul li span {
            font-family: 'EasetoBookbold';
        }

        .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: 24px;
    font-family: 'EasetoBookbold';
    position: relative;
    padding-bottom: 10px;
}

.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;
}

.flight__itenaryBox .flightDetail {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
}

    .flight__itenaryBox .flightDetail h4 {
        font-size: 18px;
        color: #1F1F1F;
        font-family: 'EasetoBookbold';
        margin-bottom: 20px;
    }

    .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: #484848;
        font-family: 'EasetoBookbold';
    }

    .flight__itenaryBox .airlines__details img {
        width: 34px;
        float: left;
        margin-right: 5px;
    }

    .flight__itenaryBox .airlines__details .detail {
        width: calc(100% - 45px);
        float: left;
        color: #252A31;
    }

.flight__itenaryBox .route__info {
    padding-bottom: 20px;
    font-size: 13px;
    position: relative;
}


    .flight__itenaryBox .route__info .time {
        font-size: 16px;
        color: #1B1B1B;
        font-family: 'EasetoBookbold';
    }


    .flight__itenaryBox .route__info .date {
        position: relative;
    }


    .flight__itenaryBox .route__info .destination_fullname {
        position: relative;
    }

        .flight__itenaryBox .route__info .destination_fullname .message_display {
            top: inherit;
            bottom: -25px;
        }

    .flight__itenaryBox .route__info .connecting__bar {
        width: 68%;
        height: 2px;
        border-top: 2px solid #dfdfdf;
        position: absolute;
        left: 0px;
        top: 40px;
    }

        .flight__itenaryBox .route__info .connecting__bar:after, .flight__itenaryBox .route__info .connecting__bar:before {
            content: "";
            width: 10px;
            height: 10px;
            display: block;
            border: 2px solid #e48822;
            position: absolute;
            right: 0;
            top: -6px;
            border-radius: 100%;
            background: #fff;
        }

        .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;
        }

            .flight__itenaryBox .route__info .connecting__bar .duretion_time img {
                background: #fff;
                padding: 0 6px;
                display: block;
            }

    .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-top: 26px;
}

.flight__itenaryBox .layover {
    margin-bottom: 0px;
    padding: 8px 20px;
    font-size: 12px;
    color: #1B1B1B;
    background: #F2F7F8;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'EasetoBookbold';
}

    .flight__itenaryBox .layover .bi-stopwatch {
        position: relative;
        top: -2px;
        margin-right: 4px;
    }

.price__Box {
    border-radius: 5px;
    background: var(--color-white);
    padding: 0 15px;
}

    .price__Box .row .col-4 {
        font-family: 'EasetoBookbold';
    }

#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: 8px 0;
        font-size: 14px;
        font-weight: 400;
    }

        .price__Box ul li i {
            font-size: 16px;
            margin-left: 4px;
            font-family: 'EasetoBookbold';
        }

        .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-family: 'EasetoBookbold';
    font-size: 14px;
    padding-top: 10px;
}

.tot-pric {
    color: #1F1F1F;
    font-size: 16px;
    font-family: 'EasetoBookbold';
}

.price__Box .price__note {
    font-size: 11px;
    padding: 12px 0;
    color: #666;
}

.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-family: 'EasetoBookbold';
    }

    .securebooking__Box h4 {
        position: relative;
        border-bottom: 1px solid #d7d7d7;
        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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
}

.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;
    padding-top: 40px;
    font-family: 'EasetoBookreg';
}

.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: #0068FF;
        color: #fff;
        font-family: 'EasetoBookbold';
        padding: 12px 50px;
        float: right;
        border-radius: 5px;
        text-decoration: none;
        font-size: 22px;
        min-width: 360px;
        text-align: center;
    }


.payment__wrapper .adultType {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}

.payment__wrapper .travelerBox h4 {
    font-size: 18px;
    font-family: 'EasetoBookbold';
    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;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--color-white);
    margin: 0 0 25px 0;
}

    .commonBox .new-payment-title {
        font-size: 18px;
        font-family: 'EasetoBookbold';
        position: relative;
        color: var(--color-black);
        display: flex;
        align-items: center;
        gap: 10px;
    }

.travelerBox {
    border-radius: 5px;
    background: var(--color-white);
}

.payment__wrapper .paymentBox h4 {
    font-size: 18px;
    font-family: 'EasetoBookbold';
    margin-bottom: 11px;
    color: #4b4b4b;
}

.payment__wrapper .paymentBox .hr-line {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.card__zoom {
    font-size: 12px;
    padding-top: 0px;
    font-weight: 500;
    display: inline-flex;
    color: #1b1b1b;
}


    .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-family: 'EasetoBookbold';
        }

        .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;
    }

.confirmation__information {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    font-family: 'EasetoBookreg';
}

.travelerInformation .data {
    width: 100%;
}

    .travelerInformation .data th {
        border: none;
        font-size: 14px;
        color: #303030;
        padding: 5px;
        text-align: left;
        overflow: hidden;
        color: #3854AE;
    }

    .travelerInformation .data td {
        padding: 5px;
        text-align: left;
        overflow: hidden;
        font-family: 'EasetoBookbold';
        font-size: 16px;
    }

.confirmation__information h4 {
    font-size: 18px;
    font-weight: 500;
    color: #303030;
}



.confirmation__information .head {
    font-family: 'EasetoBookbold';
    padding: 10px;
}

.confirmation__information .detail {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

.spacer {
    height: 50px;
}

.confirmation__Box {
    border-radius: 5px;
    position: relative;
}

    .confirmation__Box a {
        font-size: 16px;
        color: var(--color-blue);
        text-decoration: none;
        font-family: 'EasetoBookbold';
    }

    .confirmation__Box h4 {
        font-size: 28px;
        font-family: 'EasetoBookbold';
        margin-bottom: 5px;
        color: #1F1F1F;
    }

    .confirmation__Box p {
        margin-bottom: 5px;
        color: #1F1F1F;
    }

    .confirmation__Box img {
        width: auto;
    }

    .confirmation__Box .refrance__number {
        font-size: 18px;
        font-family: 'EasetoBookbold';
    }

    .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: #0068FF;
    padding: 12px 0;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    min-width: 200px;
}

    .print_button i {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .print_button:hover {
        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;
    }
}

.footer_ul2 a p {
    font-size: 16px;
}

#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-family: 'EasetoBookbold';
                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;
    }


.currencyBox {
    padding: 8px 10px;
    float: right;
    position: relative;
    margin-right: 35px;
    color: var(--color-black);
    font-weight: 500;
    background: #F4F4F4;
    border-radius: 25px;
}

    .currencyBox ul {
        top: 40px;
        position: absolute;
        padding: 0;
        list-style: none;
        margin: 0;
        width: 235px;
        background: #fff;
        right: -20px;
        z-index: 3;
        border-radius: 20px;
        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;
    }



        .currencyBox ul li:last-child {
            border: none;
            padding-bottom: 10px;
        }

        .currencyBox ul li a {
            padding: 10px;
            display: flex;
            text-decoration: none;
            color: #333;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 0;
        }



            .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;
                padding-top: 5px;
            }

            .currencyBox ul li a .side_curency {
                background: #f0f0f0;
                display: block;
                color: #5b6270;
                padding: 2px;
                width: 45px;
                text-align: center;
                border-radius: 24px;
            }

    .currencyBox .currencyClick {
        cursor: pointer;
    }


/* Airline & Destination page css start*/


#contentCntr {
    background: #fff;
}

.contentBox {
    width: 100%;
    padding: 25px 0;
    font-family: 'EasetoBookreg';
}

    .contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5 {
        color: #2a2e32;
        margin: 20px 0;
        position: relative;
        font-family: 'EasetoBookbold';
    }

    .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-family: 'EasetoBookbold';
            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: #202020;
    font-weight: 400;
    margin-bottom: 15px;
}


.contentBox .content_image {
    margin: 0 20px 0 0;
}

.contentBox a {
    text-decoration: underline;
    color: #0068FF;
}


.contentBox h4 {
    font-size: 18px;
    margin: 15px 0;
}

.contentBox h5 {
    font-size: 18px;
}

.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: #3854AE;
            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-family: 'EasetoBookbold';
}

    .contentBox h1 strong {
        font-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
            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 0 0 0;
    background: #ffffff;
}

    .static_title h2 {
        font-size: 25px;
        color: #2a2e32;
        margin: 0;
        font-family: 'EasetoBookbold';
    }

.contentBannerCntr {
    height: 300px;
    background-position: center;
}

.contact__formBox {
    background: var(--color-white);
    padding: 35px;
    color: #333333;
    position: relative;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    padding-left: 0;
}

    .contact__formBox a {
        color: var(--color-blue);
    }

    .contact__formBox .seprator {
        padding-right: 40px;
        margin-right: 40px;
        border-right: 1px solid rgba(255,255,255,.6);
    }

    .contact__formBox h3 {
        font-family: 'EasetoBookbold';
        margin-bottom: 10px;
    }

    .contact__formBox p {
        font-size: 16px;
        line-height: 25px;
    }

    .contact__formBox .textarea {
        width: 100%;
        border: none;
        border-radius: .25rem;
        padding: 10px;
        border: 1px solid #ced4da;
        resize: none;
    }

    .contact__formBox .input_set {
        position: relative;
        margin-bottom: 10px;
    }

        .contact__formBox .input_set input[type=email], .contact__formBox .input_set input[type=text] {
            padding: 10px 15px;
            height: 44px;
        }

        .contact__formBox .input_set .star {
            position: absolute;
            left: 8px;
            top: 5px;
            color: red;
        }

    .contact__formBox input[type=email]:focus ~ .star, .contact__formBox input[type=text]:focus ~ .star {
        visibility: hidden;
    }

    .contact__formBox .button {
        width: 100%;
        border: none;
        padding: 11px;
        margin-top: 4px;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }

        .contact__formBox .button.enqsubmit_button {
            padding: 15px 20px;
            width: 100%;
        }

    .contact__formBox.enquiry_form {
        margin: 0 0 20px 0;
    }

        .contact__formBox.enquiry_form .pl-left {
            padding-left: 42px !important;
        }

        .contact__formBox.enquiry_form .seprator {
            min-height: 300px;
            margin-right: 20px;
        }

        .contact__formBox.enquiry_form .icons {
            color: var(--color-blue);
            position: absolute;
            left: 13px;
            top: 3px;
            display: block;
            pointer-events: none;
            font-size: 20px;
        }

        .contact__formBox.enquiry_form .list-point {
            list-style: none;
        }

            .contact__formBox.enquiry_form .list-point li {
                position: relative;
                margin-bottom: 10px;
                padding-left: 23px;
            }

                .contact__formBox.enquiry_form .list-point li:before {
                    content: "";
                    width: 5px;
                    height: 5px;
                    background: #fff;
                    display: block;
                    position: absolute;
                    left: 4px;
                    top: 9px;
                    border-radius: 100%;
                }

        .contact__formBox.enquiry_form .dates {
            background: #fff;
            margin-bottom: 10px;
            border: 1px solid #ced4da;
            border-radius: .25rem;
        }

            .contact__formBox.enquiry_form .dates .input_set {
                margin-bottom: 0;
                border: none;
            }

                .contact__formBox.enquiry_form .dates .input_set .form-control {
                    border: none;
                    cursor: pointer;
                }

                    .contact__formBox.enquiry_form .dates .input_set .form-control:disabled, .contact__formBox.enquiry_form .dates .input_set .form-control[readonly] {
                        background: #fff;
                    }

        .contact__formBox.enquiry_form .tab_box {
            list-style: none;
            overflow: hidden;
        }

            .contact__formBox.enquiry_form .tab_box li {
                float: left;
                padding-right: 15px;
            }

                .contact__formBox.enquiry_form .tab_box li label {
                    color: #c7d0ff;
                    margin-bottom: 5px;
                }

                    .contact__formBox.enquiry_form .tab_box li label input[type=radio] ~ span::after {
                        border-color: #aebcff;
                    }

                    .contact__formBox.enquiry_form .tab_box li label input[type=radio]:checked ~ span::before {
                        background: #fff;
                    }

                    .contact__formBox.enquiry_form .tab_box li label input[type=radio]:checked ~ span {
                        color: #fff;
                    }

                        .contact__formBox.enquiry_form .tab_box li label input[type=radio]:checked ~ span::after {
                            border-color: #fff;
                        }

        .contact__formBox.enquiry_form .input_block {
            height: 44px;
            background: #fff;
            margin-bottom: 10px;
            border: 1px solid #ced4da;
            border-radius: .25rem;
            overflow: hidden;
            font-size: 1rem;
            color: #202020;
            padding: 6px 11px 9px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .contact__formBox.enquiry_form .input_block .right_count {
                width: 45%;
                border-left: 1px solid #ccc;
                padding: 0 10px 0 20px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 17px;
            }

            .contact__formBox.enquiry_form .input_block .left_side {
                display: flex;
                align-items: center;
            }

            .contact__formBox.enquiry_form .input_block .hotel_icon {
                background: url(/images/icons/hotel.svg) left top no-repeat;
                width: 25px;
                height: 17px;
                display: inline-block;
                margin-right: 5px;
            }

            .contact__formBox.enquiry_form .input_block .minus-icon, .contact__formBox.enquiry_form .input_block .plus-icon {
                cursor: pointer;
                margin: 0;
                font-size: 24px;
                line-height: 24px;
                color: #828181;
            }

                .contact__formBox.enquiry_form .input_block .minus-icon:hover, .contact__formBox.enquiry_form .input_block .plus-icon:hover {
                    color: var(--color-blue);
                }

                .contact__formBox.enquiry_form .input_block .minus-icon.disabled, .contact__formBox.enquiry_form .input_block .plus-icon.disabled {
                    cursor: default;
                }

                    .contact__formBox.enquiry_form .input_block .minus-icon.disabled:hover, .contact__formBox.enquiry_form .input_block .plus-icon.disabled:hover {
                        color: #828181;
                    }

            .contact__formBox.enquiry_form .input_block .bi::before {
                margin-top: 0;
            }

            .contact__formBox.enquiry_form .input_block .guest-icon {
                font-size: 27px;
                line-height: 20px;
                color: var(--color-blue);
                margin-right: 5px;
            }

        .contact__formBox.enquiry_form .select-class {
            cursor: pointer;
            overflow: hidden;
            position: relative;
        }

            .contact__formBox.enquiry_form .select-class:before {
                content: "\f107";
                font-family: fontawesome;
                font-size: 23px;
                color: #ff4a51;
                font-family: 'EasetoBookbold';
                position: absolute;
                right: 1px;
                top: 1px;
                pointer-events: none;
                padding: 7px 10px 0 0;
                background: #fff;
            }

            .contact__formBox.enquiry_form .select-class .form-control {
                height: auto;
                padding: 10px 27px
            }

        .contact__formBox.enquiry_form .watch-icon {
            position: absolute;
            left: 7px;
            top: 6px;
            color: var(--color-blue);
            font-size: 18px
        }


.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;
    margin-top: -50px;
    padding-left: 30px;
    padding-right: 30px;
}

    .contactBox .contact {
        box-shadow: 0 2px 9px #cccccc59;
        padding: 30px;
        margin: 10px 0;
        border-radius: 5px;
        background: var(--color-white);
        text-align: center;
        border: 1px solid #cccccc91;
        height: 280px;
    }

        .contactBox .contact .page__title {
            margin-bottom: 10px;
            font-size: 20px
        }

        .contactBox .contact a {
            color: #0068FF;
            text-decoration: underline;
            font-family: 'EasetoBookbold';
        }

            .contactBox .contact a:hover {
                color: #FF4A51;
            }

        .contactBox .contact i {
            margin-right: 10px
        }

        .contactBox .contact h4 {
            font-family: 'EasetoBookbold';
            font-size: 18px;
        }

.contact img {
    width: 50px;
    margin-bottom: 30px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

button, input {
    font-family: 'EasetoBookreg';
}

focus {
    outline: 0
}

body {
    font-family: 'EasetoBookreg';
    font-size: 14px
}

#mainCntr {
    background: var(--color-white);
}

.container {
    max-width: 1150px;
}

#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-family: 'EasetoBookbold';
}

.contentSec .off {
    color: #e30036;
    font-size: 30px;
    font-family: 'EasetoBookbold';
    padding-top: 120px
}

.contentSec .callSupport {
    color: #090909;
    font-size: 20px;
    font-weight: 500
}

.contentSec .callUp {
    color: #fff;
    font-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    }

.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-family: 'EasetoBookbold';
}

.tooltipBox {
    display: none;
    width: 340px;
    position: absolute;
    top: 37px;
    left: 25px;
    background: #fff;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    border-radius: 2px;
    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: #fff;
    padding: 4px 10px;
    font-size: 12px;
    color: #919192;
    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;
    }



.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: -10px;
    left: 50%;
    border-bottom: 10px solid #ccc;
}

.tooltipBox:after {
    border-bottom: 11px solid #fff;
    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-family: 'EasetoBookbold';
            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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

    .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:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\F5B4";
        font-size: 20px;
        color: var(--color-white);
        font-family: bootstrap-icons;
    }

    .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;
}



.text_img_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.text_img_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #0056D2;
    height: 100%;
}

    .text_img_item img {
        width: 100%;
    }

.text_content_box {
    padding: 10px;
    background: #0056D2;
}

    .text_content_box span {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
        color: white;
    }

    .text_content_box p {
        color: #ffffff;
        margin-bottom: 0;
    }






.content_box p {
    color: #000000;
}

.breadcrumb {
    font-family: 'EasetoBookreg';
    font-size: 14px;
    color: #444;
    margin-top: 20px;
}

    .breadcrumb a {
        text-decoration: none;
        color: inherit;
    }

        .breadcrumb a:first-child {
            color: #00667d;
            font-weight: bold;
        }

    .breadcrumb span {
        margin: 0 8px;
        color: #888;
    }

/*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: #d7d7d7;
    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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    }

/* 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-family: 'EasetoBookbold';
    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-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-family: 'EasetoBookbold';
    }

    .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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    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: #0030a4;
    color: #fff;
}

    .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-family: 'EasetoBookbold';
            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-family: 'EasetoBookbold';
    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: #3854ae;
    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-family: 'EasetoBookbold';
    font-size: 13px;
    width: 60%;
}

#travl-info .modal-dialog, .hold-opt, .bag-det .modal-dialog {
    top: 40%;
    transform: translate(0, -50%) !important;
}

.bag-det .modal-dialog {
    max-width: 400px;
}

    .bag-det .modal-dialog .modal-content {
        border-radius: 10px;
        overflow: hidden;
    }

    .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-family: 'EasetoBookbold';
    }

/*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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    height: 100%;
}

.serach-bg .wait {
    font-size: 140px;
    color: var(--secound-color);
    opacity: 0.3;
    font-family: 'EasetoBookbold';
    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-bottom: 10px;
    }

        .load-bg .serach-info i {
            font-size: 20px;
            margin: 0 20px;
        }

    .load-bg .city-code {
        font-size: 40px;
        text-transform: uppercase;
        color: var(--color-black);
        font-weight: 800;
        display: inline-flex;
        flex-direction: column;
    }

        .load-bg .city-code small {
            font-size: 17px;
            font-weight: 500;
            text-transform: none;
        }

    .load-bg .serach-info img {
        padding: 0 10px;
        width: 70px;
    }

    .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-family: 'EasetoBookbold';
    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;
}

.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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
            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-family: 'EasetoBookbold';
    }

        .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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    color: #404040;
}

    .list-count-content .itenerary-section .city-code.right {
        float: right;
        text-align: right;
    }

.list-count-content .city-name {
    font-size: 12px;
    font-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
    }


/* 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 li {
    margin: 0 15px;
}

    .nav-sec li a {
        color: var(--color-black);
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
        text-transform: uppercase;
    }

        .nav-sec li a:hover {
            color: #1F1F1F;
            text-decoration: underline;
            font-family: 'EasetoBookbold';
        }

    .nav-sec li.active a {
        color: #1F1F1F;
        text-decoration: underline;
        font-family: 'EasetoBookbold';
    }



.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-family: 'EasetoBookbold';
}

.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: 'EasetoBookreg';
}

.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-family: 'EasetoBookbold';
        }

        .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-family: 'EasetoBookbold';
    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 {
    position: relative;
}

.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-family: 'EasetoBookbold';
}


.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: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 300;
}

    .footer_ul li a .cal {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

        .footer_ul li a .cal:hover {
            color: #0068FF;
        }

    .footer_ul li a:hover {
        color: #0068FF;
        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-family: 'EasetoBookbold';
    }

    .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-family: 'EasetoBookbold';
            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-family: 'EasetoBookbold';
                font-size: 12px;
            }

            .baggageBox .content ul li .noincl {
                text-align: right;
                display: inline;
                color: #8a8a8a;
                font-family: 'EasetoBookbold';
                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: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}


.fly-desti {
    font-size: 20px;
    color: var(--color-black);
    font-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    }

    .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-family: 'EasetoBookbold';
    }

    .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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

.result .flight-no, .flight_operator {
    color: #0f1112;
    font-size: 12px;
}

.result .time {
    font-size: 13px;
    color: #0f1112;
    font-family: 'EasetoBookbold';
    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: 30px;
    margin-right: 8px;
}

.air-nam {
    font-size: 14px;
    color: #1b1b1b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flightnum {
    font-weight: normal;
    color: var(--color-black);
    position: relative;
}


.airp-tim {
    font-size: 12px;
    font-family: 'EasetoBookbold';
    display: flex;
    color: #1b1b1b;
    justify-content: center;
    margin-top: 15px;
}


    .airp-tim .airp {
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .airp-tim .airp b {
            font-family: 'EasetoBookbold';
        }

        .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: 14px;
    color: #ffffff;
    padding: 8px 20px 8px;
    font-weight: 500;
    position: relative;
    background: #333333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .payhead a {
        color: #3854ae;
        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;
}


.flights_info .oprated_by {
    font-size: 12px;
    margin-top: 3px;
}

.msgbox {
    position: absolute;
    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;
    top: 5px;
    right: 0;
}

    .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-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
            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 #3854ae;
    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: #3854ae;
    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-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
    }

.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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

.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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

.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*/

.banner_desti_box {
    background: #1f1f1f;
    border-radius: 20px 20px 60px 60px;
    margin-top: 150px;
    padding-top: 15px;
}

.destination_search_engine_box .flight-Serch {
    position: static;
    margin-top: 0;
}

.destination_search_engine_box .airport-name, .destination_search_engine_box .label-Head {
    text-align: left;
}

.destination_search_engine_box .label-Head {
    position: static;
    display: block;
}

.destination_search_engine_box .travel-Class {
    text-align: left;
}

.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-family: 'EasetoBookbold';
    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;
}
/* Footer css start*/

.footer_title {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.small_para {
    font-size: 14px;
    font-weight: 300;
}

.footer_logo img {
    height: 45px;
    width: auto;
}

.contact_through {
    gap: 10px;
}

    .contact_through a {
        color: var(--color-white);
        display: flex;
        align-items: center;
        gap: 5px;
    }

.icon_f {
    background-color: var(--color-org);
    color: var(--color-black);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .icon_f:hover {
        background: var(--color-darkBlue);
        color: var(--color-white);
    }

.color_org {
    color: var(--color-org);
}

.footer_ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.social_links a {
    background-color: var(--color-org);
    color: var(--color-black);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .social_links a:hover {
        background: var(--color-darkBlue);
        color: var(--color-white);
    }

.social_links i {
    line-height: 1;
}

.footer_personal {
    justify-content: flex-start;
    gap: 20px;
}

    .footer_personal a {
        color: var(--color-white);
    }

.social_links {
    grid-gap: 10px;
}


.footer-logos {
    padding: 15px 0 0 10px;
    background: #fff;
    border-radius: 5px;
    display: block;
    clear: both;
}

    .footer-logos li {
        display: inline-block;
        margin: 0 5px;
    }

        .footer-logos li a {
            width: 130px;
            height: 40px;
            display: block;
            background: url(/images/footer-logo.png) 0 0 no-repeat;
            background-size: 100%;
        }

            .footer-logos li a.arc {
                background-position: 40px -105px;
            }

            .footer-logos li a.iata {
                background-position: 0 -113px;
            }

            .footer-logos li a.v-secure {
                background-position: 0 -148px;
            }

            .footer-logos li a.cloudflare {
                width: 135px;
                background-position: 0 -195px;
                height: 50px;
                cursor: default;
            }



/* Modify serach engine css start*/

.triptype {
    display: flex;
    padding: 0px;
    margin-bottom: 10px;
    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: 400;
        line-height: 22px;
        padding-left: 26px;
        position: relative;
        color: #3a3a3a;
        font-size: 16px;
    }

        .triptype label input {
            opacity: 0;
            position: absolute;
        }

            .triptype label input[type=radio]:checked ~ span::before {
                border-radius: 100%;
                background: #1F1F1F;
                content: "";
                display: block;
                height: 12px;
                width: 12px;
                left: 4px;
                position: absolute;
                top: 4px;
            }

            .triptype label input[type=radio]:checked ~ span::after {
                border: 2px solid #1F1F1F;
            }

            .triptype label input[type=radio] ~ span::after {
                border-radius: 100%;
                border: 2px solid #d7d7d7;
                content: "";
                height: 20px;
                width: 20px;
                left: 0;
                position: absolute;
                top: 0;
            }

.modifySearchBox .input-block {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.3;
}

.modifySearchBox .searchBox {
    padding: 0 5px 10px;
    border-radius: 10px;
}

.modifySearchBox .inputField {
    padding: 0;
    width: 100%;
    font-weight: 500;
    z-index: inherit;
    font-size: 18px;
    font-family: 'EasetoBookbold';
}

.modifySearchBox .airport-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}

.modifySearchBox .travel-Class {
    position: absolute;
    top: 27px;
    left: 103px;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
    font-size: 18px !important;
    font-family: 'EasetoBookbold';
}

.modifySearchBox .travelsSecOpne .bi-chevron-down {
    position: absolute;
    right: 11px;
    top: 21px;
}

.modifySearchBox .inputReturn {
    border-left: 1px solid #ddd;
}

.modifySearchBox .searchButton {
    background: #0068FF;
    padding: 15px 0;
    color: var(--color-white);
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-family: 'EasetoBookbold';
    text-transform: uppercase;
    margin-top: 10px;
}


.modifySearchBox .passenger-Box {
    top: 297px;
}


/* Listing Filter css start*/
#resultsCntr .leftCntr {
    padding-right: 20px;
    width: 256px;
    float: left;
}

.reset-sec {
    background: var(--color-white);
    padding: 10px;
    color: #1b1b1b;
}

    .reset-sec i {
        font-size: 20px;
        color: #ffffff;
    }

.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;
}

.filterBox .head {
    padding: 5px;
    font-size: 16px;
    color: #1E1E1E;
    font-family: 'EasetoBookbold';
    border-top: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 0px;
}

.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: 500;
        }

            .filterBox .filter__list li .price sup{
                top:0;
            }

            .filterBox .inputSet label {
                padding-left: 27px;
            }

.inputSet label {
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    padding-left: 26px;
    position: relative;
    color: #2a2e32;
}

    .inputSet label input {
        opacity: 0;
        position: absolute;
    }

.ui-slider-horizontal {
    height: 3px;
    background: #bdbdbd;
    border: none;
    z-index: 0;
    margin: 15px 16px 10px 0px;
    border: none !important;
    padding: 0;
}

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
        background: #0056D2;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
        margin-left: 0;
        border: 1px solid var(--color-white);
        border-radius: 50%;
        cursor: pointer;
        background: #0056D2;
    }

.filterBox .range_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
}



.inputSet label input[type=checkbox] ~ span::after {
    border: 1px solid #929292;
    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 #0068FF;
    background: #0068FF;
}

.inputSet label input[type=checkbox]:checked ~ span {
    color: #0068FF;
}

    .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: 13px;
    color: #026A99;
    margin-bottom: 10px;
    font-weight: 500;
}

.filterBox .text-overflow {
    display: inline-block;
    max-width: 150px;
}

.filterBox .text-overflow-filter-airline {
    max-width: 100px;
}


.filterBox ul.time_filter {
    list-style: none;
    margin-right: -9px;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

    .filterBox ul.time_filter:last-child {
        border-bottom: none;
    }

    .filterBox ul.time_filter li {
        width: 100%;
        margin-right: 7px;
        margin-bottom: 7px;
        float: left;
        font-size: 12px;
        border-radius: 5px;
        text-align: center;
        padding: 0 9px 9px 28px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .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 .icon_earlymorning, .filterBox ul.time_filter li:hover .icon_earlymorning {
            background: url(/images/icons/early_morning-hover.svg?123) 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?123) 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?123) 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?123) center center no-repeat
        }

        .filterBox ul.time_filter li strong {
            display: block;
            font-family: 'EasetoBookbold';
        }

        .filterBox ul.time_filter li .time {
            font-weight: 500;
            color: #767676;
        }
/* 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-family: 'EasetoBookbold';
            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 view css end*/


/* Matrix view css start*/
.matrixBox .matrix__wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    background: #fff;
}

.matrixBox .matrix__aside {
    position: relative;
    float: left;
    width: 14%;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

    .matrixBox .matrix__aside .matrix__box {
        color: #0068FF;
        white-space: nowrap;
        font-size: 13px;
    }

        .matrixBox .matrix__aside .matrix__box i {
            margin-left: 0;
        }

.matrixBox .matrix__slider {
    position: relative;
    float: left;
    width: 86%
}

    
        .matrixBox .matrix__slider .slick-arrow.slick-disabled {
            
            display: none !important;
        }
    .matrixBox .matrix__slider .slick-arrow {
        display: block !important;
    }
    .matrixBox .matrix__slider .slick-next, .matrixBox .matrix__slider .slick-prev {
        right:0 !important;
    }

.matrixBox .matrix__slider .items {
    width: 185px;
    float: left;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

    .matrixBox .matrix__slider .matrix__logo {
        width: 35px;
        margin-bottom: 5px;
        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
    }

.matrixBox .matrix__box-lg {
    font-size: 13px;
    height: 75px;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.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;
}

.isactive {
    background: #f6f2ff;
}

.matrixBox .matrix__box-lg .multiairline {
    position: absolute;
    right: 0px;
    top: 10px;
    height: 25px
}

.matrixBox .matrix__box {
    display: block;
    font-size: 13px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    line-height: 26px;
    padding: 8px;
    font-weight: 500
}

    .matrixBox .matrix__box-lg:hover, .matrixBox .matrix__box:hover {
        background: #f6f2ff;
    }

    .matrixBox .matrix__box-lg.matrixdisabled:hover, .matrixBox .matrix__box.matrixdisabled:hover {
        background: 0 0;
        cursor: default;
        font-weight: 400
    }

.matrixBox .disclaimer {
    font-size: 12px
}

.matrixBox .slick-next, .matrixBox .slick-prev {
    right: -44px;
    top: 91px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #ffffff;
    background: #1F1F1F;
    z-index: 1;
}

.matrixBox .slick-prev {
    left: inherit;
    right: 30px;
}

    .matrixBox .slick-next:before, .matrixBox .slick-prev:before {
        color: #ffffff;
        font-family: bootstrap-icons;
        content: "\F280";
        font-size: 18px;
    }

    .matrixBox .slick-prev:before {
        font-family: bootstrap-icons;
        content: "\F27F"
    }

.matrixBox .collapse.show {
    display: inline !important
}

.matrixBox .learn-more {
    color: #3854ae;
}



/* Listing view css start*/

.total_results {
    font-size: 15px
}

.sortingTabBox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}




    .sortingTabBox ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        box-shadow: 1px 2px 3px #ccc;
        background: #F4F4F4;
        padding: 10px 0 0 15px;
        position: relative;
        border-radius: 5px 5px 0 0;
    }
        .sortingTabBox ul::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #D9D9D9;
        }

        .sortingTabBox ul li {
            padding: 10px;
            font-weight: 400;
            position: relative;
            color: #484848;
            display: flex;
            width: 23%;
            font-size: 14px;
            gap: 5px;
            justify-content: center;
        }

            .sortingTabBox ul li .bi-search {
                color: var(--color-blue);
                padding-left: 2px;
            }


      



        .sortingTabBox ul li a {
            display: flex;
        }

            .sortingTabBox ul li.active {
                position: relative;
                color: var(--color-black);
                background: #fff;
                border-radius: 10px 10px 0 0;
                border-top: 1px solid #dedede;
                border-right: 1px solid #dedede;
                border-left: 1px solid #dedede;
            }
.main_space {
    padding: 0 5px;
}

.sortingTabBox ul li a {
    text-decoration: none;
    cursor: pointer;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

            .sortingTabBox ul li .price {
                font-family: 'EasetoBookbold';
                display: block;
                font-size: 14px;
                color: #2a2e32;
            }

            .sortingTabBox ul li.active .price, .sortingTabBox ul li.active a {
             
            }

            .sortingTabBox ul li:first-child {
                width: 14%;
                height: 62px;
                display: flex;
                align-items: center;
                color: #0056D2;
                font-family: 'EasetoBookbold';
            }

                .sortingTabBox ul li:first-child:after {
                    width: 80%;
                    left: 10%;
                }


.resultsBox {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: none;
    background: #fff;
    transition: transform .2s ease,box-shadow .2s ease;
    border: 1px solid #D9D9D9;
}


.matrixBox .matrix__slider .item {

}


.resultsBox .flight__row {
    padding: 15px;
    padding-right: 0;
}

    .resultsBox .top_row_mobile {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

    .resultsBox .price_list {
        display: flex;
        justify-content: space-between;
        height: 100%;
        border-left: 1px solid #ccc;
        padding: 10px 15px 0px 15px;
        grid-gap: 5px;
        font-weight: 500;
        background: #0056D2;
        border-radius: 10px;
        align-items: center;
    }

        .resultsBox .price_list .price {
            font-size: 22px;
            color: #ffffff;
            font-family: 'EasetoBookbold';
            position: relative;
            display: block;
            cursor: pointer;
            line-height: 1;
            padding: 5px 0;
        }

            .resultsBox .price_list .price sup {
                font-size: .75rem;
            }

    .resultsBox .flight__row .head {
        font-size: 16px;
        color: #484848;
        margin-bottom: 10px;
        font-family: 'EasetoBookbold';
    }

    .resultsBox .flight__row .airline_logo {
        float: left;
        width: 42px;
        margin-right: 10px;
        border-radius: 5px;
    }




/* Flight Details css start*/


.flightDetailWrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0,0,0,.35);
    overflow-x: hidden;
    overflow-y: hidden;
    width: 0
}

    .flightDetailWrapper .flightDetail_popup {
        width: 580px;
        float: right;
        background: #fff;
        position: relative;
        height: 100vh
    }


        .flightDetailWrapper .flightDetail_popup .head {
            padding: 15px 15px 15px 15px;
            position: relative;
            border-bottom: 1px solid #ced0d4;
            margin-bottom: 5px;
        }

        .flightDetailWrapper .flightDetail_popup .close_detail {
            font-size: 20px;
            color: #ff4a51;
            padding-left: 25px;
            position: absolute;
            right: 15px;
            top: 10px
        }


            .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 30px 15px 30px;
            box-shadow: 0 -1px 6px #00000026;
            color: #2a2e32;
        }


        .flightDetailWrapper .flightDetail_popup .price_list {
            display: flex;
            justify-content: flex-end;
            align-items: center
        }


            .flightDetailWrapper .flightDetail_popup .price_list .price {
                font-size: 22px;
                font-family: 'EasetoBookbold';
                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: var(--color-blue);
                padding: 10px 35px 10px 35px;
                color: var(--color-white);
                font-size: 18px;
                border-radius: 5px;
                text-decoration: none;
                font-family: 'EasetoBookbold';
            }


                .flightDetailWrapper .flightDetail_popup .price_list .select__btn i {
                    position: relative;
                    top: 0
                }


                .flightDetailWrapper .flightDetail_popup .price_list .select__btn:hover {
                    background: var(--color-blue);
                    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 {
            padding: 0 20px;
            height: calc(100vh - 130px);
            background: #fff;
            overflow-y: auto;
            overflow-x: hidden
        }


        .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;
            line-height: 1.5em;
        }


            .flightDetailWrapper .flightDetail_popup .airlines__details .air-name {
                font-size: 14px;
                font-family: 'EasetoBookbold';
            }

            .flightDetailWrapper .flightDetail_popup .airlines__details img {
                width: 40px;
                float: left;
                margin-right: 10px;
                outline: 3px solid #fff;
                outline-offset: -2px;
                box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
                border-radius: 5px;
            }

            .flightDetailWrapper .flightDetail_popup .airlines__details .detail {
                width: calc(100% - 50px);
                float: left
            }

        .flightDetailWrapper .flightDetail_popup .route__info {
            padding: 40px 0;
            font-size: 13px;
            position: relative
        }

            .flightDetailWrapper .flightDetail_popup .route__info .time {
                font-size: 14px;
                font-family: 'EasetoBookbold';
                margin-top: 28px
            }


            .flightDetailWrapper .flightDetail_popup .route__info .date {
                position: relative
            }

            .flightDetailWrapper .flightDetail_popup .route__info .destination_fullname {
                position: relative
            }

                .flightDetailWrapper .flightDetail_popup .route__info .destination_fullname .message_display {
                    top: inherit;
                    bottom: -25px;
                    position: static
                }

            .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar {
                width: 60%;
                height: 2px;
                border-top: 2px dashed #dfdfdf;
                position: absolute;
                left: 0;
                top: 72px
            }

                .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar:after, .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar:before {
                    content: "";
                    width: 10px;
                    height: 10px;
                    display: block;
                    border: 2px solid #3854ae;
                    position: absolute;
                    right: 0;
                    top: -6px;
                    border-radius: 100%;
                    background: #3854ae;
                }

                .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar:before {
                    right: inherit;
                    left: 0
                }

                .flightDetailWrapper .flightDetail_popup .route__info .connecting__bar .duretion_time {
                    position: absolute;
                    left: 50%;
                    margin-top: -33px;
                    text-align: center
                }

                    .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 {
                position: absolute;
                left: 0;
                top: -25px;
                margin: 0
            }

        .flightDetailWrapper .flightDetail_popup .layover {
            padding: 8px 20px;
            font-size: 14px;
            color: var(--color-black);
            background: #f1f4ff;
            text-align: center;
            margin-bottom: 20px;
            border-radius: 20px
        }

            .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-family: 'EasetoBookbold';
    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.contact-icon::before {
        background: url(/images/contact-icon.svg);
        background-size: 50px;
    }

    .heading-block::before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
    }

    .heading-block.passenger-icon::before {
        background: url(/images/passenger-icon.svg);
        background-size: 50px;
    }

    .heading-block.payment-icon::before {
        background: url(/images/payment-icon.svg);
        background-size: 50px;
    }

    .heading-block.drop-icon::before {
        background: url(/images/price-drop.svg);
        background-size: 50px;
    }


    .heading-block.cc-icon::before {
        background: url(/images/card-icon.svg);
        background-size: 50px;
    }

    .heading-block h3 {
        font-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
}

.phone-only-sec .cross-icon {
    position: absolute;
    cursor: pointer;
    color: #73767f;
    right: 2px;
    top: -15px;
    font-size: 14px;
}


.resultsBox .button-loding {
    height: 80%;
    padding: 19px;
    border-radius: 50%;
    width: 50%;
}

    .resultsBox .button-loding .button-loader {
        top: 7px;
    }

.button-loding {
    background: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 10px 45px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    border-radius: 3px;
}

    .button-loding .button-loader {
        border: 3px solid var(--color-white);
        border-top: 3px solid #0056D2;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        animation: spin 2s linear infinite;
        position: absolute;
        top: 8px;
        left: 6px;
    }


/* 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: 20px;
    text-align: center;
    border-radius: 5px;
    padding-left: 30px;
}

    .book-now-conf .button-loding .button-loader {
        top: 13px;
        left: 31%;
    }

.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-family: 'EasetoBookbold';
    }


.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: 'EasetoBookreg';
}

    .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-family: 'EasetoBookbold';
        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: 475px;
    z-index: 7;
    margin: 0 auto;
    background: var(--color-white);
    position: relative;
    border-radius: 30px;
}

.detail-bg {
    background: url(/Images/desk-popup-bg.png) no-repeat;
    background-size: cover;
    height: 540px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    color: var(--color-white);
    background-position: bottom;
}

.lok-deal {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

.call-help {
    background: #0a3761;
    line-height: 1;
    padding: 5px 10px;
    color: var(--color-white);
    font-family: 'EasetoBookbold';
    border-radius: 5px;
    font-size: 28px;
}

.text-bg-left {
    background: linear-gradient(80deg, rgba(9,59,103,0.25) 0%, rgba(9,59,103,1) 100%);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 22px;
    font-family: 'EasetoBookbold';
    line-height: 1;
    margin: 15px 0 5px 0px;
}

.text-bg-right {
    background: linear-gradient(80deg, rgba(9,59,103,1) 0%, rgba(9,59,103,0.25) 100%);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 22px;
    font-family: 'EasetoBookbold';
    line-height: 1;
    margin: 15px 0px 10px 0
}

.get-deal {
    font-size: 20px;
    font-weight: 400;
}

.more-opt {
    display: flex;
    flex-flow: wrap;
    padding: 0;
    grid-gap: 10px;
    margin: 15px 0;
}

    .more-opt li {
        width: 100%;
        padding: 6px 10px;
        background: #0a3761;
        border-radius: 5px;
        font-size: 18px;
        display: flex;
        grid-gap: 5px;
        align-items: center;
    }

.no-hold-bg {
    background: #0073b6;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-white);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.hold {
    font-size: 24px;
    font-family: 'EasetoBookbold';
    text-align: center;
}

    .hold span {
        font-size: 16px;
        font-weight: 400;
    }

.click-call-btn {
    background: var(--color-org);
    font-size: 30px;
    padding: 15px 20px 15px 2px;
    border-radius: 10px;
    font-family: 'EasetoBookbold';
    line-height: 1;
    margin-top: 10px;
}

    .click-call-btn.call-opt .call-icons {
        padding: 5px 10px;
    }

/* 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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
        position: relative;
        color: #1f1f1f;
    }

    .paymentItenerary-details .flights-data .city-name {
        font-size: 14px;
        font-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
        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-family: 'EasetoBookbold';
    }

        .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-family: 'EasetoBookbold';
}

#reviewDetail .modal-content {
    background-color: #ffffff;
    padding: 15px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#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: 0px;
    right: 0px;
    padding: 0;
    background: none;
    width: auto;
    z-index: 1;
    opacity: 1;
}

#reviewDetail .c-bg {
    position: absolute;
    top: -3px;
    right: -5px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
}

#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: #0056D2;
    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-family: 'EasetoBookbold';
        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 {
    font-family: 'EasetoBookbold';
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    .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%;
    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;
}


.flex-point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

    .flex-point ul li {
        margin-bottom: 5px;
        padding-right: 25px;
        padding-left: 0;
        position: relative;
        list-style: none;
        font-size: 14px;
        font-weight: 500;
        color: #1b1b1b;
        display: flex;
        align-items: flex-start;
    }

        .flex-point ul li small {
            font-size: 12px;
            display: block;
            font-weight: 400;
            line-height: 1.3;
            margin-top: 2px;
        }

        .flex-point ul li:before {
            position: absolute;
            top: 0;
            content: "";
            background: url(/images/flight_result_new/flexi_check_icon.svg) no-repeat center;
            height: 20px;
            width: 20px;
            right: 0;
        }

        .flex-point ul li.cancel:before {
            position: absolute;
            right: 0px;
            top: 0px;
            content: "";
            background: url(/images/flight_result_new/flexi_cancel_icon.svg) no-repeat center;
            height: 20px;
            width: 20px;
            left: auto;
        }

.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-family: 'EasetoBookbold';
    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-family: 'EasetoBookbold';
}

    .total-fare span {
        color: var(--color-org);
        font-size: 24px;
    }


/*subscribe css start */

.subscribe {
    background: #d0d1fb;
    padding: 20px 15px;
    margin: 0px 0;
    display: flex;
    border-radius: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.textsec h4 {
    font-size: 20px;
    font-family: 'EasetoBookbold';
    margin-bottom: 15px;
}

.subs-sec {
    padding-left: 60px;
    border-left: 1px solid #ffffff;
}

    .subs-sec a {
        color: #ff4a51;
    }

.subs-input {
    background: var(--color-white);
    border: 1px solid #e0e0e0;
    padding: 15px 0 15px 15px;
    border-radius: 5px;
    min-width: 350px;
}

.subs-btn {
    background: var(--color-blue);
    color: var(--color-white);
    width: 195px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

    .subs-btn:hover {
        background: #ff6183;
    }

.subs-sec p {
    font-size: 12px;
    margin-top: 10px;
}

.subs-sec .error {
    font-size: 12px;
    color: red;
    padding-top: 5px;
}

.thksub {
    background: #ecf7ec;
    color: var(--color-black);
    padding: 13px;
    border-radius: 15px;
    display: flex;
    grid-gap: 15px;
    align-items: center;
    margin-top: 16px;
}
    .thksub i {
        color: #00a922;
        font-size: 20px;
    }

/* 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;
}




.cal-opt {
    background: #FFF6D4E5;
    padding: 15px;
    border-radius: 10px;
    color: #1B1B1B;
    font-size: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'EasetoBookbold';
    max-width: 500px;
    text-align: center;
}

    .cal-opt .deal_rate {
        padding: 5px;
        color: #1F1F1F;
        font-size: 33px;
        font-family: 'EasetoBookbold';
        display: inline-flex;
        align-items: center;
        line-height: 1;
    }

    .cal-opt a {
        border-radius: 5px;
        padding: 10px;
        font-size: 20px;
        color: #ffffff;
        font-family: 'EasetoBookbold';
        background: #0056D2;
        box-shadow: 0px 4px 4px 0px #00000066;
        display: block;
        text-align: center;
        max-width: 300px;
        margin: auto;
        margin-top: 15px;
    }

.call-btn {
    animation: call 1.5s ease infinite;
}

@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: #ff4a51;
    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;
        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-family: 'EasetoBookbold';
        font-size: 24px;
    }



/*new design css*/


/*flight search result page*/

.filter_head {
    background: #1F1F1F;
    color: white;
    border-radius: 5px;
}

#GetContract .leftCntr .holder {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.price_list .class_type {
    color: white;
}

.bag-info {
    display: flex;
    grid-gap: 5px;
    align-items: start;
    flex-direction: column;
    margin: 10px 0;
}

    .bag-info ul {
        display: flex;
        gap: 5px;
    }

        .bag-info ul li {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            padding: 5px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #1F1F1F80;
        }

            .bag-info ul li.no-check img {
                opacity: 0.7;
            }



            .bag-info ul li.check:after {
                content: "";
                width: 15px;
                height: 15px;
                background: url(/Images/add-more/tick-icon.svg) no-repeat center;
                position: absolute;
                right: 0;
                top: -3px;
                background-size: cover;
                border: 1px solid #ffffff;
                border-radius: 50px;
            }

            .bag-info ul li.no-check:after {
                content: "";
                width: 15px;
                height: 15px;
                background: url(/Images/add-more/cancel.svg) no-repeat center;
                position: absolute;
                right: 0;
                top: -3px;
                background-size: cover;
                border: 1px solid #ffffff;
                border-radius: 50px;
            }


.booking_head_content .currencyBox {
    margin-right: 20px;
    background: #DFDFDF;
    border-radius: 25px;
    padding: 8px 10px;
}

.booking_head_content .free-deals span {
    color: #2A2A2A;
}

.modify_info_city {
    display: flex;
    gap: 5px;
    font-family: 'EasetoBookbold';
    font-size: 20px;
    color: #3A3A3A;
}


    .modify_info_city span {
        font-weight: 500;
    }

.modify_info_date .itenery-date {
    display: flex;
    font-size: 14px;
    color: #3A3A3A;
}

.modify_info_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modify_info_box {
    padding: 15px 0;
    border-bottom: 2px solid #025C6F;
}

.modify_info_left {
    display: flex;
    flex-direction: column;
}

.modify_info_content a {
    padding: 8px 16px;
    border: 1px solid #0068FF;
    border-radius: 34px;
    color: #ffffff;
    font-size: 16px;
    background: #0068FF;
}

    /*.modify_info_content a:hover {
        color: #0056D2;
        border: 1px solid #0056D2;
    }*/

        /*.modify_info_content a:hover svg path {
            fill: #0056D2;
        }*/


.modifySearchBox {
    display: none;
}

.input-block.org-modify.inputOrigin, .input-block.des-modify.inputDestination {
    border: none;
}

.modify_destination_border {
    border: 1px solid #0022521A;
    border-radius: 5px;
    padding: 8px;
}

    .modify_destination_border .swapIcon span {
        background: #0068FF;
    }

    .modify_destination_border .swapIcon::after {
        height: 0;
    }

.modify_destination_date .inputDepart, .modify_destination_date .inputReturn {
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #0022521A;
}

.modify_destination_date .travelsSecOpne {
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #0022521A;
}

.modify_destination_border .ui-widget-content {
    left: 80% !important;
}

.modify_close_btn {
    display: flex;
    justify-content: right;
}

    .modify_close_btn img {
        cursor: pointer;
    }

.calender_icon {
    position: absolute;
    padding-left: 10px;
    border-left: 1px solid #B8B8B8;
    right: 12px;
    bottom: 15px;
}

.modify_info_box_form {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}


.min-w-\[65px\] {
    min-width: 70px;
}

.min-w-\[50px\] {
    min-width: 50px;
}

.tit-6 {
    font-size: 16px;
    font-family: 'EasetoBookbold';
    line-height: 1;
    text-align: end;
}

    .tit-6 span {
        font-weight: 500;
    }

.sh-det {
}

.return_top_space {
    border-top: 2px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
}

.parag {
    font-weight: 400;
    font-size: 12px;
}

.plan-sec {
    padding: 30px 0;
}

    .plan-sec:before {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        background: #B8B8B8;
        height: 100%;
    }

    .plan-sec img {
        position: relative;
        z-index: 1;
        background: #F4F4F4;
        padding: 3px 0;
    }

    .plan-sec:after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        background: #B8B8B8;
        height: 100%;
    }

.air-nam {
    white-space: normal;
}


.h-20 {
    height: 20px;
    display: flex;
    align-items: center;
    background: #F4F4F4;
}

.gry-line {
    background: #B8B8B8;
    width: 1px;
    height: 100%;
    border-radius: 10%;
}

.w-8 {
    width: 8px;
    height: 8px;
    background: #B8B8B8;
}


.bages-info {
    display: flex;
    justify-content: space-between;
    font-family: 'EasetoBookbold';
}

.main_payment_f {
    display: flex;
    align-items: center;
}

.baggage_info {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.main_payment_f .baggage_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
    display: flex;
}


.bages-info {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    grid-gap: 4px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #1f1f1f;
}

.baggage_info ul li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

    .baggage_info ul li .baggage-selected {
        display: flex;
        align-items: center;
        position: relative;
    }

.baggage-selected {
    gap: 5px;
}

.baggage_info ul li .baggage_status {
    margin-right: 0px;
    width: 20px;
    text-align: center;
}

.baggage_info ul li .icons {
    position: relative;
}


.bag_right_info {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
}

    .bag_right_info p {
        font-size: 14px;
        font-weight: 400;
    }

.baggage_info ul li small {
    font-size: 12px;
    font-weight: 500;
}

.flight_result_details_wrapper {
    padding: 5px 15px 15px 15px;
    position: relative;
    margin-top: -28px;
    background: #F4F4F4;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
}

.flight_result_close_btn {
    display: flex;
    justify-content: right;
}

    .flight_result_close_btn img {
        cursor: pointer;
        position: relative;
        top: 13px;
    }

.empty-rounded-circle {
    width: 8px;
    height: 8px;
    background: #F4F4F4;
    border: 1px solid #B8B8B8;
}

.oprated-by {
    font-size: 12px;
}

.dot-line {
    border-left: 1px dashed #B8B8B8;
    height: 100%;
}

.ml-65 {
    margin-left: 70px;
}

.mid-lne {
    width: 100%;
    position: relative;
}

.lay-over {
    background: #e9e9e9;
    color: #1b1b1b;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    line-height: 1;
    margin: 20px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .lay-over span {
        font-weight: 400;
    }

.mid-lne:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.mid__loading .loding-mid .loading_text {
    font-family: 'EasetoBookbold';
    font-size: 14px;
    color: #3A3A3A;
}

.loading-pln img {
    width: 69px;
    margin-top: 10px;
}

.results-skeleton-content {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
}


.filterBox ul.time_filter li:before {
    border-radius: 100%;
    border: 2px solid #d7d7d7;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 0;
}

.filterBox ul.time_filter .selected:before {
    border: 1px solid #1F1F1F;
}

.filterBox ul.time_filter .selected::after {
    border-radius: 100%;
    background: #1F1F1F;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    left: 4px;
    position: absolute;
    top: 4px;
}


.flight_result_heading p, .flight_result_heading span {
    font-size: 30px;
    font-family: 'EasetoBookbold';
    color: #1b1b1b;
}

.flight_result_heading {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 20px;
}


.resultsBox .price_list .sold_out_btn {
    border-radius: 10px;
}

.bages-info img {
    cursor: pointer;
}

.bag-det .bg-sc {
    background: #fff;
    border-radius: 5px;
    margin: 5px 10px;
}

.bag-det .row {
    margin: 0px 15px;
    padding: 8px 0;
}

.baggage-selected {
    display: flex;
    align-items: center;
    position: relative;
}

.inclu {
    color: #32B751;
}

.dscrip {
    margin-top: 5px !important;
    text-transform: lowercase;
    flex-direction: column;
    gap: 5px;
}

.bag-det .modal-body {
    background: #fff;
}

/*booking confirmation page new*/

.confirmation__Box_outer {
    background: #ffffff;
    padding: 40px 0;
    font-family: 'EasetoBookreg';
}

.booking_id, .booking_progress {
    font-size: 20px;
    font-family: 'EasetoBookbold';
}

.booking_status {
    position: relative;
}

    .booking_status::before {
        content: "";
        height: 40px;
        width: 1px;
        display: inline-block;
        position: absolute;
        background: #0056D2;
        left: -28px;
        top: 7px;
    }


.flight__itenaryBox .route__info .connecting__plane {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flight__itenaryBox .route__info .destination_fullname {
    position: relative;
    line-height: 1.2;
}

.flight__itenaryBox .tab-content .total_trip_time {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    font-family: 'EasetoBookbold';
    color: #1B1B1B;
}

.flight__itenaryBox .tab-content .destinationName {
    color: #1B1B1B;
}

.confirmation_information_outer .page__title {
    font-size: 24px;
    font-family: 'EasetoBookreg';
}

.contact_price_section h2 {
    font-size: 24px;
    font-family: 'EasetoBookbold';
    padding-bottom: 10px;
    border-bottom: 1px solid #0056D2;
}

.contact_price_section .info img {
    margin-right: 5px;
}

.travelerInformation .travel_info_head {
    font-size: 14px;
    color: #1F1F1F;
}

.travelerInformation .travel_info_data {
    font-family: 'EasetoBookbold';
    font-size: 14px;
}

    .travelerInformation .travel_info_data span {
        color: #3854AE;
    }

.contact_price_section .info li {
    padding-bottom: 5px;
}


.booking_confirm_bag .baggage_info ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.booking_confirm_bag {
    display: block;
    margin-top: 15px;
}



/*static banner pages*/

.static_banner {
    background: url("/Images/flight_result_new/static_pages/terms_banner.webp");
    padding: 85px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
}

    .static_banner h2 {
        font-size: 40px;
        color: #ffffff;
    }




/* 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) {

    .modifySearchBox {
        width: 500px;
    }


    .static_banner {
        padding: 85px;
    }

    .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 .travel-Class {
        font-size: 14px !important;
        left: 94px;
    }

    .modifySearchBox .inputField {
        font-size: 14px;
    }

    .filterBox .inner {
        padding: 10px
    }

    .resultsBox {
        padding: 5px 12px
    }

        .resultsBox .flight__row .flights_info {
            padding-left: 0px;
            width: 142px
        }

            .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) {

    .filter {
        font-size: 16px;
        cursor: pointer;
        font-family: 'EasetoBookbold';
        border: 1px solid #0068FF;
        padding: 5px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        color: #0068FF;
        line-height: 1;
    }

        .filter:hover {
            color: #FF4A51;
        }




    .apply-filter {
        background: #0068FF;
        padding: 10px 35px;
        color: var(--color-white);
        font-size: 16px;
        border-radius: 5px;
        text-decoration: none;
        margin: 30px 0;
        margin-left: auto;
        margin-right: 15px;
        width: 300px;
        text-align: center;
    }

    .filter_head {
        border-radius: 0;
    }

    #GetContract .leftCntr .holder {
        border: none;
    }

    #resultsCntr .leftCntr.expand {
        left: 0px;
        z-index: 2;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        width: 100%;
    }


    .leftCntr {
        padding-top: 15px;
        display: block;
        position: fixed;
        left: -200%;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 1;
        margin-top: 0;
        border-radius: 0;
    }


    .filter-button {
        display: block !important;
    }

    .modifySearchBox .passenger-Box {
        top: 165px;
    }

    #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;
    }

    .modifySearchBox .col-lg-6 {
        width: 50%;
        margin-bottom: 20px;
    }

    .modifySearchBox .no-padding {
        padding: 0 10px;
    }

    .modifySearchBox .searchButton {
        float: right;
        padding: 10px 35px;
    }

    .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) {

    .modifySearchBox .passenger-Box {
        top: 287px;
    }

    .static_banner {
        position: relative;
    }

        .static_banner:before {
            content: "";
            background-color: #0000007a;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 10px;
        }

        .static_banner h2 {
            z-index: 1;
            position: relative;
        }

    .contactBox .contact {
        position: relative;
    }


    .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%;
    }

        .session__expire img {
            width: 115px;
        }

    .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%;
    }

    .currencyBox ul {
        left: -82px;
        right: 0;
    }
}

@media screen and (max-width: 767px) {

    

    .contactBox .contact {
        height: auto;
    }

    .call-icons {
        background: #0056D2;
        padding: 10px;
        border-radius: 4px;
    }

    .breadcrumb {
        display: none;
    }

    .cal-opt a {
        font-size: 16px;
    }



    .destination_search_engine_box .flight-Serch {
        margin-top: 20px;
    }




    .serach-eng {
        padding: 60px 0 0px 0;
        margin-top: 0px !important;
        border-radius: 0 !important;
    }

    .banner_desti_box {
        margin-top: 50px;
    }

    .banner_title2, .banner_title {
        padding: 0 50px;
    }


    .flight__itenaryBox .route__info {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .call-opt {
        border: 0;
        background: none;
    }

    .connnecting-block {
        width: 100% !important;
    }

    .sh-det .flight_lo_f {
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
        margin: 15px 0;
    }


    .dest-info {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 576px) {
    .contactBox {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }

        .contactBox .contact {
            padding: 15px;
        }

    .static_banner {
        border-radius: 0;
    }

    .static_title {
        padding-top: 0;
    }

    .static_banner h2 {
        font-size: 30px;
    }

    .static_banner {
        padding: 50px;
    }

    .cal-opt .deal_rate {
        font-size: 24px;
    }

    .cal-opt a {
        margin-top: 0px;
        font-size: 28px;
    }

    .text_content_box span {
        font-size: 16px;
    }

    .contentBox h2 {
        font-size: 24px;
    }

    .contentBox h3 {
        font-size: 20px;
    }

    .contentBox h4 {
        font-size: 16px;
    }

    #headerCntr {
        padding: 10px 0;
    }

    .travelerInformation {
        display: flex;
    }

    .confirmation__Box h4 {
        font-size: 24px;
    }

    .print_button {
        width: 100%;
    }

    .contact_price_section h2 {
        font-size: 20px;
    }


    .travelerInformation .travel_info_data {
        font-size: 14px;
    }

    .flight__itenaryBox .airlines__details .detail {
        font-size: 12px;
    }

    .confirmation_information_outer .page__title {
        font-size: 20px;
    }

    .flight__itenaryBox .tab-content .total_trip_time {
        font-size: 12px;
    }

    .flight__itenaryBox .route__info .date {
        font-size: 12px;
    }



    .flight__itenaryBox .route__info .time {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .travelerInformation {
        flex-wrap: wrap;
    }

    .loading_payment_box .mid_pay_loading {
        width: 310px
    }

        .loading_payment_box .mid_pay_loading .payment_process {
            font-size: 20px;
        }
}
