﻿
*:root {
    --color-white: white;
    --color-black: #000000;
    --color-blue: #154d54;
    --color-darkBlue: #000000;
    --color-org: #ff464d;
    --color-light: #F3F3F3;
    --color-blackOff: #939393;
    --color-bg: #EBECF0;
    --color-orgdark: #FA5302;
    --color-green: #3ab54a;
    --lightgreen: #e9ffec;
    --lightblue: #4f8ffc;
}
.color-org {
    color: var(--color-org);
}

button {
    outline: none;
    border: none;
}

input:focus {
    outline: none;
}

.lh1 {
    line-height: 1;
}

.i-b {
    display: inline-block;
}

ul{
    padding:0;
    margin:0;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.captext {
    text-transform: uppercase;
}

.font-Lightgrey {
    color: #666666;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

a, a:hover {
    text-decoration: none;
}

.ellipsis {
    max-width: 99.5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pull-Left {
    float: left;
}

.pull-Right {
    float: right;
}

body {
    background-color: #ebecf0;
}


a {
    text-decoration: none;
}


.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;
}

.header-sec .logo img {
    height: 60px;
    width: auto;
}



#flightDeal {
    margin: 30px 0;
}

    #flightDeal a{
        color:var(--color-black)
    }

    .call-opt {
        margin: 0px;
        color: #ffffff;
        line-height: 1;
    }

        .call-opt .call-icons {
            background: #ffffff;
            padding: 10px;
            border-radius: 50%;
        }
.call-tfn p{
    padding:0;
    margin:0;
}
.free-deals a{
    gap:10px;
    padding:3px 5px;
}
.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 {
    background-image: linear-gradient(to right, #2F80ED, #56CCF2);
    padding:20px 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;
    font-size: 11px;
    gap: 5px;
    align-items: center;
    background: #154d54;
    padding: 5px 10px 4px 5px;
    border-radius: 5px;
    margin: 8px 0;
}

    .free-deals .call-tfn {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        display: inline-flex;
        flex-direction: column;
        gap: 10px;
    }
        .free-deals .call-tfn a {
            display: flex;
            gap: 5px;
            flex-direction: row;
        }
        .free-deals .call-tfn span {
            font-size: 12px !important;
            padding:0 !important;
        }

        .left-block {
            position: relative;
            z-index: 1;
            height: 100%;
        }

    .left-block .top-part {
        padding: 30px 30px 10px 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: var(--color-white);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.expire-sec {
    gap: 4px;
    flex-wrap: nowrap;
    background: #ee6521;
    border-radius: 4px;
    padding: 3px 8px;
    color: var(--color-white);
}

.desti-info {
    gap: 15px;
    flex-wrap: nowrap;
    padding: 5px;
    font-weight: 600;
    margin: 10px 0;
    width: 100%;
}

    .desti-info .desti {
        font-size: 30px;
        color: var(--color-black);
    }

    .desti-info i {
        font-size: 20px;
    }

.offers {
    padding: 5px 10px 5px 5px;
    color: var(--color-blue);
    background: #e9f2ff;
    font-weight: 500;
    display: flex;
    gap: 5px;
    border-radius: 5px;
    line-height: 1;
    align-items: center;
}

.save-extra {
    color: var(--color-black);
    font-size: 13px;
    font-weight: 500;
}

.online-price {
    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    display: inline-flex;
}

    .online-price span {
        text-decoration: line-through;
    }

.click-price {
    font-size: 50px;
    font-weight: 700;
    color: var(--color-black);
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

    .click-price .curr {
        font-size: 30px;
        font-weight: 600;
    }

.trip-info {
    color: #535960;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    padding-left: 10px;
}

    .trip-info span {
        font-size: 20px;
        line-height: 1;
        position: relative;
        top: 5px;
    }


.left-block .title {
    font-size: 32px;
    font-weight: 600;
}

    .left-block .title:after {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background: #000000;
        content: "";
        left: 0;
    }

.left-block .sub-title {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
}

/* Offer section*/

.offer-bg{
    background:url(/Images/offer-bg.jpg) no-repeat;
    background-size:cover;
    padding:50px 0;
}

.offer-sec{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.limit-time {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap:10px;
    padding-bottom:15px;
}
    .limit-time img{
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
    .limit-time h6 {
        font-size: 22px;
        color: #474a61;
        font-weight:600;
    }
.limt-bottom {
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    align-items: center;
}
.call-now {
    border: 1px solid #84c5c9;
    padding: 10px 20px;
    color: var(--color-blue);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    border-radius: 5px;
    width:100%;
    text-align:center;
}
    .call-now:hover{
        color:var(--color-darkBlue);
    }
.saving-offer{
    display:flex;
    flex-direction:column;
    grid-gap:15px;
    align-items:center;
    padding-left:90px;
    width:490px;
    line-height:1;
}
.saving-off{
    font-size:85px;
    font-weight:700;
    color:var(--color-blue);
    padding-top:10px;
}

.saving-sub-head{
    font-size:24px;
    margin:0;
    text-align:center;
}


.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:'Poppins';
    line-height: 1.2;
}

    .mo-opt .test-sec:before {
        position: absolute;
        left: 0;
        width: 2px;
        background: var(--color-white);
        opacity: .16;
        content: "";
        height: 100%;
    }

.call-us h3 {
    font-size: 24px;
    font-weight: 600;
}

.call-us h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ee6521;
}

.call-eng {
    padding: 8px 18px;
    border: 2px solid #ee6521;
    border-radius: 4px;
    color: #ee6521;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.sub-line p {
    padding: 10px 0 20px 0;
    font-family:'Poppins';
}



.top-head {
    font-size: 12px;
    color: #000000;
    line-height: 1;
    position: absolute;
    top: -8px;
    background: #fff;
    padding: 3px 5px;
    margin-left: 5px;
}


.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;
}

.pl-0 {
    padding-left: 0;
}

.fs-11 {
    font-size: 11px;
}

#headerCntr {
    z-index: 1;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #f2f2f7;
}

    #headerCntr .logo {
        position: relative;
        z-index: 1;
    }
        #headerCntr .logo img{
            width:auto;
            height:60px;
               
        }

        #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:before {
        content: "";
        width: 100%;
        background: linear-gradient(0deg,rgba(33,33,51,.9) 0%, rgba(33,33,51,0.9) 100% );
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }*/

    #bannerCntr .z-index-relative {
        z-index: 1;
        position: relative
    }

    #bannerCntr .tagline {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        line-height: 53px;
        padding: 40px 0 20px 0;
        position: relative;
    }


#genericBannerCntr {
    position: relative;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #014382
}

    #genericBannerCntr:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,.1);
        height: 100%
    }


    #genericBannerCntr .tagline {
        font-size: 45px;
        color: #fff;
        font-weight: 700;
        line-height: 53px;
        padding: 120px 0 30px 0
    }

.small_banner {
    position: relative;
    display: none
}


    .small_banner img {
        width: 100%;
        display: none
    }

    .small_banner .tagline {
        position: absolute;
        left: 20px;
        bottom: 10px;
        color: #fff;
        font-weight: 700
    }

.arc_logo_banner {
    background: #fff;
    padding: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 6px
}


    .arc_logo_banner img {
        max-width: 185px
    }


.tp-widget-businessinfo__total, .tp-widget-businessinfo__trustscore {
    text-transform: none;
    display: inline-block
}

.display_logo_banner {
    position: absolute;
    right: 20px;
    bottom: 20px
}


.tp_logo-banner {
    white-space: nowrap;
    background: #fff;
    width: 148px;
    float: left;
    padding: 5px;
    text-align: center;
    height: 80px
}

.searchBox {
    position: relative;
    margin: 0 auto;
}


    .searchBox .tabBox {
        list-style: none;
        padding: 0
    }


        .searchBox .tabBox li {
            float: left;
            padding: 5px 17px;
            background: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            font-size: 16px;
            color: #333;
            cursor: pointer
        }


            .searchBox .tabBox li img {
                margin-right: 5px
            }

    .searchBox .searchBlock {
        background: var(--color-white);
        border-radius: 8px;
        padding: 10px 10px 10px 10px;
        position: relative;
        border-top-left-radius: 0;
        box-shadow: 0px 6px 100px rgba(21, 29, 53, 0.12);
    }

    .searchBox .travelers .input__block {
        width: 100%;
        margin-right: 7px;
    }

.travelers .bi-caret-down-fill {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #687179;
}

.searchBox .phoneNum {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 10px;
    width: 100%;
}


.thanksActive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    min-height: 500px;
}

.new-request {
    color: #ee6521;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

    .new-request:hover {
        color: #ee6521;
        text-decoration: none;
    }

.thanksActive .state-title {
    text-align: center;
    margin: 20px 0;
}

.thanksActive .state-sub {
    font-size: 15px;
    text-align: center;
}

.searchBox .travelers .iti {
    width: 100%;
}

.searchBox .flightSearch {
    display: flex
}


    .searchBox .flightSearch .column_1 {
        display: inline-flex;
        width: 50%
    }

        .searchBox .flightSearch .column_1 .label {
            width: 50%;
        }


        .searchBox .flightSearch .column_1 .flip {
            width: 8%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            margin-right: 7px;
            cursor: pointer;
        }

@media (max-width:1023px) {
    .searchBox .flightSearch .column_1 {
        width: 100%
    }
}

.searchBox .flightSearch .column_2 {
    display: inline-flex;
    width: 25%;
    border-radius: 5px;
}


@media (max-width:1023px) {
    .searchBox .flightSearch .column_2 {
        width: 100%;
        margin: 23px 0
    }
}


.searchBox .flightSearch .column_3 {
    float: left;
    width: 30%
}

@media (max-width:1023px) {
    .searchBox .flightSearch .column_3 {
        width: 100%
    }
}

.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 .flightSearch .label .label_name {
    font-size: 17px;
    color: #303030;
    transition: all .2s ease;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 23px;
    left: 40px;
    pointer-events: none;
    font-weight: 300;
    display: none
}

@media (max-width:1199px) {
    .searchBox .flightSearch .label .label_name {
        font-size: 16px
    }
}

.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 #97979729;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    font-family: 'Poppins';
}

.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: #000000;
            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 a.disable {
            color: #e5e5e5;
            border-color: #f1f1f1;
            cursor: default
        }*/

        .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: #000000;
        }

            .travllerBox .guestBox .add-traveler .number input {
                width: 100%;
                text-align: center;
                font-weight: 600;
            }

.travllerBox .unaccompined_block {
    width: 330px
}

.travllerBox .unaccompined {
    padding-top: 10px;
    margin-top: 10px;
    position: relative
}


    .travllerBox .unaccompined a {
        color: #333;
        text-decoration: none
    }

        .travllerBox .unaccompined a i {
            position: relative;
            margin-right: 5px;
            top: -2px
        }

    .travllerBox .unaccompined:hover a {
        color: var(--secound-color);
    }

    .travllerBox .unaccompined:hover .tooltip-new {
        opacity: 1
    }

    .travllerBox .unaccompined .tooltip-new {
        width: 330px;
        left: 138px;
        padding: 10px 15px
    }


        .travllerBox .unaccompined .tooltip-new:after {
            left: 11%
        }

    .travllerBox .unaccompined .closeunaccompanied {
        position: absolute;
        right: 6px;
        font-size: 18px;
        top: 5px
    }

.travllerBox .classType {
    list-style: none;
    padding: 0
}

    .travllerBox .classType li {
        padding-bottom: 10px
    }

.travllerBox .done_Btn {
    float: right;
    margin: 0;
    color: var(--secound-color);
    padding: 10px 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 120px;
    cursor: pointer;
    background: var(--color-blue);
}

.switch {
    position: absolute;
    display: inline-block;
    padding-left: 42px;
    margin: 0;
    right: 15px;
    top: 15px;
    cursor: pointer
}


    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

/*.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e3e3e3;
    -webkit-transition: .4s;
    transition: .4s;
    color: #303030
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .slider {
    background-color: var(--color-blue)
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--color-blue)
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px)
}

.slider.round {
    border-radius: 20px;
    width: 36px;
    height: 20px
}

    .slider.round:before {
        border-radius: 50%
    }*/

.recent__SearchBox {
    background: rgba(0,0,0,.2);
    padding: 8px 12px 12px;
    border-radius: 5px;
    margin: 10px 0
}

    .recent__SearchBox .head {
        color: #fff;
        margin-bottom: 5px
    }

    .recent__SearchBox .holder {
        overflow: hidden
    }

    .recent__SearchBox .block {
        background: #fff;
        border-radius: 5px;
        padding: 5px 8px;
        overflow: hidden
    }

        .recent__SearchBox .block .left {
            width: 150px;
            float: left;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 10px;
            border-right: 1px solid #ccc
        }

            .recent__SearchBox .block .left .city__code {
                font-size: 14px;
                color: #484848;
                font-weight: 600
            }

                .recent__SearchBox .block .left .city__code small {
                    display: block;
                    font-size: 10px;
                    color: #989898
                }

        .recent__SearchBox .block .right {
            width: 110px;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 12px;
            color: #8a8a8a;
            float: left;
            position: relative
        }

            .recent__SearchBox .block .right .arrow {
                color: var(--color-blue);
                position: absolute;
                right: -6px;
                top: -8px;
                font-size: 22px;
                padding: 5px
            }

.input_clear {
    background: url(../../images/clear_field.png) no-repeat right -18px center;
    padding-right: 22px
}

    .input_clear.x {
        background-position: right 13px
    }

    .input_clear.onX {
        cursor: pointer
    }

    .input_clear::-ms-clear {
        display: none;
        width: 0;
        height: 0
    }

.traveler_action_button a.disable {
    color: #c0cad5;
    border-color: #c0cad5;
    cursor: default
}

.done_button {
    width: 100%;
    background: var(--color-blue);
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px;
    margin-top: 13px;
    outline: 0;
    display: inline-block;
    clear: both
}

.mobile_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.2);
    z-index: 2
}

.top_row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 -12px;
    white-space: nowrap
}


    .top_row:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .top_row:after {
        border-left: solid transparent 12px;
        border-right: solid transparent 12px;
        border-bottom: solid #fff 12px;
        top: -12px;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
        transform: translateX(-50%)
    }


    .top_row .arrow-icon {
        position: relative;
        top: 0;
        margin-left: 7px
    }

.traveler_action {
    padding: 0 30px;
    position: relative
}

.Mobiletrip_type {
    width: 190px;
    border-radius: 5px;
    background: #fff;
    z-index: 3;
    position: absolute;
    box-shadow: 0 3px 12px #a4a4a5;
    left: 0;
    top: 33px
}

    .Mobiletrip_type.class-type {
        right: 0;
        left: inherit;
        width: 196px
    }

    .Mobiletrip_type ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .Mobiletrip_type ul li {
            padding: 13px 0 13px 36px;
            border-bottom: 1px solid #ccc;
            color: #333;
            position: relative;
            cursor: pointer;
            font-weight: 500
        }

            .Mobiletrip_type ul li:last-child {
                border-bottom: none
            }

            .Mobiletrip_type ul li i {
                position: absolute;
                left: 14px;
                top: 11px;
                visibility: hidden
            }

            .Mobiletrip_type ul li.active, .Mobiletrip_type ul li:hover {
                color: var(--color-blue)
            }

                .Mobiletrip_type ul li.active i {
                    visibility: visible
                }

.mobile_travelerBox {
    width: 260px;
    border-radius: 5px;
    background: #fff;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 33px;
    box-shadow: 0 3px 12px #a4a4a5
}

    .mobile_travelerBox .add-traveler {
        font-size: 15px;
        color: #5e5e5e;
        padding: 13px 20px;
        clear: both;
        font-weight: 500;
        border-bottom: 1px solid #ccc
    }

        .mobile_travelerBox .add-traveler a {
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 23px;
            font-size: 14px;
            border: 2px solid #989aa2;
            color: #989aa2;
            background: #fff;
            border-radius: 100%;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            font-weight: 600
        }

            .mobile_travelerBox .add-traveler a i {
                line-height: 23px
            }

            .mobile_travelerBox .add-traveler a:hover {
                color: var(--color-blue);
                border-color: var(--color-blue)
            }

            .mobile_travelerBox .add-traveler a.disable {
                color: #c0cad5;
                border-color: #c0cad5;
                cursor: default
            }

        .mobile_travelerBox .add-traveler .travelers__options {
            float: right;
            width: 100px;
            display: flex;
            justify-content: center;
            align-items: center
        }

        .mobile_travelerBox .add-traveler .number {
            width: 45px;
            display: inline-block;
            text-align: center
        }

            .mobile_travelerBox .add-traveler .number input {
                width: 100%;
                text-align: center;
                font-weight: 700
            }


.error .errortext {
    display: block
}

.errortext {
    display: none;
    position: absolute;
    left: 15px;
    bottom: 0;
    color: red;
    font-size: 11px;
    font-weight: 400;
    line-height: 1rem;
}

#Depart_error.errortext{
    bottom:0;
}

@media (max-width:1199px) {
    .errortext {
        font-size: 10px
    }
}

@media (max-width:1023px) {
    .errortext {
        bottom: -20px
    }
}

.errorsameSearch {
    color: #ca2e2b;
    font-size: 11px
}

.modifySearchBox .errortext {
    margin-top: 5px;
    margin-top: 5px;
    padding-left: 2px;
    top: 38px;
}

.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;
    }




/*.tripType {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
}


    .tripType li {
        display: inline-block;
        font-size: 14px;
        padding: 10px;
    }

        .tripType li:first-child {
            padding-left: 0px;
        }

        .tripType li.one.active {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .tripType li.active {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
.tripType li.active label{
             color:var(--color-white);
            }

            .tripType li.active label {
                color: var(--color-white);



    .tripType.inputSet li.active label input[type=radio]:checked ~ span::after {
        border: 1px solid var(--color-blue);
    }

    .tripType.inputSet li.active label input[type=radio]:checked ~ span::before {
        background: var(--color-blue);
    }*/


        
.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: 2px solid var(--color-blue);
    content: "";
    height: 20px;
    width: 20px;
    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: 2px solid var(--color-blue);
    }

    .inputSet label input[type=radio]:checked ~ span::before {
        border-radius: 100%;
        background: var(--color-blue);
        content: "";
        display: block;
        height: 10px;
        width: 10px;
        left: 5px;
        position: absolute;
        top: 5px
    }


.page__title {
    font-size: 30px;
    color: #000000;
    margin: 20px 0;
    position: relative;
    font-weight: 600
}


@media (max-width:1023px) {
    .page__title {
        font-size: 22px
    }
}


.page__title strong {
    font-weight: 600;
    position: relative
}


.serviceBox {
    width: 100%;
    padding: 20px 0 30px 0;
    position: relative;
    border-bottom: 1px solid #ccc
}


    .serviceBox h3 {
        font-size: 21px;
        color: #202020;
        margin-bottom: 5px;
        font-weight: 600
    }

@media (max-width:1023px) {
    .serviceBox h3 {
        font-size: 17px;
        margin-bottom: 2px
    }
}


.serviceBox p {
    font-size: 15px;
    color: #858585;
    margin-bottom: 0
}

@media (max-width:1023px) {
    .serviceBox p {
        font-size: 13px
    }
}


.serviceBox .icon {
    float: left
}

@media (max-width:1023px) {
    .serviceBox .icon {
        width: 35px
    }
}


.serviceBox .detail {
    padding-left: 14px;
    float: left
}

@media (max-width:1023px) {
    .serviceBox .detail {
        width: calc(100% - 35px)
    }
}


.serviceBox .service_block {
    border-left: 1px solid #ccc;
    width: 33.3%;
    float: left;
    padding-left: 49px
}

@media (max-width:1023px) {
    .serviceBox .service_block {
        padding-left: 0;
        border: none
    }
}

.serviceBox .service_block:first-child {
    padding-left: 0;
    border-left: 0
}


.aboutBox {
    width: 100%;
    padding: 50px 0
}


/* Home-page about section css start*/


.serach-head {
    font-size: 60px;
    font-weight: 500;
    color: var(--color-white);
}
    .serach-head span {
        font-weight:600;
        font-size:70px;
    }
    .red-color {
        color: var(--color-org);
    }
.serach-head p{
    font-size:30px;
    font-weight:300;
    margin:0;
}

.bg-custome-adv {

}
.custCardAdvTour {
    padding: 0px;
}

.custCardAdvTour {
    box-shadow: 1px 1px 5px rgb(0,0,0,0.4);
    margin-bottom: 27px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}
    .custCardAdvTour a {
        border-radius: 10px;
    }
    .custCardAdvTour .css-33eie4 {
        border-radius: 10px 10px 0px 0px;
    }
