<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;family=Raleway:wght@200;300;400;500;600;700;800;900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

:root {
    --color-primary: #fcc113;
    --color-secondary: #402f2f;
    --body-font: "Poppins", sans-serif;
    --heading-font: 'Raleway', sans-serif;
    --font-color: #686868;
    --heading-color: #1E1E1E;
    --bg-gradientColor: rgb(26,151,204);
    --bg-gradient: linear-gradient(180deg, rgba(26,151,204,1) 0%, rgb(0 110 157) 27%, rgb(0 61 132) 100%);
    /* colors */
    --ri5-color-primary-hsl: 242, 69%, 52%;
    --ri5-color-bg-hsl: 0, 0%, 100%;
    --ri5-color-contrast-high-hsl: 230, 7%, 23%;
    --ri5-color-contrast-higher-hsl: 230, 13%, 9%;
    --ri5-color-bg-darker-hsl: 240, 4%, 90%;
    --ri5-color-white-hsl: 0, 0%, 100%;
    /* typography */
    --ri5-text-sm: 0.833rem;
    --radio-switch-width: 180px;
    --radio-switch-height: 40px;
    --radio-switch-padding: 1px;
    --radio-switch-radius: 5px;
    --radio-switch-animation-duration: 0.3s;
}

body {
    font-family: var(--body-font);
}

p {
    font-family: var(--body-font);
}


h1, h2, h3, h4, h5, h6 {
    font-family: var(--body-font);
}

a {
    text-decoration: none;
}


body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: var( --color-primary);
}

/* img{
    width: 100%;
} */
/* /////-----header start-----/// */
header .support-top {
    display: flex;
    align-items: center;
}

    header .support-top .top-phone p {
        margin: 0;
        font-size: 14px;
    }

    header .support-top .top-phone h5 {
        font-size: 18px;
        font-weight: 700;
        color: var(--color-secondary);
    }

    header .support-top .call-icon img {
        width: 80%;
    }

header.navbar nav ul li {
    padding: 0 15px;
    cursor: pointer
}

    header.navbar nav ul li a {
        font-size: 14px;
        font-weight: 500;
        color: var(--font-color);
    }

header.navbar.navbar-expand-lg.fixed-top {
    box-shadow: -3px -1px 11px 0px rgb(0 0 0 / 18%);
    padding: 5px 0;
    background: #fff;
    position: relative;
    z-index: 9 !important;
}

/* header menu start */
header .navbar nav ul li a {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 5px;
    transition: 0.5s all;
}

    header .navbar nav ul li a:after {
        position: absolute;
        content: "";
        background: #000;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        opacity: 0;
        width: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    header .navbar nav ul li a:hover::after {
        position: absolute;
        content: "";
        background: #05153d;
        width: 75%;
        height: 2px;
        bottom: 0;
        left: 50%;
        opacity: 1;
        transition: ease-in-out 0.5s;
    }

.menuBox ul li a {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.header.headerCntr {
    transition: all 0.4s ease;
}

header.headerCntr.ng-scope.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #e7e7e7;
    z-index: 99;
    transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
}

    header.headerCntr.ng-scope.sticky a.navbar-brand img {
        width: 200px;
        /*  filter: grayscale(1);*/
    }

    header.headerCntr.ng-scope.sticky .menuBox ul li a {
        font-size: 14px;
        color: #000;
        cursor: pointer;
    }

    header.headerCntr.ng-scope.sticky .support-top .top-phone p {
        margin: 0;
        font-size: 14px;
        color: #000;
    }

    header.headerCntr.ng-scope.sticky .support-top .top-phone h5 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }



/* search background */
section.top-banner {
    background: url('../img/banner_img.webp');
    /* height: 250px; */
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80%;
}

.logo {
    cursor: pointer;
}

    .logo img {
        width: 200px;
    }

.tagline-top {
    font-family: var(--heading-font);
    padding: 80px 0 30px 0;
}

    .tagline-top p {
        margin: 0;
        padding: 0;
        font-size: 28px;
        letter-spacing: 6px;
    }

    .tagline-top .tag_line {
        font-family: var(--heading-font);
        font-size: 44px;
        font-weight: 700;
        line-height: 70px;
    }

        .tagline-top .tag_line p {
            letter-spacing: 0;
            font-size: 60px;
            font-family: var(--heading-font);
        }

        .tagline-top .tag_line span {
            font-weight: 300;
            color: #000;
        }

            .tagline-top .tag_line span:nth-child(3) {
                color: #81d711;
                font-weight: 500;
            }

.fly-form-1 {
    width: 43%;
    /* border: 1px solid #D1D1D1; */
    padding: 10px 12px;
    border-radius: 10px;
    position: relative;
    background: #e9e9e9;
    /* box-shadow: -1px 1px 13px #00000036; */
}

    .fly-form-1::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 2px;
        background: #ffffff;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        z-index: 1;
    }


.fly-form-2 {
    width: 48%;
    /* border: 1px solid #D1D1D1; */
    padding: 10px 12px;
    border-radius: 10px;
    background: #e9e9e9;
}

.fly-start {
    display: flex;
    justify-content: space-between;
    /* border-radius: 40px; */
    /* border: 1px solid #D1D1D1; */
    /* padding: 40px 20px; */
    position: relative;
    text-align: center;
}

    .fly-start input {
        border: none;
        font-size: 13px;
        color: #1E1E1E;
        padding: 5px 0 10px 0;
        font-weight: 500;
        background: transparent;
        width: 85%;
        text-overflow: ellipsis;
    }

.fly_input {
    width: 100%;
    text-align: left;
}

.fly-start input:focus-visible {
    outline: none;
}

.fly-start .form-control:focus {
    border: none;
    box-shadow: none;
}

.fly_input span {
    font-size: 13px;
    color: #4a4a4a;
}

matrixMainBox .matrix__slider .matrixTextBox.items {
    width: 200px;
    float: left;
}

.search_box {
    /* background: #fff; */
    position: relative;
    z-index: 99;
}

    .search_box:before {
        position: absolute;
        content: "";
        background: #fff;
        width: 95%;
        height: 100%;
        z-index: -9;
        border-radius: 25px;
        box-shadow: 0 0 9px 2px rgb(0 0 0 / 13%);
        /*    border: 1px solid #e3e3e3;*/
    }

button.search_btn {
    background: var(--bg-gradient);
    padding: 15px;
    height: 80px;
    border-radius: 50%;
    border: none;
    width: 80px;
}

.search_btn svg {
    width: 35px;
    height: 35px;
}

.fly-form-3 {
    position: relative;
    right: 0;
}

.search_engine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

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

.selectCls .fly_input p {
    margin: 0;
    font-size: 14px;
}

.selectTrav img {
    width: 15px;
    margin-right: 6px;
}

.selectTrav {
    /* display: flex; */
    /* margin-right: 10px; */
    position: relative;
}

    .selectTrav .fly_input p {
        padding: 0;
        margin: 0;
    }

.icon-fly img {
    width: 14px;
}

/* special offer start */
.specialOffer-slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0px 10px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before, .slick-next:before {
    color: #fff;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.offer_box .card {
    padding: 10px;
    box-shadow: 1px 9px 10px rgba(0, 0, 0, 0.18);
    border-radius: 35px;
    border: none;
}

    .offer_box .card .card-title {
        font-weight: 700;
        font-size: 18px;
    }

    .offer_box .card p {
        font-size: 12px;
    }

.offer_box .special_offerBtn {
    display: flex;
    width: max-content;
    align-items: center;
    background: var(--color-primary);
    padding: 8px 15px;
    border-radius: 20px;
}

    .offer_box .special_offerBtn h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-left: 10px;
    }

.slick-next {
    right: -25px;
}

.slick-prev {
    left: -25px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: var(--color-secondary);
    border-radius: 15px;
    z-index: 99;
}

    .dealsTop .slick-prev:before, .slick-next:before {
        color: #fff;
    }

.dealsTop .slick-prev:before {
    content: url("../img/left-arrow.svg");
}
/*.slick-next:before {
        content: url(../img/right_arrow.svg);
    }*/
.dealsTop .slick-next:before {
    content: url(../img/right_arrow.svg);
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    -moz-osx-font-smoothing: grayscale;
}

.special_offer .slick {
    position: relative;
}

.slick-track {
    padding: 25px 0;
}

.heading_icon {
    height: 30px;
    background: rgba(214, 214, 214, 1);
    width: 4px;
    position: relative;
    border-radius: 10px;
}

