﻿
:root {
    --color-org: #5d1df9;
    --color-blue: #FF4A51;
    --color-darkblue: #3854ae;
    --color-bluedark: #976cff;
    --color-black: #26303f;
    --color-white: white;
    --color-light: #f8f8f8;
}

#TotalPax_error {
    position: absolute;
    bottom: -11px;
    color: red;
    font-size: 12px;
    padding: 5px;
    left: 7px;
}
.black {
    color: var(--color-black);
}


.white {
    color: var(--color-white);
}

.margin_top {
    margin-top: 40px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-family: 'EasetoBookbold';
}

.fw-700 {
    font-family: 'EasetoBookbold';
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 14px;
}

.font_14 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}

.color-blue {
    color: var(--color-blue);
}

.common_title {
    font-size: 32px;
}

.color-grey {
    opacity: 0.8;
}



/*Header*/

.label-Head {
    position: initial;
    top: initial;
    left: initial;
    padding: 0px;
}

.currencyBox {
    background: #F4F4F4;
    border-radius: 25px;
    padding: 8px 10px;
}


.serach-eng {
    height: auto;
    background: url(/Images/flight_result_new/destination_new/chicago/banner.webp);
    margin-top: 20px;
    border-radius: 20px 20px 60px 60px;
}

/*Search Engine Css OverRight*/

.destination_search_engine_box .flight-Serch .serach-Engine {
    border: 1px solid #D9D9D9;
}
.tabs_hero {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    padding: 0px;
    padding-bottom: 12px;
}

.tabs_container li button {
    background-color: transparent;
    color: var(--color-white) !important;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.tabs_container .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--color-white) !important;
}


.trip-type .active {
    box-shadow: none;
}

.tabs_container li button {
    padding: 0px
}

.trip-type li {
    border: none;
    padding: 0px;
    box-shadow: none;
    background: transparent;
}

.trip-type label input[type=radio] ~ span::after {
    width: 18px;
    height: 18px;
}

.trip-type label input[type=radio]:checked ~ span::before {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 12px;
}

.trip-type label input {
    position: initial;
}