.css-33eie4 {
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.custCardAdvTour p {
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #3f3f3f;
    font-weight: 700;
    padding: 10px 0px;
}

.custCardAdvTour figure {
    margin:0;
}

.about_banner {
    background-image: url(/images/home/banner_about.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cnt__btm h4 {
    font-weight: 700;
    color: #3f3f3f;
}
    .cnt__btm p{
        margin-bottom:15px;
    }
    .about-right {
        padding-left: 50px;
    }
.top-heading {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: var(--color-org);
    font-weight: 500;
    display: flex;
    grid-gap: 7px;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}
    .top-heading span:first-child {
        width: 80px;
        height: 5px;
        border-radius: 3px;
        background: var(--color-org);
        margin-left: 10px;
    }
    .top-heading span {
        width: 30px;
        height: 5px;
        border-radius: 3px;
        background: var(--color-org);
    }
.main-head {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0;
}
.sub-head {
    font-size: 16px;
    font-weight: 500;
}

.experince-sec {
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 4px solid #e1e1e1;
}

.best-view {
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
}
    .best-view h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .best-view:after {
        background: url(/Images/madel.png) no-repeat;
        position: absolute;
        left: 0;
        content: "";
        width: 50px;
        height: 70px;
    }
.we-achive {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin: 100px 0;
}
    .we-achive li {
        width: 25%;
        border-right: 1px dashed #e1e1e1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .we-achive li:last-child{
            border-right:none;
        }
        .we-achive li .counting {
            font-size: 30px;
            font-weight: 600;
            padding: 10px 0;
            position: relative;
        }
        .we-achive li p {
            font-size: 14px;
            color: #666d76;
        }
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}
/*Hotel Discover Destination css start */
.bg-smoke {
    background: #f5f5f5;
    padding: 120px 0;
}

.sec-title {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 30px;
}


.trip-card-details .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #014991;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

    .trip-card-details .subtitle:after {
        content: "";
        height: 2px;
        background-color: #014991;
        width: 50px;
        display: inline-block;
        position: relative;
        top: -5px;
        margin-left: 10px;
    }

.trip-card-details .trip-title {
    margin-bottom: 25px;
    font-size:28px;
}

    .trip-card-details .trip-title a {
        color: var(--lightblack);
    }

.trip-card-details p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

.icon-box .slick-arrow:first-child {
    margin-right: 5px;
}

.shape-mockup-wrap {
    position: relative;
}

.shape-mockup {
    position: absolute;
}

.jump {
    animation: jumpAni 7s linear infinite;
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


@keyframes jumpReverseAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}




.slider-left .slick-next, .slider-left .slick-prev {
    display: inline-block;
    padding: 0;
    background-color: var(--color-white);
    color: var(--color-blue);
    position: absolute;
    top: 100%;
    border: 1px solid #014991;
    box-shadow: none;
    left: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: calc(56px / -2);
    z-index: 2;
    border-radius: 50%;
    text-indent: -9999px;
}



.slider-left .slick-next {
    left: 10%;
}

.slider-left .slick-prev:before {
    content: "\F284";
    font-family: "bootstrap-icons";
    font-size: 30px;
    color: #014991;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: initial;
    transform: translate(-50%, -50%);
}

.slider-left .slick-next:before {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-size: 30px;
    color: #014991;
    position: absolute;
    left: 50%;
    top: 50%;
    text-indent: initial;
    transform: translate(-50%, -50%);
}


#next {
    display: none;
}


.trip-tab {
    display: flex;
    gap: 30px;
}

.trip-card__img {
    border-radius: 10px;
    height: 375px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


    .trip-card__img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

.slick-current .trip-card__content {
    opacity: 1 !important;
}

.trip-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    z-index: 3;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
    background: rgba(0,0,0,0.4);
}

    .trip-card__content a {
        color: var(--color-white);
    }

.trip-card__location {
    color: var(--color-white);
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}



    .trip-card__location i {
        position: relative;
        top: -1px;
        font-size: 20px;
        left: -3px;
    }

    .trip-card__location:after {
        background-color: rgba(255, 255, 255, 0.3);
        height: 16px;
        width: 36px;
        left: -10px;
        bottom: -3px;
    }

    .trip-card__location:after, .trip-card__location:before {
        content: "";
        height: 8px;
        width: 16px;
        background-color: rgba(247, 247, 247, 0.6);
        position: absolute;
        bottom: 2px;
        left: 0;
        border-radius: 50%;
        opacity: 0.5;
        z-index: -1;
    }

.trip-card__title {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 10px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    margin-top: -0.34em;
    font-weight: 700;
}

.trip-card__count {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: var(--color-white);
    margin-bottom: 30px;
}

.trip-card.active .trip-card__count {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.trip-card .ot-btn {
    background-color: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    line-height: 1;
    padding: 15px 30px;
    min-width: 160px;
}

    .trip-card .ot-btn:hover {
        position: relative;
        z-index: 2;
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        border: none;
        text-align: center;
        background-color: var(--color-blue);
        color: var(--color-white);
        font-size: 16px;
        border: 1px solid var(--color-blue);
    }

.ot-btn:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: #1b4d31;
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    transition: 0.7s ease;
}


.trip-card {
    position: relative;
    flex: 195px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: center;
    cursor: pointer;
}

    .trip-card.active .trip-card__img:before {
        opacity: 0.65;
    }

.trip-card__img:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--title-color);
    opacity: 0;
    z-index: 1;
    transition: 0.4s ease-in-out;
}



.trip-tab .slick-list {
    padding: 0px !important;
    width: 100%;
}


    .trip-tab .slick-list .slick-track {
        width: 100% !important;
        transform: translate3d(10px, 0px, 0px) !important;
    }

        .trip-tab .slick-list .slick-track .slick-slide {
            width: 25% !important;
            padding: 0 10px 0 0;
        }

/* What we offfer css*/
.home-one-features {
    background-image: url(/images/features-img.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.home-one-features .feature-content {
    padding: 80px 0px;
}
.home-one-features li {
    padding: 7px;
}

.home-one-features .feature-items.active {
    background-color: var(--color-darkBlue);
    color: var(--color-white);
}
.home-one-features .feature-items {
    background-color: var(--color-white);
    padding: 45px 15px;
    width: 100%;
    position: relative;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    text-align: center;
    margin-bottom: 0;
    line-height: 13px;
}

    .home-one-features .feature-items.active svg {
        fill: var(--color-white);
    }
    .home-one-features .feature-items svg {
        fill: var(--black);
        transition: .35s;
        margin-bottom: 35px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
.home-one-features .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--color-org);
    width: 25px;
    border-radius: 90px;
    height: 8px;
}
.home-one-features .carousel-indicators .active {
    background: var(--color-white) !important;
}
.home-one-features .carousel-indicators [data-bs-target] {
    border-top: none;
    border-bottom: none;
    opacity: 1;
}
    .home-one-features .nav-tabs {
        border-bottom: unset;
    }


    @media (max-width:1023px) {
        .aboutBox {
            padding: 20px 0
        }
    }

    .aboutBox .content {
    padding: 0 30px
}

@media (max-width:1199px) {
    .aboutBox .content {
        padding: 5px
    }
}

.aboutBox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 27px
}

@media (max-width:1023px) {
    .aboutBox p {
        font-size: 15px
    }
}


.aboutBox .text {
    font-size: 16px;
    color: #202020
}

.aboutBox .list {
    list-style: none;
    font-weight: 300;
    padding: 0
}

    .aboutBox .list li {
        margin-bottom: 5px;
        padding-left: 20px;
        position: relative
    }

        .aboutBox .list li:before {
            position: absolute;
            left: 0;
            top: 2px;
            content: "\f26b";
            color: var(--color-blue);
            font-family: bootstrap-icons !important
        }

.aboutBox a.read_more {
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    color: #014382;
    border: 1px solid #014382;
    border-radius: 5px
}

@media (max-width:1023px) {
    .aboutBox a.read_more {
        margin-top: 10px
    }
}

.aboutBox a.read_more .bi-arrow-right {
    float: right
}

.aboutBox a.read_more:hover {
    text-decoration: none
}


.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
    }

.destinationBox {
    padding: 40px 0;
    width: 100%;
    position: relative;
}

    .destinationBox a {
        position: relative;
    }


    .destinationBox .items {
        padding: 20px 12px;
        cursor: pointer;
    }

        .destinationBox .items figure {
            margin-bottom: 10px;
            position: relative;
            overflow: hidden;
            border-radius: 15px;
        }

            .destinationBox .items figure:after {
                position: absolute;
                content: "";
                background: rgba(0,0,0,0.4);
                width: 100%;
                height: 100%;
                z-index: 1;
                left: 0;
            }

            .destinationBox .items figure img {
                width: 100%;
                transition: all .5s;
            }

            .destinationBox .items figure .deal {
                position: absolute;
                right: 12px;
                top: 12px;
                font-size: 11px;
                color: #303030;
                text-align: center;
                padding: 5px 11px;
                background: #fcf74b;
                border-radius: 100%;
                height: 50px;
                display: flex;
                align-items: center;
                font-weight: 600;
                width: 50px;
                line-height: 14px
            }

        .destinationBox .items .title {
            padding-right: 20px;
            margin: 0;
            font-size: 18px;
            color: var(--color-white);
            line-height: 24px;
            font-weight: 500;
            position: absolute;
            bottom: 10px;
            left: 40%;
            transform: translate(-40%, -10px);
            z-index: 2;
        }

            .destinationBox .items .title span {
                display: inline-block;
                font-size: 13px;
                color: var(--color-blue);
                font-weight: 400;
                background-color: #fff;
                padding: 0px 13px 0 13px;
                border-radius: 12px;
                position: relative;
            }

                .destinationBox .items .title span:after {
                    position: absolute;
                    content: "";
                    width: 8px;
                    height: 2px;
                    background: var(--color-blue);
                    right: 0;
                    top: 11px;
                }

        .destinationBox .items .bi-arrow-right {
            z-index: 1;
            height: 10px;
            width: 20px;
            right: 1px;
            top: 26px;
            position: absolute;
        }


        .destinationBox .items:hover img {
            transform: scale(1.2)
        }

    .destinationBox .slick-next, .destinationBox .slick-prev {
        width: 46px;
        height: 46px;
        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: -40px;
    }

        .destinationBox .slick-next:before, .destinationBox .slick-prev:before {
            font-family: FontAwesome;
            font-size: 28px;
            content: "\f105";
            color: var(--color-white);
        }

        .destinationBox .slick-prev:before {
            content: "\f104"
        }

    .destinationBox .slick-prev {
        left: 95%;
    }

@media (max-width:1199px) {
    .destinationBox .slick-prev {
        left: 0;
        z-index: 1;
        background: #fff
    }
}

.destinationBox .slick-next {
    right: -50px
}

@media (max-width:1199px) {
    .destinationBox .slick-next {
        right: 0;
        z-index: 1;
        background: #fff
    }
}

.destinationBox .slick-next:hover, .destinationBox .slick-prev:hover {
    background: var(--color-blue);
    border-color: var(--color-blue)
}

    .destinationBox .slick-next:hover:before, .destinationBox .slick-prev:hover:before {
        color: #fff
    }

.destinationBox .slick-next.slick-disabled, .destinationBox .slick-prev.slick-disabled {
    display: none !important;
}

    .destinationBox .slick-next.slick-disabled:hover:before, .destinationBox .slick-prev.slick-disabled:hover:before {
        color: #303030
    }

.destinationBox.border-b {
    border-bottom: 1px dashed #e8e9f1
}

.destinationBox .slick-list {
    margin: 0 -8px
}


.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)
    }

.dealCntr {
    padding: 10px 0 30px 0;
    width: 100%;
    background: var(--color-white);
}


    .dealCntr h3 {
        font-size: 26px;
        color: #fff;
        font-weight: 300
    }

    .dealCntr .holder {
        margin-right: -30px
    }

@media (max-width:1023px) {
    .dealCntr .holder {
        margin-right: -15px
    }
}



.dealCntr .deal__block {
    width: calc(50% - 30px);
    float: left;
    margin-right: 30px
}

@media (max-width:1023px) {
    .dealCntr .deal__block {
        width: calc(50% - 15px);
        margin-right: 15px
    }
}


.dealCntr ul.deals {
    list-style: none;
    padding: 0
}

    .dealCntr ul.deals li {
        margin-bottom: 15px;
        padding: 13px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #eee;
        font-size: 14px;
        color: #898d92;
        transition: all .2s;
        position: relative
    }


        .dealCntr ul.deals li a {
            color: #303030;
            text-decoration: none;
            display: block
        }

            .dealCntr ul.deals li a:hover {
                text-decoration: none
            }

        .dealCntr ul.deals li .column {
            padding-left: 15px;
            width: 33.3%;
            float: left;
            border-left: 1px solid #ccc
        }

            .dealCntr ul.deals li .column.first-child, .dealCntr ul.deals li .column:first-child {
                padding-left: 0;
                border-left: none
            }

@media (max-width:1023px) {
    .dealCntr ul.deals li .column.first-child, .dealCntr ul.deals li .column:first-child {
        width: 45%
    }
}

@media (max-width:1023px) {
    .dealCntr ul.deals li .column.column-2 {
        width: 55%
    }
}

@media (max-width:1023px) {
    .dealCntr ul.deals li .column.column-3 {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ccc;
        padding-left: 0;
        margin-top: 11px;
        padding-top: 7px;
        position: relative;
        display: flex;
        align-items: center
    }
}

.airline__logo {
    float: left;
    width: 42px;
    outline: 3px solid #fff;
    outline-offset: -2px
}

.dealCntr ul.deals li .airline__name {
    padding: 9px 0 0 10px;
    line-height: 20px;
    word-wrap: break-word;
    vertical-align: middle;
    display: flex
}

.dealCntr ul.deals li .city__code {
    color: #014382;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px
}

@media (max-width:1199px) {
    .dealCntr ul.deals li .city__code {
        font-size: 19px
    }
}


.dealCntr ul.deals li .flight__icon {
    margin: 0 7px
}

.dealCntr ul.deals li .small__text {
    font-size: 12px
}

@media (max-width:1023px) {
    .dealCntr ul.deals li .small__text {
        width: 62px;
        display: block
    }
}

.dealCntr ul.deals li .deal__price {
    margin: 0;
    font-size: 23px;
    color: var(--color-blue);
    font-weight: 700;
    line-height: 29px
}

@media (max-width:1199px) {
    .dealCntr ul.deals li .deal__price {
        font-size: 22px
    }
}


.dealCntr ul.deals li .right__arrow {
    position: absolute;
    right: 20px;
    top: 50%
}

@media (max-width:1023px) {
    .dealCntr ul.deals li .right__arrow {
        margin-left: 10px;
        right: 10px
    }
}

.dealCntr ul.deals li .deal_book {
    cursor: pointer;
    border: none;
    padding: 7px 17px;
    border-radius: 3px;
    margin: 7px auto;
    display: inline-block
}

.deal__tnc {
    font-size: 12px;
    margin: 0;
    padding-top: 15px;
    line-height: 1.5;
    color: #000000;
}

.deal__tnc span {
        color: var(--color-blue);
        font-weight: 500
    }

.deal__tnc a {
        color: var(--color-blue);
        text-decoration: underline
    }

.deal__tnc a:hover {
            text-decoration: none
        }

.dealCntr .mobile__deal_tab {
    display: none;
    list-style: none;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 26px
}


    .dealCntr .mobile__deal_tab li {
        font-size: 16px;
        padding: 8px 0;
        margin-right: 35px;
        cursor: pointer;
        float: left
    }

        .dealCntr .mobile__deal_tab li a {
            color: #474747;
            text-decoration: none
        }

        .dealCntr .mobile__deal_tab li.active {
            border-bottom: 1px solid var(--color-blue)
        }

.reviewsCntr {
    padding: 40px 0
}

    .reviewsCntr .head {
        padding: 25px 0;
        display: flex;
        flex-direction: column
    }

        .reviewsCntr .head img {
            width: 100px;
            margin-right: 10px
        }

        .reviewsCntr .head .heading {
            display: flex;
            align-content: center
        }

            .reviewsCntr .head .heading .review {
                font-weight: 600;
                padding-right: 10px
            }

.trustpilotBox {
    width: 100%;
    position: relative
}

    .trustpilotBox .reviews {
        margin-right: -20px
    }

    .trustpilotBox .block {
        width: 50%;
        padding-right: 20px;
        float: left
    }

        .trustpilotBox .block .items {
            padding: 20px 20px 0 20px;
            box-shadow: 0 3px 6px #0000000A
        }

    .trustpilotBox .small_tp {
        height: 18px
    }

    .trustpilotBox .small_logo {
        height: 24px
    }

    .trustpilotBox p {
        padding: 17px 0 10px 0;
        min-height: 100px;
        font-size: 14px;
        line-height: 23px
    }

    .trustpilotBox .name {
        padding-bottom: 20px;
        font-size: 11px;
        color: #4040408C
    }

    .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
        }

@media (max-width:1023px) {
    .greviewBox {
        width: 100%;
        clear: both;
        padding-top: 15px
    }
}

.greviewBox {
    width: 100%;
    height: 220px;
    overflow: hidden;
    overflow-y: auto
}

    .greviewBox .reviewSec {
        display: flex;
        align-items: flex-start
    }

        .greviewBox .reviewSec .userIcon {
            width: 42px;
            height: 42px
        }

        .greviewBox .reviewSec .userReview {
            padding-left: 25px
        }

            .greviewBox .reviewSec .userReview .userName {
                color: #4677fe;
                font-size: 16px;
                font-weight: 500
            }

                .greviewBox .reviewSec .userReview .userName span {
                    display: block;
                    color: #c8c7c7;
                    font-size: 12px
                }

            .greviewBox .reviewSec .userReview .userText {
                display: flex;
                flex-flow: column;
                padding-top: 10px;
                color: #000;
                font-size: 13px
            }

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
    }

.hoteldealCntr {
    padding: 20px 0 70px 0
}

    .hoteldealCntr .deal_image {
        width: 100%
    }

    .hoteldealCntr .deal-block {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        padding: 0 20px;
        border-radius: 10px;

    }

        .hoteldealCntr .deal-block ul {
            padding: 0
        }

            .hoteldealCntr .deal-block ul li {
                padding: 11px 0;
                overflow: hidden;
                border-bottom: 1px solid #e4e4e4
            }

                .hoteldealCntr .deal-block ul li:last-child {
                    border: none
                }

        .hoteldealCntr .deal-block h4 {
            font-size: 16px;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .hoteldealCntr .deal-block .address {
            padding: 5px 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .hoteldealCntr .deal-block .tripadvisor_div {
            white-space: nowrap
        }

            .hoteldealCntr .deal-block .tripadvisor_div .advisor-image {
                background: url(../../images/trust/ratingReview.png) 0 0 no-repeat;
                padding-left: 38px;
                height: 21px
            }

            .hoteldealCntr .deal-block .tripadvisor_div .advisorCircle {
                background: url(../../images/trust/trip_rating.png) 0 -15px repeat-x;
                height: 16px;
                width: 80px;
                display: inline-block;
                cursor: pointer;
                position: relative;
                top: 3px;
                overflow: hidden
            }

                .hoteldealCntr .deal-block .tripadvisor_div .advisorCircle span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: url(../../images/trust/trip_rating.png) 0 0 repeat-x;
                    display: block;
                    height: 16px
                }

            .hoteldealCntr .deal-block .tripadvisor_div .trip-rating {
                border: 1px solid #eaeaea;
                padding: 2px 5px;
                color: #00a680
            }

        .hoteldealCntr .deal-block .starting {
            font-size: 12px
        }

        .hoteldealCntr .deal-block .hotel-price {
            font-size: 20px;
            color: var(--color-blue);
            font-weight: 600
        }

        .hoteldealCntr .deal-block .discount {
            padding: 2px;
            display: inline-block;
            font-size: 14px;
            color: #005dba
        }

.hotel_bottom_info {
    display: flex;
    align-items: self-start;
    justify-content: space-between
}

    .hotel_bottom_info .price {
        font-size: 18px;
        color: #404040;
        font-weight: 600;
        text-align: right
    }

        .hotel_bottom_info .price small {
            font-size: 12px;
            display: block;
            font-weight: 300
        }

    .hotel_bottom_info .rating {
        margin-bottom: 5px;
        width: 93px;
        height: 15px;
        position: relative;
        background: url(../../images/gray-star.svg) left top no-repeat
    }

        .hotel_bottom_info .rating span {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../../images/yellow-star.png) left top no-repeat
        }

.subscribeBox {
    background: #f4f4f4;
    padding: 50px 0 40px 0;
    border-bottom: 2px solid #e6e6e6
}


    .subscribeBox .subscribe {
        display: flex
    }


    .subscribeBox p {
        font-size: 18px;
        font-weight: 500;
        margin: 0
    }

@media (max-width:1023px) {
    .subscribeBox p {
        font-size: 15px
    }
}


.subscribeBox .button {
    width: 225px;
    border: none;
    padding: 14px;
    font-size: 18px;
    border-radius: 5px
}

@media (max-width:1023px) {
    .subscribeBox .button {
        width: 130px
    }
}


.subscribeBox .input {
    width: calc(100% - 240px);
    padding: 14px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px
}

@media (max-width:1023px) {
    .subscribeBox .input {
        width: calc(100% - 120px)
    }
}

.modifySearchBox {
    padding: 0;
    position: relative;
    padding: 5px 0 10px 0;
    background: linear-gradient(to right, #154d55, #154d54);
}




    .modifySearchBox .inputField.location {
        padding-left: 35px
    }

@media (max-width:1199px) {
    .modifySearchBox .inputField {
        font-size: 14px;
        font-weight: 600
    }
}

.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;
    padding-right: 10px;
    border: 1px solid rgba(0,21,53,0.48);
}

    .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 .inputDepart {
    padding: 10px 0 10px 35px;
}

.modifySearchBox .inputReturn {
    padding: 10px 0 10px 35px;
}
.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-weight: 700;
    font-size: 16px
}

.search__infoBox .itenery-date {
    font-size: 13px
}

.search__infoBox i {
    position: relative;
    top: 7px
}

.modify_search_mobile {
    background: var(--color-blue);
    color: #fff;
    width: 70px;
    text-align: center;
    cursor: pointer;
    height: 56px;
    line-height: 55px;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -6px;
    padding-top: 5px;
    line-height: 44px
}

.relative {
    position: relative
}

.modifySearchBox .angucomplete-holder span.label_name {
    display: none !important
}

.modifySearchBox .angucomplete-dropdown {
    left: 0;
    width: 650px;
    margin-top: 15px
}

.modifySearchBox .inputField.input_clear.x {
    background-position: right 14px
}

td.highlight > a {
    background: #0000ff29 !important
}