.section_heading {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.heading_icon:after {
    position: absolute;
    width: 4px;
    height: 20px;
    background: rgba(214, 214, 214, 1);
    content: "";
    right: -10px;
    top: 7px;
    border-radius: 10px;
}

.heading_icon:before {
    position: absolute;
    width: 4px;
    height: 40px;
    background: rgba(214, 214, 214, 1);
    content: "";
    left: -10px;
    top: -6px;
    border-radius: 10px;
}

.section_heading h2 {
    padding-left: 20px;
    font-weight: 700;
}

    .section_heading h2 span {
        color: var(--color-secondary);
    }

section.special_offer {
    margin: 60px 0 0 0;
}

.traveloslider.specialOffer-slider .slick-next {
    right: -15px;
    top: 50%;
    background: var(--color-secondary) !important;
}

    .traveloslider.specialOffer-slider .slick-next:after {
        content: url(../img/right_arrow.svg);
    }

.traveloslider.specialOffer-slider .slick-prev {
    top: 50%;
    left: -20px;
    background: var(--color-secondary);
}

    .traveloslider.specialOffer-slider .slick-prev:after {
        content: url(../img/left-arrow.svg);
    }
/* deals section */
.slick .item .bg {
    height: auto;
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 9px 10px rgba(0, 0, 0, 0.18);
    border-radius: 35px;
    border: none;
}

    .slick .item .bg .card {
        border: none;
        background: transparent;
    }

        .slick .item .bg .card img {
            border-radius: 30px;
        }

.slick .slick-list {
    padding: 20px 0 !important;
    /* padding-top:20px!important;
	padding-bottom:20px!important; */
}

.slick .slick-center .bg {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.slick-slide {
    outline: none
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-prev {
    top: 38%;
    left: 0px;
    background: var(--color-secondary);
}

.slick-next {
    right: 0;
    top: 38%;
    /*  background: var(--color-primary) !important;*/
}

.item.slick-slide.slick-current.slick-active.slick-center .bg .desti_img {
    position: relative;
    z-index: 9;
}

.slick-slide.slick-current.slick-active.slick-center .bg .desti_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    border-radius: 30px;
    background: rgb(174, 207, 60);
    background: linear-gradient(180deg, rgb(43 43 43) 0%, rgba(255, 255, 255, 0) 100%);
}

.slick-slide.slick-cloned.slick-active .bg .desti_img {
    position: relative;
    z-index: 9;
}

    .slick-slide.slick-cloned.slick-active .bg .desti_img:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999;
        border-radius: 30px;
        background: rgb(26, 151, 204);
        background: linear-gradient(180deg, rgba(26, 151, 204, 1) 0%, rgba(26, 151, 204, 0.5746673669467788) 31%, rgba(255, 255, 255, 0) 100%);
    }

.slick .item .bg .card .desti_img {
    position: relative;
    z-index: 99;
}

    .slick .item .bg .card .desti_img h4 {
        position: absolute;
        z-index: 999;
        text-align: center;
        top: 30px;
        font-size: 18px;
        width: 100%;
        font-weight: 500;
        color: #fff;
    }

.item.slick-slide.slick-current.slick-active.slick-center h4 {
    color: #000;
}

.item.slick-slide.slick-active .bg .desti_img {
    position: relative;
}

.slick-slide.slick-active .bg .desti_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(26, 151, 204);
    background: linear-gradient(180deg, rgba(26, 151, 204, 1) 0%, rgba(26, 151, 204, 0.5746673669467788) 31%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px;
}

.destination_deals {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #C6C6C6;
}

    .destination_deals .flight_details p.deals_date {
        font-size: 12px;
        padding: 0;
        margin: 5px 0 0 0;
        font-weight: 700;
    }

    .destination_deals .flight_details img {
        width: 100px;
        border-radius: 0 !important;
    }

    .destination_deals .flight_price h5 {
        font-weight: 700;
        font-size: 22px;
        color: var(--color-secondary);
    }

    .destination_deals:last-child {
        border-bottom: none;
    }

/* why choose us */
.section_heading h2.why_choose span {
    font-size: 100px;
    font-family: var(--heading-font);
}

.section_heading h2.why_choose {
    display: flex;
    align-items: center;
    margin: 0 0 40px 0;
    font-size: 40px;
}

.why_chooseBox {
    display: flex;
    position: relative;
}

    .why_chooseBox .why_box:nth-child(2) {
        background: #fcc113;
        margin-top: 30px;
        width: 30%;
        position: relative;
        margin-left: -10px;
        z-index: 999;
        height: auto;
    }

    .why_chooseBox .why_box {
        border-radius: 30px;
        box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.18);
        padding: 20px;
        width: 22%;
        position: relative;
        height: auto;
        display: flex;
        background: #fff;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }

        .why_chooseBox .why_box:nth-child(4) {
            background: #fcc113;
            margin-top: 30px;
            width: 30%;
            position: relative;
            margin-left: -10px;
            z-index: -999;
            /* margin-top: 110px; */
        }

        .why_chooseBox .why_box:nth-child(3) {
            background: #ffffff;
            margin-top: 0;
            width: 22%;
            position: relative;
            margin-left: -20px;
            z-index: -9;
            padding-left: 45px;
        }

        .why_chooseBox .why_box h4 {
            font-weight: 700;
            font-size: 16px;
            margin: 10px 0;
        }

        .why_chooseBox .why_box img {
            width: 30px;
        }

        .why_chooseBox .why_box p {
            font-size: 14px;
            margin: 0;
        }

section.why-choose {
    background: url('../img/why_bg.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: 9;
    position: relative;
}

/* about section footer */
.about-footer .about-section h4.aboutsub-title {
    font-size: 30px;
    font-weight: 700;
}

.about-footer .about-section p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

section.about-footer {
    margin: 0;
    background: url('../img/about_bg.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding: 120px 0;
}

.aboutCta {
    background: var(--color-secondary);
    display: inline-block;
    padding: 5px 20px 5px 10px;
    border-radius: 30px;
    position: relative;
    margin-top: 15px;
}

    .aboutCta a {
        color: #fff !important;
        font-size: 15px;
        /* position: relative; */
    }

        .aboutCta a span {
            position: absolute;
            background: var(--color-primary);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            top: -6px;
            align-items: center;
            display: flex;
            right: -25px;
            justify-content: center;
        }

/* footer start */
footer.travelo_footer {
    padding: 30px 0 0 0;
    background: var(--color-secondary);
    margin: 40px 0 0 0;
}


.footer-widget__address .footer-title {
    margin: 0 0 15px 0;
    align-items: center;
    display: flex;
}

    .footer-widget__address .footer-title img {
        width: 89%;
        margin-top: 10px;
    }

.footer-widget__info ul {
    list-style: none;
    padding: 0;
}

    .footer-widget__info ul li {
        margin: 15px 0;
        display: flex;
        color: #fff;
        font-size: 14px;
        align-items: center;
    }

        .footer-widget__info ul li a {
            color: #fff;
        }


        .footer-widget__info ul li span img {
            width: 18px;
            margin-right: 15px;
        }

.footer-widget__address .footer-title h5 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.footer-widget__menu ul li {
    list-style: none;
    position: relative;
    padding: 0 0 8px 0;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
}

.footer-widget__menu ul {
    padding: 0 0 0 15px;
    margin: 0;
    /* position: relative; */
    /* border-left: 2px solid; */
}

    .footer-widget__menu ul li a {
        color: #fff;
        font-size: 14px;
        display: block;
        transition: a11 0.5s;
        transition: 0.8s;
        transform: translate(0px, 0px);
    }

    .footer-widget__menu ul:before {
        position: absolute;
    }

    .footer-widget__menu ul li:before {
        position: absolute;
        content: "";
        /* border-left: 1px solid #000; */
        width: 1px;
        height: 100%;
        top: 5px;
        background: #fff;
        margin: 0 0 0 -12px;
    }

    .footer-widget__menu ul li:after {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        content: "";
        background: #402f2f;
        position: absolute;
        left: -16px;
        border-radius: 50%;
        top: 5px;
    }

    .footer-widget__menu ul li:last-child:before {
        background: transparent;
    }

.footer-widget__social ul {
    list-style: none;
    display: flex;
    padding: 0;
}

    .footer-widget__social ul li a img {
        width: 60%;
    }

    .footer-widget__social ul li {
        margin: 0 5px 0 0;
        /* height: 15px; */
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
    }

.footer-bottom {
    margin: 30px 0 0;
}

.footer-card {
    border-top: 2px solid #bdbdbd21;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-widget__menu ul li a:hover {
    transform: translate(3px, 0px);
    /* transition: a11 0.8s; */
    text-decoration: underline;
}

/* travellers section */
.trav_engine {
    position: relative;
    width: 230px;
}

.trav_toggle {
    width: 96px;
    box-sizing: border-box;
    /* line-height: 32px; */
    /* font-size: 0; */
    /* position: absolute; */
    top: 0;
}

.trav_form {
    /*  border: 1px solid #f1f1f1;*/
    width: 300px;
    box-sizing: border-box;
    float: left;
    position: absolute;
    left: -50px;
    padding: 15px 20px;
    background: #fff;
    top: 70px;
    border-radius: 20px;
    box-shadow: 1px 3px 13px 1px #00000030;
}

.trav_item {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    display: flex;
    justify-content: space-between;
}

    .trav_item:last-child {
        border: none;
    }

a.plus, a.minus {
    color: #000 !important;
    cursor: pointer;
}

.trav_inner1 {
    width: 40%;
    float: left;
    font-size: 15px;
    line-height: 17px;
    color: #333333;
    box-sizing: border-box;
}

    .trav_inner1 span {
        font-size: 11px;
        display: block;
        color: #888888;
    }

.trav_inner2 {
    width: auto;
    float: left;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
    display: flex;
}

.minus, .plus {
    border: 1px solid #ddd;
    width: 36px;
    text-decoration: none;
    font-size: 18px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    background: #ddd;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 48%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 48%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 48%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0);
}

.minus {
    border-radius: 10% 0 0 10%;
}

.plus {
    border-radius: 0 10% 10% 0;
}

.txt_trav {
    outline: none;
    border-width: 1px 0px !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
    border-top-color: rgb(221, 221, 221) !important;
    border-bottom-color: rgb(221, 221, 221) !important;
    border-image: initial;
    height: 34px;
    width: 36px !important;
    float: left;
    text-align: center;
    line-height: 34px;
    box-sizing: border-box;
    border-left-style: initial;
    border-left-color: initial;
    border-right-style: initial;
    border-right-color: initial;
    font-size: 16px;
    color: rgb(68, 68, 68);
}

.txt_Traveler {
    border: none;
    width: 20px;
    box-sizing: border-box;
    padding: 0;
    outline: none;
}

.trav_done {
    padding: 6px;
    display: block;
    border-radius: 2px;
    background: #332626;
    font-size: 12px;
    color: #fff;
    width: auto;
    margin: 0;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 5px;
}

.trav_toggle.open {
    background: url(https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/down4-512.png) no-repeat 65px 4px;
    background-size: 12px;
}

.trav_toggle.close {
    background: url(https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/up4-512.png) no-repeat 65px 4px;
    background-size: 12px;
}

/* ////////result page start//////// */
/*section.listingSection {
    margin-top: 30px;
}
*/


.matrix__wrap img {
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}

.no__resultsBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2% 0;
}

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

    .no__resultsBox img {
        width: 50%;
    }

    .no__resultsBox a.resetFilter_button {
        background: #1a97cc;
        padding: 8px 15px;
        color: #fff;
        border-radius: 5px;
    }

        .no__resultsBox a.resetFilter_button i {
            margin-right: 8px;
        }

.filterinnerDiv {
    max-width: 260px;
    box-shadow: 0px 0px 4px 1px #00000026;
    border-radius: 10px;
    /* margin-right: 20px; */
    padding: 15px 12px;
    width: 260px;
    float: left;
    margin-right: 20px;
    margin-top: 25px;
}

.listingRight {
    width: calc(100% - 280px);
    float: left;
    /* background: #000; */
    margin-top: 25px;
}

.filterCheckbox p.s_stop {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.filterCheckbox span.s_price {
    font-size: 14px;
    color: #000;
}

.filterheading h6 {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}

.filterheading p {
    font-size: 14px;
    margin: 0;
}

.filterheading {
    margin: 0 0 30px 0;
}

    .filterheading .filterCheckbox {
        margin-top: 10px;
    }

ul.select-dropdown__list.classType.inputSet.active {
    padding: 0;
}
/* price range */
.box-minmax {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    color: #808080;
}

    .box-minmax span:first-child {
        margin-left: 10px;
    }

.range-slider {
    margin-top: 0;
}

.rs-range {
    margin-top: 15px;
    width: 100%;
    -webkit-appearance: none;
}

    .rs-range:focus {
        outline: none;
    }

    .rs-range::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        box-shadow: none;
        background: #AECF3C;
        border-radius: 10px;
        border: 0px solid #6E2EF4;
    }

    /* .rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #000;
    border-radius: 0px;
    border: 0px solid #010101;
  } */
    .rs-range::-webkit-slider-thumb {
        box-shadow: none;
        /* border: 0px solid #ffffff; */
        height: 16px;
        width: 16px;
        border-radius: 22px;
        background: #AECF3C;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
        position: relative;
    }

    .rs-range:-moz-range-thumb {
        box-shadow: none;
        height: 16px;
        width: 16px;
        border-radius: 22px;
        background: #AECF3C;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    .rs-range::-moz-focus-outer {
        border: 0;
    }

.rs-label {
    position: relative;
    transform-origin: center center;
    display: flex;
    height: auto;
    background: transparent;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    padding-top: 0;
    box-sizing: border-box;
    margin-top: 5px;
    left: attr(value);
    color: #b1b1b1;
    font-size: 14px;
}

    .rs-label::before {
        content: "$";
        display: block;
        font-size: 16px;
        letter-spacing: 0.07em;
        /* margin-top: -5px; */
    }

.minVal span {
    padding: 5px 30px;
    background: #dfdfdf;
    color: #000;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
}

.minVal p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.filterheading .takeoff {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .filterheading .takeoff .takeOffBox {
        background: #E2E2E2;
        border-radius: 10px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 6px;
        cursor: pointer;
    }

        .filterheading .takeoff .takeOffBox img {
            width: 16px;
        }

        .filterheading .takeoff .takeOffBox p {
            font-size: 12px;
            margin-top: 5px;
            text-align: center;
        }

.filterinnerDiv .bestPrice {
    border-radius: 15px;
    border: 1px solid #C6C6C6;
    padding: 20px;
    border-top: 6px solid #05153d;
}

    .filterinnerDiv .bestPrice h6 {
        font-size: 14px;
        text-decoration: underline;
        font-weight: 700;
    }

    .filterinnerDiv .bestPrice p {
        font-size: 13px;
    }

ul.sortingTab li {
    list-style: none;
    width: 25%;
    background: white;
    /* border-radius: 5px; */
    /* border-left: 1px solid #dfdfdf; */
    /* box-shadow: 5px 5px 8px #000; */
    /* border-right: 1px solid #dfdfdf; */
    border: 1px solid #e6e6e6;
}

    ul.sortingTab li a {
        display: flex;
        align-items: center;
        color: #000;
        justify-content: center;
        padding: 6px 0;
    }

.sortingTab .sorting_details p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.sortingTab .sorting_details {
    font-size: 14px;
}

ul.sortingTab li a img {
    margin-right: 8px;
}

.sortingTab .sorting_details span {
    font-size: 14px;
    font-size: 14px;
    color: #033970;
    font-weight: 600;
}

ul.sortingTab li:last-child {
    /*border-right: none;*/
    border-radius: 0;
}

ul.sortingTab li:first-child {
    border-radius: 3px;
}

/* result card start */
.airline_Details .airline_details p {
    margin: 0;
    /* display: flex; */
    font-weight: 600;
    font-size: 12px;
    margin: 5px 0 0;
}

#resultsCntr .leftCntr {
    padding-right: 20px;
    width: 280px;
    float: left;
}

#resultsCntr .rightCntr {
    width: calc(100% - 280px);
    float: right;
}

.airline_Details .airline_details span {
    font-size: 12px;
    line-height: 20px !important;
    color: #838383;
}

.airline_Details .airline_details p.airline_txt {
    font-size: 11px;
    font-weight: 400;
    color: #605f5f;
    margin: 0;
    padding: 0;
}

.traveloLeg-details .destiCity h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.traveloLeg-details .destiCity p.takeTime {
    font-size: 12px;
    margin: 0;
}

.traveloLeg-details .destiCity span.takeDate {
    font-size: 12px;
}

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

    .traveloLeg-details .connnecting-block {
        padding: 17px 20px 17px 24px;
        float: left;
        width: calc(100% - 200px);
        position: relative;
    }

        .traveloLeg-details .connnecting-block:after {
            position: absolute;
            width: 12px;
            height: 13px;
            background: #fff;
            content: "";
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            border: 3px solid var(--color-secondary);
        }

.centerDiv_travelo {
    background: #ccc;
    height: 1px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #5b5b5b;
}

    .centerDiv_travelo:after {
        position: absolute;
        content: "";
        width: 18px;
        background: url(../img/location.png) no-repeat scroll 5px 6px;
        height: 22px;
        top: -12px;
        left: auto;
        right: -15px;
    }

    .centerDiv_travelo:before {
        position: absolute;
        content: "";
        width: 22px;
        background: url(../img/plane.png) no-repeat scroll 0 5px;
        height: 22px;
        left: -20px;
        top: -12px;
    }

.traveloLeg-details .connnecting-block .stop_Div {
    display: inline-block;
    width: 55px;
    margin-top: -22px;
    position: relative;
}

    .traveloLeg-details .connnecting-block .stop_Div .desti_Code {
        margin-bottom: 15px;
    }

.listingRight .priceSection {
    font-size: 13px;
    color: #7C7C7C;
    font-weight: 500;
    text-align: center;
    padding: 0 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

    .listingRight .priceSection h5 {
        font-size: 26px;
        font-weight: 700;
        color: #000;
        margin: 0 0 10px 0;
    }

    .listingRight .priceSection span {
        font-size: 14px;
        color: var(--color-secondary);
    }

.repeatResults .save_price_msg {
    background: #1a97cc;
    width: auto;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    position: absolute;
    z-index: 99;
    top: -10px;
}

.repeatResults {
    position: relative;
}

.selectBtn {
    display: inline-block;
    position: relative;
    width: 130px;
    margin: 10px auto;
    cursor: pointer;
}

a.flight_detail_btn {
    color: #006bcb;
}

.selectBtn span {
    position: absolute;
    /* background: var(--color-primary); */
    width: 15px;
    height: 19px;
    /* border-radius: 50%; */
    top: 9px;
    align-items: center;
    display: flex;
    right: 20px;
    justify-content: center;
}

.selectBtn a {
    font-size: 14px;
    color: #fff;
    display: block;
    position: relative;
    border-radius: 5px;
    z-index: 9;
    padding: 10px 20px 10px 15px;
    background: var(--color-secondary);
}



.results_Box .priceSection a.fDetails {
    color: #FF5B00;
    font-size: 12px;
    margin: 15px 0;
}

.results_Box .priceSection .per_person p {
    font-size: 12px;
    color: #1a1a1a;
}

.results_Box .depart-flightRow {
    padding: 0;
}

.results_Box .depart-flight-head {
    margin: 0px 0 10px 0;
}

    .results_Box .depart-flight-head h6 {
        font-size: 16px;
        font-weight: 500;
    }


ul.sortingTab {
    margin-bottom: 35px;
    padding: 0;
}

.order_result_2 {
    position: relative;
    border-left: 1px dashed #ccc;
}

.order_result_1 {
    position: relative;
    padding: 8px 20px;
}


    .order_result_1:after {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: #fff;
        right: -15px;
        bottom: -1px;
        border-radius: 50%;
        width: 30px;
        height: 15px;
        background-color: #fff;
        border-radius: 10rem 10rem 0 0;
        border: 1px solid #C6C6C6;
        border-bottom: 0;
    }

    .order_result_1:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: #fff;
        right: -18px;
        top: -1px;
        border-radius: 50%;
        width: 30px;
        height: 15px;
        background-color: #fff;
        border-radius: 0 0 10rem 10rem;
        border: 1px solid #C6C6C6;
        border-top: 0;
    }

.traveloLeg-details .connnecting-block .stop_Div .desti_Code {
    margin-bottom: 15px;
}

.results_Box .depart-flightRow .airline_Details img {
    width: 25px;
}

/* wrapper popup css */
.flightDetailWrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.35);
    transition: 0.5s ease-in;
}

    .flightDetailWrapper.show {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        transition: 0.5s ease-in;
    }

    .flightDetailWrapper .flightDetail_Popup {
        width: 800px;
        float: right;
        background: #fff;
        position: relative;
        height: 100vh;
    }

        .flightDetailWrapper .flightDetail_Popup .head a.close_detail svg {
            width: 30px;
        }

        .flightDetailWrapper .flightDetail_Popup .head {
            padding: 5px 30px 0px 30px;
            position: relative;
            margin: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs {
            list-style: none;
            width: 100%;
            display: flex;
            float: left;
            padding: 8px 0;
            margin-bottom: 0;
            border-bottom: 1px solid #dfdfdf;
        }

            .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li {
                margin-right: 20px;
            }

        .flightDetailWrapper .flightDetail_Popup .flightDetail {
            padding: 5px 25px 15px;
            display: flex;
            flex-direction: column;
            height: calc(100vh - 118px);
            overflow-y: scroll;
            border-radius: 5px;
            width: 100%;
            background: rgb(63 151 246 / 9%);
        }

            .flightDetailWrapper .flightDetail_Popup .flightDetail::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                background-color: #F5F5F5;
            }

            .flightDetailWrapper .flightDetail_Popup .flightDetail::-webkit-scrollbar {
                width: 4px;
                background-color: #F5F5F5;
            }

            .flightDetailWrapper .flightDetail_Popup .flightDetail::-webkit-scrollbar-thumb {
                background-color: #402f2f;
            }


        .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li a.active {
            background: var(--color-secondary);
            padding: 5px;
            color: #fff;
            border-radius: 5px;
        }

        .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li a {
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }

            .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li a img {
                width: 25px;
                margin-right: 5px;
            }