.trip-type label {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.trip-type li span {
    margin-left: -7px;
}

.trip-type {
    justify-content: center;
    background: #0068FF;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

    .trip-type .clsoneway {
        position: relative;
    }

        .trip-type .clsoneway:before {
            content: "";
            background-color: #fff;
            height: 26px;
            position: absolute;
            width: 1px;
            left: -1px;
            top: -1px;
        }


.inputField {
    font-size: 18px
}

.airport-name {
    font-size: 13px
}






.search-Button i {
    font-size: 40px;
}

@keyframes anim_hero {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.banner_title {
    font-size: 45px;
    text-shadow: 1px 1px 3px #333;
    color: var(--color-white);
}

.banner_title2 {
    font-size: 16px;
}

.hero_form {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

    .hero_form::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
        height: 2px;
        background-color: var(--color-light);
        border-radius: 50px;
    }

.hero_tabs {
    gap: 24px;
}

.btns_cont_hero {
    gap: 24px;
}

.hero_tabs button {
    background-color: transparent;
    color: var(--color-white);
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .hero_tabs button img {
        height: 28px;
        width: auto;
    }

.linehr {
    height: 25px;
    width: 2px;
    background-color: var(--color-white);
    display: inline-flex;
}



.form_control {
    background-color: transparent;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

    .form_control:focus {
        box-shadow: none;
    }

.form_holder {
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 12px;
}

.form_control {
    font-size: 19px;
    font-family: 'EasetoBookbold';
}

.form_label {
    color: var(--color-black);
    font-size: 12px;
    margin: 0px;
    opacity: 0.6;
}

.nav_pills_hero li button {
    color: var(--color-black);
    padding: 0px;
}

.nav-link.active {
    background-color: transparent !important;
    color: var(--color-black) !important;
}

.form-check-input:checked {
    background-color: var(--color-bluedark);
    border-color: var(--color-bluedark);
}

.form_check_input:checked[type="radio"] {
    --bs-form-check-bg-image: none;
}

.form-check-input {
    position: relative;
}

    .form-check-input:checked::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        width: 1.4rem;
        height: 1.4rem;
        background-color: transparent;
        border: 1px solid var(--color-bluedark);
    }

.form_check_input {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.form_check {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 0px;
}

.arrow_turns {
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
    font-size: 13px;
}

.form_icon {
    color: var(--color-blue);
}

    .form_icon i {
        font-size: 26px;
    }

.form_holder_gap {
    gap: 12px;
    height: 100%;
}

.search_btn {
    background-color: var(--color-org);
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

    .search_btn img {
        height: 40px;
        width: auto;
    }

.sup_icon {
    background: #3854ae;
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 20px 0px #226D7633;
}

.sup_container .interface {
    background: #2E8CEC;
}

.sup_container .nonstop_deals {
    background: #E24081
}

.sup_content .color-blue {
    font-size: 16px
}

.sup_container {
    gap: 10px;
    background: #ffffff;
    padding: 15px;
    border-radius: 45px;
    height: 100%;
    color: #212529;
}


/*Offers*/
.box_shadow {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.offers_container img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.arrow_common {
    border: 2px solid var(--color-blue);
    background: var(--color-white);
    z-index: 99;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important;
    color: var(--color-blue);
    font-weight: 800;
}
/*Destination*/
.des_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 22px;
}

.des_img {
    position: relative;
}

    .des_img img {
        height: 245px;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        width: 100%;
        overflow: hidden;
    }

.des_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) !important;
    padding: 15px 20px 10px 20px;
    border-radius: 0 0 10px 10px;
}

.des_title {
    font-size: 20px;
}

.des_content2 > a {
    color: var(--color-black);
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .des_content2 > a:hover {
        color: var(--color-blue);
    }

    .des_content2 > a i {
        font-size: 14px;
    }

.des_hr {
    margin: 30px 0px;
    border-width: 2px;
}

.color_blue_bg {
    background-color: #f5f6fa;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev.arrow_common2 {
    left: initial;
    right: 45px;
}

.swiper-button-next.arrow_common2 {
    right: 0px;
}

.arrow_common2 {
    width: 37px !important;
    height: 37px !important;
    border-radius: 50%;
    top: 25px !important;
    z-index: 9;
}



.padding_top {
    padding-top: 60px;
}

.margin_minus {
    margin-top: -40px;
}

.cal_cont {
    color: var(--color-blue);
    font-family: 'EasetoBookbold';
    background-color: #eff2f8;
    padding: 10px;
    height: 35px;
    display: inline-flex;
    border-radius: 5px;
}

.deals_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.deals_container {
    background-color: var(--color-white);
    padding: 14px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cal_cont i {
    font-size: 18px;
}

.airline_deal_logo {
    background-color: #eff2f8;
    padding: 10px 12px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 5px;
    font-family: 'EasetoBookbold';
}

    .airline_deal_logo img {
        height: 18px;
        object-fit: contain;
        width: auto;
    }

.deal_title {
    font-size: 20px;
    background: var(--color-blue);
    color: var(--color-white);
    padding: 8px 10px;
    border-radius: 0px 5px 5px 0px;
}

.deals_img img {
    height: 14px;
    width: auto;
}

.deal_starting {
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 14px;
}
/*Process*/
.process_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.process_img_cont img {
    height: 70px;
    width: auto;
}

.num_c {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 6rem;
    font-family: 'EasetoBookbold';
    color: #fbf1ef;
    rotate: -90deg;
    translate: -50% -50%;
    z-index: -1;
}

.process_content {
    margin-top: 35px;
}

.after_arrow {
    position: relative;
}

    .after_arrow::after {
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        right: -110px;
        top: 50%;
        transform: translateY(-50%);
        width: 220px;
        height: 40px;
        object-fit: contain;
        opacity: 0.2;
    }

.after_arrow_right {
    position: relative;
}

    .after_arrow_right::after {
        content: "";
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: contain !important;
        position: absolute;
        right: -150px;
        top: 50%;
        transform: translateY(-50%);
        width: 220px;
        height: 40px;
        object-fit: contain;
        opacity: 0.2;
    }
/*Top Package*/
.explore_btn {
    background-color: #edf1f6;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-flex;
    padding: 14px 30px;
    gap: 5px;
    font-family: 'EasetoBookbold';
    color: var(--color-blue);
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.package_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.package_img img {
    height: 310px;
    object-fit: cover;
    border-radius: 5px;
}

.pack_title {
    font-size: 17px;
}

.deals_slider .swiper-wrapper {
}
/*Customer Reviews*/
.trust_img img {
    height: 60px;
    width: auto;
}

.semi_para {
    font-size: 28px;
}

.semi_para2 {
    font-size: 24px;
}

.process_container {
    z-index: 1;
}

.common_title_cust {
    font-size: 50px;
}

    .common_title_cust span {
        font-size: 60px !important;
    }
/*Customer*/
.customer_bg {
    z-index: 1;
}

    .customer_bg::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 43%;
        height: 100%;
        background-color: var(--color-darkblue);
        z-index: -1;
    }

.cust_ratings {
    flex-direction: row !important;
}

    .cust_ratings i {
        color: var(--color-org);
        font-size: 14px;
    }

.cust_container {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px;
    background-color: var(--color-white);
    border-radius: 5px;
    z-index: 1;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    min-height: 140px;
}

.tru_img {
    height: 60px;
    width: auto;
}

.testi_slide .swiper-wrapper {
    padding: 20px 0px;
}

.testi_slide .swiper-slide {
    padding-right: 20px;
}

.quotes_img {
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    opacity: 0.1;
    display: none;
}

.cont_testi_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    margin-bottom: 4px;
}

.quotes_img img {
    height: 60px;
    width: auto;
}

.apply {
    width: 90px;
    height: 36px;
}

.depart {
    padding: 10px 15px;
    padding-right: 10px;
    text-align: left;
}

    .depart .inputField {
        padding: 0px;
    }



.call-opt .call-tfn {
    font-family: 'EasetoBookbold';
    font-size: 22px;
    color: #0056D2;
}

.des_img img {
    transition: 0.3s
}

.des_img {
    overflow: hidden;
    border-radius: 5px;
}


.deal-sec {
    padding: 0px;
}

.package_container {
    color: var(--color-black)
}

    .package_container:hover {
        color: var(--color-black)
    }

.desti_testi {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: 'EasetoBookbold';
}

/* =======Why book with======= */
.main_exciting_why {
    background: #fff;
    padding: 15px 6px;
    border-radius: 10px;
    display: flex;
    gap: 8px;
}


.main_why_text h5 {
    font-size: 16px;
    color: var(--color-black);
    font-family: 'EasetoBookbold';
}

.main_why_text p {
    font-size: 12px;
    color: var(--color-black);
    margin-bottom: 0;
}


@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 15px;
    }

    .hero_tabs {
        gap: 24px;
    }
}


@media screen and (max-width: 992px) {



    .hero_tabs {
        gap: 16px;
    }

    .nav_links {
        background-color: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none;
    }

        .nav_links ul {
            width: 30%;
            height: 100%;
            background-color: var(--color-white);
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            padding: 10px;
        }

    .hero_tabs button {
        font-size: 16px;
    }

    .logo_img img {
        height: 43px;
    }

    .call_icon {
        width: 42px;
        height: 42px;
    }

    .hero_section {
        height: initial;
        padding: 30px 0px;
    }
}

@media screen and (max-width: 768px) {


    .margin_top {
        margin-top: 50px;
    }

    .hero_tabs {
        gap: 14px;
    }

    .common_title_cust span {
        font-size: 40px !important;
    }

    .process_grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px 20px;
    }

    .after_arrow::after {
        display: none;
    }

    .customer_bg::after {
        width: 100%
    }

    .after_arrow_right::after {
        display: none;
    }

    .process_img_cont img {
        height: 50px;
    }

    .footer_title {
        font-size: 19px;
    }

    .search_btn {
        padding: 15px 0px;
        font-weight: 500;
    }

        .search_btn img {
            display: none;
        }

        .search_btn p {
            display: initial;
            font-size: 18px;
        }
}

@media screen and (max-width: 568px) {


    .margin_top {
        margin-top: 40px;
    }

    .margin_res {
        margin-top: 130px;
    }

    .common_padding {
        padding: 0px 12px;
    }

    .common_title_cust span {
        font-size: 30px !important;
    }

    .common_title {
        font-size: 25px;
    }

    .hero_tabs button {
        font-size: 17px;
    }

    .hero_form::after {
        width: 200px;
    }


    .hero_form {
        margin-bottom: 120px !important;
    }


    .arrow_common2 {
        width: 28px !important;
        height: 28px !important;
    }

    .swiper-button-prev.arrow_common2 {
        right: 36px;
    }

    .logo_img img {
        height: 36px;
    }

    .call_title {
        font-size: 16px;
    }

    .sub1 ul li a {
        font-size: 13px;
    }

    .hero_tabs button img {
        height: 27px;
    }

    .call_icon {
        width: 34px;
        height: 34px;
    }

        .call_icon img {
            height: 18px;
        }

    .explore_btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .banner_title {
        font-size: 20px;
    }

    .banner_title2 {
        font-size: 20px;
        display: none;
    }

    .form_icon i {
        font-size: 20px;
    }

    .form_control {
        font-size: 18px;
    }

    .form_holder {
        padding: 8px 12px;
    }

    .sup_icon {
        width: 45px;
        height: 45px;
    }

    .padding_top {
        padding-top: 50px;
    }

    .des_img img {
        height: 150px;
    }

    .margin_minus {
        margin-top: -35px;
    }

    .offers_container img {
        height: 100px;
    }

    .package_img img {
        height: 200px;
    }

    .pack_title {
        font-size: 16px;
    }

    .pack_content .font_15 {
        font-size: 13px;
    }

    .num_c {
        font-size: 5rem;
    }

    .process_grid {
        grid-gap: 30px 20px;
    }

    .process_content {
        margin-top: 15px;
    }

        .process_content .font_15 {
            font-size: 13px;
        }

    .quotes_img {
        display: none;
    }

        .quotes_img img {
            height: 40px;
        }

    .testi_slide .swiper-wrapper {
        padding: initial;
    }

    .search_btn p {
        font-size: 16px;
        display: initial;
    }

    .search_btn img {
        display: none;
    }

    .footer_ul {
        gap: 7px;
    }

    .footer_icon {
        width: 34px;
        height: 34px;
    }

    footer .font_15 {
        font-size: 12px;
    }


    .footer_ul_bottom li a {
        font-size: 12px;
    }

    .des_title {
        font-size: 17px;
    }

    .arrow_common {
        width: 34px !important;
        height: 34px !important;
    }

    .des_hr {
        margin: 13px 0px;
        border-width: 1px;
    }

    .box_shadow {
        box-shadow: none;
    }

    .arrow_common2 {
        box-shadow: none;
    }

    .deal_title {
        font-size: 20px;
    }

    .offers_container img {
        box-shadow: none;
    }

    .sup_container::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        display: inline-block;
        font-weight: 900;
        color: var(--color-black);
        font-size: 20px;
    }

    .sup_container {
        justify-content: space-between;
    }

    .sup_icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 375px) {
    .hero_tabs button {
        font-size: 14px;
    }

    .hero_tabs {
        gap: 11px;
    }

    .footer_ul_bottom li a {
        font-size: 11px;
    }

    .process_content .font_15 {
        font-size: 12px;
    }

    .explore_btn {
        font-size: 13px;
        padding: 8px 10px;
    }

    .arrow_common {
        width: 30px !important;
        height: 30px !important;
    }


    .footer_title {
        font-size: 17px;
    }

    .footer_ul {
        margin-top: 4px !important;
    }
}





.brandpush-logo-container-item {
    height: auto;
    width: 100%;
    position: relative;
    padding: 25px 50px;
}

.brandpush-vertical-center {
    height: inherit;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .brandpush-vertical-center img.brandpush-news-logo {
        max-width: 100px;
        max-height: 66px;
        min-width: 50px;
        min-height: 40px;
        height: auto;
        width: auto;
        margin: 7px 10px;
    }

.brandpush-trust-badge, .brandpush-title, .brandpush-footer {
    font-family: 'EasetoBookreg';
}

    .brandpush-title:before, .brandpush-title:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #d8d8d8;
        margin: auto;
        width: 27%;
        display: block;
        position: relative;
    }

    .brandpush-title:before {
        margin-left: 30px;
        top: 12px;
    }

    .brandpush-title:after {
        margin-right: 30px;
        top: -13px;
    }

@media screen and (min-width: 585px) {
    .brandpush-logo-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 584px) {
    .brandpush-news-logo {
        max-width: 70px !important;
    }

    .brandpush-title {
        font-size: 15px;
        top: -5px;
        letter-spacing: 6px;
    }

        .brandpush-title:before, .brandpush-title:after {
            border-bottom: none !important;
        }

    .brandpush-leaf {
        display: none !important;
    }
}

@media screen and (max-width: 340px) {
    .brandpush-title-hr {
        display: none !important;
    }

    .brandpush-title {
        font-size: 14px;
        padding: 0 !important;
    }

    .brandpush-footer {
        font-size: 11px !important;
        margin: 20px 0 25px 0 !important;
        letter-spacing: 2px !important;
    }

    .brandpush-news-logo {
        max-width: 50px !important;
    }
}

.brandpush-logo-container {
    text-align: center;
    margin: 0 auto 0 auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.brandpush-newslogoa {
    display: inline-block;
    position: relative;
}



/*==================================new page design==============================================*/


/*========================header=======================*/

.container {
    max-width: 1150px;
}


#header_sec {
    width: 100%;
    background: var(--color-white);
    z-index: 1022;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px 0;
}

.home-ban .logo {
    position: relative;
    z-index: 3;
}

.home-header {
    position: relative;
    z-index: 2;
    background: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c9dcfd;
}

    .home-header .logo-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 30%;
        background-color: #ebfff4;
        clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    }