.mobile-itenery {
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 4px 5px #0000000f;
    background: #fff
}

    .mobile-itenery.fixed {
        position: fixed;
        top: 0
    }

.filterBox {
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

@media (max-width:1023px) {
    .filterBox {
        border: none;
        box-shadow: none
    }
}

.filterBox .inner {
    padding: 10px 15px
}

@media (max-width:1199px) {
    .filterBox .inner {
        padding: 10px
    }
}

        .filterBox .filter__list li .multiairline {
            height: 18px;
            top: -5px;
            position: relative;
            right:0px;
        }

    .filterBox .filter__list .filter__list label {
        font-weight: 400
    }

.filterBox .return_time {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-top: 10px;
}

.filterBox .text-overflow {
    display: inline-block;
    max-width: 150px;
    font-size:13px;
}


.mobile__filter {
    display: none;
    margin-bottom: 14px;
    padding: 10px 7px 0 48px;
    position: relative
}


.mobile__filter ul {
    list-style: none;
    white-space: nowrap;
    display: flex;
    margin: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

    .mobile__filter ul li {
        float: left;
        padding: 6px 14px;
        margin-right: 10px;
        border-radius: 30px;
        border: 1px solid #d5dcf3;
        box-shadow: 0 3px 6px #0000000A;
        color: #014382;
        font-weight: 500;
        background: #f8f9ff
    }

        .mobile__filter ul li .mobile__filter-clear {
            display: none
        }

        .mobile__filter ul li.active {
            background: #014382;
            color: #fff;
            border-color: #014382
        }

            .mobile__filter ul li.active a {
                margin: 0 0 0 4px;
                color: #fff;
                display: inline-block;
                position: relative;
                top: -2px
            }

.mobile__filter .filter_link {
    font-size: 33px;
    position: absolute;
    left: 7px;
    top: -4px;
    color: #014382
}


.filter_action_button {
    width: 100%;
    padding: 15px;
    position: fixed;
    left: -200%;
    bottom: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    transition: all .5s
}

    .filter_action_button a {
        padding: 10px;
        border: 1px solid #adb4d4;
        width: 45%;
        display: block;
        text-align: center;
        font-size: 18px;
        color: #014382;
        float: left;
        margin: 0 8px;
        border-radius: 5px
    }

@media (max-width:479px) {
    .filter_action_button a {
        width: 43%;
        padding: 8px 10px
    }
}

.filter_action_button a.active {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff
}




.resultsBox {
    margin-bottom: 20px;
    padding: 5px 12px;
    background: #fff;
    background-color: #FFF;
    border-radius: 10px;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}

    .resultsBox:hover {
        box-shadow: 0 8px 16px #0003;
        position: relative;
        transform: translateY(-2px);
        z-index: 3;
    }

@media (max-width:1199px) {
    .resultsBox {
        padding: 5px 12px
    }
}



.resultsBox .flight__row {
    padding: 5px 0;
}


    .resultsBox .flight__row .head {
        font-size: 16px;
        color: var(--color-black);
        margin-bottom: 10px;
        font-weight: 600
    }


        .resultsBox .flight__row .head .date {
            font-weight: 400;
            font-size: 14px
        }


    .resultsBox .flight__row .airline_logo {
        float: left;
        width: 42px;
        outline: 3px solid #fff;
        outline-offset: -2px
    }


    .resultsBox .flight__row .flights_info {
        padding-left: 0px;
        width: 204px;
        float: left
    }

@media (max-width:1199px) {
    .resultsBox .flight__row .flights_info {
        padding-left: 0px;
        width: 142px
    }
}

.resultsBox .flight__row .flights_info .airline_name {
    color: #001637;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resultsBox .flight__row .flights_info .flights_number {
    color: #001637;
}

@media (max-width:1199px) {
    .resultsBox .flight__row .flights_info .flights_number {
        font-size: 13px;
        white-space: nowrap
    }
}

.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: 600;
    color: #000000;
    font-size: 16px;
}

    .resultsBox .flight__row .leg-details .connnecting-block {
        padding: 15px 10px 0 24px;
        float: left;
        width: calc(100% - 170px);
        position: relative;
        margin-left: -7px;
        margin-right: 7px
    }

.resultsBox .flight__row .leg-details .leg-points {
    height: 2px;
    position: relative;
    text-align: center;
    border-top: 2px solid #d7d7d7;
    font-size: 12px;
}

    .resultsBox .flight__row .leg-details .leg-points:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        left: -8px;
        top: -5px;
        border: 1px solid var(--color-blue);
        border-radius:50%;
    }

    .resultsBox .flight__row .leg-details .leg-points:after {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        right: -8px;
        top: -5px;
        background: var(--color-blue);
        border-radius:50%;
    }

    .resultsBox .flight__row .leg-details .leg-points .stops {
        font-size: 12px;
        text-align: center;
        width: 80px;
        display: inline-block;
        margin-top: -7px;
        line-height: 1.5;
        color: #100f0f;
        position: relative;
    }

        .resultsBox .flight__row .leg-details .leg-points .stops:before {
            content: "";
            width: 8px;
            height: 8px;
            display: inline-block;
            border: 1px solid #bbbbbb;
            border-radius: 100%;
            background: var(--color-white);
            position: relative;
            top: -3px
        }

        .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 {
    border-top: 1px dashed #b7b7b7;
}

.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 {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    border-left: 1px solid #ebedef;
    padding:0 0 0 20px;
}

    .resultsBox .price_list .bagguage_fees {
        padding: 5px 0;
    }


    .resultsBox .price_list .per_person {
        font-size: 14px
    }

    .resultsBox .price_list .select__btn {
        background: #f26543;
        padding: 10px;
        color: var(--color-white);
        font-size: 16px;
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
        border-radius: 4px;
    }

        .resultsBox .price_list .select__btn i {
            position: relative;
            top: 0
        }

        .resultsBox .price_list .select__btn:hover {
            background: var(--color-blue);
        }

    .resultsBox .price_list .seat_left {
        font-weight: 400
    }


.resultsBox .results_bottom {
    padding: 6px 0;
    border-top: 1px solid #ccc
}

.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;
}

.price_list .flight_detail_btn {
    padding: 10px 15px;
    width: 100%;
    color: #000000;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    background: #e9e9e9;
}
.resultsBox .results_bottom .flight_detail_btn {
    color: #000000;
    text-decoration: none;
    float: right
}

    .resultsBox .results_bottom .flight_detail_btn:hover {
        color: var(--color-blue)
    }


.save_price_msg {
    color: #fff;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(to right, #f1633b, #f1633b);
    display: inline-block;
    border-radius: 5px;
    position: relative;
    top: 10px;
    left: 15px;
    border: 1px solid #f1633b;
    z-index: 99;
}


.mobile_class_type {
    font-size: 12px;
    font-weight: 400;
    float: right;
    margin: 2px;
    color: #939393
}

.repeat_results {
    position: relative
}

.mobile_Resultsclick {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 110%;
    height: 100%;
    margin: 0 -20px
}

#scrollBottomtop {
    background: var(--color-blue);
    position: fixed;
    right: 20px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    z-index: 1
}

    #scrollBottomtop:focus {
        border: none
    }

#airlines.filterBox .text-overflow {
    width: 145px
}

.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 {
    background: #2172f9;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 22px;
    font-size: 11px;
    margin: 0 5px;
    position: absolute;
    right: 35px;
}

.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%);
}


.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 #00000029
}

    .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:100px;
    }

    @media (max-width:479px) {
        .session__expire {
        width: 95%;
        padding: 15px
    }
}

.session__expire .bi-hourglass-bottom {
    font-size: 40px;
}

.session__expire .clock_tym img {
    width: 100%
}

.session__expire h3 {
    font-size: 22px;
    font-weight: 600;
    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-weight: 700;
        display: inline-block
    }

.session__expire .timeStart {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 12px
}

    .session__expire .timeStart .seconds {
        font-size: 30px;
        color: var(--color-blue);
        font-weight: 700;
        line-height: 40px
    }

.session__expire .time_text {
    font-size: 14px;
    margin: 0
}

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

    .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: 600;
        display: inline-block
    }

        .popup-btn .searchbtn.active {
            background: var(--color-blue);
            margin-right: 10px
        }

.no__resultsBox {
    margin-bottom: 20px;
    padding: 50px 20px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 5px #0000000F;
    background: #fff;
    text-align: center
}

    .no__resultsBox .head {
        font-size: 21px;
        color: #484848;
        font-weight: 600;
        padding: 20px 0 10px 0
    }

    .no__resultsBox .resetFilter_button {
        background: var(--color-blue);
        padding: 7px 20px;
        border-radius: 3px;
        text-decoration: none;
        color: #fff
    }

        .no__resultsBox .resetFilter_button i {
            margin-right: 7px
        }

        .no__resultsBox .resetFilter_button:hover {
            background: #014382;
            text-decoration: none
        }

.baggage__fees {
    width: 820px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative
}


    .baggage__fees h3 {
        font-size: 19px;
        font-weight: 600;
        margin: 14px 0 20px 0;
        padding-bottom: 5px
    }


    .baggage__fees .baggage_block {
        padding: 8px 15px;
        background: #edeef3;
        margin: 10px 0
    }


        .baggage__fees .baggage_block img {
            width: 40px;
            margin-right: 10px
        }

        .baggage__fees .baggage_block a {
            background: var(--color-blue);
            color: #fff;
            text-decoration: none;
            margin-top: 5px;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 2px;
            white-space: nowrap;
            font-size: 13px
        }

    .baggage__fees .small_text {
        font-size: 12px;
        position: relative;
        padding-left: 17px
    }

        .baggage__fees .small_text i {
            position: absolute;
            left: 0;
            top: 0
        }

    .baggage__fees .text-link {
        color: var(--color-blue)
    }

    .baggage__fees .baggage_banner {
        width: 100%
    }

.mid_page__loading {
    width: 340px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 18px;
    overflow: hidden
}


    .mid_page__loading img {
        float: left;
        width: 131px
    }

    .mid_page__loading p {
        font-size: 16px;
        line-height: 24px;
        float: left;
        margin: 0;
        border-left: 1px solid #ccc;
        padding: 0 0 0 20px;
        margin-left: 20px
    }

    .mid_page__loading .dot span {
        font-size: 28px;
        line-height: 15px;
        animation-name: blink;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-fill-mode: both
    }

        .mid_page__loading .dot span:nth-child(2) {
            animation-delay: .2s
        }

        .mid_page__loading .dot span:nth-child(3) {
            animation-delay: .4s
        }

@keyframes blink {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

.mobilecall_fullwindow {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

    .mobilecall_fullwindow .title {
        font-weight: 300;
        text-transform: capitalize;
        font-size: 33px;
        padding-bottom: 13px;
        padding-top: 10px
    }

    .mobilecall_fullwindow .callBannerBox {
        background: #2139ac;
        color: #fff;
        text-align: center
    }

    .mobilecall_fullwindow .image-responsive {
        width: 100%
    }

    .mobilecall_fullwindow .content_popup {
        padding: 20px 0
    }

    .mobilecall_fullwindow .call_button {
        width: 100%;
        background: #fb3d4e;
        border: none;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        padding: 14px;
        outline: 0;
        display: block
    }

    .mobilecall_fullwindow h2 {
        font-size: 21px;
        font-weight: 400;
        padding: 22px;
        margin: 0;
        line-height: 32px
    }

.increasefare {
    width: 520px;
    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
    }

@media (max-width:479px) {
    .promoBox {
        width: 95%;
        padding: 15px
    }
}

.promoBox .couponList {
    list-style: none;
    padding: 10px 0
}

    .promoBox .couponList li {
        font-size: 11px;
        border-bottom: 1px solid #ececec;
        padding: 11px 0
    }

        .promoBox .couponList li p {
            margin: 0
        }

.promoBox .promo-key {
    display: inline-block;
    border: 1px dashed #02cb66;
    padding: 3px 10px;
    color: #02cb66;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    min-width: 85px;
    text-align: center
}

.promoBox .save {
    color: #db9a00;
    margin-left: 5px;
    font-size: 14px
}

.loaderBox img {
    width: 100%
}

.loading-icon {
    background: url(/images/icons/flights-white.svg) no-repeat center center;
    width: 94px;
    height: 94px;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative
}

.loading-circle {
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 5px solid var(--color-blue);
    width: 90px;
    height: 90px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-width: 5px
}

.airline-deals .slick-list {
    margin: 0px -10px
}

.airline-deals .slick-slide {
    margin: 0px 10px
}

.mid__loading {
    padding: 0 0 50px 0
}

    .mid__loading .head {
        padding: 10px 0;
        font-size: 22px;
        display: flex;
        align-items: center;
        grid-gap: 0;
        justify-content: center;
        flex-direction: column;
    }

.mid__loading .block .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px
}


.mid__loading .block .left .city__code {
    width: 50%;
    font-size: 18px;
    color: #484848;
    font-weight: 600
}

@media (max-width:479px) {
    .mid__loading .block .left .city__code {
        width: auto
    }
}

.mid__loading .block .left .city__code small {
    display: block
}

@media (max-width:479px) {
    .mid__loading .block .left .city__code small {
        display: inline-block
    }
}

.mid__loading .block .left .flight__icon {
    padding: 0 20px
}

.mid__loading .block .right {
    padding: 3px 10px 0 10px;
    position: relative
}

@media (max-width:479px) {
    .mid__loading .block .right {
        width: 100%;
        padding: 0 10px
    }
}

.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-weight: 600
    }


    .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-weight: 600;
            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: 15px 0;
    font-size: 14px;
    background: #e5eef4;
}

@media (max-width:1199px) {
    #resultsCntr {
        font-size: 13px
    }
}


@media (max-width:1199px) {
    #resultsCntr .leftCntr {
        width: 260px
    }
}


#resultsCntr .leftCntr.open-filter {
    left: 0;
    width: 100%;
    padding-right: 0;
    background: #fff;
    z-index: 2;
    display: block
}

    #resultsCntr .leftCntr.open-filter .holder {
        height: calc(100vh - 80px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 76px
    }


#resultsCntr .rightCntr {
    width: calc(100% - 280px);
    float: left;
    color: #000000;
}

    #resultsCntr .rightCntr .result-found {
        font-size: 16px;
        font-weight: 600; 
        color: #1a1a1a;
        margin: 0;
        padding-bottom:10px;
        display: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-weight: 600;
                padding-bottom: 10px;
            }
        .expert .botm-sec p{
            font-size:12px;
            color:var(--color-black);
            font-weight:500;
        }


@media (max-width:1023px) {
    #resultsCntr .rightCntr {
        width: 100%
    }
}

#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: 8px 15px;
        margin-right: 10px;
        margin-bottom: 5px;
        border-radius: 40px;
        border: 1px solid #d9dade;
        color: var(--color-blue);
        font-weight: 500;
        background: #fafafa;
        position: relative;
        display: flex;
    }

        .apply_filter ul li .multiairline {
            height: 25px;
            position: relative;
            right: 5px;
        }


        .apply_filter ul li a {
            color: #898585;
            position: relative;
            top: -2px;
            margin-left: 6px;
            float: right;
            line-height: 12px
        }

            .apply_filter ul li a:hover {
                color: var(--color-blue)
            }

        .apply_filter ul li.clear__all a {
            color: #f55;
            position: relative;
            top: 0;
            margin: 0;
            line-height: 20px;
            text-decoration: none
        }

.loadmore {
    font-size: 15px;
    background: var(--color-blue);
    padding: 15px 46px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px
}


    .loadmore:hover {
        background: #014382;
        color: #fff;
        text-decoration: none
    }

.flight__itenaryBox .head {
    padding: 0 30px 0 0;
    position: relative
}

.payment__wrapper .page__title, .confirmation__information .page__title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    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;
}

.payment__wrapper .formlabel {
    font-size: 14px;
    color: #4b4c4c;
    font-weight: 500;
}


.text-box {
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 6px 6px 6px 10px;
    height: 45px;
    color: #6b6b6b;
    box-shadow: none;
    font-size:14px;
}

.flight__itenaryBox .flightDetail {
    border-radius: 5px;
    box-shadow: 0 4px 5px #0000000a;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    margin-top: 20px;
}

    .flight__itenaryBox .flightDetail h4 {
        font-size: 16px;
        color: #000000;
        border-bottom: 1px solid #ccc;
        padding-bottom: 12px;
        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
}

@media (max-width:1023px) {
    .flight__itenaryBox .flighttab {
        margin: 10px 0;
        width: auto;
        overflow: hidden;
        float: none;
        border-bottom: none
    }
}

.flight__itenaryBox .flighttab li {
    float: left;
    margin-right: 30px
}

@media (max-width:1023px) {
    .flight__itenaryBox .flighttab li {
        width: 45%;
        margin-right: 15px
    }
}

@media (max-width:479px) {
    .flight__itenaryBox .flighttab li {
        width: 43%
    }
}

.flight__itenaryBox .flighttab li a {
    font-size: 16px;
    color: #484848;
    text-decoration: none;
    padding: 0 0 7px 0;
    display: block;
    position: relative;
    cursor: pointer
}

@media (max-width:1023px) {
    .flight__itenaryBox .flighttab li a {
        font-size: 14px;
        padding: 4px 10px;
        border: 2px solid #ccc;
        text-align: center;
        border-radius: 5px
    }

        .flight__itenaryBox .flighttab li a.active {
            border-color: #2b4ded
        }
}

.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)
}

@media (max-width:1023px) {
    .flight__itenaryBox .flighttab li a:before {
        display: none
    }
}

.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 {
    padding-top: 26px;
    font-size: 13px;
    line-height: 1.5em;
    color: #949494
}

    .flight__itenaryBox .airlines__details .air-name {
        font-size: 14px;
        color: #484848
    }

    .flight__itenaryBox .airlines__details img {
        width: 32px;
        float: left;
        margin-right: 10px
    }

    .flight__itenaryBox .airlines__details .detail {
        width: calc(100% - 45px);
        float: left
    }

.flight__itenaryBox .route__info {
    padding: 10px 0;
    font-size: 13px;
    position: relative;
}


    .flight__itenaryBox .route__info .time {
        font-size: 14px;
        color: #484848;
        font-weight: 600;
        margin-top: 20px
    }


    .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: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: #000000;
    background: rgba(128, 93, 171, 0.05);
    text-align: center
}

    .flight__itenaryBox .layover .bi-stopwatch {
        position: relative;
        top: -2px;
        margin-right: 4px
    }

.price__Box {
    border-radius: 5px;
    background: var(--color-white);
    padding: 0;
    border: 1px solid #e4e4e4;
}

#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 15px;
        border-bottom: 1px solid #e4e4e4;
        font-size: 14px;
        color: #4b4b4b;
        font-weight: 500
    }

        .price__Box ul li i {
            font-size: 16px;
            margin-left: 4px;
            font-weight: 700
        }

        .price__Box ul li .accordian-slide {
            padding-left: 13px;
            padding-top: 5px;
            font-size: 12px;
            color: #6b6b6b;
            font-weight: 400
        }

        .price__Box ul li .accordian_toggle {
            cursor: pointer
        }

        .price__Box ul li .disscount--price {
            color: #00c29b
        }

.price__Box .total_price {
    font-weight: 600;
    border-bottom: 1px dashed var(--color-white);
    color: #001027;
    font-size: 14px;
    padding: 8px 15px;
}

.price__Box .price__note {
    font-size: 11px;
    padding: 12px 0;
    color: #686868;
    background: #f0f8f8;
    padding:10px 15px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.securebooking__Box {
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    background:var(--color-white);
}

    .securebooking__Box p {
        font-size: 14px;
    }

    .securebooking__Box #timerCount {
        font-size: 18px;
        font-weight: 600;
    }

    .securebooking__Box h4 {
        position: relative;
        border-bottom: 1px solid #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
}

.cancelPolicy {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative
}

    .cancelPolicy .page__title {
        font-size: 18px
    }

    .cancelPolicy b {
        font-weight: 600
    }

    .cancelPolicy h3 {
        font-size: 16px
    }

    .cancelPolicy ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .cancelPolicy ul li {
            margin-bottom: 5px;
            padding-left: 20px;
            padding-right: 10px;
            position: relative
        }

            .cancelPolicy ul li:before {
                position: absolute;
                left: 0;
                top: 2px;
                content: "\f26b";
                color: var(--color-blue);
                font-family: bootstrap-icons !important
            }

    .cancelPolicy .radio-check {
        margin: 30px 0
    }

        .cancelPolicy .radio-check .radioOption {
            border: 1px solid rgba(0,0,0,.2);
            padding: 5px 10px 5px 35px;
            min-width: 250px;
            margin-bottom: 10px;
            cursor: pointer;
            position: relative
        }

            .cancelPolicy .radio-check .radioOption input:checked ~ .radioCheck {
                background-color: #fff;
                border: 2px solid #ff6a00
            }

                .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: 2px;
                left: 2px;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #ff6a00
            }

            .cancelPolicy .radio-check .radioOption input {
                position: absolute;
                opacity: 0;
                cursor: pointer
            }

            .cancelPolicy .radio-check .radioOption .perPax {
                font-weight: 700
            }

            .cancelPolicy .radio-check .radioOption .radioCheck {
                position: absolute;
                top: 6px;
                left: 8px;
                height: 18px;
                width: 18px;
                background-color: #eee;
                border-radius: 50%;
                border: 1px solid rgba(0,0,0,.2)
            }

    .cancelPolicy .cancelPic {
        position: absolute;
        top: 30px;
        right: 0;
        width: 100px
    }