.tab-contentAirline h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.tab-contentAirline p {
    color: #060606;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}

.flightD_tabContent {
    background: rgb(245 245 245);
    padding: 15px 20px;
    border: 1px solid #efefef;
    /* margin: 15px 0; */
}

.tab-contentAirline img {
    width: 30px;
    margin-bottom: 8px;
}

.tab-contentAirline h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.tab-contentAirline span {
    font-size: 12px;
    color: var(--color-secondary);
    font-weight: 700;
}

.tab-contentAirline p {
    color: #060606;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.flightD_tabContent .traveloLeg-details .destiCity h6 {
    font-size: 12px;
    margin-bottom: 22px;
    padding-right: 10px;
}

.connecting__bar {
    width: 50%;
    height: 2px;
    border-top: 1px dashed #000000;
    position: absolute;
    left: 60px;
    top: 35px;
    margin: 12px 0;
}

.duretion_time {
    position: absolute;
    left: 50%;
    text-align: center;
    margin-top: -8px;
    background: #fff;
    width: 30px;
    line-height: 30px;
}

}

.duretion_time img {
    width: 15px;
}

.connecting__bar:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #e89c23;
    position: absolute;
    right: 0px;
    top: -6px;
    border-radius: 100%;
    background: #fff;
}

.connecting__bar:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #e89c23;
    position: absolute;
    left: 0px;
    top: -6px;
    border-radius: 100%;
    background: #fff;
}

.flightD_tabContent .traveloLeg-details .destiCity p.takeTime {
    font-size: 14px;
    font-weight: 600;
}

.flightD_tabContent .traveloLeg-details .destiCity span {
    font-size: 12px;
}

.flightD_tabContent .traveloLeg-details .destiCity p.desCity {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #7c7c7c;
}

.flightDetails_cls p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.layover.tTime {
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 12px;
}

#departTabcontent {
    position: relative;
    margin: 10px 0;
}

#returnTabcontent {
    position: relative;
    margin: 10px 0;
}

#departTabcontent h4.itineray_RD {
    font-size: 16px;
    margin-left: 5px;
}

#returnTabcontent h4.itineray_RD {
    font-size: 16px;
    margin-left: 5px;
}

.flightDetails_cls span {
    background: #d2d2d2;
    padding: 5px;
    font-size: 12px;
    color: #000;
    border-radius: 8px;
}

.flightDetails_cls {
    text-align: center;
}

.flightD_tabContent .traveloLeg-details {
    background: rgb(255 255 255);
    padding: 20px 10px 25px 10px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    position: relative;
}

.top-fight-details h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.top-fight-details p {
    font-size: 12px;
    color: rgb(128 128 128);
    margin: 0;
}

.top-fight-details {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
}

.flightD_tabContent .layover {
    text-align: center;
    background: var(--color-primary);
    color: #000;
    font-size: 11px;
    width: 60%;
    margin: -15px auto;
    font-weight: 500;
    border-radius: 20px;
    padding: 5px 0;
    z-index: 999;
    position: relative;
    top: -36px;
}

.cPage .flightD_tabContent .layover {
    text-align: center;
    background: var(--color-primary);
    color: #000;
    font-size: 11px;
    width: 60%;
    margin: -15px auto;
    font-weight: 500;
    border-radius: 3px;
    padding: 5px 0;
    z-index: 999;
    position: relative;
    top: 0;
}

body.results_body .flightD_tabContent .layover {
    text-align: center;
    background: var(--color-primary);
    color: #000;
    font-size: 11px;
    width: 60%;
    margin: -15px auto;
    font-weight: 500;
    border-radius: 3px;
    padding: 5px 0;
    z-index: 999;
    position: relative;
    top: -35px;
}

body.payment-page .flightD_tabContent .layover {
    top: 0;
}

.flightD_tabContent .layover p {
    margin: 0;
    color: #000;
}

.flightDetailWrapper .flightDetail_Popup .detail_footer {
    background: #402f2f;
    height: auto;
    padding: 0px 30px;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
    border-radius: 0;
    bottom: 0;
}

    .flightDetailWrapper .flightDetail_Popup .detail_footer .price_list h5 {
        font-weight: 500;
        font-size: 18px;
        margin: 0;
        color: #fff;
    }

    .flightDetailWrapper .flightDetail_Popup .detail_footer .price_list p {
        font-size: 12px;
        color: #fff;
        padding: 0;
        margin: 0;
        font-weight: 300;
    }

    .flightDetailWrapper .flightDetail_Popup .detail_footer .selectBtn {
        background: #fff;
        display: inline-block;
        /* padding: 8px 20px 8px 15px; */
        border-radius: 3px;
        position: relative;
        width: max-content;
        margin: 10px auto;
        color: #000;
    }


        .flightDetailWrapper .flightDetail_Popup .detail_footer .selectBtn a {
            background: transparent;
            margin: 0;
            font-size: 14px;
            color: #000;
            padding-right: 45px;
            font-weight: 700;
        }

            .flightDetailWrapper .flightDetail_Popup .detail_footer .selectBtn a:hover {
                color: #000;
            }

.flightDetailWrapper .flightDetail_Popup .head h5.flightDetailstxt {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* modify search Engine */
section.modifySearchBox {
    /*margin-top: 75px;*/
    background: var(--color-secondary);
    padding: 20px 0;
}

    section.modifySearchBox .search_engine .fly_input {
        position: relative;
    }

        section.modifySearchBox .search_engine .fly_input span {
            font-size: 12px;
            position: absolute;
            left: 30px;
            top: 7px;
            display: none;
            color: #5b5b5b;
        }

            section.modifySearchBox .search_engine .fly_input span.highlight {
                font-size: 14px;
                position: relative;
                left: 0;
                top: 0;
            }

        section.modifySearchBox .search_engine .fly_input .icon-fly {
            position: absolute;
            left: 8px;
            top: 50%;
            display: block;
            pointer-events: none;
            font-size: 20px;
            color: #0c5dba;
            transform: translateY(-50%);
        }

            section.modifySearchBox .search_engine .fly_input .icon-fly img {
                width: 16px;
            }

    section.modifySearchBox .search_box {
        position: relative;
    }

        section.modifySearchBox .search_box:before {
            content: "";
            background: transparent;
            box-shadow: none;
        }

    section.modifySearchBox .search_engine .fly_input input {
        font-size: 14px;
        padding: 20px 10px 12px 30px;
        font-size: 13px;
        font-weight: 600;
        color: #000000;
        border: none;
        outline: none;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-radius: 6px;
        background-color: #fff;
    }

.modify_date {
    background: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.modifySearchBox .modify_search {
    background: var(--color-primary);
    font-size: 14px;
    padding: 15px 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    border: none;
    filter: drop-shadow(0px 7px 10px rgba(0, 0, 0, 0.18));
}

.modifySearchBox .demo-flight-booking {
    padding: 0;
}

.modifySearchBox .date_title span.depart_modify {
    font-size: 12px;
    position: absolute;
    left: 35px;
    top: 7px;
    color: #5b5b5b;
}

.modifySearchBox .t-dates {
    padding: 0px 15px 10px 25px;
    height: 30px;
    font-size: 12px;
    box-sizing: border-box;
    color: #606060;
    font-weight: 500;
}

.modifySearchBox .traveloDatepicker .t-dates.t-date-check-in:before, .t-date-check-out:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/img/calendar-icon.svg);
    left: 5px;
    background-size: cover;
    top: 0;
}

.modifySearchBox .t-datepicker.traveloDatepicker {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 5px;
}

.modifySearchBox .t-check-in .t-date-info-title {
    top: 0;
}

.modifySearchBox .t-check-out .t-date-info-title {
    top: 0;
}

.modifySearchBox .t-date-check-out:before {
    top: 0;
}

.modifySearchBox .search_engine {
    display: inline;
}

/* matrix slider */
.matrixTextBox .matrixTextBox_airLine {
    display: flex;
    /* flex-direction: column; */
    height: 42px;
    color: #000f35;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    /*  flex-direction: column;*/
    align-items: center;
    justify-content: center;
}

.matrix_Box .matrixTextBox .matrixTextBox_airLine img {
    width: 22px;
    margin-right: 5px;
}

.matrix_Box .matrixTextBox .matrixTextBox_airLine p.matrix_airline {
    font-size: 12px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}


.traveloMatrixSlider .matrix_Box {
    padding: 0;
    margin: 0;
}

.traveloMatrixSlider {
    width: calc(100% - 100px);
    position: relative;
}

    .traveloMatrixSlider .slick-slide {
        margin: 0;
    }

.travelomatrix__aside {
    width: 100px;
    padding: 0;
}

    .travelomatrix__aside .matrixTextBox p.matrix_airline {
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

.traveloMatrixSlider .slick-track {
    padding: 0;
}

.traveloMatrixSlider.slick-initialized.slick-slider {
    padding: 0;
}

.travelomatrix__aside .matrixTextBox .matrixTextBox_airLine {
    border-left: 0;
    color: #000;
}

.matrix_boxMain {
    display: flex;
}

.matrixMainBox {
    box-shadow: 0px 0px 4px 1px #00000026;
    display: flex;
    /* border-radius: 20px; */
    margin-bottom: 30px;
    /* position: relative; */
    /* overflow: auto; */
}

.matrixTextBox .matrixTextBox_airLine:last-child {
    border-bottom: none;
}

.matrixTextBox .matrixTextBox_airLine:first-child {
    background: #EFEFEF;
    color: #000;
    /* border-radius: 20px 0 0 0; */
}

.traveloMatrixSlider .slick-prev {
    top: 50%;
    width: 25px;
    height: 25px;
    padding: 0;
    -ms-transform: translate(0, -50%);
    left: -115px;
    background: var(--color-secondary);
    border-radius: 5px;
    z-index: 1;
}

.traveloMatrixSlider .slick-next {
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    left: 99%;
    background: var(--color-secondary) !important;
    border-radius: 5px;
}

    .traveloMatrixSlider .slick-next:before {
        content: url(../img/matrix_rightArrow.svg);
    }

.traveloMatrixSlider .slick-prev:before {
    content: url(../img/matrix_lefttArrow.svg);
}

.traveloLeg-details .connnecting-block .toolTip {
    width: 280px;
    position: absolute;
    background: #ebebeb;
    transform: translate(-50%, -20%);
    left: 50%;
    top: -50%;
    border-radius: 5px;
    padding: 8px 0;
    border: 1px solid #e9e9e9;
    opacity: 0;
    z-index:1;
}

    .traveloLeg-details .connnecting-block .toolTip p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .traveloLeg-details .connnecting-block .toolTip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #d3d3d3 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
        transform: translateX(-50%);
    }

.traveloLeg-details .connnecting-block:hover .toolTip {
    opacity: 1;
    transition: 0.6s all cubic-bezier(0.91, 0.39, 0.61, 1.04);
    transform: translate(-50%, -50%);
}

.blackFilter {
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -99;
    position: absolute;
    left: 0;
    right: 0;
    /* transform: translateX(40vw); */
}

.flightDetailWrapper.show .blackFilter {
    transform: translateX(0);
    transition-delay: 0.5s;
    /* transition: 0.5s ease-in; */
}

/* Hide the browser's default checkbox */
.filterCheckbox .custom_checkBox {
    position: relative;
    margin-right: 22px;
}

    .filterCheckbox .custom_checkBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkbox__mark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    border-radius: 3px;
    width: 15px;
    background-color: var(--color-primary);
}

/* On mouse-over, add a grey background color */
.filterCheckbox .custom_checkBox:hover input ~ .checkbox__mark {
    background-color: #3f97f6;
}