#flightDeal {
    margin: 30px 0;
}


.call-opt {
    margin: 0px;
    color: #ffffff;
    line-height: 1;
    background: #F4F4F4;
    padding: 7px 10px;
    border-radius: 35px;
    border: none;
}

    .call-opt img {
        width: 45px;
    }

    .call-opt .call-icons {
        background: var(--color-org);
        padding: 10px;
        border-radius: 4px;
    }

.currencyClick i:before {
    color: black;
    font-weight: 700 !important;
}

.free-deals span {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'EasetoBookbold';
    padding-bottom: 5px;
}


/*-----banner------*/
.discount_strip {
    background: #2A2A2A;
    padding: 10px 0;
}

.discount_strip_content p {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.discount_strip_content span {
    color: #FFA600;
}

.search_engine_banner {
    height: auto;
    background-image: url("/Images/home_new/banner.webp");
    padding: 40px 0 60px 0;
}

    .search_engine_banner .banner_title {
        font-size: 40px;
        color: #1B1B1B;
        text-shadow: none;
        font-weight: 400;
        line-height: 1.2;
        line-height: 1;
        font-family: 'EasetoBooksans';
    }


.banner_call_icon {
    width: 24px;
    margin-left: 5px;
}


/*search engine*/

.travelsSec .travelClass {
    align-items: center;
}

    .travelsSec .travelClass .label-Head {
        position: absolute;
        top: 12px;
    }


.passenger-Box {
    top: 60px;
}


.from-to, .depart-return, .travelsSec {
    background: #fff;
    border-radius: 35px;
    border: none;
}

.serach-Engine {
    margin: 0px;
    background: #fff;
    padding: 5px;
    border-radius: 60px;
}

    .serach-Engine input::placeholder {
        color: #ffffff;
    }

.label-Head {
    background: none;
    color: #1F1F1F;
}

.inputField {
    font-size: 16px;
    color: #1F1F1F;
    font-family: 'EasetoBookbold';
}


input#OriginSearch::placeholder, input#DestinationSearch::placeholder, input#Departure::placeholder {
    color: #656464;
    font-family: 'EasetoBookreg';
}