.payment__wrapper {
    border-radius: 5px;
}


    .payment__wrapper .payment__stepBox {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px
    }


        .payment__wrapper .payment__stepBox ul {
            list-style: none;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0
        }

            .payment__wrapper .payment__stepBox ul li {
                font-size: 16px;
                color: #878787;
                cursor: pointer;
                padding-bottom: 8px;
                position: relative
            }


                .payment__wrapper .payment__stepBox ul li i {
                    position: relative;
                    top: -3px;
                    margin-right: 2px
                }

                .payment__wrapper .payment__stepBox ul li:before {
                    content: "";
                    height: 2px;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    transition: all .5s;
                    width: 0;
                    display: block;
                    background: var(--color-blue)
                }

                .payment__wrapper .payment__stepBox ul li.active:before {
                    width: 100%;
                    color: #014382
                }

                .payment__wrapper .payment__stepBox ul li.active, .payment__wrapper .payment__stepBox ul li:hover {
                    color: #000000
                }

                .payment__wrapper .payment__stepBox ul li.complete {
                    color: #00c29b
                }


                    .payment__wrapper .payment__stepBox ul li.complete:hover:before {
                        width: 0
                    }

    .payment__wrapper .bottom__row {
        padding: 18px 0;
        border-top: 1px solid #ccc;
        overflow: hidden
    }


        .payment__wrapper .bottom__row .continue__button {
            cursor: pointer;
            background: var(--color-blue);
            color: #fff;
            padding: 12px 38px;
            float: right;
            font-weight: 600;
            border-radius: 3px;
            text-decoration: none
        }


    .payment__wrapper .confirm {
        padding: 12px 60px;
        font-size: 20px;
        background: #001026;
        text-align: center;
        border-radius: 5px;
        color: var(--color-white);
        display: inline-block;
    }
    
                .payment__wrapper .confirm i {
                    margin-right: 3px
                }

                .payment__wrapper .confirm:hover {
                    background: var(--color-blue);
                }

                .payment__wrapper .confirm span {
                    display: block;
                    font-weight: 400;
                    text-transform: uppercase;
                    font-size: 13px
                }

            .payment__wrapper .bottom__row .continue__button:hover {
                background: #014382;
                text-decoration: none
            }


    .payment__wrapper .adultType {
        list-style: none;
        padding: 0;
        margin-bottom: 10px
    }


        .payment__wrapper .adultType li {
            display: inline-block;
            padding-right: 30px;
            font-size: 14px;
        }

            .payment__wrapper .adultType li label {
                cursor: pointer;
                font-weight: 500;
            }


    .payment__wrapper .travelerBox h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 11px;
        color: #4b4b4b;
    }

    .payment__wrapper .imp-info {
        color: #5b5b5b;
        background: #f8f8f8;
        display:block;
        border: 1px solid #e2e2e2;
        font-size: 12px;
        font-weight: 400;
        border-radius: 2px;
        padding: 6px;
        margin-top:10px;
    }
.accept-card {
    position: absolute;
    right: 0px;
    top: 3px;
    display: flex;
}

    .accept-card .cc-number.visa {
        background: url(/images/visa.png) 99% center no-repeat;
    }
    .accept-card .cc-number.mastercard {
        background: url(/images/master.png) 99% center no-repeat;
    }
    .accept-card .cc-number.amex {
        background: url(/images/american.png) 99% center no-repeat;
    }
    .accept-card .cc-number.discover {
        background: url(/images/discover.png) 99% center no-repeat;
    }
    .accept-card .cc-number.dinersclub {
        background: url(/images/dinners.png) 99% center no-repeat;
    }
    .accept-card .cc-number {
        width: 41px;
        height: 26px;
        display: block;
        margin-right: 5px;
    }

    .payment__wrapper .travelerBox .travel_deal_checkbox {
        margin-top: 27px;
        width: 60%
    }

        .payment__wrapper .travelerBox .travel_deal_checkbox label {
            line-height: 19px
        }

    .payment__wrapper .travelerBox .traveler_block {
        margin-bottom: 10px;
        background: rgba(70, 179, 116, 0.1);
        padding: 10px;
    }

        .payment__wrapper .travelerBox .traveler_block h2 {
            font-size: 16px;
            padding-bottom: 5px;
        }

        .payment__wrapper .travelerBox .traveler_block:first-child {
            border: none;
            margin-top: 0;
            padding-top: 0
        }

.commonBox {
    padding: 20px 25px;
    background: var(--color-white);
    margin: 0 0 25px 0;
    border-radius:10px;
}
    .commonBox .new-payment-title {
        font-size: 18px;
        font-weight: 600;
        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-weight: 600;
        margin-bottom: 11px;
        color: #4b4b4b
    }

    .payment__wrapper .paymentBox .hr-line {
        border-top: 1px solid #ccc;
        margin-top: 30px;
        padding-top: 30px
    }

.card__zoom {
    font-size: 11px;
    padding-top: 0px;
    font-weight: 500;
    display: inline-flex;
}

    .card__zoom .cardInfoTooltip {
        position: absolute;
        right: 0;
        width: 510px;
        background: #fff;
        z-index: 1;
        box-shadow: 0 0 6px #00000029;
        padding: 13px;
        top: 20px;
        font-size: 10px;
        display: none;
    }

        .card__zoom .cardInfoTooltip strong {
            display: block;
            padding: 10px 0;
            min-height: 42px;
            font-weight: 600;
        }

        .card__zoom .cardInfoTooltip p {
            font-weight: 500;
        }

    .card__zoom:hover .cardInfoTooltip {
        display: block;
    }


.payment__wrapper select::-ms-expand {
    display: none
}

.payment__wrapper .form-block .select-class {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer
}

    .payment__wrapper .form-block .select-class:before {
        content: "\F229";
        font-size: 12px;
        font-family: bootstrap-icons;
        color: #000000;
        font-weight: 400;
        position: absolute;
        right: 1px;
        top: 7px;
        pointer-events: none;
        padding: 7px 7px 0 0;
        background: transparent;
    }

.payment__wrapper .form-block .form-control {
    border-radius: 5px;
    background: #fff;
    border: 2px solid #d9d9d9;
    font-family: 'Poppins';
    font-size: 14px;
    padding: 6px 25px 6px 10px;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#div_error_CVVNumber {
    position: relative;
}

.payment__wrapper .form-block .is-error {
    position: relative;
    color: red;
    font-size: 12px;
}

    .payment__wrapper .form-block .is-error .form-control {
        border-color: red
    }

    .payment__wrapper .form-block .is-error .icon {
        position: absolute;
        top: 13px;
        right: 10px;
        color: red
    }

.payment__wrapper .form-block .is-success, .payment__wrapper .form-block .is-sucess {
    position: relative
}

    .payment__wrapper .form-block .is-success .form-control, .payment__wrapper .form-block .is-sucess .form-control {
        border-color: #014382
    }

    .payment__wrapper .form-block .is-success .icon, .payment__wrapper .form-block .is-sucess .icon {
        position: absolute;
        top: 13px;
        right: 10px;
        color: #00c29b
    }

.payment__wrapper .form-block .dob_calendar {
    position: absolute;
    right: 11px;
    top: 6px;
    font-size: 25px;
    color: #014382;
    pointer-events: none;
    cursor: pointer
}

.payment__wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.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: .5rem
}


.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{
    height:50px;
}
.dot span {
    font-size: 100px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    position: relative;
    top: -70px;
}


    .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: 5px;
    box-shadow: 0 4px 5px #0000000A;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    margin-top: 20px
}

.travelerInformation .data {
    width: 100%;
}

    .travelerInformation .data th {
        border: none;
        background: #f1f1f1;
        font-size: 14px;
        color: #303030;
        padding: 10px;
        text-align: left;
        overflow: hidden;
    }

    .travelerInformation .data td {
        padding: 10px;
        text-align: left;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,0,0,.11);
    }

.confirmation__information h4 {
    font-size: 18px;
    font-weight: 500;
    color: #303030
}



.confirmation__information .head {
    font-weight: 700;
    padding: 10px
}

.confirmation__information .detail {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px
}

.spacer {
    height: 50px
}

.confirmation__Box {
    border-radius: 5px;
    box-shadow: 0 4px 5px #0000000A;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative
}

    .confirmation__Box a {
        font-size: 16px;
        color: var(--color-blue);
        text-decoration: none;
        font-weight: 600;
    }

    .confirmation__Box h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #303030
    }

    .confirmation__Box p {
        margin-bottom: 5px
    }

    .confirmation__Box .refrance__number {
        font-size: 18px;
        font-weight: 600
    }

    .confirmation__Box .print_itinerary {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #8a8a8a;
        text-decoration: none
    }

        .confirmation__Box .print_itinerary i {
            margin-right: 5px;
            position: relative;
            top: -2px
        }

        .confirmation__Box .print_itinerary:hover {
            color: var(--color-blue)
        }

.print_button {
    background: var(--color-blue);
    padding: 7px 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    color: #fff
}

    .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;
    }
}


#footerCntr {
    background: #022445;
}

    #footerCntr .footer__linkBox {
        width: 100%;
        padding-top: 25px;
        color: var(--color-white);
    }

        #footerCntr .footer__linkBox h6 {
            font-size: 20px;
            margin-bottom: 20px;
            position: relative;
            padding-top: 5px;
            position: relative;
            display: inline-block;
        }

        #footerCntr .footer__linkBox ul {
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            padding-bottom: 20px;
        }

        #footerCntr .footer__linkBox h6:after {
            height: 2px;
            width: 100%;
            left: 0;
            content: "";
            position: absolute;
            top: 35px;
            background: var(--color-white);
        }

        #footerCntr .footer__linkBox ul li {
            display: block;
            margin-right: 30px;
            margin-bottom: 10px;
        }

            #footerCntr .footer__linkBox ul li a {
                font-size: 16px;
                color: var(--color-white);
                text-decoration: none;
                cursor: pointer;
                font-weight: 200;
            }

                #footerCntr .footer__linkBox ul li a i {
                    font-size: 14px;
                }

                #footerCntr .footer__linkBox ul li a:hover {
                    font-weight: 400;
                }

        #footerCntr .footer__linkBox .footer__call {
            font-size: 25px;
            color: #202020;
            display: inline-block;
            border-bottom: 1px solid #c9c9c9;
            padding: 40px 0 9px 0;
            margin-bottom: 9px
        }


            #footerCntr .footer__linkBox .footer__call a {
                font-size: 27px;
                color: #202020;
                font-weight: 700;
                text-decoration: none;
                line-height: 46px
            }


        #footerCntr .footer__linkBox .email {
            display: inline-block;
            font-size: 16px;
            color: var(--color-white);
            text-decoration: none;
            white-space: nowrap
        }


            #footerCntr .footer__linkBox .email .icon {
                margin-right: 12px;
                font-size: 20px;
            }



    #footerCntr .footer__logoBox {
        padding: 20px 0 0;
        background: var(--color-blue);
        overflow: hidden;
        border-top: 2px solid var(--color-white);
    }

        #footerCntr .footer__logoBox .clients_logo {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
            align-items: center
        }

            #footerCntr .footer__logoBox .clients_logo li {
                padding-right: 10px
            }

                #footerCntr .footer__logoBox .clients_logo li img {
                    max-width: 100%
                }

        #footerCntr .footer__logoBox .card_icons {
            width: auto;
        }


        #footerCntr .footer__logoBox .footer_logo {
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center
        }

            #footerCntr .footer__logoBox .footer_logo li {
                display: inline-block;
                padding: 0 10px;
                vertical-align: middle
            }


                #footerCntr .footer__logoBox .footer_logo li img {
                    width: 50%
                }

    #footerCntr .copy-right {
        border-top: 2px solid #023e78;
        padding: 15px 0;
        margin: 20px 0 0;
        color: var(--color-white);
        text-align: right;
    }

    #footerCntr .disclaimerBox {
        padding: 25px 0;
        font-size: 13px;
        line-height: 25px
    }


.currencyBox {
    padding: 0 25px 0 0;
    float: right;
    position: relative;
    margin-right: 35px;
    color: var(--color-black);
    font-weight: 500;
}


    .currencyBox:after {
        position: absolute;
        content: "";
        background: var(--color-white);
        height: 74%;
        width: 2px;
        top: 13%;
        right: 0;
    }

    .currencyBox ul {
        top: 40px;
        position: absolute;
        padding: 0;
        list-style: none;
        margin: 0;
        width: 235px;
        background: #fff;
        right: -20px;
        z-index: 3;
        border-radius: 5px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    }

        .currencyBox ul li {
            border-bottom: 1px dashed #ccc
        }

            .currencyBox ul li:last-child {
                border: none
            }

            .currencyBox ul li a {
                padding: 5px;
                display: flex;
                text-decoration: none;
                color: #333;
                align-items: center;
                justify-content: space-between
            }

                .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.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;
        background: #EDEDED;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 12px 10px;
        gap: 5px;
        min-width: 80px;
    }


    /* Airline & Destination page css start*/
#contentCntr{
    background:var(--color-white);
}
.contentBox {
    width: 100%;
    padding: 35px 0 25px 0;
}

    .contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5 {
        color: #000000;
        margin: 20px 0;
        position: relative;
        font-weight: 600;
    }
    .contentBox h1 {
        font-size: 30px;
    }
    .contentBox h2 {
        font-size: 28px;
    }

    .contentBox h3 {
        font-size: 26px;
    }

    .contentBox h4 {
        font-size: 22px;
    }

    .contentBox h5 {
        font-size: 18px;

    }

    .contentBox table {
        width: 100%;
        margin: 20px 0;
        color: #212529;
        vertical-align: top;
        border-collapse: collapse;
        --bs-table-bg: transparent;
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: #212529;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #212529;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #212529;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        border: 1px solid #dee2e6;
    }

        .contentBox table tr:first-child td{
            font-weight:600;
            font-size:16px;
        }

        .contentBox table > :not(:last-child) > :last-child > * {
            border-bottom-color: currentColor;
        }

    .contentBox table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: transparent;
        border-width:1px;
        box-shadow: inset 0 0 0 9999px transparent;
    }
    .contentBox table > tbody > tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,0.05);
    }


    .contentBox .sticky-top{
        z-index:1;
    }

    @media (max-width:1023px) {
        .contentBox {
        padding: 20px 0
    }
}

.contentBox p {
    font-size: 14px;
    color: #202020;
    font-weight:400;
    margin-bottom:10px;
}


.contentBox .content_image {
    margin: 0 20px 0 0
}

.contentBox a {
    text-decoration: none
}


.contentBox h4 {
    font-size: 22px;
    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: var(--color-blue);
            font-family: bootstrap-icons !important
        }

    .contentBox .list.w_50, .contentBox ul.w_50 {
        overflow: hidden
    }

        .contentBox .list.w_50 li, .contentBox ul.w_50 li {
            width: 50%;
            float: left
        }


.contentBox h1 {
    font-size: 35px;
    color: #303030;
    margin-bottom: 26px;
    position: relative;
    font-weight: 600
}

@media (max-width:1023px) {
    .contentBox h1 {
        font-size: 25px
    }
}


.contentBox h1 strong {
    font-weight: 600;
    position: relative
}

    .contentBox h1 strong:after {
        content: "";
        width: 36px;
        height: 2px;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -4px;
        background: var(--color-blue)
    }

.other_popularBox {
    padding: 20px 0 50px 0;
    position: relative
}

    .other_popularBox .slick-list {
        margin: 0 -7px
    }

    .other_popularBox .items {
        padding: 0 7px
    }

        .other_popularBox .items img {
            width: 100%
        }

        .other_popularBox .items span {
            margin-top: 10px;
            display: block;
            color: #303030;
            font-weight: 600;
            text-transform: uppercase
        }

        .other_popularBox .items i {
            position: relative;
            top: 2px;
            margin-left: 3px
        }

        .other_popularBox .items:hover a {
            text-decoration: none
        }

            .other_popularBox .items:hover a span {
                color: var(--color-blue)
            }

        .other_popularBox .items a {
            display: block;
            text-decoration: none
        }

.content_image {
    padding: 0 20px 20px 0;
    width: 423px
}


.static_title {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    background: #ffffff;
    color:var(--color-blue);
}

    .static_title h2 {
        font-size: 28px;
        margin: 0;
        font-weight: 600;
    }

.contentBannerCntr {
    height: 300px;
    background-position: center;
}


@media (max-width:1023px) {
    .contact__formBox {
        padding: 20px
    }
}

.contact__formBox .seprator {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid rgba(255,255,255,.6)
}

@media (max-width:1023px) {
    .contact__formBox .seprator {
        padding-right: 10px;
        margin-right: 0
    }
}

.contact__formBox h3 {
    font-weight: 600;
    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: 15px;
    margin: 5px 0 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Archivo', sans-serif;
}

    .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
    }

@media (max-width:1023px) {
    .contact__formBox.enquiry_form .seprator {
        margin-right: 0;
        padding-right: 10px
    }
}

.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: #333;
        font-weight: 700;
        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 .label_name {
    display: none
}

.enquiry_form .inputField {
    width: 100%;
    border-radius: .25rem;
    border: none;
    padding-left: 40px !important;
    background: #fff
}

.seprator .page__title {
    color: #fff
}

.enquiry_form .error {
    color: #f2ff84;
    margin: 5px 0
}

.enquiry_form .angucomplete-dropdown {
    width: 100%;
    left: 0;
    margin: 0
}

.contactBox {
    padding-top: 0px;
    padding-bottom: 30px
}

    .contactBox .contact {
        box-shadow: 0 2px 9px #ccc;
        padding: 15px;
        margin: 10px 0;
        border-radius: 5px;
        background:var(--color-white);
    }

        .contactBox .contact .page__title {
            margin-bottom: 10px;
            font-size: 20px
        }

        .contactBox .contact a {
            color: #333;
            text-decoration: none
        }

        .contactBox .contact i {
            margin-right: 10px
        }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

button, input {
    font-family: 'Poppins'
}

focus {
    outline: 0
}

body {
    font-family: 'Poppins';
    font-size: 14px
}

#mainCntr {
    background:var(--color-white);
}

.container {
    max-width: 1300px;
}

#error_message {
    margin-bottom: 20px;
    background: #fe8b8e;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease;
}

#susses {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    background: green;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 5px;
}


.tagline-line {
    color: var(--color-white);
    position: relative;
    text-align: center;
    padding: 60px 0 15px 0;
}

.tag-head {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

    .tag-head span {
        background: #ff9313;
        width: 4px;
        height: 30px;
        display: inline-block;
        margin: 0px 10px;
    }

.sequre {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sequre li {
        padding: 0px 19px;
        border-right: 1px solid #fff;
    }

        .sequre li:last-child {
            border-right: none;
        }

        .sequre li span {
            margin-right: 5px;
        }

.callpopUp {
    max-width: 100%;
}

    .callpopUp .modal-body {
        display: flex;
        padding: 0;
        background: #eef2fb
    }

        .callpopUp .modal-body .contentSec {
            position: relative;
            width: 100%
        }

        .callpopUp .modal-body .banerSec img {
            height: 100%
        }

    .callpopUp .popUphead {
        color: #fff;
        display: flex;
        flex-direction: column;
    }

        .callpopUp .popUphead .heading {
            font-size: 32px;
            font-weight: 800;
            margin: 0
        }

        .callpopUp .popUphead .subheading {
            font-size: 22px;
            margin: 0
        }

.calltextSec {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contentSec .airfare {
    font-size: 30px;
    color: #090909;
    padding-top: 120px;
    font-weight: 600
}

.contentSec .off {
    color: #e30036;
    font-size: 30px;
    font-weight: 700;
    padding-top: 120px
}

.contentSec .callSupport {
    color: #090909;
    font-size: 20px;
    font-weight: 500
}

.contentSec .callUp {
    color: #fff;
    font-weight: 700;
    padding: 5px 30px 5px 5px;
    text-decoration: none;
    font-size: 40px;
    margin: 10px 0;
    line-height: 1;
    justify-content: center
}

    .contentSec .callUp img {
        width: 50px;
        padding-right: 5px
    }

.contentSec .callOnly {
    font-size: 18px;
    font-weight: 600;
    color: #090909;
    padding-bottom: 10px
}


.why-box{
    background:url(/Images/why-bg.jpg) no-repeat;
    background-size:cover;
    background-position:0 -150px;
    padding:50px 0 30px 0;
}

.why-sec {
    display: flex;
    padding: 0 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    color: #6d7788;
}
    .why-sec img{
        width:60px;
    }
    .why-sec h6 {
        font-size: 18px;
        font-weight: 600;
        color: var(--color-darkBlue);
    }
    .why-sec h6, .why-sec p {
        margin: 0;
        text-align: center;
    }
    .why-box .sub-head {
        font-size: 14px;
        color: #6d7788;
        padding: 15px 0;
    }

.whyBookSec {
    border-top: 1px solid #bdbdbd;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .whyBookSec .whyBok {
        font-size: 30px;
        color: #090909;
        padding: 10px 0;
        font-weight: 600
    }

.whyOption .sec {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px
}

    .whyOption .sec img {
        width: 45px;
        padding-bottom: 5px
    }

    .whyOption .sec p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        line-height: 1.2
    }

.callpopUp .btnClose {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center
}

.tncApp {
    font-size: 10px;
    text-align: right;
    margin: 0;
    width: 100%;
    padding: 10px;
    font-weight: 600
}

.tooltipBox {
    display: none;
    width: 340px;
    position: absolute;
    top: 37px;
    left: 25px;
    background: #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;
}

    .tooltipBox p {
        margin: 5px 0;
        line-height: 18px;
    }

    .tooltipBox b {
        color: #1f1f1f;
    }

.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-blue);
    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-weight: 600;
            color: #ed7911;
        }