/* When the checkbox is checked, add a blue background */
.filterCheckbox .custom_checkBox input:checked ~ .checkbox__mark {
    background-color: var(--color-secondary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox__mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filterCheckbox .custom_checkBox input:checked ~ .checkbox__mark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filterCheckbox .custom_checkBox .checkbox__mark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filterheading .filterCheckbox label {
    padding: 5px 0;
}

.takeOffdiv {
    display: flex;
    justify-content: space-between;
}

    .takeOffdiv a {
        color: #402f2f;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 500;
    }

/* itinerary page start */

ul.flighttab {
    list-style: none;
    width: 100%;
    display: flex;
    padding: 8px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
}

    ul.flighttab li {
        margin-right: 15px;
    }


        ul.flighttab li a {
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }

            ul.flighttab li a img {
                width: 25px;
                margin-right: 5px;
            }

            ul.flighttab li a.active {
                background: var(--color-secondary);
                padding: 5px;
                color: #fff;
                border-radius: 5px;
            }

.itinerary-top {
    margin-top: 20px;
}

.itinerary_btn p span {
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    margin-right: 8px;
}

.itinerary_btn span.itinerary_Line {
    width: 30%;
    height: 1px;
    background: rgb(173 173 173);
    margin: 0 20px;
    position: relative;
}

.itinerary_btn p span.active {
    background: #aecf3c;
}

.itinerary_btn p.active span {
    color: #fbfeff;
    font-weight: 600;
    background: #bf2942;
}

.itinerary_btn p.active {
    color: #001e69;
    font-weight: 600;
}

.itinerary_btn span.itinerary_Line:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: rgb(173 173 173);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.backBtn a {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

    .backBtn a svg {
        margin-right: 10px;
    }

.backBtn {
    margin-left: 5px;
}

.flightD_tabContent h4.itineray_RD {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

a.continue__button.continue__button_step1 {
    position: relative;
    color: #fff !important;
}

    a.continue__button.continue__button_step1:after {
        transform: translate(-50%, -50%);
        content: "";
        width: 0;
        height: 100%;
        border-radius: 30px;
        background: transparent;
        position: absolute;
        left: 0;
        top: 50%;
        left: 50%;
        z-index: 1;
        transition: 0.6s ease;
    }

    a.continue__button.continue__button_step1:hover::after {
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        border-radius: 30px;
        background: linear-gradient(90deg, rgb(23 23 62) 0%, rgb(121 33 64) 27%, rgb(178 40 66) 100%);
        z-index: -1;
        transform: translate(-50%, -50%);
    }

.itinerary_PriceDetails {
    /* margin-top: 15px; */
    border: 1px solid #fff;
    padding: 15px 15px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.priceDetails_title h4 {
    font-size: 16px;
    font-weight: 700;
}

    .priceDetails_title h4 img {
        width: 30px;
        margin-right: 10px;
    }

.pricePassenger ul li {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    align-items: center;
    border-bottom: 1px dashed #d7d7d7;
}

.pricePassenger ul {
    margin: 0;
    padding: 0;
}

.passengerDetails {
    font-size: 13px;
    font-weight: 500;
}

.passengerPrice {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.priceDetails_title {
    margin-bottom: 20px;
}

.itinerary_PriceDetails .Frefund p {
    font-size: 12px;
    color: #848484;
}

.itinerary_PriceDetails .Frefund {
    margin: 20px 0;
}

.itinerary_PriceDetails .total_pricetxt {
    font-size: 12px;
    margin-top: 40px;
}

    .itinerary_PriceDetails .total_pricetxt p {
        padding: 0;
        margin: 0;
    }

.itinerary_PriceDetails .total_Price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .itinerary_PriceDetails .total_Price h6 {
        color: #000;
        margin: 0;
        font-size: 14px;
        font-weight: 700;
    }

    .itinerary_PriceDetails .total_Price h5 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        color: var(--color-secondary);
    }

.itinerary_PriceDetails .total_pricetxt span {
    color: var(--color-secondary);
}

.itinerary_PriceDetails .total_Price p {
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 0;
}

.payment-page .flightD_tabContent .layover {
    text-align: center;
    background: var(--color-primary);
    color: #000;
    font-size: 11px;
    width: 60%;
    margin: 0 auto;
    font-weight: 500;
    border-radius: 20px;
    padding: 5px 0;
    z-index: 999;
    position: relative;
    top: 10px;
}

.is-success .form-control {
    border-color: #2e7400 !important;
}

.is-error .form-control {
    border-color: red !important;
}

.is-success .is-error .form-control {
    border-color: #2e7400 !important;
}

.is-success .month_valid {
    display: none;
}
/* contact info itinerary */
.contact_infoItinary {
    border: 1px solid #e3e3e3;
    padding: 15px 30px 0 30px;
    border-radius: 5px;
    position: relative;
}

    .contact_infoItinary .form-inner input {
        padding: 10px 20px;
        border: 1px solid #ddd;
        background: transparent;
        border-radius: 3px;
        font-size: 14px;
    }

select.form-control {
    padding: 10px 10px;
}

input.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: gray;
}

a.go__back.cursor {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
}

.contact_infoItinary a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #05153d;
    border: none;
    border-radius: 20px;
    padding: 10px 35px;
    font-size: 16px;
    bottom: -20px;
    font-weight: 700;
    color: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.26));
}

.contact_infoItinary button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #056794;
    border: none;
    border-radius: 10px;
    padding: 10px 35px;
    text-align: center;
    font-size: 18px;
    bottom: 30px;
    font-weight: 700;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.26));
}

    .contact_infoItinary button:hover {
        background: var(--color-primary);
        color: #000;
    }

.contact_infoItinary .form-inner form {
    padding: 0 0 20px 0;
    position: relative;
}

.contact_infoItinary .form-inner p {
    font-size: 13px;
    padding: 30px 20px 0 15px;
}

    .contact_infoItinary .form-inner p span {
        color: #FF5B00;
        font-weight: 700;
    }

.iti--separate-dial-code .iti__selected-flag {
    border-radius: 30px 0 0 30px;
    background-color: rgba(0, 0, 0, 0.05);
}

.icon {
    right: 10px;
    top: 30%;
    position: absolute;
}

.is-error .icon {
    color: red;
}

.form-group {
    position: relative;
}

.is-success .icon {
    color: green;
}

.dob_calendar.bi-calendar3 {
    position: absolute;
    right: 13px;
    top: 30%;
}

.passengerInfo .dobDiv {
    display: flex;
    width: 100%;
    border: 1px solid #ced0d4;
    border-radius: 3px;
    justify-content: space-evenly;
    /* padding: 0 10px; */
    padding: 0;
    position: relative;
    margin-top: 0px;
}


.payment-page .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 82px;
}

.priceDetails_title p {
    font-size: 13px;
}

select.form-control {
    border-radius: 3px;
    padding: 10px 10px;
}

.passengerInfo .dobDiv select {
    padding-top: 3px;
    /* height: 44px; */
    border: none;
    margin-bottom: 0;
    padding: 12px 10px;
    color: #000000;
    width: 100%;
    font-size: 14px;
    background: url(../img/down-arrow-svgrepo-com.svg);
    background-position: 70px;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.passengerInfo .dobDiv .custom_select.dobMonth {
    width: 33%;
    position: relative;
}

.passengerInfo .dobDiv .custom_select {
    width: 32%;
    position: relative;
}

    .passengerInfo .dobDiv .custom_select.dobYear {
        width: 35%;
    }

    .passengerInfo .dobDiv .custom_select.dobMonth:after {
        position: absolute;
        content: "";
        border-right: 1px solid #9b9b9b;
        height: 25px;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .passengerInfo .dobDiv .custom_select.dobDate:after {
        position: absolute;
        content: "";
        border-right: 1px solid #9b9b9b;
        height: 25px;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.passengerInfo .dobDiv select:focus-visible {
    border: none;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.passengerInfo .form-inner input {
    padding: 12px 10px;
    border-radius: 3px;
    font-size: 14px;
}

    .passengerInfo .form-inner input::placeholder {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
    }

select.titleSelect {
    padding: 12px 10px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ddd;
    background: url(../img/down-arrow-svgrepo-com.svg);
    background-position: 60px;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    select.titleSelect:focus-visible {
        /* border: none; */
        box-shadow: none;
        /* border: none; */
        border-radius: 3px;
        outline: none;
        box-shadow: none;
    }

.dobDiv label {
    position: absolute;
    top: 4px;
    font-size: 12px;
    left: 14px;
}

.passengerInfo .sub_title.travellerblock {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: -12px;
    background: #402f2f;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.traveller-Info.ng-scope ul:first-child {
    color: #fff;
    background: #402f2f;
}

.traveller-Info ul:first-child {
    color: #fff;
    background: #05153d;
}

.contact_infoItinary .passengerInfo {
    margin: 0;
    position: relative;
    /*   border: 1px solid #8c8c8c;*/
    border-radius: 10px;
    padding: 15px 15px 20px 15px;
}

.passengerInfo .dobDiv.cardDetails {
    padding: 0;
    align-items: center;
}

    .passengerInfo .dobDiv.cardDetails .cvvNumber input {
        border: none;
    }

    .passengerInfo .dobDiv.cardDetails .custom_select.dobMonth {
        width: 40%;
    }

    .passengerInfo .dobDiv.cardDetails .custom_select.dobDate {
        width: 34%;
    }

    .passengerInfo .dobDiv.cardDetails .cvvNumber {
        width: 22%;
    }

.term_condition p {
    line-height: 22px;
    font-size: 13px;
    color: #686868;
}

.term_condition {
    position: relative;
    margin-top: 30px;
}

    .term_condition .term_checkBox {
        position: absolute;
        left: -40px;
        top: 0;
    }

        .term_condition .term_checkBox input[type="checkbox"] {
            width: 18px;
            height: 18px;
        }

/* booking confirmation page */
.booking_confirmationTitle h2 {
    font-weight: 700;
    font-size: 20px;
}

.booking_confirmationTitle p {
    color: #686868;
    font-size: 14px;
}

.traveller-Info ul:first-child {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-weight: 600;
    background: #05153d;
    border-radius: 3px;
    padding: 10px 10px;
}

.traveller-Info {
    padding: 0;
}

    .traveller-Info ul li {
        list-style: none;
        font-size: 13px;
        width: 25%;
    }

.itinerary_PriceDetails.booking_info {
    border-radius: 4px;
    margin-top: 16px;
}

.traveller-Info ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 3px 0;
}

.itinerary_PriceDetails.booking_info .total_pricetxt {
    margin-top: 40px;
}

.booking_infoRight {
    border: 1px solid #e3e3e3;
    padding: 15px 20px;
    /* box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%); */
    border-radius: 10px;
}

    .booking_infoRight img {
        width: 100%;
    }

    .booking_infoRight .need_help h3 {
        font-weight: 300;
        color: #686868;
        font-size: 18px;
    }

    .booking_infoRight .need_help {
        text-align: center;
        margin-top: 30px;
    }

        .booking_infoRight .need_help p {
            font-size: 14px;
            margin: 0 0 10px;
        }

        .booking_infoRight .need_help h1 {
            font-weight: 700;
            font-size: 22px;
            color: var(--color-secondary);
        }

.trilComplete p span {
    width: 32px;
    display: block;
    margin-right: 10px;
}

.trilComplete p {
    display: flex;
    align-items: center;
    margin-left: 0;
    font-weight: 500;
    font-size: 16px;
}

/* sidebar fixed */
.fixed_side {
    position: fixed;
    top: 0;
}

.listingRight .shorting_box ul {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}

    .listingRight .shorting_box ul li {
        list-style: none;
        margin: 0 8px 0 0;
        background: var(--color-secondary);
        padding: 4px 15px;
        border-radius: 3px;
        font-size: 13px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .listingRight .shorting_box ul li a {
            font-weight: 500;
            color: #fff;
            font-size: 13px;
            cursor: pointer;
        }

.shorting_box {
    margin: 0 0 20px 0;
}

.form-group .iti {
    display: block;
}

.selectCls .class-type.active .select-dropdown__list {
    display: block;
    margin: 0;
    width: 220px;
    box-sizing: border-box;
    float: left;
    position: absolute;
    left: -60px;
    padding: 20px 20px;
    background: #fff;
    top: 70px;
    border-radius: 20px;
    box-shadow: 1px 3px 13px 1px #00000030;
}

.selectCls .select-dropdown__list.active {
    display: block;
}

.selectCls .select-dropdown__list li {
    display: block;
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #6d6d6d;
    background-color: #fff;
    border: 1px solid #adadad;
    padding: 4px 7px;
    margin-bottom: 13px;
}

li.select-dropdown__list-item.active {
    /* background: #dbdbdb; */
    color: #1a97cc;
    font-weight: 600;
}

.search_engine .datePicker_Div {
    width: 54%;
    /* padding: 0; */
    display: flex;
}

.search_engine .classRight_Div {
    width: auto;
    padding: 0;
}

.search_engine .select_travels .selectCls {
    position: relative;
}

/* radio button */
.radio-switch {
    position: relative;
    display: inline-flex;
}

.radio-switch__item {
    position: relative;
    display: inline-block;
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
}

.results_body .radio-switch__label {
    color: #fff;
}

.radio-switch__label {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all var(--radio-switch-animation-duration);
    color: #000;
}

.radio-switch__input:checked ~ .radio-switch__label {
    color: hsl(var(--ri5-color-white-hsl));
}

.radio-switch__input:focus ~ .radio-switch__label {
    background-color: hsla(var(--ri5-color-primary-hsl), 0.6);
}

.radio-switch__label :not(*):focus-within, .radio-switch__input:focus ~ .radio-switch__label {
    background-color: transparent;
}

/*.radio-switch__marker {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    border-radius: var(--radio-switch-radius);
    background-color: var(--color-primary);
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
    transition: -webkit-transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration), -webkit-transform var(--radio-switch-animation-duration);
}*/
.radio-switch__item.active {
    border-radius: var(--radio-switch-radius);
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    background-color: var(--color-primary);
    transition: -webkit-transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration), -webkit-transform var(--radio-switch-animation-duration);
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
}

    .radio-switch__item.active label {
        color: #000;
    }

.radio-switch__input:checked ~ .radio-switch__marker {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.demo-flight-booking {
    padding: 15px 10px 20px 15px;
}

.swipe_icon {
    position: absolute;
    left: 46%;
    top: 50%;
    /* display: inline-flex; */
    transform: translate(-50%, -50%);
    /* width: 20px; */
    /* height: 20px; */
    z-index: 9999;
    padding: 0;
    animation: 0;
}

.modify_SearchBg {
    display: flex;
    position: relative;
    padding: 0;
    background: #fff;
    border-radius: 5px;
}

/*.class-type ul.select-dropdown__list {
    display: none;
}*/

.class-type.active {
    display: block !important;
}

#ex1_dropdown, #ex2_dropdown {
    background: #fff;
    padding: 10px 20px;
    position: absolute;
}

.angucomplete-row .angucomplete-title {
    font-size: 13px;
    padding: 10px 5px 10px 10px;
    margin-top: 0;
}

p.textred {
    font-size: 13px;
    color: #c90202;
}

.search_engine p.textred {
    font-size: 12px;
    color: #c90202;
    text-align: left;
    position: absolute;
    /* background: #ff9a9a; */
    padding: 1px;
    font-weight: 500;
    border-radius: 5px;
}

#ex1_dropdown::-webkit-scrollbar, #ex2_dropdown::-webkit-scrollbar {
    width: 6px;
}

#ex1_dropdown::-webkit-scrollbar-track, #ex2_dropdown::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
}

#ex1_dropdown::-webkit-scrollbar-thumb, #ex2_dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #AECF3C;
    /* background: linear-gradient(180deg, rgba(26,151,204,1) 0%, rgba(26,151,204,1) 27%, rgba(174,207,60,1) 100%);*/
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.modifySelecttraveller .trav_form {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    border: none;
    width: 100%;
}

.modifySelecttraveller {
    width: 550px;
    position: absolute;
    background: #fff;
    display: flex;
    border: 1px solid #cdcdcded;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -10px);
    justify-content: space-between;
    box-shadow: 1px 3px 13px 1px #00000030;
}

}

.modifySelecttraveller .select-dropdown__list {
    padding: 0;
}

    .modifySelecttraveller .select-dropdown__list h6 {
        font-size: 16px;
        font-weight: 600;
    }

    .modifySelecttraveller .select-dropdown__list li {
        list-style: none;
        font-size: 14px;
        display: block;
        border-radius: 5px;
        text-align: left;
        cursor: pointer;
        font-size: 14px;
        color: #301717;
        background-color: #fff;
        border: 1px solid #adadad;
        padding: 0;
        margin-bottom: 13px;
        margin: 10px 0;
    }

        .modifySelecttraveller .select-dropdown__list li label {
            display: block;
            cursor: pointer;
            padding: 4px 0px;
        }

.modifySelecttraveller.active {
    display: none;
}

a.loadmore {
    background: #05153d;
    padding: 10px;
    color: #ffff;
    font-size: 14px;
    border-radius: 5px;
    top: 5px;
    position: relative;
}

.modifySelecttraveller .select-dropdown__list li label input {
    opacity: 0;
}

.date_title input {
    font-size: 13px;
    font-weight: 500;
    border: none;
    color: #000000;
    padding: 20px 20px 12px 35px;
}

.modifySearchBox .t-datepicker.traveloDatepicker .date_title:first-child:after {
    position: absolute;
    border-right: 1px solid #b9b9b9;
    content: "";
    width: 0.5rem;
    height: 60%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modifySearchBox .t-datepicker.traveloDatepicker .date_title {
    position: relative;
}

.search_engine .datePicker_Div input {
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding-left: 0;
    background: transparent;
}

    .search_engine .datePicker_Div input:disabled {
        opacity: 0.3;
    }

#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-top: -15px;
    background: url("../img/right_arrowBlack.svg") left center no-repeat;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
    margin-left: 0px;
    margin-top: -15px;
    background: url("../img/right_arrowBlack.svg") left center no-repeat;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
    right: 22px;
}

#ui-datepicker-div .ui-widget.ui-widget-content {
    box-shadow: 0px 3px 11px #97979729;
    border: none;
}