.airport-name {
    color: white;
}

.swapIcon {
    background: #3854AE;
    height: 0;
}

    .swapIcon span {
        background: none;
        border: none;
    }


.returnlabel {
    top: 30px;
    right: initial;
    color: #1F1F1F;
    border-radius: 25px;
    padding: 5px 0;
    font-size: 11px;
}

.travel-Class {
    color: #1F1F1F;
    position: absolute;
    left: 98px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 46%;
    font-family: 'EasetoBookbold';
    text-align: left;
}

.return::before {
    width: 0;
}

.depart-return::before {
    position: absolute;
    content: "";
    background: #B8B8B8;
    height: 60%;
    left: 0;
    top: 20%;
    width: 2px;
}

.depart-return::after {
    position: absolute;
    content: "";
    background: #B8B8B8;
    height: 60%;
    right: 0;
    top: 20%;
    width: 2px;
}

.travel_popup_open_icon {
    color: #1F1F1F;
    padding: 0 5px;
    border-radius: 30px;
    display: flex;
    position: absolute;
    right: 8px;
    bottom: 25px;
    font-family: "bootstrap-icons";
}

 

.search-Button {
    background: #0068FF;
    padding: 15px;
    border-radius: 48px;
    font-size: 15px !important;
    height: 100%;
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'EasetoBookbold';
    border: 1px solid transparent;
}