.book-trip {
    background: var(--color-white);
    border: 1px solid #a9a9a9;
    padding: 20px 20px 60px 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

    .book-trip h6 {
        color: var(--color-blue);
        font-weight: 500;
        font-size: 34px;
    }

.call-trip {
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 45px;
    font-weight: 600;
    padding: 0px 20px;
    border-radius: 10px;
    text-decoration: none;
    position: absolute;
    bottom: -35px;
}

    .call-trip:hover {
        color: var(--color-white);
    }

.mid-sec .right-sec {
    width: 45%;
    z-index: 2;
}

    .mid-sec .right-sec .customer-say {
        padding: 20px 40px;
        background: var(--color-white);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        text-align: center;
        font-size: 30px;
        float: left;
    }

        .mid-sec .right-sec .customer-say .heading {
            color: #707070;
            font-weight: 500;
        }

.say {
    color: #08b078;
    font-weight: 700;
}

    .say:after {
        position: absolute;
        width: 35%;
        height: 3px;
        background: #08b078;
        content: "";
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 10px);
    }

.mid-sec .right-sec .customer-say img {
    padding: 50px 0 40px 0;
}

.mid-sec .right-sec .customer-say p {
    color: #757575;
    font-size: 20px;
    text-align: left;
}

.mid-sec .right-sec .customer-say .read-more {
    color: #00c29b;
    font-size: 14px;
    text-decoration: none;
    float: left;
}

#footerCntr .footer__linkBox .info-sec ul:after {
    background: none;
}

#footerCntr .footer__linkBox .info-sec h5 {
    border-bottom: 1px solid var(--color-white);
    display: inline-block;
    margin-bottom: 20px;
}

#footerCntr .footer__linkBox .info-sec ul li a i {
    font-size: 22px;
}

.call {
    padding-left: 35px;
    position: relative;
}

    .call: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;
}





.deal__tnc a {
    color: var(--color-blue);
}

.midResults {
    border: none;
}

/*Payment Page new Css*/
.plan-sec{
    position:absolute;
    top:25%;
    left:50%;
}
    .plan-sec img{
        transform:rotate(135deg);
    }
    .trip-type h5 {
        font-weight: 500;
        color: #000000;
        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: #000000;
        cursor: pointer;
    }

    .flight-detail.in-active:after {
        position: absolute;
        content: "\F229";
        font-size: 16px;
        font-family: bootstrap-icons;
        right: 20px;
        top: 20px;
        color: #000000;
        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-weight: 600;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

        .more-options .opt-tit span:before {
            position: absolute;
            content: "";
            height: 1px;
            background: var(--color-white);
            left: 0;
            bottom: 0;
            width: 100%;
        }

    .more-options h6 {
        font-size: 20px;
    }

    .more-options .selct-opt {
        background: var(--color-white);
        margin: 10px -30px -20px -30px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 15px 30px;
        color: #484848;
    }

        .more-options .selct-opt ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

.head-wid {
    display: flex;
    width: 330px;
    align-items: center;
}

.free-cance {
    border-radius: 5px;
    background: var(--color-white);
    padding: 15px;
    font-size: 14px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #00b67a;
}

.freeCancel:hover .tooltipBox {
    display: block;
}

.freeCancel .tooltipBox ul li::marker {
    color: var(--color-blue);
}


.accrBusin {
    display: flex;
    padding-top: 15px;
    text-align: center;
}

    .accrBusin span {
        width: 33.3%;
        padding: 0 8px;
        display: inline-flex;
        align-items: center;
    }

        .accrBusin span img {
            width: 100%;
            filter: grayscale(100%);
        }

#error_TermCondition {
    display: none;
    color: red;
}



.phone_strip {
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
    background: var(--secound-color);
}

    .phone_strip p {
        margin: 0;
        float: right;
        font-size: 13px;
        color: #fff;
    }

    .phone_strip a {
        font-size: 18px;
        color: var(--color-white);
        text-decoration: none;
        font-weight: 700;
    }

/* Add On*/

.add-on {
    background: var(--secound-color);
    border-radius: 10px;
    padding: 15px 30px 0 30px;
    color: var(--color-white);
    margin-top: 20px;
}

    .add-on .added span {
        color: var(--secound-color);
        font-weight: 500;
        font-size: 16px;
    }

    .add-on .head-titt {
        font-size: 22px;
        font-weight: 500;
        text-decoration: underline;
    }

        .add-on .head-titt span {
            padding-left: 10px;
        }

    .add-on h6 {
        font-size: 20px;
        font-weight: 500;
    }

    .add-on p {
        margin-bottom: 5px;
    }

        .add-on p span {
            font-weight: 500;
            font-size: 16px;
            color: var(--color-blue);
        }

.option-select {
    background: var(--color-white);
    border-radius: 20px 20px 5px 5px;
    margin: 20px -30px 0px -30px;
    padding: 15px 30px 0 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--secound-color);
}

    .option-select li {
        padding-bottom: 15px;
    }

    .option-select .inputSet label input[type=radio]:checked ~ span {
        font-weight: 500;
    }

.add-terms {
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
    color: var(--color-blue);
    padding: 10px 0;
    display: inline-block;
}

.product-info {
    margin: 0;
    padding: 0 5px 0 0;
    width: 32%;
    text-align: left;
    color: var(--color-white);
    margin-right: 2%;
}

    .product-info .product-line-expanded {
        color: var(--color-white);
    }

.product-help {
    min-height: 90px;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
}

.product-line {
    border: 1px solid var(--color-white);
    margin-bottom: 10px;
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    border-radius: 3px;
}

.product-cho .product-cho-cont {
    margin: 0;
    padding: 0;
    width: calc(66% / 3);
}

.product-cho-item {
    padding: 30px 0 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--color-white);
    margin: 20px 7px;
    background: var(--color-white);
}

.product-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--secound-color);
    height: 28px;
    width: 100%;
    text-align: center;
}

.product-price {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--secound-color);
    height: 30px;
    width: 100%;
    text-align: center;
    padding: 0 2px 0 2px;
}

.product-cho-item .product-line {
    display: block;
    color: gray;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secound-color);
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-white);
    margin-bottom: 8px;
    border-radius: 0;
}

.product-line-expanded {
    display: block;
    font-size: 10px;
    color: #000000;
    min-height: 75px;
    width: 100%;
    padding: 4px;
    text-align: left;
    padding: 5px;
    line-height: 1.5;
    position: relative;
    top: -3px;
}

.product-button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 5px;
}

.product-button-button {
    background: var(--secound-color);
    border: 1px solid var(--color-white);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    font-size: 17px;
    border-radius: 5px;
    color: var(--color-white);
    font-weight: 500;
    padding: 6px 30%;
    opacity: 1;
}

    .product-button-button:hover {
        background: #088d0c;
        color: var(--color-white);
        border: 1px solid #088d0c;
    }

.selected-pro .product-cho-item {
    background: var(--secound-color);
    border: 1px solid var(--color-white);
}

.selected-pro .product-title {
    color: var(--color-white);
}

.selected-pro .product-line {
    background: var(--color-white);
    color: var(--color-black);
}

.selected-pro .product-line-expanded {
    background: var(--secound-color);
    color: var(--color-white);
}


.selected-pro .product-button-button {
    background: #088d0c;
    color: var(--color-white);
    border: 1px solid #088d0c;
}

.selected-pro .product-price {
    color: var(--color-white);
}

.prem:after {
    content: "";
    background: url(/Images/home-page/pre.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    left: 50%;
    background-color: var(--secound-color);
    border-radius: 50%;
    background-position: center;
    transform: translate(-50%, 0px);
}

.elit:after {
    content: "";
    background: url(/Images/home-page/star.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    left: 50%;
    background-color: var(--secound-color);
    border-radius: 50%;
    background-position: center;
    transform: translate(-50%, 0px);
}

.baggage-bottom {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #676767;
    font-size: 13px;
    margin-bottom: 15px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.sticky-div {
    position: relative;
    width: 300px;
    padding: 0px;
}


/*-------------------------------- cpy  Top Destination CSS --------------------*/


/*.trend-image img {
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}*/

.trend-item {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 0px;
}





.rating {
    color: #ee7e1a;
    font-size: 11px;
}


.why-us .why-us-item:hover .why-us-icon {
    background-color: var(--color-white);
}

.why-us-icon {
    width: 80px;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}


.image-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity .2s;
    transform: translate(-50%, -50%);
}

.why-us .why-us-item:hover .image-hover {
    opacity: 1;
}


.why-us-content p {
    padding: 0px 16px;
}

.why-us .why-us-item:hover {
    cursor: pointer;
    background: var(--color-blue);
    color:var(--color-white);
}


.trend-content p {
    font-size: 14px;
    color: #202020;
    line-height: 25px;
}

a.maine__rapper {
    text-decoration: none;
}

.why-us .why-us-item {
    padding: 27px 5px 16px;
    min-height: 228px;
    background-color: transparent;
    border-radius: 9px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

    .why-us .why-us-item h5 {
        color: var(--color-blue);
    }

    .why-us .why-us-item:hover h5 {
        color: var(--color-white);
    }

.btn-custMe {
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
    box-shadow: 0px -2px 6px 2px var(--color-blue)3d;
    width: 100%;
    border-radius: 0;
}

.trend-image img {
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    height: auto;
    width: 100%;
}

.trend-content {
    padding: 17px 16px;
}

    .trend-content h4 {
        color: #5b5b5b;
        font-weight: 600;
    }

    .trend-content p {
        color: #5b5b5b;
    }


.content_box {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 20px;
    width: 600px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
    transform: translate(-10%, 3%);
}

    .content_box h4 {
        color: var(--color-blue);
        font-weight: 600;
        font-size: 32px;
    }

    .content_box h5 {
        color: var(--color-blue);
        font-weight: 600;
        font-size: 24px;
    }

    .content_box ul {
        list-style: disc;
        padding-left: 20px;
        color: #ee7f1a;
    }

        .content_box ul li {
            padding-bottom: 5px;
        }

        .content_box ul span {
            color: #303030;
        }

    .content_box .slick-dots {
        bottom: 10px;
    }

.maine_rapper_slider {
    position: relative;
}

.airLinesLider img {
    border-radius: 20px;
}

.content_box .slick-next {
    right: -25px;
}

.content_box .slick-next, .content_box .slick-prev {
    width: 46px;
    height: 46px;
    border: 1px solid #707070;
    background: #707070;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    position: absolute;
    top: -40px;
}

    .content_box .slick-next:before, .content_box .slick-prev:before {
        font-family: FontAwesome;
        font-size: 28px;
        content: "\f105";
        color: var(--color-white);
    }

.content_box .slick-prev {
    left: 85%;
}

    .content_box .slick-prev:before {
        content: "\f104";
    }

    .content_box .slick-next.slick-disabled, .content_box .slick-prev.slick-disabled {
        display: none !important;
    }

/*start trust pilot css*/
.trust__rating {
    width: 214px;
    margin: auto auto 20px;
}

.cut__trust__heading {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.trust__rating {
    width: 214px;
    margin: auto auto 20px;
}

.box__trust h4 {
    line-height: 17px;
    margin-top: 21px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.box__trust p {
    font-size: 13px;
    min-height: 40px;
}

.box__trust .trust__rapper_rating img {
    width: 64px;
}

.trust__rating {
    width: 214px;
    margin: auto auto 20px;
}

    .trust__rating img {
        width: 206px;
    }

.box__trust .name.secondary-text {
    border-top: 1px dotted #999;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.box__trust {
    padding: 9px;
    margin: 0 5px;
    min-height: 205px;
}

    .box__trust a {
        color: #333;
        text-decoration: none;
    }

/*end trust css*/

.lod-icon-bg {
    background: #eafbfb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--color-blue);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}




.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: 18px;
    }

.airlineTheme #mobileSearchCntr {
    background: linear-gradient(180deg,#033195,#043496);
}

.airlineSecBg {
    background: url(/images/sky-bg.jpg);
    background-size: cover;
    height: 100%;
    position: relative;
    width: 110%;
    left: -5%;
    padding: 20px 0;
}

    .airlineSecBg a {
        text-decoration: none;
    }

    .airlineSecBg .airlineSec {
        color: #0030a4;
    }

    .airlineSecBg .airlineSec {
        background: rgba(255,255,255,0.5);
        padding: 20px 10px;
        margin: 0 15px;
    }

        .airlineSecBg .airlineSec h4 {
            font-weight: 700;
            text-align: center;
            font-size: 22px;
            line-height: 26px;
            margin: 0;
        }

.airlineSec .airline {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

    .airlineSec .airline img {
        width: 50%;
    }

.airlineSecBg .airlineSec .tollSec {
    display: flex;
    justify-content: space-between;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 500;
}

.airlineSecBg .airlineSec h6 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.airlineSecBg .airlineSec .callBtn {
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 22px;
    text-decoration: none;
    background: #0030a4;
}

.bingTheme .tfnmobile {
    top: 0;
}





.airlineTheme .searchBox {
    position: relative;
}

.airlineTheme .mobileTitle {
    position: relative;
    left: -5%;
    padding: 0;
    width: 110%;
    border-bottom: 1px solid #fff;
}

.airlineTheme .airlineLogoWrapper {
    justify-content: center;
    padding-right: 10px;
    align-items: center;
}

.airlineTheme #mobileSearchCntr .searchBox .tabBox {
    display: none;
}


.airlineTheme .Mobiletrip_type ul li:hover, .Mobiletrip_type ul li.active {
    color: #033195;
}

.airlineTheme .traveler_action_button a.active {
    background: #033195;
    color: var(--color-white);
}

.airlineTheme .traveler_action_button a {
    border: 1px solid #033195;
    color: #033195;
}

.airlineTheme #mobileSearchCntr .icons {
    color: #033195;
}

.airlineTheme #mobileSearchCntr .mobilesearchButton {
    background: #01236c;
}

.airlineTheme .contentBox {
    color: #59595b;
}

.airlineTheme .content .page__title {
    font-size: 24px;
    color: #59595b;
    margin: 25px 0;
}

    .airlineTheme .content .page__title strong:after {
        width: 100px;
        color: #59595b;
        background: #033195;
        bottom: -5px;
    }

.airlineTheme .contentBox h4 {
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
}

.airlineTheme .contentBox .list.w_50 li, .airlineTheme .contentBox ul.w_50 li {
    width: 100%;
    padding: 15px 10px 15px 25px;
}

.airlineTheme .contentBox h5 {
    font-size: 22px;
    padding: 20px 0;
    margin: 0;
}

.airlineTheme .contentBox .list li:before, .airlineTheme .contentBox ul li:before {
    color: #033195;
    top: 15px;
}

.airlineTheme .contentBox a {
    text-decoration: none;
    color: #033195;
    font-size: 16px;
    font-weight: 500;
}

.airlineTheme .contentBox .list, .airlineTheme .contentBox ul {
    margin: 0;
}

.airlineTheme .footer__linkBox, .airlineTheme .disclaimerBox, .airlineTheme .footer__logoBox {
    display: none;
}

.airlineTheme #footerCntr .footer__copyrightBox {
    background: var(--color-white);
    padding: 15px 0;
    font-size: 13px;
    color: #9a9a9d;
    overflow: hidden;
    border-top: 8px solid #f7f7f7;
    border-bottom: 8px solid #f7f7f7;
}

    .airlineTheme #footerCntr .footer__copyrightBox .social__icons li a {
        color: #033195;
    }

.footer_call {
    background: #01236c;
}

.airlineTheme .mobile_head {
    background: #033195;
}


.airlineTheme #headerCntr .mobileMenuBox ul li .icons {
    border: 1px solid #033195;
    color: #033195;
}

.airlineTheme #headerCntr .mobileMenuBox ul li a {
    color: #59595b;
}

.full-screen-modal .mobile_head {
    background: #033195;
}

.full-screen-modal .mobiledone_Btn {
    background: #033195;
}


.airlineTheme .checkInSec {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.airlineFacility {
    width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255,1);
}

    .airlineFacility .icon {
        height: 20px;
        width: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .airlineFacility .icon img {
            width: 100%;
        }

    .airlineFacility span {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        text-align: center;
        font-weight: 300;
    }

.airlineName {
    width: 100%;
    padding: 10px 0;
}

.airlineLogo {
    height: 70px;
    width: 70px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.airlineName span {
    font-size: 20px;
    color: var(--color-white);
    margin-top: 5px;
    font-weight: 500;
}

.airlineSecBg .airlineSec {
    color: #0030a4;
}

    .airlineSecBg .airlineSec .callBtn {
        background: #0030a4;
    }


/* Mobile Call Pop up*/





.fot-can {
    font-size: 16px;
    font-weight: 500;
    background: #0030a4;
    color: #fff;
    padding: 10px 5px;
    position: fixed;
    bottom: -6px;
    width: 100%;
}

.whyBookSec ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 15px 0 10px;
    font-weight: 600;
    font-size: 13px;
    width: 60%;
}


.full-width .modal.show .modal-dialog {
    transform: none;
    max-width: 100%;
    margin: 0;
    min-height: 100%;
    background: #fff;
}

.full-width .modal-content {
    border: none;
}

.full-width .callpopUp .btnClose {
    right: 0px;
    top: 0px;
}

.full-width .callpopUp .modal-body {
    display: flex;
    padding: 0;
    background: #eef2fb;
    height: calc(100vh - 0px);
    justify-content: space-between;
}

.full-width .callpopUp .popUphead {
    background: transparent !important;
}

.full-width .callpopUp .modal-body .contentSec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.full-width .airline-sec img {
    padding: 5px 0;
    position: fixed !important;
    top: 74px !important;
    bottom: -52px;
    z-index: 1057;
}

.full-width .call-icon i {
    font-size: 24px;
}

.full-width .whyBookSec {
    width: 30%;
}

.full-width .calltextSec {
    padding-bottom: 50px;
}

    .full-width .calltextSec .whyBok {
        font-size: 30px;
        color: #090909;
        padding: 10px 0;
        font-weight: 600;
    }

/*Footer*/

.footermain {
    width: 100%;
    background: url(/Images/fotter-bg.jpg) no-repeat center;
    background-size:cover;
    padding: 20px 0;
}
.footer-upper{
    background:rgba(0,0,0,0.8);
    border-radius:5px;
    padding:25px 40px;
}
.footer-links h4 {
    color: #ffffff;
    position: relative;
    font-weight: 400;
}

 

footer .footer-upper .footer-links ul li {
    margin-bottom: 0;
    line-height: 2;
    color: var(--color-white);
    display: block;
    font-size:16px;
}
    footer .footer-upper .footer-links ul li span{
        width:30px;
        height:30px;
        border-radius:50%;
        background:#ffffff;
        padding:3px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        margin:0 10px 15px 0;
    }
        footer .footer-upper .footer-links ul li span i{
            color:var(--color-blue);
            font-size:15px;
        }
        footer .footer-upper .footer-links ul li a {
            transition: all ease-in-out 0.5s;
            color: var(--color-white);
            font-weight: 300;
        }
.disclaimer-sec {
    border-top: 2px solid #a4a4a4;
    padding:20px 0;
    margin-top:20px;
    color:var(--color-white);
    font-weight:300;
}
.footer-copyright {
    background: #ffffff;
}
.copy_right {
    color: #000000;
    font-size:15px;
}

.line1 {
    width: 130px;
    height: 3px;
    border-radius: 50px;
}

.line2 {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background-color: var(--color-must);
    height: 6px;
    width: 60px;
    border-radius: 50px;
}



.air_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.air_container {
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.air_img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.air_content {
    padding: 0px 15px;
    margin-bottom: 8px;
}

.air_title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.see_more_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--color-white);
    background-color: var(--color-blue);
    justify-content: center;
    padding: 3px 0px;
    margin-top: auto !important;
    text-decoration: none;
}

    .see_more_btn:hover {
        color: var(--color-white);
    }

    .see_more_btn img {
        height: 40px;
        width: auto;
    }

.mySwiper .desti_img img {
    width: 100%;
}


.serach-bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.center-sec {
    height: 100%;
    position: relative;
}

.serach-bg .top-sec {
    width: 100%;
    background: url(/Images/search-top-bg.jpg) no-repeat center;
    height: 50vh;
    background-size: cover;
}

.serach-bg .ori-des {
    font-size: 180px;
    color: var(--secound-color);
    opacity: 0.3;
    font-weight: 700;
    height: 100%;
}

.serach-bg .wait {
    font-size: 140px;
    color: var(--secound-color);
    opacity: 0.3;
    font-weight: 700;
    height: 100%;
}

.serach-bg .bottom-sec {
    height: 50vh;
    width: 100%;
    position: relative;
    background-size: cover;
}


.serach-bg .fly-cloud {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.serach-bg .fly-cloud-verify {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
}

.serch-cont {
    font-size: 28px;
    text-align: center;
    padding-top: 30px;
    color: var(--color-darkgreen);
}

    .serch-cont span {
        display: inline-block;
        position: relative;
    }


.load-bg {
    background: var(--color-white);
}

    .load-bg .serach-info {
        text-align: center;
        line-height: 1.2;
        padding-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-blue);
        font-weight: 800;
        display: inline-flex;
        flex-direction: column;
    }

        .load-bg .city-code small {
            font-size: 17px;
            font-weight: 500;
            text-transform: none;
            color: var(--color-black);
        }

    .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;
}

#contentCntr h2{
    font-size:25px;
    font-weight:600;
}
/* Call Popup*/
.callDeal {
    width: 660px;
    z-index: 7;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 8px;
}

.closeBtn {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    right: -15px;
    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-weight: 700;
        min-height: 23px;
        color: #000;
        display: inline;
    }

.whySec, .whySec ul, .whySec ul li {
    display: flex;
}