#ui-datepicker-div .date_title {
    font-size: 18px;
    color: #303030;
    margin-bottom: 10px;
    position: relative;
    font-weight: 300;
}

    #ui-datepicker-div .date_title strong {
        font-weight: 600;
    }

    #ui-datepicker-div .date_title:after {
        content: "";
        width: 36px;
        height: 2px;
        display: inline-block;
        position: absolute;
        left: 0px;
        bottom: -4px;
        background: #00B5DC;
    }

.ui-datepicker td {
    padding: 0px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        height: auto;
        line-height: 30px;
    }

    .ui-datepicker td.ui-datepicker-other-month {
        border: none;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    margin: -1px;
    background: #001837;
    color: #fff;
    border-color: #001837;
}

.ui-state-default:hover {
    color: #fff;
    background: #001837;
}

td.calender-highlight.start, td.calender-highlight.end {
    background: transparent;
    color: #fff;
}

    td.calender-highlight.start a, td.calender-highlight.end a {
        color: #fff;
        background: #402f2f;
        border-radius: 4px;
    }

#ui-datepicker-div td.highlight &gt; a {
    background: rgb(252 193 19 / 44%) !important;
    color: #000000;
    border-radius: 4px;
}

td.ui-datepicker-current-day {
    border: none;
}

    td.ui-datepicker-current-day a.ui-state-highlight {
        color: #001837;
        background: #fff;
        border: none;
        border-left: 1px solid #ebebeb;
    }

#ui-datepicker-div {
    position: absolute;
    z-index: 100;
    width: 620px !important;
    border-radius: 20px;
    padding: 15px;
    /*margin-top: 20px;*/
    box-shadow: 1px 3px 13px 1px #00000030;
}

.payment-page #ui-datepicker-div {
    width: 320px !important;
}

.modifySearchBox .t-datepicker.traveloDatepicker .date_title .icon-fly {
    position: absolute;
    left: 10px;
    top: 60%;
    display: block;
    pointer-events: none;
    font-size: 20px;
    color: #0c5dba;
    transform: translateY(-50%);
}

.modifySelecttraveller .trav_form p.text-danger {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    bottom: -5px;
}

.date_title input.form-control:disabled {
    opacity: 0.5;
}


.passengerInfo .select-dropdown .text-danger {
    position: absolute;
    top: 30px;
    font-size: 14px;
    position: absolute;
    top: 55px;
    font-size: 12px;
    font-weight: 500;
    color: red !important;
}

.fly-start input::placeholder {
    border: none;
    font-size: 13px;
    color: #1E1E1E;
    padding: 5px 0 10px 0;
    font-weight: 500;
    background: transparent;
}

/*.search_engine .datePicker_Div input::placeholder {
    border: none;
    font-size: 12px;
    color: #7c7c7c;
    padding: 5px 0 10px 0;
}*/
.swip {
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon-fly {
    text-align: left;
    /* font-size: 12px; */
    /* color: #d3d3d3; */
}

.angucomplete-row {
    padding: 0 12px 0 20px;
    color: #202020;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .angucomplete-row:before {
        content: "";
        width: 23px;
        height: 23px;
        display: block;
        background: url(/images/icons/airline-icon.png) 0px 0px no-repeat;
        position: absolute;
        left: 16px;
        top: 12px;
    }

    .angucomplete-row.childsuggest {
        width: 88%;
        margin-left: auto;
        border-bottom: 1px solid #ccc;
        margin-right: 10px;
        padding-left: 20px;
    }

        .angucomplete-row.childsuggest:before {
            left: 0;
            top: 34%;
            height: 25px;
            display: block;
            background: url(/img/airport_sugg.svg) 0px 0px no-repeat;
            border: none;
            /*transform: rotate(45deg);*/
        }

    .angucomplete-row:before {
        content: "";
        width: 23px;
        height: 23px;
        display: block;
        background: url(/img/airport_icon.svg) 0px 0px no-repeat;
        position: absolute;
        left: 0px;
        top: 30%;
    }

    .angucomplete-row:hover {
        transform: translate(0px, 4px);
        background: rgb(47 160 208 / 11%);
        border-radius: 25px;
    }

.angucomplete-holder.angucomplete-dropdown-visible .list_res {
    position: absolute;
    background-color: #fff;
    width: 386px;
    box-shadow: 1px 3px 13px 1px #00000030;
    border-radius: 25px;
    left: 0;
    top: 65px;
    z-index: 9;
    height: auto;
}

.angucomplete-searching.ng-binding {
    font-size: 13px;
    text-align: center;
}

#ex1_dropdown {
    overflow: hidden;
    position: static;
    left: 0 !important;
    top: 0 !important;
    height: 315px;
    padding: 0 0 0 10px !important;
    margin: 0;
    width: 95% !important;
    border-radius: 47px;
    top: 197px;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 20px auto;
    text-align: left;
}

#ex2_dropdown {
    overflow: hidden;
    position: static;
    left: 0 !important;
    top: 0 !important;
    height: 315px;
    padding: 0 0 0 10px !important;
    margin: 0;
    width: 95% !important;
    border-radius: 47px;
    top: 197px;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 20px auto;
    text-align: left;
}

.fly_input.select_Cls .click_div {
    font-size: 13px;
    font-weight: 500;
}

.validate_Div {
    position: relative;
}

    .validate_Div p.text-danger {
        position: absolute;
        font-size: 13px;
        padding: 2px 0 0 10px;
    }

.month_valid {
    font-size: 12px;
    position: absolute;
    margin-top: 5px !important;
    color: red;
    font-weight: 500;
    white-space: pre;
}

.select-classCountry {
    position: relative;
}

    .select-classCountry:after {
        position: absolute;
        content: "";
        width: 30px;
        height: 100%;
        background: url("../img/down-arrow-svgrepo-com.svg");
        background-repeat: no-repeat;
        right: 0;
        top: 0;
        background-size: 50%;
        background-position: center;
    }

select.form-control:focus {
    box-shadow: none;
    padding: 10px 10px;
    border-color: #9e9e9e;
}

.selectBtn a:after {
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    height: 100%;
    border-radius: 30px;
    /* background:blue; */
    position: absolute;
    left: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: 0.6s ease;
}

.selectBtn a:hover::after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    /* background: linear-gradient(90deg, rgb(5 21 61) 0%, rgb(64 47 47) 27%, rgb(252 193 19) 100%);*/
    z-index: -1;
    transform: translate(-50%, -50%);
}

.selectBtn a span svg:hover {
    transform: translate(-10px, 0);
}

.selectBtn a:hover span svg {
    transform: translate(5px, 0);
    transition: 0.3s all ease-in;
}

.selectBtn a:hover span {
    /*background: #05153d;*/
    transition: 0.5s all;
}

/*mobile search Engine*/



#mobileSearchCntr.mobile_searchCntrHome {
    background-size: cover;
    background: #003e6f;
    color: #fff;
}

#mobileSearchCntr .searchBox .tabBox li {
    color: #fff;
}

#mobileSearchCntr .angucomplete-holder {
    border-bottom: 1px solid #ccc;
}

#mobileSearchCntr .mobile_searchBlock {
    position: relative;
    padding-top: 10px;
}

#mobileSearchCntr .inputField {
    width: 100%;
    margin-top: 0px;
    padding: 20px 10px 10px 40px;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: none;
    overflow: hidden;
    border-bottom: 1px solid rgb(0 52 74);
    border-right: 0;
    border-left: 0;
}

    #mobileSearchCntr .inputField.valid ~ .label_name, #mobileSearchCntr .inputField.ng-not-empty ~ .label_name {
        top: 5px;
        font-size: 11px;
        color: #858585;
    }

    #mobileSearchCntr .inputField.valid, #mobileSearchCntr .inputField.ng-not-empty {
        padding: 20px 10px 10px 40px;
    }

#mobileSearchCntr .icons {
    position: absolute;
    left: 13px;
    top: 10px;
    display: block;
    pointer-events: none;
    font-size: 20px;
    color: #00B5DC;
}

.full-screen-modal.open-popup.dest.active .icons {
    top: 0 !important;
}



#mobileSearchCntr .icons img {
    width: 18px;
}

#mobileSearchCntr .label {
    position: relative;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

    #mobileSearchCntr .label.brd:after {
        content: "";
        height: 41px;
        width: 1px;
        background: #E5EBFF;
        display: block;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    #mobileSearchCntr .label p {
        margin: 0px;
    }

#mobileSearchCntr .box-shadow {
    float: none;
    width: 100%;
}

#mobileSearchCntr .label_name {
    font-size: 16px;
    color: #303030;
    transition: all 0.2s ease;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 16px;
    left: 40px;
    pointer-events: none;
    font-weight: 300;
}

#mobileSearchCntr input[type=text]:focus ~ .label_name {
    top: 5px;
    font-size: 11px;
    color: #858585;
}

#mobileSearchCntr .mobilesearchButton {
    display: inline-block;
    background: rgb(255,178,74);
    background: linear-gradient(180deg, rgba(26,151,204,1) 0%, rgba(26,151,204,1) 27%, rgba(174,207,60,1) 100%);
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 15px 10px;
    top: 100%;
}

#mobileSearchCntr ::-webkit-input-placeholder {
    font-weight: 400;
}

#mobileSearchCntr ::-moz-placeholder {
    font-weight: 400;
}

#mobileSearchCntr :-ms-input-placeholder {
    font-weight: 400;
}

#mobileSearchCntr :-moz-placeholder {
    font-weight: 400;
}

#mobileSearchCntr .top_row {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #mobileSearchCntr .top_row .arrow-icon {
        position: relative;
        top: 2px;
        margin-left: 2px;
    }

    #mobileSearchCntr .top_row .person-icon {
        font-size: 20px;
        position: relative;
        top: -2px;
    }

#mobileSearchCntr #trvltext {
    top: -2px;
    position: relative;
}

#mobileSearchCntr .mobile_banner {
    margin: 0px -20px;
}

    #mobileSearchCntr .mobile_banner img {
        width: 100%;
    }

#mobileSearchCntr .inputField.input_clear.x {
    background-position: right 12px;
}

/*Mobile*/
.mobile_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0;
    background: rgb(1 19 45 / 42%);
    z-index: 2;
}

.Mobiletrip_type {
    width: 190px;
    top: 70px;
    border-radius: 13px;
    background: #fff;
    z-index: 3;
    position: absolute;
    padding: 15px 15px;
    right: 0px;
    left: -50%;
    box-shadow: 1px 5px 15px 2px #2d2d2de0;
}

.class_action {
    position: relative;
}

.Mobiletrip_type.class-type {
    right: 0px;
    display: none;
}

.class_action svg {
    position: absolute;
    /* left: 0; */
    right: 0px;
    top: 6px;
}

.ct.cursor.ng-binding {
    font-size: 13px;
    font-weight: 500;
}

.Mobiletrip_type ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .Mobiletrip_type ul li {
        padding: 13px 0 13px 16px;
        border-bottom: 1px solid #ccc;
        color: #333;
        position: relative;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
    }



        .Mobiletrip_type ul li i {
            position: absolute;
            left: 14px;
            top: 11px;
            visibility: hidden;
        }

        .Mobiletrip_type ul li:hover, .Mobiletrip_type ul li.active {
            color: #000000;
        }

            .Mobiletrip_type ul li.active i {
                visibility: visible;
            }

/**/
.mobile_travelerBox {
    width: 345px;
    border-radius: 13px;
    background: #fff;
    z-index: 3;
    position: absolute;
    padding: 15px 15px;
    right: 0px;
    left: -50%;
    box-shadow: 1px 5px 15px 2px rgb(45 45 45 / 13%);
}

.itinararyFlightd {
    display: flex;
    align-items: center;
}

    .itinararyFlightd img {
        margin-right: 8px;
    }

.pulse-button a {
    color: #000;
}

.results_Box .depart-flight-head h6 img {
    display: none;
}

#genericBannerCntr {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px;
}

    #genericBannerCntr .tagline {
        color: #ffffff;
        text-shadow: 0px 2px 5px #001837;
        font-size: 42px;
        font-weight: 700;
        line-height: 53px;
        padding: 30px 0 30px 0;
    }

.small_banner {
    display: none;
}

.contentBox h1.page__title {
    font-size: 30px;
    margin-bottom: 30px;
}