.from-to {
    flex: 0 0 44%;
}

.depart-return {
    flex: 0 0 23%;
    position: relative;
}

.travelsSec {
    width: 100%;
    justify-content: space-between;
    align-items: end;
}

/*top destination*/
.top_destination, .benefits_features {
    margin-top: 40px;
}

    .top_destination h2, .benefits_features h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        font-family: 'EasetoBooksans';
    }

.top_desti_banner {
    background: #F0EEE1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 5px 20px;
}

.top_desti_banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_desti_banner p {
    font-size: 28px;
    color: #1B1B1B;
    font-family: 'EasetoBookbold';
    text-align: center;
}

.top_desti_banner span {
    color: #0056D2;
    font-family: 'EasetoBookbold';
}

.top_desti_banner a {
    display: inline-block;
    background: #0BC736;
    border-radius: 33px;
    color: white;
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: 'EasetoBookbold';
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
}

    .top_desti_banner a:hover {
        background: #10ab33;
    }

.top_desti_hidden_content {
    display: none;
    z-index: 999;
}

    .top_desti_hidden_content h4 {
        font-size: 22px;
        color: white;
        font-family: 'EasetoBookbold';
        width: 99%;
        text-align: center;
    }

    .top_desti_hidden_content a {
        padding: 10px 15px;
        color: white;
        background: #0068FF;
        border-radius: 28px;
        font-family: 'EasetoBookbold';
        margin-top: 5px;
    }

.top_des_item {
    min-height: 250px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .top_des_item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: background 0.3s ease;
        z-index: 1;
    }

    .top_des_item:hover::before {
        background: rgba(0, 0, 0, 0.5);
    }

    .top_des_item:hover .top_desti_hidden_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top_des_item:hover > h4 {
        display: none;
    }

    .top_des_item > h4 {
        font-size: 24px;
        color: white;
        font-family: 'EasetoBookbold';
        width: 45%;
        text-align: center;
        z-index: 1;
    }