.list-count-content .dealCode .deal {
    white-space: nowrap;
    height: 32px;
    background: var(--color-blue);
    text-align: center;
    font-size: 16px;
    color: var(--secound-color);
    display: block;
    padding: 5px 10px 4px;
    position: relative;
    width: 90%;
    margin-bottom: 15px;
    left: 5%;
}

    .list-count-content .dealCode .deal:before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        display: block;
        border: 16px solid var(--color-blue);
        z-index: 0;
        border-right-width: 5px;
        border-left-color: transparent;
    }

    .list-count-content .dealCode .deal:after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        display: block;
        border: 16px solid var(--color-blue);
        z-index: 0;
        border-left-width: 5px;
        border-right-color: transparent;
    }

.list-count-content .special-fare {
    margin-bottom: 15px;
}

    .list-count-content .special-fare .hot-price {
        font-size: 12px;
        float: right;
        text-align: right;
        line-height: 2em;
        position: relative;
    }

        .list-count-content .special-fare .hot-price span {
            font-size: 14px;
            font-weight: 700;
            color: #333;
        }

        .list-count-content .special-fare .hot-price sup {
            position: absolute;
            top: 27px;
            right: -5px;
            color: #3ab54a;
        }

        .list-count-content .special-fare .hot-price b {
            color: #3ab54a;
            display: block;
            font-size: 24px;
        }

    .list-count-content .special-fare .special-txt {
        color: #404040;
        font-size: 15px;
        font-weight: 700;
    }

        .list-count-content .special-fare .special-txt b {
            font-size: 18px;
            display: block;
        }

.list-count-content .tripclass-type {
    font-size: 13px;
    margin-bottom: 10px;
}

.list-count-content .itenerary-section {
    min-height: 50px;
    line-height: 1.8em;
    position: relative;
}

.classDeal .cityName, .classDeal .totalPrice {
    line-height: 1;
    font-weight: 700;
    color: #0b2343;
}

.list-count-content .itenerary-section .trip-type-arrow {
    border-bottom: 1px solid #404040;
    display: block;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
}

.list-count-content .itenerary-section .trip-type-icon {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 0 5px;
}

.list-count-content .itenerary-section .city-code {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
}

    .list-count-content .itenerary-section .city-code.right {
        float: right;
        text-align: right;
    }

.list-count-content .city-name {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .list-count-content .city-name .return-name {
        display: inline-block;
        text-align: right;
    }

.list-count-content .call-btn a {
    background: var(--secound-color);
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 5px;
    text-decoration: none;
}

.list-count-content .trustpilot-new {
    clear: both;
    text-align: center;
}

    .list-count-content .trustpilot-new .t-logo {
        display: inline-block;
        width: 100px;
        vertical-align: middle;
    }

        .list-count-content .trustpilot-new .t-logo img {
            width: 90px;
        }

    .list-count-content .trustpilot-new .t-rating {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        width: 110px;
        vertical-align: middle;
    }

.dealSec .dealInfo:after, .dealSec .dealInfo:before {
    content: "";
    background: #d4d4d4;
    width: 8px;
    height: 8px;
    left: -5px;
}

.list-count-content .trustpilot-new .t-rating img {
    width: 100px;
}

.list-count-content .disclaimer-txt {
    color: #a2a2a2;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
}

#Phone_error {
    padding-left: 80px;
}

.exclus-offer {
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}

    .exclus-offer .off-part {
        background: #e9f2ff;
        color: var(--color-blue);
        padding: 15px 20px;
        display: flex;
        border-radius: 10px;
        gap: 15px;
        border-bottom: 2px solid var(--color-blue);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.online-off h3 {
    font-size: 20px;
    margin: 0
}


.online-off p {
    font-size: 14px;
    color: var(--color-black);
    display: inline-flex;
    gap: 5px;
    font-weight: 500;
    margin: 0;
}

    .online-off p span {
        color: var(--color-blue);
        font-weight: 600;
    }


/* Site Map*/

.quick-link .block {
    padding: 15px 0;
    background: #efefef;
}

    .quick-link .block:nth-child(even) {
        background: #fff;
    }

.quick-link h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.quick-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-link li {
    padding-bottom: 5px;
    line-height: 24px;
    position: relative;
    width: 25%;
    float: left;
}

    .quick-link li a {
        padding-left: 15px;
        position: relative;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        display: inline-block;
        font-weight:300;
    }

        .quick-link li a:before {
            position: absolute;
            left: 0;
            top: 0;
            font-family: bootstrap-icons;
            content: "\F285";
            font-size: 12px;
        }


.nav-sec li {
    margin: 0 15px;
}

    .nav-sec li a {
        color: var(--color-black);
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
    }
        .nav-sec li a:hover {
            color: var(--color-blue);
        }


.banner-cont {
    text-align: center;
    margin: auto;
    margin-top: 260px;
    color: var(--color-white);
    padding-bottom: 20px;
}

    .banner-cont p {
        font-size: 20px;
        text-shadow: 2px 2px 2px var(--color-black);
        color: var(--color-white);
    }


.travelers {
    margin-right: 10px;
}

#skyview {
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 700px;
    object-fit: cover;
    position: relative;
}




.card-cut-off {
    align-self: stretch;
    border-left: 0.125rem dashed #e0e1e3;
    position: relative;
    z-index: 2;
}

    .card-cut-off:before, .card-cut-off:after {
        background: #f4f4f4;
        content: "";
        display: inline-block;
        height: 0.4375rem;
        left: -0.5rem;
        position: absolute;
        width: 0.875rem;
        z-index: 1;
    }

    .card-cut-off:after {
        border-radius: 0.875rem 0.875rem 0 0;
        bottom: 0;
        box-shadow: 0 13px 3px -10px #2e2e2e1a inset,0 3px 0 #f4f4f4;
        transition: background .15s ease,box-shadow .2s ease;
    }

    .card-cut-off:before {
        border-radius: 0 0 0.875rem 0.875rem;
        box-shadow: 0 -3px 0 #f4f4f4;
        top: 0;
    }


.cloud-small {
    position: absolute;
    top: 0;
    left: 0px;
    animation-name: drive;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    overflow: hidden;
}

@keyframes drive {

    from {
        transform: translateX(-50px)
    }

    to {
        transform: translateX(1000px)
    }
}

/* New payemnt page*/
.flight-detailblock {
    background: var(--color-white);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 6px #00000029;
    margin-bottom: 15px;
    border: 1px solid #ced0d4;
}



.border-dep {
    border-bottom: 1px dashed #ced0d4;
    padding-bottom: 20px;
}

.flight-detailblock h5 {
    font-size: 15px;
    color: #1f1f1f;
    margin-bottom: 6px;
}

.flight-detailblock .sort-flight-detail {
    width: 100%;
}

.flight-detailblock .cityname {
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
}

.flight-detailblock .airline-detail {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #1f1f1f;
}

    .flight-detailblock .airline-detail .name {
        padding-left: 6px;
        float: left;
        font-weight: 500;
    }

    .flight-detailblock .airline-detail .date {
        display: inline-block;
        color: #5b5b5b;
    }

        .flight-detailblock .airline-detail .date .dot {
            width: 1px;
            height: 12px;
            background: #d6d6d6;
            display: inline-block;
            border-radius: 100%;
            margin: 0 4px 0 6px;
            position: relative;
            top: 1px;
        }

.flight-detailblock .time {
    padding-top: 8px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.flight-detailblock .airline-detail img {
    width: 50px;
    float: left;
    outline: 3px solid #fff;
    outline-offset: -2px;
}

.flight-detailblock .total_time {
    padding-top: 8px;
    display: block;
    font-weight: 400;
    color: #5b5b5b;
    font-size: 12px;
    font-family: open sans,sans-serif;
}

.itenerary-baggage ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: text-top;
}

    .itenerary-baggage ul li .baggage-selected {
        position: relative;
        font-size: 11px;
        color: var(--color-darkgreen);
        padding-left: 30px;
        padding-top: 2px;
    }

        .itenerary-baggage ul li .baggage-selected.no-selection {
            opacity: .5;
        }

        .itenerary-baggage ul li .baggage-selected img {
            position: absolute;
            left: 0;
            top: 0;
            color: #4f8ffc;
            width: 20px;
        }

        .itenerary-baggage ul li .baggage-selected b {
            font-weight: 600;
        }

        .itenerary-baggage ul li .baggage-selected .cut {
            border-bottom: 2px solid #666;
            display: inline-block;
            width: 27px;
            position: absolute;
            left: -5px;
            top: 10px;
            transform: rotate(45deg);
        }

.flight-detail-link {
    font-size: 13px;
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 500;
    width: 115px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
}

    .flight-detail-link:hover {
        color: var(--color-darkgreen);
    }

.flight-content-box {
    padding: 10px 0 20px;
}

    .flight-content-box .first-segment {
        position: relative;
    }

        .flight-content-box .first-segment:before {
            content: "";
            width: 18px;
            height: 22px;
            display: block;
            position: absolute;
            left: 249px;
            top: 1px;
            background: url(/images/icons/plane3.svg) no-repeat left center #fff;
            z-index: 2;
        }

    .flight-content-box .d-flex.flight-departure {
        align-items: baseline;
    }

    .flight-content-box .flight-scheduleTime {
        font-weight: 500;
        font-size: 12px;
        color: #5b5b5b;
        float: left;
        text-align: right;
    }

    .flight-content-box .flight-duration, .flight-content-box .flight-scheduleTime {
        width: 295px;
        padding-right: 15px;
    }

        .flight-content-box .flight-scheduleTime strong {
            font-size: 16px;
            color: #1f1f1f;
        }

    .flight-content-box .flight-scheduleStops-circle {
        background: var(--color-blue);
        border-radius: 100%;
        display: inline-block;
        width: 9px;
        height: 7px;
        position: relative;
        z-index: 1;
        left: -1px;
        outline: 2px solid #fff;
    }

    .flight-content-box .flight-scheduleLocation {
        padding-left: 15px;
        width: calc(100% - 150px);
        float: right;
    }

        .flight-content-box .flight-scheduleLocation .city {
            font-weight: 400;
            color: #1f1f1f;
            font-size: 14px;
        }

    .flight-content-box .flight-detailsInfoTravel {
        padding: 20px 0;
        position: relative;
    }

    .flight-content-box .d-flex {
        align-items: center;
        position: relative;
    }

    .flight-content-box .flight-duration {
        float: left;
        font-weight: 500;
        color: var(--color-darkgreen);
        font-size: 12px;
        padding-top: 10px;
        text-align: right;
        padding-right: 0;
    }

.flight-stopIntervalSeparator {
    border-left: 1px solid #90949c;
    bottom: -21px;
    left: 250px;
    position: absolute;
    top: -21px;
    transform: translateX(6px);
}

.flight-travel-details {
    float: right;
    margin-left: 30px;
    width: calc(100% - 130px);
}

.airlines-details .right {
    width: 100%;
    float: left;
    font-size: 13px;
}

.displayclass {
    font-size: 13px;
    font-weight: 600;
    float: right;
    text-align: right;
    color: var(--color-black);
}

.fare-family-main {
    display: inline-block;
}

.airlines-details .air-name {
    font-weight: 500;
    font-size: 13px;
    color: #1f1f1f;
}

.airlines-details img {
    width: 35px;
    margin-right: 5px;
    outline: 3px solid #fff;
    outline-offset: -2px;
}

.airlines-details .flight-info {
    margin-top: 5px;
    font-size: 12px;
    color: #5b5b5b;
}

.flight-stop {
    padding: 11px 0 20px;
    position: relative;
}

    .flight-stop .flight-stopIntervalSeparator {
        border-left: 1px dotted #90949c;
    }

.flight-stop-interval .flight-scheduleLocation {
    width: calc(100% - 255px);
}

    .flight-stop-interval .flight-scheduleLocation .flight-duration {
        color: #5b5b5b;
    }

.flight-stop-interval .flight-duration {
    float: none;
    text-align: left;
    width: auto;
}

.flight-content-box .flight-scheduleLocation .flight-layover-label {
    color: var(--color-darkgreen);
}


.flight-content-box .last-segment:after {
    content: "";
    width: 12px;
    height: 20px;
    display: block;
    position: absolute;
    left: 251px;
    bottom: 8px;
    z-index: 2;
    background: url(/images/icons/location.svg?123) no-repeat center center #fff;
}

/*Footer*/


.ot-social {
    display: flex;
    grid-gap: 5px;
}

    .ot-social a {
        height: 45px;
        width: 45px;
        font-size: 14px;
        background-color: #1E2C46;
        border-color: #1E2C46;
        line-height: 46px;
        color: var(--color-white);
        text-align: center;
        margin-right: 5px;
        border-radius: 50%;
        display: inline-block
    }

        .ot-social a:hover {
            border-color: var(--color-blue);
            background-color: var(--color-blue);
        }


/**/

.font_weight500 {
    font-weight: 500;
}

.footer_logo img {
    height: 40px;
    width: auto;
}