.contentBox h2 {
    font-size: 26px;
}

.contentBox h3 {
    font-size: 22px;
}

.contentBox h4 {
    font-size: 20px;
}

body.airlinelayout #mobileSearchCntr .inputField {
    width: 100%;
    margin-top: 0px;
    padding: 10px 10px 10px 40px;
    background: #f3f3f3;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: none;
    overflow: hidden;
    border: 1px solid rgb(255 255 255);
    /* border-right: 0; */
    /* border-left: 0; */
    box-shadow: 1px 0px 4px #0000004d;
}

    body.airlinelayout #mobileSearchCntr .inputField span {
        font-size: 16px;
    }

body.airlinelayout #mobile_calendar_rt {
    border-bottom: none;
}

body.airlinelayout #mobileSearchCntr .box-shadow {
    float: none;
    width: 100%;
    margin: 12px 0;
}

body.airlinelayout #mobileSearchCntr #trvltext {
    font-size: 16px;
    top: -2px;
    position: relative;
}

body.airlinelayout ul.classType.inputSet {
    padding: 0;
}

    body.airlinelayout ul.classType.inputSet li {
        margin: 10px;
        list-style: none;
    }

        body.airlinelayout ul.classType.inputSet li label span {
            color: #000;
            font-size: 14px;
        }

body.airlinelayout #mobileSearchCntr .mobilesearchButton {
    display: inline-block;
    background: #1a237e;
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 0;
    margin-top: 45px;
    width: 100%;
    height: auto;
    /* height: 50px; */
    border-radius: 5px;
    position: relative;
}

.contentBox p {
    line-height: 22px;
    font-size: 14px;
}

.call_dealpopup {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}

    .call_dealpopup .center-block {
        width: 100%;
        height: 100%;
        z-index: 1001;
        display: table;
        table-layout: fixed;
    }

call_dealpopup .outer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.innerBlock {
    background: #fff;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    font-size: 15px;
    transform: translate(50%, 50%);
    top: 50%;
    left: 50%;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outer {
    position: relative;
    height: 100%;
    width: 100%;
}

.call_dealpopup .close_callpopup {
    text-align: center;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #333;
}

.innerBlock .top {
    min-height: 85px;
    font-size: 17px;
    color: #402f2f;
    text-align: center;
    font-weight: 600;
}

.innerBlock .timer {
    font-size: 30px;
    font-weight: 700;
}
.innerBlock .special_tag {
    text-align: center;
    margin-bottom: 22px;
    font-weight: 600;
    background: #664c4c;
    color: #fff;
    padding: 5px;
    display: inherit;
    border-radius: 5px;
}

.innerBlock .cityname {
    font-size: 14px;
    font-weight: 600;
}

    .innerBlock .cityname strong {
        font-size: 30px;
        display: block;
        font-weight: 700;
        line-height: 30px;
    }

.innerBlock .cityname {
    font-size: 14px;
    font-weight: 600;
}

    .innerBlock .cityname strong {
        font-size: 30px;
        display: block;
        font-weight: 700;
        line-height: 30px;
    }

.innerBlock .date_label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

    .innerBlock .date_label .bi-calendar3 {
        position: relative;
        top: 3px;
        color: #005aab;
    }

.innerBlock .date_div {
    position: relative;
    display: inline-block;
}

.innerBlock .dateFormat {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

.innerBlock .date_div .dd {
    padding-left: 42px;
    display: block;
    font-size: 12px;
}

.innerBlock .triptype {
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px dashed #ccc;
}

.innerBlock .tripLabel {
    font-weight: 600;
}

    .innerBlock .tripLabel span {
        font-size: 14px;
        font-weight: 400;
        display: block;
    }

.innerBlock .price-text {
    line-height: 30px;
    font-size: 30px;
    font-weight: 800;
    display: block;
    color: #001837;
}

.innerBlock .fares_text span {
    font-size: 12px;
}

.innerBlock .btm-txt {
    font-size: 10px;
    text-align: center;
}

.innerBlock .button {
    display: inline-block;
    border-radius: 5px;
    background: #ffc107;
    color: #402f2f;
    width: 275px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}
.lagInfo {
    background: rgb(255 193 7 / 7%);
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
    .pmob #mobileSearchCntr .label {
        margin-bottom: 0;
    }

    #mobileSearchCntr .label {
        position: relative;
        float: left;
        margin-bottom: 15px;
        width: 100%;
    }

    .mobile_travelerBox {
        right: 0px;
        left: -10px;
    }

    .radio-switch__item {
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0 5px;
        padding: 0 10px;
        box-shadow: none !important;
    }

    .radio-switch__label {
        font-size: 12px;
        color: #000;
    }

    #resultsCntr .rightCntr {
        width: 100% !important;
        float: right;
    }

    .logo img {
        margin: 0 0 0 8px;
        width: 140px !important;
    }

    ul.sortingTab li a {
        display: flex;
        align-items: center;
        color: #000;
        justify-content: center;
        padding: 6px 0;
        flex-wrap: wrap;
        flex-direction: row;
        text-align: center;
    }

    .footer-widget__address .footer-title img {
        width: 60%;
        margin-top: 10px;
    }
}

@media (max-width: 479px) {

    .results_body .mobile_travelerBox {
        right: 0px;
        left: 50%;
        top: 50px;
        z-index: 99;
        width: 100%;
        transform: translate(-50%, 0)
    }

    .logo img {
        width: 170px;
    }
}

.mobile_travelerBox .add-traveler {
    font-size: 14px;
    color: #5e5e5e;
    padding: 8px 0;
    clear: both;
    line-height: 40px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}

    .mobile_travelerBox .add-traveler a {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        border: 1px solid #0044a9;
        color: #989aa2;
        background: #fff;
        border-radius: 2px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        font-weight: 100;
    }

        .mobile_travelerBox .add-traveler a i {
            line-height: 40px;
        }

        .mobile_travelerBox .add-traveler a:hover {
            color: #00B5DC;
            border-color: #00B5DC;
        }

        .mobile_travelerBox .add-traveler a.disable {
            color: #c0cad5;
            border-color: #c0cad5;
            cursor: default;
        }

    .mobile_travelerBox .add-traveler .travelers__options {
        float: right;
        width: 130px;
        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;
        }

/**/
/*Mobile Search popup*/
.full-screen-modal {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100vw;
    background: #fff;
    z-index: 99;
    will-change: transform;
    transition: transform 0.3s ease;
}

    .full-screen-modal .mobile_head {
        background: var(--color-secondary);
        color: #fff;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .full-screen-modal .mobile_back {
        width: 48px;
        height: 100%;
        float: left;
        border-right: 1px solid #fa9da6;
        /* font-size: 33px; */
        line-height: 63px;
        text-align: center;
        position: relative;
        background: #ffc107;
        padding: 13px 0;
    }

#mobileSearchCntr .label.brd:after {
    content: "";
    height: 41px;
    width: 1px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
}

.full-screen-modal .mobile_back .close {
    padding: 0px 10px;
    font-size: 33px;
    color: #fff;
    opacity: 1;
    background: transparent;
    border: none;
    position: relative;
}

.full-screen-modal p {
    float: left;
    margin: 0px;
    padding: 12px;
    font-size: 16px;
}

.full-screen-modal .model_content {
    padding: 20px;
}

.full-screen-modal .search_field {
    position: relative;
}

.full-screen-modal .searchInput {
    width: 100%;
    padding: 9px 10px 11px 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}

.full-screen-modal .location_icon {
    position: absolute;
    left: -1px;
    top: 3px;
    font-size: 20px;
}

.full-screen-modal input[type=text]:focus ~ .location_icon {
    color: #00B5DC;
}

.full-screen-modal .mobiledone_Btn {
    margin: 10px 0px 0 0;
    background: #013873;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 93%;
    cursor: pointer;
    position: fixed;
    left: 13px;
    bottom: 15px;
}

.full-screen-modal.active {
    transform: translate3d(-100%, 0, 0);
}

/*Mobile Search popup End*/
/*Modify Search Mobile*/



.mobile_head {
    background: #402f2f;
    overflow: hidden;
    color: #fff;
    position: relative;
}

    .mobile_head h4 {
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }

    .mobile_head .close {
        /* position: absolute; */
        right: 0px;
        top: 4px;
        padding: 4px 10px;
        font-size: 20px;
        color: #fff;
        opacity: 1;
    }

.traveler_action_button {
    padding: 10px;
    text-align: right;
    justify-content: space-between;
    display: flex;
    padding: 15px 0 0 0;
}

    .traveler_action_button a {
        padding: 5px 15px;
        display: inline-block;
        border: 1px solid #402f2f;
        color: #000000;
        margin: 0px 5px;
        font-size: 13px;
        border-radius: 3px;
    }

        .traveler_action_button a.active {
            background: #402f2f;
            color: #fff;
        }

.traveler_action .arrow-icon {
    top: 0px !important;
}

#mobile_calendar_rt .label {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    margin: 0;
}

#mobile_calendar_rt {
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #000;
}

body.airlinelayout #mobileSearchCntr .mobilesearchButton {
    float: left;
}

.backgroundCls {
    background: white;
    margin: 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    padding: 6px 0;
}



    .backgroundCls #trvltext {
        color: #000;
    }

    .backgroundCls .click_div {
        color: #000;
        font-size: 12px;
        font-weight: 600;
    }

    .backgroundCls .person-icon img {
        width: 18px;
    }