.top_destination .dubai {
    background: url(/Images/flight_result_new/destination_new/chicago/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_destination .amsterdam {
    background: url(/Images/flight_result_new/destination_new/denver/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_destination .cancun {
    background: url(/Images/flight_result_new/destination_new/miami/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_destination .italy {
    background: url(/Images/flight_result_new/destination_new/atlanta/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*benefits command feature section*/

.benefits_features h2 {
    margin-bottom: 15px;
}

.features_item {
    padding: 40px;
    background: #E7F1FB;
    border-radius: 10px;
    height: 100%;
}

    .features_item img {
        margin-bottom: 25px;
    }

    .features_item h4 {
        margin-bottom: 0;
        font-size: 20px;
        font-family: 'EasetoBookbold';
        color: #1b1b1b;
        margin-bottom: 5px;
    }

    .features_item p {
        margin-bottom: 0;
        color: #1b1b1b;
        font-size: 16px;
    }


/*best deals*/

.best_deals {
    margin-bottom: 60px;
    padding-top: 175px;
}

.best_deal_image {
    position: absolute;
    bottom: 0;
}


.subscribe_deal .subscribe-input {
    background: white;
    border: 1px solid #D9D9D9;
    padding: 15px 0 15px 15px;
    border-radius: 5px;
    min-width: 420px;
    font-family: 'EasetoBookbold';
    color: #1B1B1B;
}

input.subscribe-input::placeholder {
    color: #656464;
}

.subscribe_deal .subscribe-btn {
    background: #0068FF;
    color: #fff;
    width: 196px;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'EasetoBookbold';
    text-transform: uppercase;
    border: 1px solid transparent;
}

    .subscribe_deal .subscribe-btn:hover {
        background: #E0F0FF;
        border-color: #0068FF;
        color: #0068FF;
    }

    .subscribe_deal {
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 13%, rgba(240, 238, 238, 1) 5%);
        padding: 40px 50px 40px 15px;
        margin: 0px 0;
        border-radius: 10px;
        flex-wrap: wrap;
    }

        .subscribe_deal h2 {
            font-size: 30px;
            font-weight: 400;
            color: #1B1B1B;
            font-family: 'EasetoBooksans';
        }

    .subscribe_deal span {
        color: #1B1B1B;
    }

    .subscribe_deal p {
        font-size: 12px;
    }



.banner_title span {
    font-size: 26px;
}
/*--------footer------------*/
.footer_new {
    background: #2A2A2A;
    padding: 30px 0 10px 0;
}

.footer_heading {
    font-size: 22px;
    color: white;
}

.footer_list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .footer_list li a {
        color: #212529;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 300;
        color: white;
    }

        .footer_list li a:hover {
            color: #0068FF;
            text-decoration: underline;
        }



.border_footer {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px 0;
}

.footer_list a p {
    font-size: 16px;
}



.serach-Btn .search-Button img {
    width: 20px;
}

.depart-return .return {
    padding-left: 0px;
}

/*navigation menu*/
.nav_menu_btn {
    display: none;
}

    .nav_menu_btn i {
        font-size: 30px;
    }

.close_icon {
    display: none;
}

/*----*/

.travel_class_search_btn {
    display: flex;
    flex: 0 0 33%;
}

/*---hotel command flight toggle---*/

.main_flight_tab {
    border-radius: 50px;
    padding: 5px;
    background: #ffffffeb;
    display: inline-flex;
    margin-bottom: 40px;
    border: 1px solid #B0B0B0;
}

.hotel_tab_main {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'EasetoBookbold';
    color: #26303F80;
    border:none !important;
}

    .hotel_tab_main span {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .hotel_tab_main.active {
        color: #fff !important;
        background: #0056D2 !important;
        border-radius: 40px;
        padding: 5px 10px 5px 5px;
    }

        .hotel_tab_main.active img {
            filter: invert(1) brightness(2);
        }

    .hotel_tab_main img {
        width: 20px;
    }

.flight_tab_main {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'EasetoBookbold';
    color: #26303F80;
    border:none !important;
}

    .flight_tab_main span {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px;
    }

    .flight_tab_main img {
        width: 20px;
    }

    .flight_tab_main.active {
        color: #fff !important;
        background: #0056D2 !important;
        border-radius: 40px;
        padding: 5px 10px 5px 5px;
    }

        .flight_tab_main.active img {
            filter: invert(1) brightness(2);
        }

.none_hotel, .none_flight {
    display: none;
}

.active .none_hotel {
    display: block;
}
.active .none_flight {
    display: block;
}

.flight_tab_main:hover{
    border:none !important;
}
/*end*/
@media(max-width:1024px) {
    .floating_call_btn {
        right: 100px;
    }

    .floating_call_btn_inner {
        right: 83px;
    }


    .features_item {
        padding: 30px;
        height: 100%;
    }   

    .subscribe_deal {
        padding: 20px 20px 20px 15px;
    }

        .subscribe_deal .subscribe-input {
            min-width: 385px;
        }


    .top_desti_banner a {
        width: 100%;
    }
}

@media(max-width:1023px) {

    .best_deal_image {
        width: 42%;
    }

    .serach-Btn .search-Button img {
        width: 30px;
    }

    .serach-Btn .search-Button {
        border-radius: 15px;
        font-size: 24px !important;
    }

    .serach-Btn .search-Button {
        border-radius: 5px;
    }

    .serach-Btn {
        margin-top: 0;
        width: 50%;
    }

    .travel_class_search_btn {
        gap: 10px;
        width: 100%;
    }

    .serach-Engine {
        padding: 20px;
        border-radius: 10px;
    }

    .from-to {
        width: 100%;
        gap: 10px;
    }

    .depart-return {
        width: 100%;
        gap: 10px;
    }

    .from-to .from {
        border: 1px solid #0068FF;
        border-radius: 5px;
        width: calc(50% - 5px);
    }

    input#OriginSearch::placeholder, input#DestinationSearch::placeholder, input#Departure::placeholder {
        color: #656464;
    }


    .depart {
        border-radius: 5px;
        border: 1px solid #0068FF;
        width: 50%;
    }

    .swapIcon {
        position: absolute;
        left: 51%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

        .swapIcon span {
            background: #cdcdce;
            padding-left: 10px;
        }

    .depart-return::after, .depart-return::before {
        width: 0;
    }

    .travelsSec {
        width: 50%;
        border-radius: 5px;
        border: 1px solid #0068FF;
    }

    .travel_popup_open_icon {
        padding: 10px;
    }

    .from-to .inputDestination {
        padding-left: 20px;
    }

    .depart-return .return {
        padding-left: 20px;
    }

    .banner_call_icon {
        width: 21px;
        margin-left: 5px;
    }
}

@media(max-width:991px) {

    .search_engine_banner .banner_title span {
    font-size:16px;
    
    }


    .flight_tab_main, .hotel_tab_main {
        padding: 5px 8px !important;
    }

    .main_flight_tab {
        margin-bottom: 15px;
    }

    .search_engine_banner .banner_title {
        font-size: 34px;
    }

    .currencyBox {
        padding: 4px 10px;
    }

    .search_engine_banner {
        padding-bottom: 30px;
    }

    .subscribe_deal .subscribe-input {
        width: 100%;
        min-width: auto;
    }

    .subscribe_deal {
        background: #F0EEEE;
    }

    .top_desti_banner {
        flex-direction: row;
        gap: 15px;
    }

        .top_desti_banner p {
            text-align: left;
            width: 50%;
        }

    .top_desti_banner_content {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }


    .top_dest_bag_img {
        width: 240px;
    }

    .top_desti_banner a {
        padding: 20px;
        font-size: 18px;
        width: auto;
    }

    .best_deal_image {
        display: none;
    }

    .subscribe_deal .subscribe-btn {
        padding: 15px;
    }

    .best_deal_outer {
        padding-top: 40px;
    }

    .banner_list ul {
        flex-wrap: wrap;
    }

    .nav-sec {
        visibility: none;
    }

    .nav-sec {
        position: fixed;
        top: 0;
        right: -400px;
        background: #DDE3E3;
        height: 100vh;
        width: 40%;
        padding: 60px;
        z-index: 1;
        transition: right 0.3s ease;
    }

        .nav-sec.open {
            right: 0;
            visibility: visible;
        }

        .nav-sec ul {
            flex-direction: column;
            align-items: start;
            gap: 20px;
        }

        .nav-sec li a {
            font-size: 18px;
        }

    .nav_menu_btn {
        display: block;
        margin-left: 20px;
    }

    .close_icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 48px;
        font-size: 16px;
    }
}

@media(max-width:885px) {
    .top_desti_banner p {
        text-align: left;
        width: 92%;
    }
}


@media (max-width:767px) {

  

    .travelsSec .travelClass .travel-Class {
        width: 40%;
    }


    .top_desti_banner .mob_call_text {
        font-size: 16px !important;
        font-weight: bold !important;
    }

    .top_desti_banner a {
        margin-top: 5px;
        font-size: 24px;
    }


    @keyframes ring {
        0% {
            transform: rotate(0deg);
        }

        10% {
            transform: rotate(15deg);
        }

        20% {
            transform: rotate(-10deg);
        }

        30% {
            transform: rotate(7deg);
        }

        40% {
            transform: rotate(-7deg);
        }

        50% {
            transform: rotate(5deg);
        }

        60% {
            transform: rotate(-5deg);
        }

        70% {
            transform: rotate(3deg);
        }

        80% {
            transform: rotate(-2deg);
        }

        90% {
            transform: rotate(1deg);
        }

        100% {
            transform: rotate(0deg);
        }
    }

    .banner_call_icon {
        animation: ring 1.5s infinite;
        transform-origin: center center;
        display: inline-block;
    }



    .banner_call_sec a {
        font-size: 24px;
    }

    .banner_call_icon {
        width: 24px;
    }

    .mob_call_text {
        font-size: 16px !important;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 600 !important;
    }

    .banner_call_sec a span {
        display: none;
    }


    .call-opt {
        display: none !important;
    }

    .currencyBox ul {
        left: -120px;
    }

    .best_deal_outer {
        padding-top: 45px;
    }

    .booking_call_btn img {
        display: none;
    }

    .booking_call_btn {
        display: flex !important;
    }

        .booking_call_btn .free-deals span {
            font-size: 10px;
        }

        .booking_call_btn .call-tfn {
            font-size: 16px;
        }
}

@media(max-width:636px) {

    .top_dest_bag_img {
        width: 200px;
    }
}

@media(max-width:576px) {

    .main_flight_tab {
        margin-bottom: 15px;
    }

    .travelsSec .travelClass .inputField {
        padding-top: 20px;
    }

    .travelsSec .travelClass .travel-Class {
        top: 34px;
        width: 37%;
    }


    .from-to .inputDestination {
        padding-left: 15px;
    }

    .serach-Engine {
        padding: 5px;
    }

    .banner_call_sec a {
        font-size: 24px;
        width: 100%;
        margin-top: 10px;
    }

    .footer_list a p {
        font-size: 14px;
    }

    .footer_list li a {
        font-size: 12px;
    }

    .features_item p {
        font-size: 14px;
    }

  

    .nav-sec.open {
        width: 100%;
    }

    .nav-sec li {
        margin-left: 0;
    }


    .nav-sec {
        padding: 30px;
    }

        .nav-sec li a {
            font-size: 16px;
        }

    .logo img {
        width: 160px;
    }

    .top_destination, .benefits_features {
        margin-top: 20px;
    }

    .best_deal_outer {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .features_item {
        padding: 20px;
    }

    .subscribe_deal .subscribe-btn {
        width: 100%;
    }

    .subscribe_deal {
        padding: 20px;
    }

    .border_footer {
        padding: 20px 0;
    }

    .footer_heading {
        font-size: 17px;
    }

    .border_footer {
        margin: 30px 0 0 0;
    }

    .banner_call_user {
        display: none;
    }

    .banner_call_sec {
        max-width: 100%;
        padding: 15px;
        margin-top: 20px;
    }


    .serach-Btn {
        width: 100%;
    }

    .travelsSec {
        width: 100%;
        line-height: 1;
    }

    .travel_class_search_btn {
        flex-direction: column;
        gap: 5px;
    }

    .top_dest_bag_img {
        width: 240px;
    }


    .top_desti_banner {
        flex-direction: column;
    }

    .top_desti_banner {
        align-items: center;
    }

    .top_desti_banner_content {
        justify-content: center;
    }

    .top_desti_banner p {
        text-align: center;
        width: 100%;
        font-size: 24px;
    }

    .top_desti_banner a {
        width: 100%;
        padding: 15px;
    }

    .top_destination h2, .benefits_features h2 {
        font-size: 24px;
    }

    .features_item h4 {
        font-size: 16px;
    }


    .discount_strip_content p {
        font-size: 20px;
    }

    .search_engine_banner .banner_title {
        font-size: 24px;
        line-height: 1.2;
        padding: 0;
    }

        .search_engine_banner .banner_title span{

        }

    .search_engine_banner {
        padding-top: 20px;
        background-position: top;
        padding-bottom: 20px;
    }



    .banner_list li {
        font-size: 14px;
    }

        .banner_list li img {
            width: 16px;
            margin-right: 5px;
        }


    .from-to {
        flex-direction: column;
        gap: 5px;
    }

        .from-to .from {
            width: 100%;
            line-height: 1;
        }

    .swapIcon {
        left: auto;
        right: 0;
        top: 71px;
    }

        .swapIcon span {
            rotate: 90deg;
        }

    .depart-return {
        height: auto;
        gap: 5px;
        margin: 5px 0;
    }

    .depart {
        width: 100%;
        line-height: 1;
    }

    .depday, .retday {
        bottom: 0px;
        position: relative;
    }

    .subscribe_deal h2 {
        font-size: 24px;
    }

    .banner_list ul {
        grid-gap: 5px;
    }

    .trip-type {
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: -8px;
    }
}

@media(max-width:420px) {



    .passenger-Box {
        width: 100%;
    }

    .serach-Btn .search-Button {
        font-size: 20px !important;
    }

}


@media(max-width:375px) {

    .logo img {
        width: 130px;
    }
}