.footer_ul_need {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

    .footer_ul_need li {
        position: relative;
        left: 15px;
        list-style: none;
    }

        .footer_ul_need li a {
            color: var(--color-white);
        }

.footer_semi_title {
    font-size: 22px;
    font-weight: 600;
}


.footer_social {
    gap: 10px;
}

    .footer_social > a {
        background-color: var(--color-darkgreen);
        color: var(--color-white) !important;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.footer_ul li a {
    color: var(--color-white);
    display: flex;
    gap: 5px;
    font-size: 15px;
}

    .footer_ul li a span {
        font-size: 20px;
        line-height: initial;
    }

.footer_ul2 {
    gap: 15px;
}

    .footer_ul2 li a {
        color: var(--color-white);
    }


.footer_ul2 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 {

    display:flex;
    align-items:center;
    justify-content:center;
}

    .info-head img{
        width:20px;
    }
    .info-head span {
        font-size: 18px;
        font-weight: 600;
        padding-right: 5px;
        color: #000000;
    }
/* Baggage Info*/
.baggage-info {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .baggage-info h5 {
        font-size: 15px;
        color: #1f1f1f;
        font-weight: 600;
    }

    .baggage-info .baggageBox {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 0;
        display: flex;
        width: 100%;
    }


        .baggage-info .baggageBox .block {
            border: 1px solid #ced0d4;
            border-radius: 6px;
            margin: 10px 0 0 0;
            width: 100%;
        }

        .baggage-info .baggageBox .head .air-name {
            overflow: hidden;
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 600;
            color: var(--color-darkgreen);
        }

.baggageBox .content {
    padding: 15px;
    overflow: hidden;
    width: 100%;
}

    .baggageBox .content ul {
        list-style: none;
        padding: 0;
    }

        .baggageBox .content ul li.d-flex {
            justify-content: space-between;
            display: flex;
        }

        .baggageBox .content ul li {
            font-size: 13px;
            color: #1f1f1f;
            font-weight: 500;
            padding-bottom: 8px;
            white-space: nowrap;
            min-width: 215px;
        }

            .baggageBox .content ul li.d-flex .bag-incl {
                position: absolute;
                width: 20px;
            }

            .baggageBox .content ul li.d-flex div.t-left {
                width: 250px;
                padding-left: 30px;
            }

            .baggageBox .content ul li.d-flex small {
                display: list-item;
                font-size: 11px;
                color: #666;
                white-space: normal;
            }

            .baggageBox .content ul li.d-flex span.t-right2 {
                width: 110px;
                text-align: right;
            }

            .baggageBox .content ul li .incl {
                text-align: right;
                display: inline;
                color: #3ab54a;
                font-weight: 600;
                font-size: 12px;
            }

            .baggageBox .content ul li .noincl {
                text-align: right;
                display: inline;
                color: #8a8a8a;
                font-weight: 600;
                font-size: 12px;
            }

            .baggageBox .content ul li.d-flex span.t-right {
                width: 175px;
                text-align: right;
            }

    .baggageBox .content .text {
        font-size: 11px;
        font-weight: 500;
    }

.baggage-info .block .head {
    padding: 8px 14px;
    border-bottom: 1px solid #ced0d4;
}

.baggage-info .baggageBox .head .air-name img {
    margin-right: 5px;
    width: 40px;
    float: left;
    outline: 3px solid #fff;
    outline-offset: -2px;
}


.loading-bg {
    background: #f9f9f9;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
}
/* New mid loading page*/

.loading-sec {
    position: relative;
    height: 120px;
    margin: 20px 0;
    display:flex;
    justify-content:center;
}


.mid-loader {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 80px;
    border-top: 5px solid var(--color-blue);
    border-bottom: 5px solid var(--color-blue);
    position: relative;
    background: linear-gradient(#FF3D00 30px, transparent 0) no-repeat;
    background-size: 2px 40px;
    background-position: 50% 0px;
    animation: spinx 5s linear infinite;
}

    .mid-loader:before, .mid-loader:after {
        content: "";
        width: 40px;
        left: 50%;
        height: 35px;
        position: absolute;
        top: 0;
        transform: translatex(-50%);
        background: rgba(255, 255, 255, 0.4);
        border-radius: 0 0 20px 20px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0 0px;
        animation: lqt 5s linear infinite;
        border:1px solid var(--color-blue);
    }

    .mid-loader:after {
        top: auto;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        animation: lqb 5s linear infinite;
    }

@keyframes lqt {
    0%, 100% {
        background-image: linear-gradient(#ff464d 40px, transparent 0);
        background-position: 0% 0px;
    }

    50% {
        background-image: linear-gradient(#ff464d 40px, transparent 0);
        background-position: 0% 40px;
    }

    50.1% {
        background-image: linear-gradient(#ff464d 40px, transparent 0);
        background-position: 0% -40px;
    }
}

@keyframes lqb {
    0% {
        background-image: linear-gradient(#ff464d 40px, transparent 0);
        background-position: 0 40px;
    }

    100% {
        background-image: linear-gradient(#ff464d 40px, transparent 0);
        background-position: 0 -40px;
    }
}

@keyframes spinx {
    0%, 49% {
        transform: rotate(0deg);
        background-position: 50% 36px;
    }

    51%, 98% {
        transform: rotate(180deg);
        background-position: 50% 4px;
    }

    100% {
        transform: rotate(360deg);
        background-position: 50% 36px;
    }
}
    

    .fly-desti {
        font-size: 20px;
        color: var(--color-black);
        font-weight: 600;
        text-transform: uppercase;
    }

    .fly-desti span {
        margin: 0 15px;
        display: inline-block;
    }

    .date-sec {
        color: #5b5a5a;
        font-weight: normal;
    }

    .wait-sec {
        color: var(--color-darkgreen);
    }
    /* New Listing Page */
    .result-block {
        margin-bottom: 20px;
        box-shadow: 0 2px 3px #ccc;
        border-radius: 5px;
        background: #fff;
        padding: 0 10px 10px;
        position: relative;
    }

    .result-block .depart-flight {
        padding: 10px 15px;
        font-size: 14px;
        color: #6b6b6b;
    }

    .no-padding-right {
        padding-right: 0;
    }

    .result-block .depart-flight .airline-detail img {
        width: 35px;
        float: left;
        vertical-align: middle;
    }

    .result-block .depart-flight .airline-detail .name {
        margin-left: 45px;
        font-size: 14px;
        padding-top: 7px;
        color: #4d4d4d;
    }

    .result-block .price-section {
        padding: 30px 0 0 0;
        text-align: right;
    }

    .result-block .price-section price {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        min-height: 35px;
        display: block;
        cursor: pointer;
        color: #1eb41c;
    }

    .result-block .depart-flight .flex-date {
        font-size: 11px;
        margin-bottom: 2px;
        color: #444;
        background: 0 0;
    }

    .result-block .depart-flight .leg-details .city {
        width: 70px;
        float: left;
    }

    .result-block .depart-flight .leg-details .city .time {
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .result-block .depart-flight .leg-details .city .code {
        color: #484848;
    }

    .code:hover .tooltip-city {
        display: block;
    }


    .result-block .depart-flight .connnecting-block {
        padding: 13px 10px 0 24px;
        float: left;
        width: calc(100% - 140px);
    }

    .result-block .depart-flight .connnecting-block .leg-points {
        background: gray;
        height: 1px;
        position: relative;
        text-align: center;
    }

    .result-block .depart-flight .connnecting-block .leg-points:before, .result-block .depart-flight .connnecting-block .leg-points:after {
        content: "";
        width: 30px;
        height: 22px;
        display: block;
        position: absolute;
        left: -20px;
        top: -12px;
        background: url(/us/images/connect-flight.png) no-repeat left center #fff;
    }

    .result-block .depart-flight .connnecting-block .leg-points span {
        font-size: 12px;
        text-align: center;
        width: 50px;
        display: inline-block;
        margin-top: -10px;
        line-height: 1.5em;
        color: #5c5c5c;
    }

    .result-block .depart-flight .connnecting-block .leg-points:after {
        content: "";
        left: auto;
        right: -5px;
        background: url(/us/images/connect-location.png) no-repeat right center #fff;
        width: 17px;
    }

    .tec-stop .tecstop-detail {
        display: none;
        background: #333;
        font-size: 13px;
        padding: 8px;
        position: absolute;
        left: 50%;
        top: 29px;
        transform: translateX(-50%);
        width: 250px;
        z-index: 5;
        border: 1px solid #333;
        color: #fff;
        font-weight: 400;
    }

    .result-block .depart-flight .leg-details .city {
        width: 70px;
        float: left;
    }

    .result-block .depart-flight .leg-details .city .time {
        color: #333;
        font-size: 14px;
        font-weight: 600;
    }

    .result-block .depart-flight .leg-details .city .code {
        color: #484848;
    }

    .leg-devider {
        border-bottom: 1px solid #e6e6e6;
        margin: 10px 0 5px;
    }

.bottom-list {
    background: var(--color-blue);
    padding: 4px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 20px;
    width: 90%;
    margin: 10px auto;
    border-radius: 5px;
    font-size: 16px;
}
    /* New Result Page design*/
    .result {
        width: 100%;
        font-size: 12px;
        margin-bottom: 25px;
        background: var(--color-white);
        box-shadow: 3px 0 10px #00000029;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
    }

    .result .col-bg {
        padding: 8px;
        width: 100%;
        position: relative;
        display: flex;
    }

    .result .partial-price {
        color: var(--color-black);
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
    }

    .evg-price {
        color: var(--color-black);
        font-size: 11px;
        font-weight: 500;
        position: absolute;
        bottom: 10px;
        line-height: 12px;
    }

    .result .select-flight-btn {
        border-radius: 5px;
        background: var(--color-blue);
        color: var(--color-white);
        float: right;
        font-size: 16px;
        font-weight: 600;
        line-height: 46px;
        margin: 0px 0px 0px 0;
        padding: 0 24px;
        text-transform: uppercase;
    }

    .depart-section, .return-section {
        padding: 0 13px 13px;
        width: 100%;
    }

    .result h4 {
        font-size: 16px;
        color: var(--color-black);
        font-weight: 500;
        margin: 0;
        padding: 8px 0px;
    }

    .dep-mar {
        padding: 5px 0;
        width: 100%;
        position: relative;
    }

    .connecting_airport {
        display: block;
        text-align: center;
        color: #355cec;
        width: 100%;
    }

    .result .flight-icon {
        text-align: center;
        padding: 3px 0;
        float: left;
        margin-right: 10px;
        width: 60px;
    }

    .result .flight-icon img {
        outline: 3px solid #fff;
        outline-offset: -2px;
    }

    .result .airlines-name {
        font-size: 13px;
        color: #0f1112;
        font-weight: 700;
    }

    .result .flight-no, .flight_operator {
        color: #0f1112;
        font-size: 12px;
    }

    .result .time {
        font-size: 13px;
        color: #0f1112;
        font-weight: 600;
        text-transform: lowercase;
    }

    .result .city1 {
        overflow: hidden;
    }

    .result .city-name {
        padding-left: 10px;
        position: relative;
        font-size: 13px;
        color: #4e4e4e;
        font-weight: 400;
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
    }

    .result .city-name .change {
        color: var(--color-blue);
    }


    .result .class {
        float: right;
        color: #0f1112;
        font-size: 12px;
    }

    .basic-class {
        float: right;
        clear: both;
    }

    .basic-info {
        margin-left: 5px;
        position: relative;
        font-weight: 500;
    }

    .result .trip-time {
        color: #555;
        font-size: 12px;
    }

    .layovertimediv {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-right: 10px;
        color: #717171;
        display: block;
        text-align: right;
    }

    .result .date {
        font-size: 12px;
        font-weight: 400;
        padding-left: 5px;
        text-transform: capitalize;
    }

    .layover-time li {
        padding: 0 13px;
        border-right: 1px solid #898989;
        float: left;
        font-size: 12px;
        color: #717171;
        line-height: 12px;
    }

    .layover-time li:last-child {
        padding-right: 0;
        border: none;
    }

    .return-section {
        border-top: 1px dashed #ccc;
    }

    .layover-time {
        list-style: none;
        float: right;
        margin: 0;
        padding: 0;
    }

    .layover-time li {
        padding: 0 13px;
        border-right: 1px solid #898989;
        float: left;
        font-size: 12px;
        color: #717171;
        line-height: 12px;
    }

    .result .bagguage_fees {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .result .bagguage_fees ul {
        padding: 10px 0 0 0;
    }

    .result .bagguage_fees ul li:last-child {
        margin-right: 0;
    }

    .result .bagguage_fees .tooltipBox {
        transform: translateX(143%);
    }
 /* New payment*/

.layoverSec {
    background: #f0f8f8;
    padding: 5px;
    text-align: center;
    color: #001637;
    font-weight: 600;
    border: 1px solid #e8f0f0;
    border-radius: 5px;
}

.retureSec:before {
    width: 105%;
    position: absolute;
    top: 0;
    height: 5px;
    background: #eff2f4;
    left:-2.5%;
    content:"";
}
.flightDetail .subTittile {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    background: rgba(128, 93, 171, 0.1);
    padding: 8px 10px;
    border-radius: 10px;
    justify-content: space-between;
}
    .flightDetail .subTittile img {
        width: 35px;
        transform: rotate(-20deg);
        display: inline-block;
        padding-right: 3px;
        margin-right: 5px;
    }
.flightDetail .retureSec .subTittile img {
    width: 35px;
    display: inline-block;
    padding-left: 3px;
    transform: scaleX(-1) rotate(-25deg);
}
    .flightDetail .subTittile .tripDay {
        padding-left: 5px;
    }
.total-time {
    display: flex;
    font-size: 14px;
    font-weight: 400;
}
    .total-time span {
        font-weight: 600;
        padding-left: 3px;
        color: #000;
    }

.flightDetail .airlines__details {
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.5em;
    color: #949494;
}
    .flightDetail .airlines__details img {
        width: 45px;
        float: left;
        margin-right: 10px;
        outline: 3px solid #fff;
        outline-offset: -2px;
        margin-bottom: 2px;
    }
    .flightDetail .airlines__details .detail {
        width: calc(100% - 45px);
        float: left;
    }
    .flightDetail .airlines__details .air-name {
        font-size: 14px;
        color: #484848;
    }
.flightDetail .destination_fullname .airport-info {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 245px;
}
    .flightDetail .destination_fullname .airport-info span {
        font-weight: 600;
        color: #000000;
        font-size: 14px;
    }
.flightDetail .destination_fullname .cityCode {
    font-size: 14px;
    color: #303030;
}
.flightDetail .route__info {
    padding: 10px 0;
    font-size: 13px;
    position: relative;
}
    .flightDetail .route__info .connecting__bar {
        width: 100%;
        height: 2px;
        border-top: 2px solid #e2e2e2;
        position: absolute;
        left: 0px;
        top: 40px;
    }
        .flightDetail .route__info .connecting__bar:before {
            right: inherit;
            left: 0px;
        }
        .flightDetail .route__info .connecting__bar:before {
            content: "";
            width: 12px;
            height: 12px;
            display: block;
            background: var(--color-blue);
            position: absolute;
            right: 0px;
            top: -7px;
            border-radius: 50%;
            border:2px solid var(--color-white);
        }
        .flightDetail .route__info .connecting__bar:after {
            content: "";
            width: 12px;
            height: 12px;
            display: block;
            background: var(--color-blue);
            font-size: 20px;
            position: absolute;
            top: -7px;
            right: 0;
            border-radius: 50%;
            border: 2px solid var(--color-white);
        }
.flightDetail .route__info .connecting__bar .duretion_time {
    position: absolute;
    left: 45%;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    color: #303030;
}
.flightDetail .route__info .time {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
}
.flightDetail .route__info .date {
    position: relative;
    font-weight: 500;
}
.flightDetail .route__info .TripTime {
    margin: 15px;
}

.flightDetail .class__type {
    padding-top: 5px;
    text-align: right;
}
.total-time b {
    padding: 0 10px;
    display: inline-block;
    font-weight: normal;
}


.payment-bg {
    background: #F8F7FB;
}
.segmentBox {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 0 15px 15px;
}

.payhead {
    font-size: 24px;
    color: #001027;
    padding: 0;
    margin-bottom:10px;
    font-weight: 600;
}
    /*.segmentBox .content {
    padding: 0 15px
}*/
    .segmentBox .topStrip {
        padding: 0px 15px 10px;
    }

    .msgbox {
        background: #fff7d3;
        border: 1px solid #B1A10E;
        border-radius: 20px;
        display: inline-block;
        position: relative;
        font-size: 12px;
        color: #202020;
        font-weight: 500;
        padding: 5px 12px;
        margin: 0 5px 10px 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-weight: 600;
    }

    .segmentBox .airline-detail {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #202020;
        padding-left: 15px;
    }

    .segmentBox .airline-detail .airline_logo {
        width: 45px;
        margin-right: 10px;
        outline: 3px solid #fff;
        outline-offset: -2px;
    }

    .segmentBox .flightnum {
        padding-left: 70px;
        white-space: nowrap;
    }

    .segmentBox .legdetail {
        display: flex;
        position: relative;
    }

    .segmentBox .legdetail .city {
        width: 115px;
        position: relative;
    }

    .segmentBox .legdetail .city .time {
        font-size: 22px;
        font-weight: 700;
        line-height: 23px;
    }

    .segmentBox .legdetail .city .code {
        font-size: 14px;
        color: #6B6B6B;
        display: block;
        line-height: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
    }

    .segmentBox .legdetail .connnecting-block {
        width: calc(100% - 230px);
        padding: 0 30px;
        margin-top: 22px;
        position: relative;
    }

    .segmentBox .legdetail .connnecting-block .nonstop {
        display: block;
        text-align: center;
        font-size: 13px;
        color: #355cec;
        font-weight: 500;
        padding-top: 6px;
        margin-bottom: 6px;
    }


    .segmentBox .legdetail .connnecting-block .leg-seprator {
        width: 100%;
        height: 4px;
        display: block;
        background: #4f8ffc2e;
    }

    .segmentBox .legdetail .connnecting-block .leg-seprator:before, .segmentBox .legdetail .connnecting-block .leg-seprator:after {
        content: '';
        width: 34px;
        height: 34px;
        display: block;
        position: absolute;
        left: 16px;
        top: -16px;
        background: url(/images/icons/depart-icon.svg) left top no-repeat;
    }

    .segmentBox .legdetail .connnecting-block .leg-seprator:after {
        left: inherit;
        right: 13px;
        background: url(/images/icons/return-icon.svg) left top no-repeat;
    }

.segmentBox .stopBlock {
    width: 432px;
    margin-top: 30px;
    background: rgba(79,143,252,0.09);
    border: 1px solid var(--color-blue);
    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: var(--color-blue);
    font-weight: 500;
}

    .segmentBox .stopBlock .heading a {
        color: var(--color-blue);
        text-decoration: underline;
    }


    .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 var(--color-blue);
        border-radius: 5px;
        width: 100%;
    }

    .segmentBox .stopBlock .showstop .newblock .legrepeat {
        position: relative;
    }


    .segmentBox .legrepeat .airline-detail {
        padding-left: 0;
    }

    .segmentBox .stopBlock .showstop .newblock .airline_logo_small {
        width: 20px;
        margin-right: 6px;
    }

    .inline_tooltip {
        display: inline-block;
        position: relative;
        margin-left: 5px;
    }

    .eqp_tooltip .tooltipBox {
        width: 270px;
        padding: 5px 6px;
    }

    .inline_tooltip .tooltipBox {
        top: 26px;
        left: -44px;
    }

    .segmentBox .stopBlock .showstop .newblock .stoplegdetail {
        padding: 10px 0px;
        display: flex;
        justify-content: space-between;
    }

    .segmentBox .stopBlock .showstop .newblock .stoplegdetail .bi-clock-fill {
        display: block;
    }

    .segmentBox .stopBlock .showstop .newblock .stoplegdetail .city {
        font-size: 12px;
        color: #222940;
        font-weight: 500;
        position: relative;
        width: 115px;
        line-height: 16px;
    }


    .segmentBox .stopBlock .showstop .newblock .total_time {
        text-align: center;
        white-space: nowrap;
    }

    .segmentBox .stopBlock .showstop .newblock .stoplegdetail .city strong {
        font-size: 18px;
        color: #202020;
        display: block;
        font-weight: 600;
    }

    .segmentBox .stopBlock .showstop .newblock .layover_main {
        position: relative;
        padding-bottom: 12px;
    }

    .segmentBox .stopBlock .showstop .newblock .layover_time {
        background: var(--color-blue);
        border: 1px solid var(--color-blue);
        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 var(--color-org);
        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;
    }

    .baggage_info {
        width: 100%;
        overflow: hidden;
        padding: 15px 15px 11px;
        border-top: 1px solid #DBDBDB;
        background: #F3F5FE;
        border-radius: 0 0 5px 5px;
    }

    .baggage_info ul {
        padding: 0px 0px 0px;
        display: flex;
        justify-content: space-between;
    }

    .baggage_info ul li {
        display: flex;
        align-items: center;
        position: relative;
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
    }

    .baggage_info ul li .baggage-selected {
        display: flex;
        align-items: center;
        position: relative;
    }

    .baggage_info ul li .baggage_status {
        z-index: 1;
        margin-right: 15px;
    }

    .baggage_info ul li .img_status {
        position: absolute;
        left: 12px;
        top: 0px;
        z-index: 2;
    }

    .baggage_info ul li .icons {
        position: relative;
        width: 22px;
    }

    .baggage_info ul li img {
        margin-left: 3px;
    }

    .baggage_info ul li small {
        font-size: 12px;
        color: #909AA5;
        font-weight: 400;
        display: block;
    }

    .baggage_info ul li .baggage-selected.no-bag {
        color: #909aa5;
    }

.traveler-block .sub-title {
    position: relative;
    margin: 0;
    font-weight: 600;
    padding: 15px 0;
    color: #001637;
    font-size: 15px;
    display: block;
    line-height: 18px;
}

    .passenger-text {
        font-weight: 400;
        color: var(--color-black);
        float: right;
    }
    /*Limit Offer*/
    .tittle-sec {
        font-size: 35px;
        font-weight: 600;
        color: var(--color-black);
    }

    .limit-offer {
        width: 75%;
        margin: 0 auto;
        background: var(--color-white);
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
        border-radius: 5px;
        padding: 10px 20px;
    }

    .call-Icon {
        position: absolute;
        bottom: 0;
        right: 1%;
    }
    /* Limit Offer css end*/
    /*slider Offer css start*/


    .tittle {
        font-size: 30px;
        color: #001f4e;
        font-weight: 600;
    }

    .offer-nav .nav-tabs .nav-link:focus, .offer-nav .nav-tabs .nav-link:hover {
        border-color: none;
    }

    .offer-nav .nav-tabs {
        border-bottom: 2px solid #969696;
        width: 25%;
    }

    .offer-nav .nav-tabs .nav-link {
        color: #525252;
        margin-right: 15px;
        padding-left: 0;
    }

    .offer-nav .nav-tabs .active {
        border: none;
        color: #1e365e;
        border-bottom: 2px solid #001f4e;
        margin-bottom: -2px;
        font-weight: 600;
    }

    .offer-slider {
        margin-top: 20px;
        position: relative;
    }


.all-slide .slick-next, .all-slide .slick-prev {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-blue);
    background: var(--color-blue);
    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;
    z-index: 1;
}

    .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;
    background: #ffffff;
    padding:0 15px;
}

.airline-name {
    border-top: 1px solid rgba(40,50,63,0.5);
    padding: 10px;
    justify-content: center;
    display: flex;
    grid-gap: 50px;
    font-size: 30px;
    font-weight: 400;
    color: #28323F;
}


    .airline-name span img {
        width: 60px;
    }

    .desti {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .desti .city {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
        width: 30%;
    }

    .desti .city span {
        font-size: 14px;
        display: block;
        font-weight: 500;
        overflow: hidden;
        text-transform: none;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .desti .mid-line {
        width: calc(100% - 60%);
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mid-line span {
        font-size: 14px;
        font-weight: 500;
    }

    .price-info {
        border-top: 2px solid #d6d6d6;
        margin: 0 15px;
        font-size: 20px;
        font-weight: 600;
        color: #004a91;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        align-items: center;
    }

    .price-info span {
        font-size: 14px;
        font-weight: 400;
        color: #494949;
    }
    /*Be Ready Css Start*/
    .bg_ready {
        background: url(/images/banner_travel.png) no-repeat center;
        height: 400px;
        color: var(--color-white);
        margin-top: 45px;
        border-radius: 10px;
    }

    .ready_title {
        font-weight: 700;
    }

    .know_more_btn {
        background-color: var(--color-org);
        color: var(--color-white);
        display: inline-flex;
        align-items: center;
        padding: 14px 40px;
        border-radius: 50px;
        gap: 5px;
        text-transform: capitalize;
    }

    .know_more_btn img {
        height: 30px;
        width: auto;
    }
    /*Be Ready css end*/
    /* Why Choose Css Start*/
    .section-title h2 {
        position: relative;
        font-weight: 600 !important;
        font-size: 30px !important;
    }

.section-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #40a4ab;
    width: 10%;
    right: 0;
    margin: 0 auto;
}


    .choose-grid {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-gap: 20px;
    }

    .choose-container {
        padding: 20px;
        border: 1px solid rgba(0,0,0,0.2);
        text-align: center;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    }

    .choose-icon {
        width: 75px;
        margin: auto;
    }

    .choose-title {
        margin-bottom: 0px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 18px;
    }
    /* Reviews Css start*/
    .reviews-slider .slick-slide {
        padding: 10px;
    }

    .testimonal {
        background: url(/images/home/testimonal-bg.png) center no-repeat;
        background-size: auto;
        padding: 50px 0;
        background-color: #f5f5f5;
        margin: 50px 0;
        position: relative;
    }

    .testi-card {
        background-color: var(--color-white);
        padding: 20px;
        box-shadow: 0px 3px 15px rgba(22, 25, 33, 0.04);
        border-radius: 6px;
        position: relative;
        z-index: 2;
        height: 190px;
    }

    .testi-card:before {
        content: "";
        height: 40px;
        width: 50px;
        background-color: var(--color-blue);
        position: absolute;
        bottom: 45px;
        right: 40px;
        clip-path: path("M0 0V40L18.75 20V0H0ZM31.25 0V40L50 20V0H31.25Z");
        z-index: -1;
        opacity: 0.1;
    }

    .testi-card-rating {
        margin-bottom: 15px;
        color: #3cb371;
        font-size: 14px;
        letter-spacing: 5px;
    }

    .testi-card-profile {
        display: flex;
        gap: 15px;
        align-items: center;
        position: absolute;
        bottom: 15px;
    }

    .media-body {
        margin-top: 15px;
    }

    .testi-card-name {
        font-size: 16px;
        margin-bottom: 4px;
        font-weight: 700;
    }

    .testi-card-desig {
        display: block;
        font-size: 13px;
        color: var(--color-blue);
    }

    .testi-card-text {
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Top Destination Css Start*/
    .destination {
        padding: 25px 0 0;
    }

    .destination-slider .slick-slide {
        padding: 10px;
    }

    .tour-card {
        border-radius: 10px;
        background-color: var(--color-white);
    }

    .tour-card-img {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .tour-card-img:after {
        position: absolute;
        content: "";
        bottom: 0;
        width: 100%;
        left: 0;
        height: 100px;
        background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .tour-card-img img {
        width: 100%;
        transition: 0.4s ease-in-out;
        height: 200px;
    }

    .tour-card:hover .tour-card-img img {
        transform: scale(1.1);
    }

    .tour-card-img .category-trip-discount {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: var(--color-white);
        padding: 1px 10px 0 10px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 4px;
        z-index: 1;
    }

    .tour-card-content {
        padding: 15px 15px 0 15px;
    }

    .tour-card-top {
        margin-top: -5px;
    }

    .all-slide .slick-prev:before, .all-slide .slick-next:before {
        font-family: bootstrap-icons;
    }

    .all-slide .slick-next:before {
        content: "\F285";
    }

    .all-slide .slick-prev:before {
        content: "\F284";
    }

    .tour-card .category-trip-loc i {
        position: relative;
        top: -1px;
        margin-right: 3px;
    }

    .tour-card-top {
        font-size: 16px;
    }

    .tour-card-title {
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 12px;
    }

    .tour-card-bottom {
        border-top: 1px dashed #bdbdbd;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .tour-card .link-btn {
        font-weight: 500;
        font-size: 14px;
        color: var(--color-blue);
    }
    /* Faq Section Css Start*/
    .common-title {
        color: var(--color-black);
        font-weight: 600;
        font-size: 24px;
    }

    .faq-img img {
        height: 270px;
        object-fit: cover;
        width: 100%;
    }

    .accordion {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .faq-sec p {
        font-size: 16px;
    }

    #faq-sec .accordion-body {
        margin-top: 5px;
        background: #ebebeb;
        border-radius: 5px;
        font-size: 15px;
    }

    #faq-sec .accordion-item {
        border: none;
    }

    #faq-sec .accordion-button {
        border: 1px solid #b7b7b7;
        border-radius: 5px;
    }


    #faq-sec .accordion-item:first-of-type .accordion-button {
        padding-right: 45px;
    }

    #faq-sec .accordion-button.collapsed::after {
        content: "\F282";
        background-color: var(--color-blue);
        color: var(--color-white);
        font-family: 'bootstrap-icons';
        padding-top: 3px;
    }

    #faq-sec .accordion-button::after {
        content: "\F286";
        background-color: var(--color-white);
        color: var(--color-black);
        display: flex !important;
        align-items: center;
        justify-content: center;
        /* display: none !important; */
        background-image: none !important;
        position: absolute;
        right: 15px;
        font-family: 'bootstrap-icons';
    }

    #faq-sec .accordion-button:not(.collapsed)::after {
        transform: rotate(0deg);
    }

    #faq-sec .accordion-button:not(.collapsed) {
        background-color: var(--color-blue);
        color: var(--color-white);
        border-radius: 5px !important;
        font-size: 18px;
        border: 1px solid var(--color-blue) !important;
    }

    #faq-sec .accordion-button::after {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    /* Footer css start*/
    .footer {
        background-color: #1e1e1e;
        color: var(--color-white);
        margin-top: 20px;
    }

    .footer_title {
        font-size: 22px;
        font-weight: 500;
    }

    .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: 10px;
    }


    .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 {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .triptype .active label {
        color: var(--color-blue);
    }

    .triptype label {
        cursor: pointer;
        font-weight: 400;
        line-height: 22px;
        padding-left: 26px;
        position: relative;
        color: #fff;
    }

    .triptype label input {
        opacity: 0;
        position: absolute;
    }

    .triptype label input[type=radio]:checked ~ span::before {
        border-radius: 100%;
        background: #fff;
        content: "";
        display: block;
        height: 8px;
        width: 8px;
        left: 6px;
        position: absolute;
        top: 6px;
    }

    .triptype label input[type=radio]:checked ~ span::after {
        border: 2px solid #fff;
    }

    .triptype label input[type=radio] ~ span::after {
        border-radius: 5px;
        border: 2px solid #fff;
        content: "";
        height: 20px;
        width: 20px;
        left: 0;
        position: absolute;
        top: 0;
    }

.modifySearchBox .input-block {
    position: relative;
    border: 1px solid rgba(0,21,53,0.48);
    border-radius: 5px;
    padding: 10px 15px 10px 40px;
    background: #fff;
}

    .modifySearchBox .searchBox {
        padding: 0 5px 10px;
        border-radius: 10px;
    }

.modifySearchBox .modi-bg {
    padding: 0 15px 10px;
    border-radius: 5px;

}
.modifySearchBox .inputField {
    width: 100%;
    font-weight: 500;
    z-index: inherit;
    font-size: 16px;
}

    .modifySearchBox .airport-name {
        position: absolute;
        top: 12px;
        left: 50px;
        width: 75%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .modifySearchBox .travel-Class {
        position: absolute;
        top: 12px;
        left: 115px;
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 20px;
    }

    .modifySearchBox .travelsSecOpne .bi-chevron-down {
        position: absolute;
        right: 10px;
        top: 11px;
    }

.modifySearchBox .inputReturn:before {
    position: absolute;
    content: "";
    background: #000000;
    height: 60%;
    left: 0;
    top: 20%;
    width: 2px;
    z-index:1;
}

.modifySearchBox .searchButton {
    background: #f06131;
    padding: 7px 35px 10px 35px;
    color: var(--color-white);
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .modifySearchBox .passenger-Box {
        top: 95px;
    }
    /* Listing Filter css start*/
    #resultsCntr .leftCntr {
        padding-right: 20px;
        width: 280px;
        float: left;
    }
.holder {
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    overflow: hidden;
}
.reset-sec {
    background: #ffffff;
    color: #515355;
}
.reset-bg {
    background: var(--color-blue);
    color: var(--color-white);
    padding:5px 15px;
}
.reset-sec i {
    font-size: 20px;
}

    .reset-btn {
        background: #eafff3;
        color: var(--color-blue) !important;
        font-size: 14px;
        text-transform: uppercase;
        padding: 8px 20px;
        line-height: 1;
        border-radius: 5px;
        text-decoration: none;
    }

    .filterBox.tab-pane {
        display: block;
        opacity: 1;
    }

.filterBox .head {
    padding: 5px;
    font-size: 16px;
    color: #00102a;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #f7fdfd;
}

    .filterBox .filter__list {
        list-style: none;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .filterBox .filter__list li {
        display: flex;
        justify-content: space-between;
        padding-bottom: 7px;
    }

    .filterBox .inputSet label {
        padding-left: 27px;
    }

.inputSet label {
    cursor: pointer;
    font-weight: 500;
    line-height: 22px;
    padding-left: 26px;
    position: relative;
    color: #000000;
}

    .inputSet label input {
        opacity: 0;
        position: absolute;
    }

    .ui-slider-horizontal {
        height: 3px;
        background: #bdbdbd;
        border: none;
        z-index: 0;
        margin: 25px 30px 10px 15px;
        border: none !important;
        padding: 0;
    }

        .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
            background: var(--color-blue);
        }

        .ui-slider-horizontal .ui-slider-handle {
            top: -7px;
            margin-left: 0;
            border: 2px solid #0270b4;
            border-radius: 50%;
            cursor: pointer;
            background: #ffffff;
        }

    .filterBox .range_text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        padding:0 15px;
        font-size:15px;
        font-weight:500;
    }



.inputSet label input[type=checkbox] ~ span::after {
    border: 1px solid #c9c9c9;
    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 var(--color-blue);
        background: var(--color-blue);
    }

    .inputSet label input[type=checkbox]:checked ~ span {
        color: var(--color-blue);
    }

    .inputSet label input[type=checkbox]:checked ~ span::before {
        z-index: 1;
        content: "\F272";
        display: block;
        position: absolute;
        left: 2px;
        top: -1px;
        font-family: bootstrap-icons;
        color: var(--color-white);
    }

    .filterBox .subheading {
        font-size: 15px;
        color: #343434;
        margin-bottom: 10px;
        font-weight: 500;
        padding:0 15px;
    }

    .filterBox .text-overflow {
        display: inline-block;
        max-width: 150px;
    }


    .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: calc(50% - 7px);
        min-height: 75px;
        margin-right: 7px;
        margin-bottom: 7px;
        float: left;
        font-size: 12px;
        border: 1px solid rgba(0,0,0,0.6);
        border-radius: 5px;
        text-align: center;
        padding: 0 9px 9px;
        cursor: pointer
    }

    .filterBox ul.time_filter li .icons {
        width: 34px;
        height: 34px;
        display: block;
        margin: 0 auto
    }

    .filterBox ul.time_filter li .icons.icon_earlymorning {
        background: url(/images/icons/early_morning.svg) center center no-repeat
    }

    .filterBox ul.time_filter li .icons.icon_morning {
        background: url(/images/icons/morning.svg) center center no-repeat
    }

    .filterBox ul.time_filter li .icons.icon_afternoon {
        background: url(/images/icons/afternoon.svg) center center no-repeat
    }

    .filterBox ul.time_filter li .icons.icon_evening {
        background: url(/images/icons/evening.svg) center center no-repeat
    }

    .filterBox ul.time_filter li.selected, .filterBox ul.time_filter li:hover {
        border-color: var(--color-org);
        color: var(--color-org);
    }

    .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
    }

    .filterBox ul.time_filter li .time {
        font-weight: 500
    }
    /* Filter for mobile view css*/
    .mobile_filter_tab {
        background: #014382;
        overflow: hidden;
        color: #fff;
        position: relative;
        display: none;
    }

    .mobile_filter_tab h4 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
    }

    .mobile_filter_tab .close_filter {
        position: absolute;
        right: 0;
        top: -4px;
        padding: 4px 10px;
        font-size: 20px;
        color: #fff;
    }

    .mobile_filter_tab ul {
        list-style: none;
        padding: 0;
        display: flex;
        background: #f2f5ff;
        justify-content: space-between;
        margin: 0;
    }

    .mobile_filter_tab ul li a {
        padding: 10px 20px;
        font-weight: 600;
        border-bottom: 2px solid #f2f5ff;
        display: block;
        color: #333;
    }

    .mobile_filter_tab ul li a.active, .mobile_filter_tab ul li a:focus {
        background: #fff;
        color: #014382;
        border-bottom: 2px solid var(--color-blue);
        text-decoration: none;
    }
    /* Mobile view css end*/
    /* Matrix view css start*/
.matrixBox .matrix__wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 4px 5px #0000000A;
    border: 1px solid #e8e8e8;
    background: rgba(255, 255, 255, 1);
}

    .matrixBox .matrix__aside {
        position: relative;
        float: left;
        width: 14%;
    }

    .matrixBox .matrix__aside .matrix__box {
        color: var(--color-blue);
        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 .items {
        width: 200px;
        float: left
    }

    .matrixBox .matrix__slider .matrix__logo {
        width: 38px;
        margin-bottom: 10px;
        outline: 3px solid #fff;
        outline-offset: -2px
    }

    .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 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    height: 60px;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

    .matrixBox .matrix__slider .items.active {
        background: #ebfff3;
    }

    .isactive {
        background: #ebfff3;
    }

    .matrixBox .matrix__box-lg .multiairline {
        position: absolute;
        right: 0px;
        top: 10px;
        height: 25px
    }

    .matrixBox .matrix__box {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        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: rgba(62, 164, 169, 0.1);
        }

    .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: 0;
    top: -25px;
    background: var(--color-blue);
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    color: var(--color-black);
}

    .matrixBox .slick-next.slick-disabled, .matrixBox .slick-prev.slick-disabled{
        background:rgba(63,164,170,0.2);
        cursor:default;
    }
    .matrixBox .slick-prev {
        left: inherit;
        right: 30px;
    }

        .matrixBox .slick-next:before, .matrixBox .slick-prev:before {
            color: var(--color-white);
            font-family: bootstrap-icons;
            content: "\F285";
            font-size: 14px;
        }

        .matrixBox .slick-prev.slick-disabled:before, .matrixBox .slick-next.slick-disabled:before {
            opacity: 1;
        }

.matrixBox .slick-prev:before {
    font-family: bootstrap-icons;
    content: "\F284"
}

    .matrixBox .collapse.show {
        display: inline !important
    }

.matrixBox .learn-more {
    color: var(--color-blue);
}
    /* 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;
    }


        .sortingTabBox ul li {
            padding:5px 8px;
            font-weight: 400;
            border: 1px solid rgba(0, 0, 0, 0.15);
            position: relative;
            color: var(--color-black);
            display: flex;
            background: var(--color-white);
            width: 23%;
            font-size: 14px;
            gap: 5px;
            margin: 0 3px;
            border-radius: 5px;
        }

    .sortingTabBox ul li .bi-search {
        color: var(--color-blue);
        padding-left: 2px;
    }




    .sortingTabBox ul li a {
        display: flex;
        flex-direction: column;
    }


        .sortingTabBox ul li.active {
            position: relative;
            background: var(--color-blue);
        }
            .sortingTabBox ul li.active:hover {
                background: var(--color-blue);
                color:#ffffff;
            }

                .sortingTabBox ul li.active:hover, .sortingTabBox ul li.active:hover span {
                    background: var(--color-blue);
                    color: #ffffff;
                }

        .sortingTabBox ul li a {
            text-decoration: none;
            cursor: pointer
        }

    .sortingTabBox ul li .price {
        font-weight: 600;
        display: block;
        font-size: 14px;
        color: var(--color-blck);
    }

    .sortingTabBox ul li.active .price, .sortingTabBox ul li.active a {
        color: var(--color-white);
        
    }


    /*.sortingTabBox ul li:hover:after {
            content: "";
            width: 73%;
            background: var(--secound-color);
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
            height: 4px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0px);
        }*/
    .sortingTabBox ul li:first-child {
        width: 14%;
        border: none;
        height: 54px;
        display: flex;
        align-items: center;
    }

    .sortingTabBox ul li:first-child:after {
        width: 80%;
        left: 10%;
    }

    .sortingTabBox ul li:hover, .sortingTabBox ul li:hover span {
        background: #e8f4ff;
    }

    .resultsBox .flight__row {
        padding: 5px 0;
    }

    .resultsBox .top_row_mobile {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }


    .resultsBox .price_list .price {
        font-size: 22px;
        color: var(--color-black);
        font-weight: 600;
        position: relative;
        display: block;
        cursor: pointer;
    }

    .resultsBox .price_list .price sup {
        font-size: .75rem;
    }


    .resultsBox .flight__row .head .date {
        font-weight: 400;
        font-size: 14px;
    }

    .resultsBox .flight__row .airline_logo {
        float: left;
        width: 42px;
        outline: 3px solid #fff;
        outline-offset: -2px;
    }
    /* Flight Details css start*/
    #returnTabcontent {
       margin-top:20px;
    }

    .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: 15px;
            background: #f8f9fb;
        }

    .flightDetailWrapper .flightDetail_popup .close_detail {
        font-size: 20px;
        color: #898d92;
        padding-left: 25px;
        position: absolute;
        right: 30px;
        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;
            border-top:1px solid #bec0c3;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }


    .flightDetailWrapper .flightDetail_popup .price_list {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }


    .flightDetailWrapper .flightDetail_popup .price_list .price {
        font-size: 22px;
        font-weight: 700;
        position: relative;
        line-height: 21px;
        display: block;
        margin-right: 50px;
        text-align: center
    }


    .flightDetailWrapper .flightDetail_popup .price_list .price sup {
        font-size: .75rem
    }

    .flightDetailWrapper .flightDetail_popup .price_list .per_person {
        font-size: 11px;
        display: block;
        color: #9b9b9b;
        line-height: 13px
    }

        .flightDetailWrapper .flightDetail_popup .price_list .select__btn {
            background: #2F80ED;
            padding: 10px 35px 10px 35px;
            color: var(--color-white);
            font-size: 16px;
            border-radius: 5px;
            text-decoration: none
        }


    .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 30px;
        height: calc(100vh - 130px);
        background: #fff;
        color: #8a8a8a;
        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: #000000;
    }

    .flightDetailWrapper .flightDetail_popup .airlines__details {
        font-size: 13px;
        line-height: 1.5em;
        color: #949494
    }


    .flightDetailWrapper .flightDetail_popup .airlines__details .air-name {
        font-size: 14px;
        color: #484848
    }

    .flightDetailWrapper .flightDetail_popup .airlines__details img {
        width: 40px;
        float: left;
        margin-right: 10px;
        outline: 3px solid #fff;
        outline-offset: -2px;
        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;
        color: #484848;
        font-weight: 600;
        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 solid #d7d7d7;
            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 var(--color-blue);
            position: absolute;
            right: 0;
            top: -6px;
            border-radius: 100%;
            background: var(--color-blue);
        }

    .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
    }