.searchBox button.mobilesearchButton {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.offer_box.slick-slide .card .card-body {
    padding: 15px 10px 10px 10px;
}



.search__infoBox {
    padding: 8px 8px;
    background: #0046ac;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    color: #333;
    position: relative;
}

    .search__infoBox .column {
        width: 50px;
        float: left;
        font-weight: 700;
        font-size: 15px;
    }

    .search__infoBox .itenery-date {
        font-size: 12px;
    }

.modify_search_mobile {
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 56px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

.mobile__filter {
    /* margin-bottom: 14px; */
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

    .mobile__filter .filter_link {
        position: relative;
        /* left: 0; */
        top: 0;
        color: #fff;
        background: #fff;
        padding: 8px;
        width: auto;
    }

i.filter-circle img {
    width: 30px;
    display: inline-block;
}

.mobile__filter ul {
    list-style: none;
    white-space: nowrap;
    display: flex;
    margin: 0px 0 0 10px;
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 7px 0 10px 0;
    align-items: center;
    justify-content: space-between;
}

    .mobile__filter ul li {
        float: left;
        padding: 6px 10px 6px 14px;
        margin-right: 12px;
        border-radius: 15px;
        border: 1px solid #694d33;
        box-shadow: 0 3px 6px #0000000A;
        color: #000000;
        font-weight: 500;
        background: #F8F9FF;
        position: relative;
        text-align: center;
        /* width: 100px; */
        font-size: 12px;
    }

.mobile-itenery {
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 4px 5px #0000000f;
    background: #fff;
    /*margin-top: 82px;*/
    display: none;
}

.matrixPhoneprice .matrix_airline.ng-binding {
    display: none;
}


.filterMob ul li {
    padding: 15px 8px;
    /* width: 30%; */
}

.filterMob ul {
    display: flex;
    /* justify-content: center;*/
    flex-wrap: nowrap;
    overflow-x: scroll;
}

    .filterMob ul li a {
        font-size: 12px;
        color: #252525;
        /* font-weight: 500; */
        padding: 6px 18px;
        border: 1px solid #8c8c8c;
        border-radius: 8px;
    }

        .filterMob ul li a.active {
            background: #046c98;
            border: none;
            /* border-radius: 15px;*/
            color: #fff;
            border: none !important;
        }

span.closeBtn {
    color: #fff;
}

.filterMob .tab-content {
    margin-top: 15px;
    padding: 0 15px;
    height: calc(100vh - 150px);
    overflow: scroll;
}

.filterMob {
    background: #ffffff;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 99999;
    top: 0;
}

.filterTitle {
    background: #bf2942;
    padding: 10px 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

    .filterTitle h5 {
        margin: 0;
        font-size: 16px;
        color: #fff;
    }

.actionBtn {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 1px 0px 13px 0px #0000004f;
}

    .actionBtn a {
        font-weight: 500;
        color: #000;
        font-size: 14px;
    }

    .actionBtn button {
        color: #fff;
        background: rgba(26,151,204,1);
        border: none;
        padding: 8px 25px;
        border-radius: 30px;
        font-size: 14px;
    }

.mobile__Modifysearch {
    display: none;
}


.iconsLocat {
    position: absolute;
    left: 10px;
    top: 20px;
    display: none;
}

    .iconsLocat img {
        width: 12px;
    }

.resultsBox {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 5px #0000000F;
    background: #fff;
    border: 1px solid #C6C6C6;
    position: relative;
    color: #1f1f1f;
    transition: 0.3s all ease-in;
}

    .resultsBox:hover {
        box-shadow: 1px 1px 20px #3e3e3e40;
        border: 1px solid #000;
    }

/* .order_result_1:before, .order_result_1:after*/



.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, 0.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, 0.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, 0.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;
    }
}

.w_100 {
    width: 100%;
}

div.cal {
    top: 50px !important;
    background: #fff;
    overflow: scroll;
    width: auto;
    z-index: 9999 !important;
    padding: 0;
    font-size: 10px;
    border-radius: 4px;
    color: #000;
    font-family: inherit !important;
}

.mobile__Modifysearch.active {
    display: block;
    width: 100%;
    height: 100Vh;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.mobile_head h4 {
    font-size: 18px;
    padding: 16px 10px;
    margin: 0px;
}

.mobile_head .close {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 4px 10px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

a.navbar-brand img {
    width: 200px;
}

.mobileMenuBox .mobile_head .close {
    top: 0;
}
/*header menu start*/
.mobileMenuBox {
    position: absolute;
    left: -200%;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
    height: 100vh;
}

.mobileMenu {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 35px;
    height: 35px;
    background: url(../img/menu.png) left top no-repeat;
    background-size: 100%;
    z-index: 99;
}

.mobileMenuBox ul {
    margin-top: 20px;
    padding: 0;
}

    .mobileMenuBox ul li {
        list-style: none;
        padding: 10px 40px;
        margin: 0;
        border-bottom: 1px solid #e8e8e8;
    }

        .mobileMenuBox ul li a {
            color: #000;
            font-size: 15px;
        }

            .mobileMenuBox ul li a img {
                width: 20px;
                margin-right: 8px;
            }

/*site-map*/


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

.contentBox .list, .contentBox ul {
    list-style: none;
    font-weight: 300;
    overflow: hidden;
    padding: 0 2px;
}

    .contentBox .list.bullet.sitemap-links li {
        width: 25%;
        float: left;
    }

    .contentBox .list li, .contentBox ul li {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 10px;
        position: relative;
        font-size: 13px;
        color: #202020;
    }

        .contentBox .list li:before, .contentBox ul li:before {
            position: absolute;
            left: 0px;
            top: 2px;
            content: "\f192";
            font-family: "FontAwesome";
            color: #ce5d70;
            font-size: 12px;
        }

    .contentBox .list.bullet.sitemap-links li a {
        color: #333;
        text-decoration: none;
    }

.contentBox {
    padding-top: 45px;
}

.sitemap_block {
    overflow: hidden;
    padding: 20px;
    border-bottom: 2px solid #F2F3F9;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #0000000a;
    border-radius: 10px;
    margin-bottom: 25px;
}

#privacyBannerCntr {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

    #privacyBannerCntr .tagline {
        font-size: 40px;
        color: #000000;
        font-weight: 600;
        padding: 48px 0 23px 0;
    }

body.destiRoute .searchBox .flightSearch .searchButton {
    width: 100%;
    float: right;
    display: inline-block;
    background: #be2942;
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding: 12px 10px;
    outline: none;
    right: 0;
}

body.airlinelayout .radio-switch__item {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 !important;
    padding: 0 10px;
}

.leftCntr {
    display: none;
}




@media (max-width: 767px) {
    a.navbar-brand img {
        width: 150px;
    }

    .top_row {
        position: relative;
        left: 0px;
        top: 7px;
        display: flex;
        align-items: center;
        border-bottom: none;
        color: #000;
        font-weight: 600;
        font-size: 12px;
    }

    .mobileMenu {
        display: block;
    }

    header.headerCntr.ng-scope.sticky {
        position: relative;
        width: 100%;
        top: 0;
        background: #e7e7e7;
        z-index: 9999;
        transition: all 0.7s cubic-bezier(0.4, 0, 1, 1);
    }

    .searchBox {
        position: relative;
        background: #fff;
        padding: 10px;
        margin: 0;
        border-radius: 4px
    }

    #mobileSearchCntr .mobilesearchButton {
        display: inline-block;
        background: #003d96;
        border: none;
        font-size: 16px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding: 10px 0;
        border-radius: 0;
        margin-top: 35px;
        width: 150px;
        height: auto;
        /* height: 50px; */
        border-radius: 5px;
        position: relative;
    }

    .layover.tTime {
        position: relative;
        right: 0;
        font-weight: 600;
        font-size: 12px;
    }

    #mobileSearchCntr .top_row {
        font-size: 12px;
        margin-bottom: 10px;
    }

    body.results_body .Mobiletrip_type {
        top: 25px;
    }

    .contact_infoItinary {
        padding: 15px 15px 0 15px;
    }

        .contact_infoItinary .form-inner input {
            /* padding: 10px 20px;*/
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .contact_infoItinary .form-inner p {
            font-size: 13px;
            padding: 10px 15px 0 15px;
        }

    .contact_infoItinary {
        margin-top: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .itinerary_PriceDetails {
        margin-top: 25px;
    }

    .contact_infoItinary a {
        font-size: 14px;
    }

    .priceDetails_title h4 {
        font-weight: 700;
    }

    .contact_infoItinary .passengerInfo {
        padding: 0px 10px 10px 10px;
    }

    .priceDetails_title {
        margin-bottom: 10px
    }

    select.form-control {
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .contact_infoItinary button {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        border-radius: 0;
        padding: 15px;
        font-size: 18px;
    }

    .passengerInfo .sub_title.travellerblock {
        position: relative;
        top: 0;
    }


    body.destiRoute .label.first {
        margin-bottom: 10px;
    }
}

.travelSpacing {
    display: flex;
    margin-bottom: 25px;
}

.triptype_action {
    position: relative;
}

.inputSet label input[type=radio]:checked ~ span {
    color: #01123b;
    /*    transition: all 0.5s;*/
    font-weight: 500;
}



slider {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 100%;
    margin: 10px 0 15px 0;
    vertical-align: middle;
}

    slider span.bar {
        width: 100%;
        height: 100%;
        z-index: 0;
        background: #ccc;
    }

        slider span.bar.selection {
            width: 0%;
            z-index: 1;
            background: var(--color-secondary);
        }

    slider span.pointer {
        cursor: pointer;
        width: 19px;
        height: 19px;
        top: -8px;
        z-index: 1;
        border: 2px solid #dfa705;
        background: #fff;
        border-radius: 100%;
        outline: none;
    }

    slider span {
        white-space: nowrap;
        position: absolute;
        display: inline-block;
    }

.filterheading p {
    font-size: 14px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.filterheading .takeoff .takeOffBox.active {
    background: #05153d;
    /* width: 100%; */
    color: #fff;
}

}

.no_resultsBox .head {
    font-size: 33px;
    font-weight: 600;
}

.no_resultsBox {
    padding: 50px 0;
    text-align: center;
    background: #fff;
}

    .no_resultsBox .call span {
        display: block;
        font-size: 18px;
        color: #4863DB;
    }

#resultsCntr .rightCntr {
    width: calc(100% - 280px);
    float: right;
}
/*Loader Start*/
.page_loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 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/fav.png) no-repeat center center;
        width: 94px;
        height: 94px;
        line-height: 90px;
        border-radius: 50%;
        background-size: 30px;
        margin: 0 auto;
        position: relative;
    }

    .page_loading .loading-circle {
        border: 3px solid #dddddd;
        border-radius: 50%;
        border-top: 5px solid #786060;
        width: 90px;
        height: 90px;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
        border-width: 5px;
    }

    .page_loading p {
        margin: 0px;
        padding: 0px;
        line-height: 25px;
    }

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

    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}

.dot span {
    font-size: 50px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .dot span:nth-child(2) {
        animation-delay: 0.2s;
    }

    .dot span:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes blink {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}
/*Loader End*/

.button-pulse-resultPage {
    animation: pulseA 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
}

@keyframes pulseA {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

.results_body .button-pulse-resultPage {
    animation: pulseA 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #fbd866;
    width: 200px;
    display: none;
}

header.navbar .container {
    flex-wrap: nowrap;
}

header .support-top {
    display: flex;
    align-items: center;
    width: 260px;
}


.pulse-button span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 14px;
    top: 10px;
    color: #333;
    background: rgb(255 255 255 / 43%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: right;
}

    .pulse-button span:before {
        font-family: FontAwesome;
        content: "\f095";
        width: 15px;
        height: 15px;
        font-size: 25px;
        display: block;
        margin: 13px 15px;
        -webkit-animation: wiggle 2s infinite;
        -moz-animation: wiggle 2s infinite;
        animation: wiggle 2s infinite;
    }

.pulse-button i {
    font-size: 12px;
    margin: 0 auto;
    opacity: 1;
}

.pulse-button {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    /* width: 340px; */
    padding: 10px 15px 6px 75px;
    line-height: 25px;
    text-align: left;
    /* height: 80px; */
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 232, 160, 0.7);
    border-radius: 40px;
    background-color: #fed03d;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

    .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);
    }
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(15deg);
    }
}

@-moz-keyframes wiggle {
    0% {
        -moz-transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
    }

    100% {
        -moz-transform: rotate(15deg);
    }
}

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

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}
/*.top-phone {
    background: transparent;
    position: relative;
    z-index: 99;
}

    .top-phone:after {
        animation: scaling 1.5s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite;
        height: 100%;
        width: 100%;
        padding: 10px 80px;
        position: absolute;
        content: '';
        top: 0;
        z-index: 9;
        border-radius: 24px;
        background-color: #fcc113;
    }

@keyframes scaling {
    0% {
        transform: scale(0.5);
        background-color: #fc6900;
    }

    100% {
        transform: scale(1.2);
        background-color: #ffc10714;
    }
}

.circle1 {
    animation-delay: 0s;
}

.circle2 {
    animation-delay: 1s;
}*/

.circle1 {
    animation-delay: 0s;
}

.circle2 {
    animation-delay: 1s;
}