.airinfo-bg {
    background: #f0f8f8;
    border-radius: 5px;
    padding: 10px 0;
    align-items: center;
    color: #001637;
}
.flightDetailWrapper .flightDetail_popup .layover {
    padding: 8px 20px;
    font-size: 14px;
    color: #001637;
    background: #e8f0f0;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 400;
}
.total-trip {
    background: #f5f5f5 !important;
    color: var(--color-blue) !important;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px;
    text-align: center;
    margin: 10px 0;
}

            .flightDetailWrapper .flightDetail_popup .layover .bi-stopwatch {
                position: relative;
                top: -2px;
                margin-right: 4px
            }
    /* Payment Page css start*/
.back {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    background: #175be7;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}
    .back:hover {
        color: #fff;
        background: #ea6a32;
    }

.go-back {
    color: var(--color-white);
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: var(--color-black);
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    gap: 5px;
}

    .go-back i {
        font-size: 20px;
    }

    .go-back:hover {
        text-decoration: none;
        color: var(--color-white)
    }

    .review-trip {
        font-size: 22px;
        color: var(--color-black);
        font-weight: 600;
        padding-bottom: 15px;
    }

    .continue-btn {
        float: right;
        background: var(--color-blue);
        color: var(--color-white);
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 5px;
    }

    .continue-btn:hover {
        color: var(--color-white);
    }

    .heading-block {
        position: relative;
        margin-bottom: 20px;
        padding-top: 0px;
    }

        .heading-block h3 {
            font-weight: 600;
            font-size: 24px;
            margin: 0 0 15px 0;
            color: #001027;
        }

        .heading-block p {
            color: #393939;
            font-size: 14px;
            margin: 0;
            background: #f0f8f8;
            padding: 5px 10px 5px 15px;
            border-radius:5px;
            font-weight:500;
            position:relative;
        }
            .heading-block p:after {
                width: 5px;
                background: #0270b4;
                content: "";
                top: 0;
                left: 0;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                position: absolute;
                height: 100%;
            }

            .phead img {
                position: absolute;
                right: 0;
                top: -95px;
            }
    /* 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%,-20%);
        border-radius: 5px;
        min-width: 700px;
        z-index: 9;
    }
}
    .phone-only-sec .phone-only-pic {
        background: none;
        width: 90px;
        height: 65px;
        float: left;
        display: inherit;
        position: relative;
        top: -0.3rem;
    }

        .phone-only-sec b {
            font-size: 15px;
        }

        .phone-only-sec .phone-only {
            margin: auto;
        }
    .phone-only-sec .phone-number {
        color: #3cb371;
        font-weight: 700;
    }
    .phone-only-sec .cross-icon {
        position: absolute;
        cursor: pointer;
        color: #73767f;
        right: 2px;
        top: -15px;
        font-size: 14px;
    }

.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 var(--color-org);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 8px;
    left: 7px;
}


/* 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: 20px;
    z-index: 2;
    background: #007001;
    color:#ffffff;
    font-size:18px;
    text-align:center;
}
        .book-now-conf .button-loding .button-loader {
            top: 20px;
            left:70px;
        }
    /* Responsive Css*/

@media(max-width:1199px) {
    .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;
    }
    .flex_prop{
        flex-direction:column;
        align-items:flex-start;
    }
    .social_links{
        flex-direction:initial !important;
    }
    #resultsCntr .rightCntr {
        width: calc(100% - 280px);
    }
    .expert{
        display:none;
    }
    .sortingTabBox ul li{
        font-size:12px;
    }
    #price12{padding-left:0px;}

.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:1300px) {
    #resultsCntr .right-cntr {
        width: calc(100% - 280px);
    }
    .resultsBox .flight__row .leg-details .leg-points .stops {
        width: 58px;
    }
}

.content-sec h1{
font-size:30px;
}

.radiogroup {
    margin-top: 30px;
}
.radiogroup ul{
    display:flex;
    grid-gap:20px;
    justify-content:space-between;

}
.radiogroup .radio-50 li {
    width: 50%;
    margin-right: 20px;
}
    .radiogroup li .yes-label, .radiogroup li .no-label {
        background: var(--color-blue);
        border-radius: 5px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        font-weight: 400;
        justify-content: space-between;
        height: 56px;
        padding-left: 40px;
        color: var(--color-white);
    }
.radiogroup li .no-label {
    background: #e2e2e2;
    color:var(--color-black);
}

.radiogroup .inputSet label input[type=radio]:checked ~ span::before{
    top:22px;
    left:14px;
    z-index:1;
}
.radiogroup .inputSet label input[type=radio] ~ span::after {
    top: 17px;
    left:9px;
}
.radiogroup .inputSet label input[type=radio]:checked ~ span::after{
    border:1px solid var(--color-blue);
    background:var(--color-white);
}

.brandpush-logo-container-item {
    height: auto;
    width: 100%;
    position: relative;
    padding: 25px 50px;
}

.brandpush-vertical-center {
    height: inherit;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .brandpush-vertical-center img.brandpush-news-logo {
        max-width: 100px;
        max-height: 66px;
        min-width: 50px;
        min-height: 40px;
        height: auto;
        width: auto;
        margin: 7px 10px;
    }

.brandpush-trust-badge, .brandpush-title, .brandpush-footer {
    font-family: sans-serif !important;
}

    .brandpush-title:before, .brandpush-title:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #d8d8d8;
        margin: auto;
        width: 27%;
        display: block;
        position: relative;
    }

    .brandpush-title:before {
        margin-left: 30px;
        top: 12px;
    }

    .brandpush-title:after {
        margin-right: 30px;
        top: -13px;
    }

@media screen and (min-width: 585px) {
    .brandpush-logo-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 584px) {
    .brandpush-news-logo {
        max-width: 70px !important;
    }

    .brandpush-title {
        font-size: 15px;
        top: -5px;
        letter-spacing: 6px;
    }

        .brandpush-title:before, .brandpush-title:after {
            border-bottom: none !important;
        }

    .brandpush-leaf {
        display: none !important;
    }
}

@media screen and (max-width: 340px) {
    .brandpush-title-hr {
        display: none;
        
    }

    .brandpush-title {
        font-size: 14px;
        padding: 0 !important;
    }

    .brandpush-footer {
        font-size: 11px !important;
        margin: 20px 0 25px 0 !important;
        letter-spacing: 2px !important;
    }

    .brandpush-news-logo {
        max-width: 50px !important;
    }
}

.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;

}

.as-seen-on{
    margin:40px 0 80px 0;
}
.as-seen-on .tit {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-black);
    text-transform: uppercase;
}
.as-seen-on .tit:after{
    position:absolute;
    bottom:0;
    width:100%;
    height:2px;
    background:var(--color-darkBlue);
    content:"";
    left:0;
}
    .as-seen-on .slick-slide {
        padding:15px 0;
    }

.agency-logo {
    background: var(--color-white);
    padding: 10px 0;
    clear: both;
}
    .agency-logo ul{
        display:flex;
        justify-content:center;
        flex-flow:wrap;
    }
    .agency-logo li {
        display: inline-block;
        margin: 0 5px;
    }
        .agency-logo li a {
            display: block;
            background-size: 100%;
            background: url(/images/sprit-foot.png) 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;
            }

/* New Destination */


    /* Deals Seaction Css start*/
.deal-bg {
    background: rgba(128, 93, 171, 0.05);
    padding: 30px 0 50px 0;
    margin-top: 50px;
}
.deal-date {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    font-size: 18px;
    border-top: 1px solid rgba(40,50,63,0.5);
    padding:10px 0;
}
.deal-block .price-info {
    font-size: 18px;
    border-top: 1px solid rgba(40,50,63,0.5);
    margin: 0;
    display: flex;
    justify-content: space-between;
    color: #28323F;
    font-weight:500;
}
    .deal-block .price-info .rs {
        background: var(--color-blue);
        color:#ffffff;
        font-size:20px;
        padding:10px 15px;
        line-height:1;
        border-radius:5px;
        font-weight:600;
    }


/* header */

.home-header {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color:#fff;
}

/* header */
.bottom_line {
    width: 100%;
}

.dark_ftr {
    background: #4263c1;
    width: 24%;
    float: left;
    height: 11px;
}

.light_ftr {
    background: #468be8;
    width: 76%;
    float: left;
    height: 11px;
}
.modify_box_icon .icons {
    top: 10px !important;
}
.class-type li{
    list-style:none;
}

.main_loader_box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 11px;
    border-bottom: 7px solid #c4c0c0;
    max-width: 520px;
    margin: 0 auto;
}