/*home page responsive*/
@media only screen and (max-width: 767px) {
    .mobile_flightSearch {
        margin-top: 15px;
    }

    .search_engine {
        flex-wrap: wrap;
    }

        .fly-form-1, .fly-form-2, .search_engine .datePicker_Div {
            width: 100%;
            border: none;
            padding: 0;
        }

    .fly-start {
        flex-wrap: wrap;
    }

    .fly_input {
        width: 100%;
    }

    .search_main {
        margin: 0;
        padding: 0;
    }

    .search_box:before {
        width: 100%;
        box-shadow: none;
        background: transparent;
    }

    section.top-banner {
        background: url(../img/phone_bg.jpg);
        background-size: cover;
        /*margin-top: 80px;*/
    }

    .offer_box.slick-slide .card .card-body {
        padding: 15px 5px;
    }

    .offer_box.slick-slide .card .card-title {
        font-size: 16px;
    }

    .offer_box .special_offerBtn {
        padding: 6px 10px;
        border-radius: 16px;
    }

        .offer_box .special_offerBtn h5 {
            margin: 0;
            font-size: 14px;
            font-weight: 700;
            color: #000;
            margin-left: 10px;
        }

    .slick-track {
        padding: 10px 0;
    }

    section.special_offer {
        margin: 30px 0;
    }

    .section_heading h2 {
        font-size: 22px;
        padding-left: 20px;
    }

        .section_heading h2 span {
            font-size: 22px;
        }

    .section_heading {
        padding-left: 10px;
    }

    .heading_icon {
        height: 20px;
    }

        .heading_icon:before {
            height: 30px;
        }

        .heading_icon:after {
            height: 10px;
        }

    .offer_box.slick-slide .card {
        padding: 5px;
        box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 12%);
        border-radius: 20px;
        margin-bottom: 15px;
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        /* background: var(--color-primary) !important;*/
    }

    .slick-next {
        top: 50%;
    }

    .slick-prev {
        top: 50%;
    }

    .section_heading h2.why_choose {
        display: flex;
        align-items: center;
        margin: 0 0 0px 0;
        font-size: 25px;
    }

        .section_heading h2.why_choose span {
            font-size: 70px;
        }

    .why_chooseBox .why_box {
        width: 100%;
        box-shadow: none;
        /* flex-direction: row; */
        text-align: center;
        border-radius: 9px;
        align-items: center;
        background: #e5e5e5;
    }

        .why_chooseBox .why_box:nth-child(2) {
            margin-left: 0;
            margin-top: 0;
            width: 100%;
        }

        .why_chooseBox .why_box:nth-child(3) {
            width: 100%;
            margin-top: 0px;
            margin-left: 0px;
            padding-left: 20px;
            background: #e5e5e5;
        }

        .why_chooseBox .why_box:nth-child(4) {
            width: 100%;
            margin-left: 0px;
            margin-top: 0px;
        }

    .why_chooseBox {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .why_chooseBox {
    }

        .why_chooseBox .why_box h4 {
            font-weight: 700;
            font-size: 15px;
            margin: 10px 0;
        }

        .why_chooseBox .why_box p {
            font-size: 13px;
            margin: 0;
        }

        .why_chooseBox .why_box img {
            width: 25px;
        }

    section.about-footer {
        margin: 0;
        background: url(../img/about_bg.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 60%;
        padding: 40px 0px;
    }

    .about-footer .about-section h4.aboutsub-title {
        font-size: 25px;
    }

    footer.travelo_footer {
        margin: 20px 0 0 0;
    }

    .footer-card img {
        width: 80%;
    }

    .modifySearchBox {
        display: none;
    }

    .filterinnerDiv {
        margin-right: 20px;
        display: none;
    }

    .listingRight {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .matrixMainBox {
        margin-bottom: 10px;
        display: none;
    }

    .section.listingSection {
        margin: 30px 0 0 0;
    }


    .sortingTab .sorting_details p, span {
        font-size: 12px;
    }

    .sortingTab .sorting_details span {
        font-size: 12px;
    }

    ul.sortingTab li a img {
        width: 18px;
    }

    ul.sortingTab li {
        width: 100%;
    }

    .sortingTab .sorting_details {
        padding: 0 10px;
    }

    ul.sortingTab {
        margin-bottom: 0px;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .listingRight .shorting_box ul {
        overflow-x: scroll;
        height: 40px;
        flex-direction: column;
    }

    .results_Box .priceSection .per_person p {
        font-size: 12px;
        color: #1a1a1a;
        margin-bottom: 5px;
    }

    .listingRight .priceSection {
        flex-direction: row;
        text-align: left;
        padding: 0 10px;
        justify-content: space-between;
        border-bottom: 1px dashed #cdcdcd;
    }

    .order_result_2 {
        margin-top: 15px;
        order: 1;
        /*  border-bottom: 1px dashed #cdcdcd;*/
        border-left: none;
    }

    .order_result_1 {
        order: 2;
        margin-bottom: 25px;
        margin-top: 0px;
    }

    .resultsBox {
        margin-bottom: 10px
    }

    a.flight_detail_btn {
        position: absolute;
        bottom: 10px;
        right: 20px;
        font-size: 12px;
        color: rgb(0 118 169);
        display: none;
    }

    .selectBtn {
        width: 140px;
        margin: 0 10px;
    }

    .order_result_2:before {
        width: 25px;
        top: 65px;
        transform: rotate(270deg);
        height: 15px;
        left: -5px;
        bottom: 0px;
    }

    .order_result_2:after {
        width: 25px;
        top: 65px;
        transform: rotate(270deg);
        height: 15px;
        right: 0;
        left: 94%;
    }

    .right_border {
        border: none;
    }

    .mobile-itenery {
        display: block;
    }

    .modify_search_mobile svg {
        margin-top: 6px;
    }

    .matrixPhoneprice .matrix_airline.ng-binding {
        display: block;
    }

    .travelomatrix__aside {
        /*    display: none;*/
    }

    .traveloMatrixSlider {
        /*  width: 100%;*/
    }

    .matrixTextBox {
        /*  width:100px;*/
    }

        .matrixTextBox .matrixTextBox_airLine:first-child {
            text-align: center;
            display: flex;
            align-items: center;
        }

        .matrixTextBox .matrixTextBox_airLine {
            /*   display: none;*/
            flex-direction: column;
        }

    .matrixPhoneprice p.matrix_airline.ng-binding {
        display: block !important;
    }

    .matrix_Box .matrixTextBox .matrixTextBox_airLine p.matrix_airline {
        /*   display: none;*/
        font-size: 10px;
    }

    .traveloMatrixSlider .slick-prev {
        left: -10px;
        display: none !important;
    }

    .traveloMatrixSlider .slick-next {
        left: 94%;
        display: none !important;
    }
    /*  .slick-list {
        overflow: scroll;
    }*/
    /*  section.listingSection {
        margin-top: 20px;
    }
*/
    .city-itenery {
        background: #fff;
        padding: 5px 8px;
        border-radius: 5px;
        position: relative;
    }

    .listingRight .priceSection h5 {
        font-size: 24px;
        margin: 0;
    }

    .flightDetails_cls {
        position: absolute;
        text-align: right;
        top: 20px;
        right: 10px;
    }

    .traveloLeg-details {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .flightD_tabContent .traveloLeg-details .destiCity {
        width: 50%;
        margin-bottom: 15px;
    }

    .flightDetails_cls p {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .flightDetails_cls span {
        font-size: 13px;
        border-radius: 5px;
    }

    .flightD_tabContent {
        position: relative;
    }

    .flightDetailWrapper .flightDetail_Popup {
        width: 100%;
    }

        .flightDetailWrapper .flightDetail_Popup .flightDetail {
            padding: 8px 10px;
            margin: 5px 0;
        }

    .flightD_tabContent {
        padding: 5px 10px;
    }

    .takeDate {
        font-size: 13px;
        font-weight: 500;
    }

    .mobile_flightSearch .swip {
        position: absolute !important;
        z-index: 99;
        transform: translate(-50%, -50%);
        top: 30% !important;
        left: 80% !important;
        transform: rotate(90deg);
        border-radius: 5px;
        width: 35px;
        background: #fff;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.41));
        height: 35px;
        display: none !important;
        align-items: center;
        justify-content: center;
    }

    .mobile_flightSearch .box-shadow {
        position: relative;
    }

    header.navbar.navbar-expand-lg.fixed-top {
        padding: 0;
    }

    header.navbar.navbar-expand-lg.fixed-top {
        padding: 10px 0;
        height: auto;
    }

    .flightDetailWrapper .flightDetail_Popup .head {
        padding: 0 10px 0px 10px;
        margin: 5px 0;
    }

    .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li a.active {
        padding: 6px 10px;
        border-radius: 15px;
    }

    .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li a {
        font-size: 12px;
    }

    .flightDetailWrapper .flightDetail_Popup ul.flightDetails_tabs li a {
        font-size: 12px;
        font-weight: 300;
    }

    .top-fight-details {
        margin: 5px 0 6px 0;
    }

    .flightD_tabContent .traveloLeg-details {
        padding: 15px 10px 25px 10px
    }

    .flightD_tabContent .traveloLeg-details {
        background: #fff;
        padding: 10px 0px 0 5px;
        border-radius: 10px;
        position: static;
        align-items: baseline;
    }

        .flightD_tabContent .traveloLeg-details .destiCity h6 {
            font-size: 12px;
            margin-bottom: 10px;
            padding-right: 10px;
            font-weight: 600;
        }

    .itinerary_PriceDetails .total_pricetxt {
        font-size: 12px;
        margin-top: 10px;
    }

    .flightD_tabContent .traveloLeg-details .destiCity p.takeTime {
        font-size: 10px;
        font-weight: 400;
    }

    select.titleSelect {
        margin-bottom: 10px;
    }

    .passengerInfo .dobDiv {
        margin-bottom: 10px;
    }

    .class_action .Mobiletrip_type {
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .iconsLocat {
        display: block !important;
    }

    .mobile_head svg {
        padding: 4px 0;
    }

    .airline_Details {
        display: flex;
    }

        .airline_Details img {
            margin-right: 5px;
            margin-bottom: 10px;
        }

    .results_Box .depart-flight-head h6 {
        font-size: 15px;
        font-weight: 500;
        margin-top: 10px;
        background: #e8e8e8;
        padding: 5px 10px;
        text-decoration: underline;
    }

    .tripType.inputSet label input[type=radio] {
        opacity: 0;
        position: absolute;
    }

        .tripType.inputSet label input[type=radio]:checked ~ span {
            background: #1A237E;
            color: #fff;
            list-style: none;
            padding: 10px 15px;
            border-radius: 10px;
        }

    ul.tripType.inputSet {
        display: flex;
        padding: 0;
    }

        ul.tripType.inputSet li {
            list-style: none;
            margin: 0 10px;
        }

    #mobileSearchCntr .box-shadow .label.cursor {
        margin: 0;
    }

    .box-shadow.traveler_action .icon {
        position: absolute;
        top: 12px;
        z-index: 9;
        left: 10px;
        width: 92%;
    }

        .box-shadow.traveler_action .icon img {
            width: 18px;
        }

        .box-shadow.traveler_action .icon svg {
            position: absolute;
            right: 0;
            top: 8px;
        }

    body.results_body .class_action svg {
        position: absolute;
        right: 15px;
        top: 40%;
    }

    .mobile__Modifysearch {
        position: fixed;
        width: 100%;
        z-index: 9999;
        background: #1e1e1ea8;
        left: -1000px;
        top: 0px;
        height: 100vh;
        transition: all 0.5s;
        backdrop-filter: blur(2px);
        display: block;
    }

    .sticky.active .filterBox.tab-pane {
        opacity: 1;
    }

    .sticky {
        display: none;
    }

    .mobile__filter {
        display: none;
        margin-bottom: 6px;
        padding: 4px 0px 0px 7px;
        position: relative;
    }

    .mobile__filter {
        display: flex;
        background: #ebecef;
        padding: 5px;
        margin: 0;
    }

        .mobile__filter ul {
            list-style: none;
            white-space: nowrap;
            display: flex;
            margin: 0px;
            padding: 2px;
            overflow-y: hidden;
            overflow-x: scroll;
        }

            .mobile__filter ul li {
                /*float: left;*/
                padding: 7px 13px;
                margin-right: 0.5rem !important;
                /* width: 18%; */
                border-radius: 25pxpx;
                font-size: 12px;
                text-align: center;
                /* border: 1px solid rgb(192, 202, 213); */
                box-shadow: 0 0.125rem 0.1875rem 0 rgba(0,0,0,.11);
                color: #666;
                font-weight: 500;
                background: #F8F9FF;
                position: relative;
            }

                .mobile__filter ul li .mobile__filter-clear {
                    display: none;
                }

                .mobile__filter ul li.active {
                    color: rgba(106,102,103,1);
                    border-color: rgba(106,102,103,1);
                }

                    .mobile__filter ul li.active a {
                        margin: 0px 0px 0 4px;
                        color: rgba(106,102,103,1);
                        position: absolute;
                        top: 0;
                        right: 10px;
                        display: inline-block;
                    }



    .leftCntr {
        position: fixed;
        display: none;
        top: 0px;
        transition: all 0.5s;
    }

    .filter_action_button {
        width: 100%;
        padding: 15px;
        position: fixed;
        left: -200%;
        bottom: 0px;
        border-top: 1px solid #ccc;
        background: #fff;
        transition: all 0.5s;
        display: flex;
        justify-content: space-between;
    }

        .filter_action_button a {
            color: #fff;
            background: #ffc107;
            font-size: 16px;
            font-weight: 600;
        }

    a.close_filter {
        padding: 5px 15px;
        border-radius: 5px;
    }

    a.apply-filter {
        background: #005be2;
        padding: 5px 15px;
        border-radius: 5px;
    }

    .leftCntr.open-filter {
        left: 0px;
        width: 100%;
        padding-right: 0px;
        background: #fff;
        z-index: 99999;
        display: block;
        height: 100vh;
        top: 0;
    }

    .mobile__filter .filter_link {
        font-size: 14px;
        top: 2px;
        color: #fff;
        margin-right: 2px;
    }

    .mobile_filter_tab {
        background: #402f2f;
        overflow: hidden;
        color: #fff;
        position: relative;
        display: none;
    }

    .mobile_filter_tab {
        display: block;
    }

        .mobile_filter_tab ul {
            list-style: none;
            padding: 0px;
            display: flex;
            background: #F2F5FF;
            margin: 0px;
        }

            .mobile_filter_tab ul li a {
                padding: 10px 20px;
                font-weight: 400;
                display: block;
                color: #333;
                font-size: 14px;
            }

                .mobile_filter_tab ul li a.active, .mobile_filter_tab ul li a:focus {
                    background: #fff;
                    color: #001837;
                    /* border-bottom: 2px solid #003772; */
                    text-decoration: none;
                    border-radius: 5px;
                }

        .mobile_filter_tab h4 {
            font-size: 20px;
            padding: 15px;
            margin: 0px;
        }

        .mobile_filter_tab .close_filter {
            position: absolute;
            right: 0px;
            top: 5px;
            padding: 4px 10px;
            font-size: 34px;
            color: #fff;
        }



    .filterBox.tab-pane.active {
        opacity: 1;
        height: auto;
        margin: inherit;
    }

    .tab-content {
        position: relative;
    }

    .holder {
        padding: 10px;
    }

    #price2 {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    p.range_text {
        display: flex;
        justify-content: space-between;
    }

    #price2.active {
        visibility: visible;
    }

    ul.filter__list li {
        display: flex;
        justify-content: space-between;
        margin: 8px;
        background: #f3f3f3;
        padding: 6px;
        border-radius: 4px;
    }

    ul.filter__list {
        margin: 0;
        overflow-y: scroll;
        padding: 0;
        height: calc(100vh - 28vh);
    }

        ul.filter__list li label input {
            margin-right: 6px;
        }

        ul.filter__list li label span {
            font-size: 14px;
        }

        ul.filter__list li .price {
            font-size: 14px;
            font-weight: 600;
        }

    .filterBox .inner h3.head {
        font-size: 16px;
        font-weight: 600;
    }

    .order_result_1:before {
        display: none;
    }

    .order_result_1:after {
        display: none;
    }

    .traveller-Info ul li {
        width: 100%;
    }

    .booking_infoRight {
        display: none;
    }

    .itinerary_PriceDetails .total_Price p {
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .itinerary_PriceDetails.booking_info .total_pricetxt {
        margin-top: 11px;
    }

    .flightD_tabContent h4.itineray_RD {
        margin: 0;
    }

    .backgroundCls .traveler_action {
        width: 50%;
    }

    .backgroundCls .class_action {
        width: 50%;
    }

    .backgroundCls {
        background: white;
        margin: 0;
        border-radius: 0;
        display: flex;
        /* justify-content: space-around; */
        padding: 15px 10px 15px 10px;
        margin-top: 10px;
        border-bottom: 1px solid #000;
    }

    #mobileSearchCntr {
        background: #1A97CC;
        height: auto;
    }

    ul.radio-switch {
        margin: 0;
    }

    #mobileSearchCntr .mobile_searchBlock {
        position: relative;
        padding-top: 0;
    }

    .travelSpacing {
        margin: 0;
        padding: 0;
    }

        .travelSpacing .col-md-6 {
            padding: 0;
        }

        .travelSpacing .col-md-4 {
            padding: 0;
        }

    .term_condition {
        margin: 0;
    }

    .booking_confirmationTitle h2 {
        font-weight: 700;
        font-size: 16px;
    }

    .trilComplete p {
        display: flex;
        align-items: center;
        margin-left: 0;
        font-weight: 500;
        font-size: 12px;
    }

    section.why-choose {
        margin-top: -100px;
    }

    .special_offer .slick {
        position: relative;
        top: -41px;
    }

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: #402f2f;
    }

    .backgroundCls .click_div svg {
        position: absolute;
        left: 60%;
        top: 6px;
    }

    header.navbar .container {
        flex-wrap: nowrap;
    }

    header .support-top {
        display: flex;
        align-items: center;
        width: 190px;
        margin: 0 !important;
    }

    .pulse-button {
        color: #333;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        /* width: 340px; */
        padding: 5px 15px 6px 45px;
        line-height: inherit;
        text-align: left;
        /* height: 80px; */
        border: none;
        box-shadow: 0 0 0 0 rgba(255, 232, 160, 0.7);
        border-radius: 10px;
        background-color: #ffbf00;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .pulse-button a {
            color: #000;
        }

        .pulse-button span {
            width: 30px;
            height: 30px;
            position: absolute;
            left: 5px;
            top: 6px;
            color: #333;
            background: rgb(255 255 255 / 43%);
            border-radius: 50%;
            width: 35px;
            height: 35px;
            float: right;
        }

            .pulse-button span:before {
                font-family: FontAwesome;
                content: "\f095";
                width: 15px;
                height: 15px;
                font-size: 18px;
                display: block;
                margin: 5px 10px;
            }

        .pulse-button i {
            font-size: 10px;
            margin: 0 auto;
            opacity: 1;
        }

        .pulse-button i {
            font-size: 10px;
            margin: 0 auto;
            opacity: 1;
        }

    header .container {
        padding: 0;
    }

        header .container a.navbar-brand {
            padding-left: 5px
        }

    .sortingTabBox {
        display: flex;
    }

    .matrixBox {
        display: flex;
        margin: 0 0 15px 0;
    }


        .matrixBox ul {
            display: flex;
            overflow: scroll;
            margin: 0;
            padding: 0;
        }

            .matrixBox ul li {
                list-style: none;
                text-align: center;
                border: 1px solid #c7c7c7;
                margin-right: 15px;
                border-radius: 5px;
            }

    .matrix__box-lg .mobMatPrice {
        font-size: 12px;
        font-weight: 600;
        margin: 5px;
    }

    .matrix__box-lg img {
        padding: 3px;
    }

    span.mobLocations {
        background: url('../img/location.svg');
        display: block;
        position: absolute;
        top: 12px;
        padding: 14px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .results_Box .depart-flight-head h6 img {
        display: inline-block;
    }

    .contentBox h1.page__title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contentBox h2 {
        font-size: 20px;
    }

    .contentBox h3 {
        font-size: 18px;
    }

    .contentBox p {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .contentBox h4 {
        font-size: 16px;
    }

    .term_condition .term_checkBox {
        position: absolute;
        left: -22px;
        top: 0;
    }

    .passengerInfo .dobDiv.cardDetails .cvvNumber input {
        margin: 0;
    }


    .priceDetails_title svg {
        width: 24px;
        margin-bottom: 15px;
    }

    .passengerInfo .dobDiv {
        border-radius: 10px;
    }

    select.form-control {
        border-radius: 3px;
        padding: 10px 10px;
    }

    select.form-control {
        border-radius: 10px;
        padding: 10px 10px;
    }

    .priceSection .selectBtn {
        width: 110px;
        margin: 0;
    }
    #mobileSearchCntr .col-sm-12 {
        padding: 10px;
    }
}
</pre></body></html>