
.container {
    max-width: 1250px
}

.container,
.container-fluid {
    padding: 0
}

.row {
    margin: 0
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

a,
li {
    list-style: none;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 0
}

img {
    width: 100%
}

.font_12 {
    font-size: 11px
}

.font_13 {
    font-size: 13px
}

.flex_props {
    display: flex;
    align-items: center
}

.white {
    color: var(--color-white)
}

.relative {
    position: relative
}

.font_14 {
    font-size: 14px
}

.fw-700 {
    font-weight: 600
}

.margin_top {
    margin-top: 60px
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.head_logo img {
    height: 50px;
    width: auto
}

.call_btn img {
    height: 110px;
    width: auto
}

.common_title {
    font-size: 33px;
    color: var(--color-blue)
}

.semi_title {
    color: var(--color-red);
    font-weight: 600;
    font-family: var(--font-cor);
    font-size: 22px
}

.line_l span {
    width: 30px;
    height: 2px;
    background: linear-gradient(92.83deg, #2697ff, #111183)
}

.line_2 {
    width: 5px !important
}

.footer_f {
    background-color: var(--color-blue)
}

.footer_title {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.footer_ull li {
    margin: 7px 0;
    font-weight: 500
}

.footer_num {
    gap: 5px
}

.footer_num,
.footer_num a {
    display: flex;
    align-items: center
}

.footer_num a {
    color: var(--color-white);
    border: 1px solid var(--color-white);
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;
    margin-top: 15px;
    width: 100%;
    gap: 1px
}

.footer_num img {
    height: 40px;
    width: auto
}

.logo_f img {
    height: 60px;
    width: auto;
    filter: brightness(0) invert(1)
}

.like_title {
    line-height: 35px
}

.news_form {
    background-color: transparent;
    padding: 7px 0;
    border-bottom: 1px solid white
}

.news_form .form-control {
    border: none;
    padding: 0;
    font-size: 14px;
    box-shadow: none;
    background-color: transparent !important;
    color: white
}

.news_form .form-control::placeholder {
    color: white
}

.news_form .form-control:focus {
    background-color: transparent
}

.btn_deals {
    width: 160px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 10px;
    border-radius: 3px;
    color: var(--color-white)
}

.social_l ul {
    gap: 15px
}

.social_l img {
    height: 20px;
    width: auto
}

.footer_ul li:first-child {
    margin-top: 5px
}

.footer_ul li {
    margin: 7px 0
}

.footer_ul li a {
    color: var(--color-white);
    font-size: 14px
}

.hr_color {
    border-color: white;
    opacity: .4
}

.deals_slider {
    margin: -10px
}

.deals_slider .swiper-wrapper {
    padding: 10px 10px 30px
}

.deals_slider2 {
    margin: -10px
}

.deals_slider2 .swiper-wrapper {
    padding: 10px 10px 30px
}

.swiper {
    position: relative
}

.swiper_arr1 {
    background-color: var(--color-blue);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-pagination {
    margin-bottom: -10px
}

.pass_all_main {
    display: flex;
    align-items: center;
    gap: 10px
}

.hero_swiper .swiper-button-next {
    left: 85px
}

.hero_swiper .swiper-button-next,
.hero_swiper .swiper-button-prev {
    display: flex !important;
    background: var(--color-red);
    position: absolute;
    top: auto;
    bottom: 40px;
    z-index: 3;
    border-radius: 5px;
    width: 35px !important;
    height: 40px !important
}

.hero_swiper .swiper-button-prev {
    left: 40px
}

.hero_swiper .swiper-button-next:after,
.hero_swiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: white !important;
    font-weight: 600;
    font-size: 16px !important
}

.swiper-pagination-fraction {
    color: white !important;
    margin-bottom: 12px;
    font-size: 25px
}

.swiper-pagination-fraction span {
    color: white;
    font-size: 25px
}

.table-responsive table {
    width: 100%;
    margin-top: 15px
}

.table-responsive table tr:nth-child(2n) {
    background-color: #eee
}

.table-responsive table td,
.table-responsive table th {
    padding: 14px 17px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.box_sitemap a {
    color: black
}

.box_sitemap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.box_sitemap ul li a {
    font-weight: 500;
    font-size: 15px
}

.box_sitemap {
    background-color: #f7f5f5ee;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px
}

.support_all {
    background-color: white;
    padding: 6px 8px
}

.hero_h {
    background-color: var(--color-dark);
    padding-top: 7.5rem;
    padding-bottom: 10px;
    z-index: 1
}

.small_de {
    font-size: 11px
}

.form_search_c label {
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: rgb(58, 58, 58);
    padding: 3px 0;
    gap: 2px;
    border-radius: 3px
}

.form_search_c input {
    border: none;
    box-shadow: none;
    padding: 2px 0 3px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: none !important;
    background-color: transparent !important
}

.form_search_c input::placeholder {
    color: var(--color-dark)
}

.form_search_c {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 15px
}

.form_search_c_flightt {
    padding: 0
}

.form_search_c img {
    height: 12px;
    width: auto
}

.tabb_bt {
    gap: 14px;
    position: relative;
    z-index: 2
}

.tabb_bt button {
    border: none;
    background-color: var(--color-pink);
    color: var(--color-white);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.tabb_bt button img {
    height: 14px;
    width: auto
}

.form_search_us_m:last-child .form_search_c {
    border-right: none
}

.form_search_c button {
    background: var(--color-pink);
    border: none;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    font-size: 14px;
    justify-content: center;
    height: 91px;
    font-weight: 600;
    border-radius: 0 5px 5px 0
}

.form_search_c button img {
    height: 20px
}

.swap_bt {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.swap_bt img {
    height: 18px;
    width: auto
}

.title_book {
    font-size: 18px
}

.check_boxx {
    gap: 12px
}

.check_boxx label {
    font-size: 12px;
    margin-bottom: -2px
}

.check_boxx .form-check {
    display: flex;
    align-items: center;
    gap: 6px
}

.check_boxx .form-check-input {
    width: 13px;
    height: 13px
}

.check_boxx input {
    border-radius: 2px !important;
    box-shadow: none;
    margin-top: 0
}

.line_sss {
    display: inline-flex;
    width: 1px;
    height: 14px;
    background-color: var(--color-white)
}

.last_tt {
    font-size: 17px;
    font-weight: 500
}

.vide_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.vide_bg video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.margin_tt {
    margin-top: 26px !important
}

.hero_hh_mobl,
.menu_linnkk,
.nav_links_hh {
    display: none
}

.font_13 {
    font-size: 12px
}

.nav_tt {
    font-weight: 600;
    font-size: 17px
}

.num_abb {
    margin-top: 4.5rem
}

.num_abb .font_15 {
    margin-top: 4px
}

.abb_b {
    background-color: var(--color-dark);
    color: white;
    padding: 20px;
    border-radius: 5px
}

.ab_imgss {
    position: absolute;
    right: -5rem;
    top: -3.3rem;
    border: 16px solid #f3f3f3;
    border-radius: 50%
}

.ab_imgss img {
    width: 380px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover
}

.ab_main_m {
    overflow: hidden;
    background-color: #fffdfd;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid rgba(146, 146, 146, .2)
}

.pl_ii {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: .1
}

.pl_ii img {
    height: 110px;
    width: auto
}

.line_ss {
    width: 100%;
    display: inline-flex;
    height: 2px;
    border-radius: 50px;
    background-color: var(--color-dark)
}

.abb_coo {
    position: relative;
    z-index: 2
}

.mt_2 {
    margin-top: 11px
}

.pass_btnss .pass_btnssbt {
    width: 25px;
    height: 25px
}

.titt_t {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px
}

.who_semi {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.lines_all {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start
}

.lines11 {
    width: 38px;
    height: 1px;
    background-color: rgba(0, 0, 0, .4);
    display: inline-flex;
    border-radius: 50px
}

.lines112 {
    margin-left: -5px
}

.line_111 {
    width: 1px;
    height: 44px;
    margin-top: -7px
}

.box_m {
    position: absolute;
    top: 11px;
    right: 13px;
    width: 7px;
    height: 7px;
    display: inline-flex;
    background-color: var(--color-blue)
}

.who_cc {
    margin-top: -13px
}

.who_semi {
    font-weight: 600;
    font-size: 12px;
    color: var(--color-red)
}

.who_cont_c {
    padding-left: 23px
}

.who_cont_c:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.7px;
    height: 45px;
    border-radius: 50px;
    background-color: var(--color-blue)
}

.font_15 {
    font-size: 14px
}

.li_cont li {
    border-top: 1px solid rgba(78, 78, 78, .1);
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 15px
}

.li_cont {
    display: inline-flex;
    margin-top: 35px;
    padding-left: 20px
}

.li_cont li p {
    width: calc(100% - 40px);
    line-height: 24px
}

.numm {
    background-color: #f7f3f3;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    border: 1px solid rgba(100, 100, 100, .1)
}

.numm,
.read_mo {
    align-items: center;
    font-size: 14px
}

.read_mo {
    display: inline-flex;
    gap: 10px;
    margin-top: 35px;
    font-weight: 500
}

.read_mo img {
    height: 24px;
    width: auto
}

.proo_t {
    font-weight: 600;
    font-size: 15px
}

.proo_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.proo_container {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 15px;
    padding-left: 10px
}

.proo_container:first-child {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.num_prr {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 0 50px
}

.proo_tt {
    font-size: 12px;
    text-transform: capitalize
}

.view_ff {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    font-size: 11px;
    font-weight: 600
}

.view_ff img {
    height: 17px;
    width: auto
}

.proo_img img {
    height: 80px;
    width: auto;
    margin: 15px 0
}

.hr_hh {
    opacity: .1 !important;
    border-color: rgb(100, 100, 100);
    margin-top: 0
}

.ph_p {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--color-white);
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px 15px 6px 9px;
    background-color: rgba(0, 0, 0, .3);
    background: linear-gradient(92.83deg, #2697ff, #111183)
}

.ph_p img {
    height: 31px;
    padding: 3px;
    width: auto;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50px
}

.copy_right {
    background-color: #eee;
    padding: 8px 0
}

.pri_aall {
    gap: 6px
}

.pri_aall a {
    font-size: 14px
}

.hero_h:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    z-index: -1
}

.form_in {
    border: 1px solid rgba(62, 62, 62, .1);
    padding: 7px 14px 7px 25px;
    border-radius: 50px
}

.form_in input {
    border-radius: 0;
    box-shadow: none !important;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600
}

.form_in button {
    border: none;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 15px
}

.tit_ff {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: uppercase;
    font-style: italic
}

.tit_ff img {
    height: 25px;
    width: auto
}

.img_aa {
    width: 210px
}

.hero_air {
    z-index: 1;
    padding-bottom: 10px;
    object-fit: cover;
    background-image: url(../../../imgs/bg-airlines.html)
}

.hero_air:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0))
}

.hero_content_air {
    padding-top: 8rem;
    position: relative;
    z-index: 9
}

.p_m_content p {
    margin-top: 15px
}

.searc_data {
    position: absolute;
    top: 54px;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 9;
    font-size: 13px;
    border-radius: 0 0 3px 3px;
    max-height: 120px;
    overflow-y: scroll
}

.searc_data1,
.searc_data2 {
    display: none
}

.searc_data_ac1,
.searc_data_ac2 {
    display: block
}

.searc_data li {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.searc_data li span {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 3px
}

.searc_data::-webkit-scrollbar {
    width: 10px
}

.searc_data::-webkit-scrollbar-track {
    background: #f1f1f1
}

.searc_data::-webkit-scrollbar-thumb {
    background: #888
}

.searc_data::-webkit-scrollbar-thumb:hover {
    background: #555
}

.des_fr {
    font-weight: 500;
    font-size: 18px;
    color: var(--color-ble);
    margin: 3px 0
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block
}

.loader:after,
.loader:before {
    content: "";
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--color-ble);
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite
}

.loader:after {
    animation-delay: 1s
}

.input_aa {
    position: relative;
    cursor: pointer
}

.form_holderr {
    padding: 0 10px
}

.pass_numm1 {
    font-size: 21px;
    display: inline-flex;
    margin-right: 5px
}

.pass_btnss .pass_btnssbt {
    font-size: 12px
}

.pass_inn {
    font-size: 13px;
    color: var(--color-black)
}

.class_holdd {
    font-size: 12px;
    opacity: .7
}

.passenger_modal {
    position: absolute;
    top: 40px;
    left: 0;
    width: 65%;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 8;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .1);
    padding-top: 5px;
    display: none
}

.passenger_modal_active {
    display: block
}

.pass_btnss {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: #eee
}

.pass_btnss .pass_btnssbt:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px 0 0 3px
}

.pass_btnss .pass_btnssbt:nth-child(2) {
    border-radius: 0 3px 3px 0
}

.pass_para_p {
    color: var(--color-black);
    font-size: 13px
}

.pass_para_p span {
    display: inline-flex;
    padding-left: 5px
}

.pass_btnss .pass_btnssbt {
    width: 23px;
    height: 23px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.pass_btnss .pass_btnssbt:hover {
    background-color: var(--color-blue);
    color: var(--color-white)
}

.pass_btnss .pass_btnssbt:hover svg {
    color: var(--color-white)
}

.pass_btnss .pass_btnssbt i {
    font-size: 10px
}

.pass_container_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed rgba(0, 0, 0, .2);
    padding: 7px 14px
}

.pass_container_1:first-child {
    border: none
}

.font_cs {
    font-size: 10px;
    opacity: .9
}

.appl_btn {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    border: none;
    margin-top: 4px;
    padding: 4px 15px;
    transition: .3s;
    margin-left: 14px;
    margin-bottom: 6px;
    border-radius: 3px
}

.close_bb_modd {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: 9px;
    cursor: pointer;
    padding: 5px
}

.close_bb_modd i {
    font-size: 9px
}

.appl_btn:hover {
    background: linear-gradient(92.83deg, #2697ff, #111183)
}

.form_check_h {
    color: var(--color-black);
    padding-left: 14px
}

.form_check_h input {
    border: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    bottom: -2px
}

.para1_mod_title {
    padding-left: 0 !important
}

.form_check_h label {
    font-size: 13px
}

.z_0 {
    position: relative;
    z-index: 0
}

.pass_container_1 button:hover {
    color: var(--color-black)
}

.listing_airport_ul {
    z-index: 9;
    position: absolute;
    left: 0;
    max-height: 210px;
    overflow-y: scroll;
    width: 100%;
    background-color: var(--color-white);
    border-radius: 5px
}

.listing_airport_ul_ac {
    display: initial
}

.listing_airport_ul li {
    font-size: 12px;
    padding: 8px 10px;
    font-weight: 600;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.listing_airport_icon img {
    height: 18px;
    width: auto;
    margin-right: 6px
}

.listing_airport_ul li:first-child {
    border: none
}

.listing_airport_ul::-webkit-scrollbar {
    width: 10px
}

.listing_airport_ul::-webkit-scrollbar-track {
    background: #f1f1f1
}

.listing_airport_ul::-webkit-scrollbar-thumb {
    background: #888
}

.listing_airport_ul::-webkit-scrollbar-thumb:hover {
    background: #555
}

@media screen and (max-width:568px) {
    .pass_para_p {
        font-size: 11px
    }

    .pass_container_1 {
        padding: 7px
    }

    .form_h_semi2222 {
        margin: 0;
        font-size: 10px !important
    }

    .pass_btnss .pass_btnssbt {
        width: 20px;
        height: 20px;
        font-size: 9px
    }

    .appl_btn,
    .listing_airport_ul li {
        font-size: 10px
    }
}

.pils_tavv {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px
}

.pass_all_main img {
    height: 23px;
    width: auto
}

.pils_tavv button {
    background-color: #115C9Fff;
    color: var(--color-white) !important;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0 !important;
    font-size: 14px;
    padding: 8px 25px !important
}

.form_h_semi222 label {
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    color: rgb(58, 58, 58);
    padding: 3px 0;
    gap: 2px;
    border-radius: 3px
}

.form_h_semi222 label img {
    height: 12px;
    width: auto
}

.ui-datepicker-header {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white)
}

.ui-widget-header .ui-icon {
    filter: brightness(0) invert(1)
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    background-color: transparent !important
}

.ui-datepicker-month {
    border-radius: 3px;
    padding: 4px;
    font-size: 14px;
    font-weight: 600;
    width: 35% !important;
    margin-right: 10px
}

.form-ho img {
    height: 17px;
    width: auto
}

.form-ho {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fbfbfb
}

.form-ho input {
    border: none;
    padding: 0;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 14px
}

.sub_btn {
    border: none;
    width: 100%;
    background: linear-gradient(92.83deg, #2697ff, #111183) !important;
    color: var(--color-white) !important;
    padding: 14px;
    border-radius: 3px;
    font-weight: 600
}

.form-main {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 5px
}

.connect_cont {
    background: var(--color-black);
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 57%, 100% 100%, 0 100%, 0 43%);
    clip-path: polygon(100% 0, 100% 57%, 100% 100%, 0 100%, 0 43%);
    border-radius: 10px 0 10px 10px
}

.connect_cont ul {
    padding-top: 6rem
}

.connect_cont ul li {
    color: var(--color-white)
}

.connect_cont ul a img {
    height: 24px;
    width: auto
}

.connect_cont ul a {
    color: var(--color-white);
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0;
    display: flex;
    gap: 8px
}

.so-icon {
    position: absolute;
    top: -2.4rem;
    right: 20px;
    gap: 14px
}

.so-icon,
.so-icon li a {
    display: flex;
    align-items: center
}

.so-icon li a {
    width: 30px;
    height: 30px;
    background-color: var(--color-white);
    justify-content: center;
    color: var(--color-black);
    border-radius: 3px
}

.so-icon li a i {
    font-size: 14px;
    color: black
}

.bg_search_cheap {
    background-color: var(--color-white);
    border-radius: 5px;
    padding: 30px !important;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1)
}

.search_tt {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--color-blue);
    font-size: 23px
}

.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    animation: mulShdSpin 1.1s ease infinite;
    transform: translateZ(0);
    scale: 1.1
}

@keyframes mulShdSpin {

    0%,
    to {
        box-shadow: 0 -2.6em 0 0 #000000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 #000000, 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000000
    }
}

.search_bb {
    text-align: start
}

.search_code {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    display: inline-flex;
    border-radius: 3px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px
}

.search_bb p {
    font-weight: 600
}

.search_country {
    font-size: 21px;
    margin: 5px 0 3px;
    color: var(--color-blue)
}

.search_airport {
    font-size: 14px;
    color: grey
}

.dates_all {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 13px;
    font-weight: 600;
    border-radius: 3px
}

.num_n {
    font-weight: 600;
    font-size: 23px;
    color: var(--color-blue)
}

.num_n img {
    height: 33px;
    width: auto
}

.thankyou_bg {
    width: 100%;
    background-color: #eee;
    height: 100vh
}

.thank_bgg {
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 0 0 10px 10px
}

.thankyou_img {
    width: 35%;
    margin: auto
}

.book_title_thank {
    font-weight: 500;
    font-size: 24px;
    margin: 10px 0
}

.fell_free_thankyou {
    font-size: 17px
}

.fell_free_thankyou b {
    font-size: 20px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    padding: 7px;
    border-radius: 3px
}

.social_thankyo {
    gap: 15px
}

.social_thankyo li a {
    width: 45px;
    height: 45px;
    background-color: var(--color-dark);
    display: flex;
    border-radius: 50%;
    font-size: 22px
}

.backhome,
.social_thankyo li a {
    color: var(--color-white);
    align-items: center;
    justify-content: center
}

.backhome {
    background-color: var(--color-blue);
    display: inline-flex;
    gap: 6px;
    margin-top: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px
}

.backhome:hover {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white !important
}

.backhome img {
    height: 24px;
    width: auto
}

@media screen and (max-width:768px) {
    .connect_cont {
        -webkit-clip-path: initial;
        clip-path: none;
        margin-top: 20px;
        width: 100%
    }

    .connect_cont ul {
        padding-top: 4rem
    }

    .connect_cont ul a {
        font-size: 16px
    }

    .so-icon {
        position: static;
        padding-top: 0 !important
    }

    .connect_cont ul {
        padding-top: 1rem
    }

    .connect_cont ul a img {
        height: 19px;
        margin-top: 4px
    }
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px
}

.swiper-pagination-bullet-active {
    transform: scale(1.2);
    background: linear-gradient(92.83deg, #2697ff, #111183)
}

.title_fl {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600
}

.title_fl img {
    height: 21px;
    width: auto;
    animation: zoom_in 3s linear infinite
}

@keyframes buzz-out-on-hover {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    to {
        transform: translateX(-1px) rotate(0)
    }
}

.fil_head {
    margin-bottom: 12px
}

.searching_cont {
    background-color: #f7f7f7;
    padding: 10px 23px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid rgba(187, 187, 187, .1);
    border-radius: 0 0 5px 5px
}

.return_cont2 {
    border-top: 1px solid rgba(187, 187, 187, .2)
}

.ti_t {
    font-size: 18px;
    font-weight: 600
}

.form_check {
    margin: 8px 0;
    align-items: center
}

.form_check,
.form_check label {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.form_check label {
    font-weight: 500
}

.form_check input {
    border-radius: 0 !important;
    margin-top: 4px
}

.check_ti {
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px
}

.check_ti img {
    height: 19px;
    width: auto;
    display: none
}

.line_l_l {
    width: 80px;
    height: 1px;
    background-color: var(--b);
    display: inline-flex;
    border-radius: 10px;
    position: relative
}

.line_l_l:after {
    left: 0
}

.line_l_l:after,
.line_l_l:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--b);
    border-radius: 50px
}

.line_l_l:before {
    right: 0
}

.l_l_minus {
    margin-top: -14px;
    position: relative
}

.price_check {
    font-weight: 400;
    color: rgb(88, 88, 88);
    font-size: 12px
}

.aside_flight {
    width: 96%;
    background: transparent;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.res_f {
    border-bottom: 2px solid var(--color-blue);
    padding-bottom: 3px;
    font-weight: 600;
    color: var(--color-blue)
}

.flight-head {
    background: var(--color-white);
    padding: 5px 16px;
    font-size: 13px;
    width: 100%;
    color: var(--black);
    border: 1px solid rgba(187, 187, 187, .1);
    border-bottom-color: rgba(201, 201, 201, .1);
    border-radius: 0 0 5px 5px
}

.multi_cont img {
    height: 17px;
    width: auto
}

.multi_cont p {
    font-size: 12px;
    font-weight: 500
}

.multi_cont {
    display: inline-flex !important;
    padding: 7px 10px;
    background: #f7f7f7
}

.flight-head p {
    font-size: 11px
}

.flight-head img {
    height: 18px;
    width: auto
}

.fare_c img {
    height: 27px;
    width: auto
}

.fares_cont {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-radius: 3px
}

.fare_c p {
    font-weight: 500;
    font-size: 15px
}

.non_stop button {
    width: 100%;
    font-size: 13px;
    background-color: transparent;
    text-align: start;
    font-weight: 600;
    display: flex;
    justify-content: flex-start
}

.fare-h {
    height: 20px;
    gap: 4px
}

.fare-h,
.fare-h2 {
    display: flex;
    align-items: center
}

.fare-h2 {
    height: 45px;
    justify-content: center
}

.fare_g {
    text-align: center;
    padding: 0 18px 3px;
    border-radius: 3px
}

.time_de {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
}

.time_de_cont {
    background-color: var(--color-white);
    padding: 12px 8px;
    border-radius: 3px;
    border: 1px solid rgba(102, 102, 102, .1);
    transition: .3s;
    cursor: pointer
}

.fl_cont2 .font_in {
    margin-bottom: 0
}

.time_de_cont:hover {
    margin-top: -10px
}

.time_de_cont img {
    height: 28px;
    width: auto
}

.time_de_cont .font_14 {
    margin-top: 3px;
    font-weight: 600;
    font-size: 12px
}

.time_de_cont .font_13 {
    font-size: 11px !important
}

.hr_c {
    margin: 18px 0;
    opacity: .1
}

.fl_cont img {
    height: 25px;
    width: auto
}

.fl_icon img {
    height: 19px;
    width: auto
}

.fl_tt {
    font-size: 11px
}

.title_fl_f {
    font-size: 18px
}

.fl_cont {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid rgba(36, 36, 36, .1)
}

.class_f {
    border-radius: 3px 3px 0 0;
    border-bottom: 2px solid rgb(0, 0, 0);
    margin-bottom: -1.4px;
    font-weight: 600;
    font-size: 12px !important;
    padding: 2px 2px 3px
}

.book_btn2,
.fl_price p {
    font-size: 11px
}

.book_btn2 {
    background-color: var(--b);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 5px 8px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 2px
}

.book_btn2,
.book_btn2:hover {
    color: var(--color-white)
}

.font_in p {
    font-size: 13px;
    font-weight: 500
}

.seat_left img {
    height: 16px;
    width: auto
}

.seat_num {
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.seat_left {
    gap: 13px
}

.trip_line {
    margin-top: 10px
}

.trip_line .list_dep_cont {
    width: 150px
}

.list_flight_time p {
    font-size: 11px
}

.trip_line .midd_cont_lay {
    width: 9px;
    height: 9px
}

.trip_line .list_dep_cont:after {
    width: 6px;
    height: 6px;
    top: -2px
}

.line_1 {
    width: 2px;
    height: 18px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0)
}

.f_cont {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 2px;
    gap: 4px
}

.f_cont img {
    height: 11px;
    width: auto
}

.num_s {
    color: var(--color-black);
    font-size: 12px
}

.fligh_de {
    padding-top: 0;
    border-radius: 3px;
    margin-top: 0 !important
}

.list_1 {
    position: absolute;
    left: -48px;
    top: -5px;
    margin-top: 0
}

.list_12 {
    left: auto;
    right: -48px
}

.fligh_de button {
    font-size: 11px;
    font-weight: 600;
    border-bottom: 1px solid var(--color-blue);
    background-color: transparent;
    color: var(--color-blue);
    padding: 4px 0;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.fligh_de button svg {
    width: 10px;
    height: 10px
}

.fligh_de p {
    font-size: 11px
}

.fligh_de button:nth-child(2) {
    background-color: var(--black)
}

.flight_listing {
    border-radius: 3px;
    margin-top: 16px
}

.flight_list_c {
    padding: 14px 16px
}

.tit_ass {
    font-size: 18px
}

.t_ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px
}

.line_ll {
    position: relative
}

.line_ll:after {
    content: "";
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: var(--color-blue);
    border-radius: 50%
}

.t_ul li {
    margin: 0;
    font-weight: 500;
    font-size: 13px
}

.line_ll {
    width: 25px;
    height: 2px;
    border-radius: 50px;
    background-color: var(--color-blue)
}

.line_ll,
.t_ul li {
    display: flex;
    align-items: center
}

.t_ul li {
    gap: 7px
}

.t_ul li img {
    height: 21px;
    width: auto;
    display: none
}

.bag_cont p {
    font-size: 12px
}

.bag_cont img {
    height: 11px;
    width: auto
}

.bag_cont {
    gap: 5px
}

.bag_cont,
.sort_btn button {
    display: flex;
    align-items: center
}

.sort_btn button {
    background-color: var(--color-blue);
    color: var(--color-white);
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 3px;
    gap: 2px;
    font-weight: 500;
    border: none
}

.sort_btn button img {
    height: 17px;
    width: auto
}

.phone_flight_cont {
    padding: 0;
    border-radius: 3px;
    background-color: white;
    border: 1px solid rgba(83, 83, 83, .1)
}

.ph_cont img {
    height: 23px;
    width: auto
}

.ph_cont {
    gap: 7px;
    font-weight: 500
}

.ph_cont,
.ph_g {
    display: flex;
    align-items: center
}

.ph_g {
    gap: 17px;
    justify-content: center
}

.ph_f {
    background: linear-gradient(90deg, #b9dcff, white);
    color: black;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 3px 0 0 3px
}

.ph_cont p {
    font-size: 13px
}

.ph_f_c {
    border-radius: 0 3px 3px 0;
    background: linear-gradient(90deg, white, #b3d9ff)
}

.ph_f_c:hover {
    color: var(--black)
}

.r_dc1:after {
    bottom: 0
}

.flight_detail_c {
    padding: 5px 20px 20px
}

.hr_fl {
    opacity: .1
}

.return_cont {
    padding: 6px 10px;
    background-color: var(--color-blueDark);
    color: var(--color-white);
    display: inline-flex;
    align-items: center
}

.return_cont span {
    font-weight: 500;
    margin-bottom: -3px;
    font-size: 12px
}

.r_br {
    border-top: 1px solid rgba(168, 168, 168, .1);
    background-color: #fafafa
}

.list_dep_cont_return img {
    right: auto;
    left: 0
}

.list_dep_cont_return:after {
    left: auto;
    right: 0
}

.flig_up {
    position: absolute;
    top: -14px;
    left: -3.2rem
}

.flig_up2 {
    left: auto;
    right: -3.2rem
}

.flig_up img {
    height: 18px;
    width: auto
}

.flig_up p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    position: relative
}

.trip_line .list_dep_cont:after,
.trip_line .list_dep_cont:before {
    display: none
}

.trip_line .list_dep_cont img {
    position: static;
    right: 0
}

.control_flight_me {
    height: 40px;
    width: auto
}

.flight_detail_all {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 9;
    background-color: rgba(0, 0, 0, .7);
    border: 1px solid rgba(0, 0, 0, .1);
    display: none
}

.flight_detail_all_active {
    display: flex
}

.flight_detail_all_semi {
    width: 100%;
    background-color: white
}

.flight_detail_all_semi_c {
    background-color: var(--color-white);
    margin-top: auto;
    width: 100%
}

.fl_d_cont1 {
    background-color: var(--color-white);
    padding: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.fl_d_cont1:first-child {
    border: none
}

.flight_detail_all .fl_icon img {
    height: 30px;
    width: auto
}

.fli_d_cont {
    width: 82%;
    margin: auto
}

.flight_h_c_h p {
    font-weight: 500;
    font-size: 13px
}

.cl_fl {
    margin-bottom: 6px
}

.cl_fl p {
    background: #f7f7f7;
    border: 1px solid rgba(187, 187, 187, .1);
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 2px;
    font-size: 11px
}

.fli_line {
    width: 100%;
    height: 1px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .1);
    margin: 6px 0 15px
}

.fli_line:after {
    left: 0
}

.fli_line:after,
.fli_line:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color-blueDark);
    display: flex
}

.fli_line:before {
    right: 0
}

.flight_bar_des_v p {
    font-size: 13px;
    font-weight: 500
}

.flight_h_c_h .fl_icon img {
    height: 36px !important
}

.line_1_d {
    height: 90px;
    width: 1px;
    background-color: rgba(0, 0, 0, .1)
}

.lay_f_all {
    text-transform: capitalize;
    background: #f7f7f7;
    border: 1px solid rgba(187, 187, 187, .1);
    display: flex;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 3px;
    font-size: 13px
}

.fl_d_cont1 {
    gap: 40px
}

.lay_line_f {
    width: 120px;
    height: 2px;
    border: 1px dashed rgba(31, 31, 31, .1);
    margin: 20px 0
}

.lay_1_l {
    padding: 10px 0
}

.fl_d_cont1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0
}

.lay_line_f_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: auto;
    background-color: white
}

.lay_line_f_img img {
    height: 32px;
    width: auto
}

.lay_f_all img {
    height: 20px;
    width: auto
}

.ff li {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500
}

.ff li img {
    height: 17px;
    width: auto
}

.total_time_aa {
    font-size: 16px
}

.total_time_aa img {
    height: 22px;
    width: auto
}

.des_title_t {
    font-size: 16px
}

.total_all {
    background: #f7f7f7;
    border: 1px solid rgba(187, 187, 187, .1)
}

.pr_ti {
    font-size: 22px
}

.total_all_semi2 {
    width: 70%;
    margin: auto;
    padding: 10px
}

.cnt_btn {
    background-color: var(--color-blueDark);
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 2px
}

.close_list_f,
.cnt_btn {
    color: var(--color-white)
}

.close_list_f {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 5px
}

.control_cont {
    position: relative;
    z-index: 2
}

.control_bbook img {
    border-radius: 15px;
    object-fit: cover
}

.blur_me_ac {
    filter: blur(2px)
}

.fl_main {
    padding: 0 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none
}

.class_f_d1 {
    display: none
}

.fl_main:first-child {
    border-right: none
}

.sh_fil_btn {
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 12px;
    border-radius: 50px;
    font-weight: 500;
    background: #f7f7f7;
    border: 1px solid rgba(187, 187, 187, .1)
}

.sh_fil_btn img {
    height: 20px;
    width: auto
}

.fil_title {
    font-weight: 600;
    font-size: 20px
}

.close_short {
    background-color: var(--color-dark);
    border-radius: 3px;
    padding: 3px;
    width: 25px;
    color: white;
    height: 25px
}

.close_short svg {
    width: 15px;
    height: 15px;
    fill: white
}

.control_stops {
    width: 40%
}

.range_r p {
    font-size: 14px;
    font-weight: 600
}

.fl_price_none1 {
    display: none !important
}

.font_12_date {
    font-size: 10px !important;
    font-weight: 500
}

.start_price p {
    font-size: 19px;
    font-weight: 600
}

.time_1 {
    display: inline-flex;
    color: grey
}

.start_price del {
    color: grey;
    font-size: 15px
}

.depature_tab {
    color: black;
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 5px
}

.round_trip:nth-child(2) .depature_tab {
    margin-top: 13px
}

.round_trip .depature_tab {
    position: static
}

.lay_over_c {
    margin: 21px 0 18px;
    border-top: 1px solid var(--color-blue)
}

.lay_over_c span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 50px;
    width: 50%;
    text-align: center
}

.view_detail_a {
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    background-color: transparent
}

.view_detail_a svg {
    margin-top: -5px
}

.pop_modal_sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

.pop_main {
    width: 50%;
    background-color: var(--color-white);
    padding: 0 20px 20px;
    border-radius: 10px;
    gap: 7px
}

.pop_head {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 20px;
    padding-bottom: 15px;
    cursor: pointer
}

.pop_head button {
    border: none;
    background-color: transparent
}

.num_de {
    font-weight: 600;
    color: var(--color-blue);
    font-size: 12px
}

.pop_main {
    height: 80vh;
    overflow-y: scroll;
    position: relative
}

.pop_main::-webkit-scrollbar {
    background-color: #eee;
    width: 7px
}

.pop_main::-webkit-scrollbar-thumb {
    background-color: var(--color-dark)
}

.pop_stopss {
    display: inline-flex;
    height: 180px;
    width: 2px;
    background-color: var(--color-blue);
    position: relative;
    margin: 0 20px
}

.pop_stopss:after {
    top: 0
}

.pop_stopss:after,
.pop_stopss:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    background-color: var(--color-blue)
}

.pop_stopss:before {
    bottom: 0
}

.num_de1 {
    font-size: 12px;
    color: grey
}

.pop_body {
    font-size: 12px;
    margin-top: 15px
}

.flight_pop_gr {
    color: grey
}

.hei_pop {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.pop_headd {
    background-color: var(--color-dark);
    color: var(--color-white);
    padding: 8px 13px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    margin: 15px 0
}

.pop_main_bo {
    gap: 25px
}

.class_c {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 3px;
    padding: 5px 7px;
    font-size: 11px;
    text-align: center
}

.lay_over_time {
    background-color: var(--color-white)
}

.lay_over_c_pop {
    margin: 35px 0
}

.lay_over_c_pop span {
    font-size: 13px
}

.pop_up_one {
    display: none
}

.pop_up_one_ac {
    display: initial
}

.select_all_pop {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: white;
    padding: 17px 30px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.select_pprr {
    font-weight: 600;
    color: var(--color-red);
    font-size: 20px
}

.select_ff {
    background-color: var(--color-dark);
    color: var(--color-white);
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.text_end {
    width: 250px
}

.w_cont {
    width: 80%
}

@media screen and (max-width:1200px) {
    .trip_line .list_dep_cont {
        width: 120px
    }
}

@media screen and (max-width:992px) {
    .flight_detail_all_semi {
        height: 100%
    }
}

@media screen and (max-width:768px) {
    .fl_d_cont1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .fli_d_cont {
        width: 100%;
        padding: 14px 20px
    }

    .fl_main:first-child {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }

    .fl_main {
        padding: 0 20px
    }

    .close_list_f {
        top: 25px;
        right: 30px
    }

    .flight_detail_all {
        overflow-y: scroll;
        background-color: white
    }

    .font_in p {
        font-size: 12px
    }

    .trip_line .list_dep_cont {
        width: 90px
    }

    .lay_over_c span {
        font-size: 9px;
        padding: 5px 6px;
        border-radius: 50px;
        width: 60%;
        text-align: center
    }
}

@media screen and (max-width:1024px) {
    .aside_cont_fixed {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--color-white);
        z-index: 99;
        padding: 20px;
        overflow-y: scroll;
        display: none
    }

    .aside_cont_fixed_active {
        display: initial
    }

    .aside_flight {
        width: 100%
    }

    .time_de {
        grid-template-columns: repeat(4, 1fr)
    }

    .se_cont {
        padding: 0;
        margin: 0
    }

    .listing_cont {
        margin: 0
    }

    .ph_g {
        gap: 10px;
        display: none
    }

    .assit_cont {
        gap: 8px
    }

    .ph_f_start {
        background-color: transparent;
        padding: 8px 10px
    }

    .total_all {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .total_all_semi2 {
        width: 100%;
        flex-direction: column;
        align-items: center !important;
        gap: 10px
    }

    .fli_d_cont {
        padding-bottom: 6rem
    }
}

@media screen and (max-width:568px) {
    .list_cont_c {
        gap: 9px
    }

    .blur_me {
        padding: 0
    }

    .ph_f_start {
        flex-wrap: wrap
    }

    .assit_cont {
        flex-direction: column
    }

    .w_cont {
        width: 100%
    }

    .multi_cont {
        display: flex !important;
        width: 100%
    }

    .return_cont {
        order: 2
    }

    .multi_cont p {
        font-size: 11px
    }

    .font_in {
        justify-content: space-between !important;
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 8px 7px;
        border-radius: 3px
    }

    .des_code_f {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 0 !important
    }

    .text_end .des_code_f {
        align-items: flex-end !important;
        justify-content: flex-end !important
    }

    .depature_tab {
        margin-bottom: 0
    }

    .ph_f_c {
        flex-wrap: wrap
    }

    .lay_over_c span {
        width: 60%
    }

    .searching_cont {
        padding: 10px
    }

    .book_btn2 {
        border-radius: 3px
    }

    .ti_t {
        font-size: 15px
    }

    .fl_price {
        justify-content: center
    }

    .w_cont {
        flex-direction: column;
        align-items: flex-start !important
    }

    .control_stops {
        width: 100%;
        text-align: start !important
    }

    .ph_f {
        font-size: 13px
    }

    .class_f_d1 {
        display: initial
    }

    .flight_list_c_img {
        justify-content: space-between
    }

    .sort_btn button {
        font-size: 11px
    }

    .sort_btn button img {
        height: 15px
    }

    .res_f {
        font-size: 13px
    }

    .title_fl {
        font-size: 12px
    }

    .t_ul {
        flex-wrap: wrap;
        gap: 8px
    }

    .tit_ass {
        font-size: 16px
    }

    .assit_cont {
        gap: 4px
    }

    .title_fl img {
        height: 18px
    }

    .flight_list_c {
        padding: 13px 15px
    }

    .start_price p {
        font-size: 13px !important
    }

    .start_price del {
        font-size: 12px
    }

    .t_ul li {
        font-size: 11px
    }

    .seat_left {
        display: none !important
    }

    .flight-head p {
        font-size: 9px
    }

    .flight-head {
        padding: 5px 8px
    }

    .view_detail_a {
        width: 100px;
        font-size: 10px
    }

    .pop_head {
        padding-top: 13px;
        padding-bottom: 10px
    }

    .pop_head img {
        height: 20px;
        width: auto
    }

    .fl_cont {
        flex-wrap: wrap;
        justify-content: center !important
    }

    .font_in p {
        font-size: 10px;
        margin-bottom: 2px
    }

    .trip_line {
        margin-top: 5px
    }

    .fligh_de button {
        font-size: 11px
    }

    .trip_line .list_dep_cont {
        width: 195px
    }

    .fl_tt {
        font-size: 10px;
        display: flex
    }

    .book_btn2 {
        padding: 5px 10px;
        font-size: 9px;
        margin-top: 3px
    }

    .fl_price p {
        font-size: 10px
    }

    .list_cont_c2 {
        gap: 0
    }

    .list_cont_c,
    .list_cont_c2 {
        flex-direction: column
    }

    .fl_cont2 {
        justify-content: space-between;
        width: 100%
    }

    .list_cont_c {
        padding-bottom: 0
    }

    .fl_cont_gap_g {
        width: 100%;
        border-bottom: 1px solid rgba(36, 36, 36, .1)
    }

    .fl_cont {
        border: none
    }

    .flight_list_c_img {
        border-bottom: 1px solid rgba(36, 36, 36, .1);
        width: 100%
    }

    .class_f_d {
        display: none
    }

    .fl_cont2 .font_in {
        justify-content: start;
        margin-bottom: 4px;
        margin-top: 0 !important
    }

    .title_fl {
        gap: 3px
    }

    .flight_listing {
        margin-top: 20px
    }

    .title_fl {
        padding: 9px 5px !important
    }

    .ph_f {
        justify-content: center;
        width: 100%;
        padding: 6px
    }

    .sh_fil_btn {
        font-size: 13px;
        padding: 10px
    }

    .fil_head {
        padding: 3px 10px;
        margin: -7px -10px
    }

    .fil_head .title_fl {
        padding: 5px !important
    }

    .aside_flight {
        padding: 8px 10px
    }

    .time_de {
        grid-template-columns: repeat(2, 1fr)
    }

    .depart_cont .title_fl,
    .price_range .title_fl {
        font-size: 17px;
        padding: 8px 0 !important
    }

    .stops_cont .title_fl {
        padding: 0 !important
    }

    .check_ti {
        font-size: 13px
    }

    .form_check input {
        margin-top: 2.5px
    }

    .time_de_cont img {
        height: 31px
    }

    .form_check {
        margin: 5px 0
    }

    .aside_flight .hr_c {
        margin: 8px 0 !important;
        display: none
    }

    .fl_main {
        padding: 0 14px
    }

    .fli_d_cont {
        padding: 12px 15px 7rem
    }

    .close_list_f {
        width: 25px;
        height: 25px
    }

    .flight_h_c_h .fl_icon img {
        height: 30px !important
    }

    .flight_h_c_h p {
        font-size: 11px
    }

    .cl_fl p {
        padding: 3px 7px
    }

    .ff {
        flex-wrap: wrap
    }

    .ff li {
        font-size: 11px
    }

    .flight_bar_des_v p,
    .lay_f_all {
        font-size: 12px
    }

    .total_time_aa {
        flex-wrap: wrap;
        gap: 5px !important
    }

    .cnt_btn {
        width: 100%
    }

    .pr_ti {
        font-size: 19px
    }

    .des_title_t {
        font-size: 15px
    }

    .total_all_semi2 {
        gap: 4px
    }

    .total_time_aa img {
        height: 16px
    }

    .cnt_btn {
        font-size: 12px
    }

    .fl_price_none {
        display: none !important
    }

    .fl_price_none1 {
        display: flex !important
    }

    .start_price del {
        font-size: 11px
    }

    .font_12_date {
        font-size: 8px !important
    }

    .line_l_l {
        width: 55px
    }

    .text_end {
        text-align: end
    }

    .modify_bg .form_search_c input {
        font-size: 13px !important
    }
}

@media screen and (max-width:376px) {
    .lay_over_c span {
        width: 62%
    }
}

.listing_body {
    background-color: white
}

.booking_title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-dark);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgb(250 250 250);
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.booking_title span {
    color: grey;
    font-weight: 400;
    font-size: 13px
}

.booking_title img {
    height: 26px;
    width: auto
}

.form_booking_f {
    margin: -10px
}

.form_booking {
    padding: 10px
}

.form_booking label {
    font-weight: 600;
    font-size: 13px
}

.form_booking label span {
    color: var(--color-red);
    font-size: 15px
}

.form_input_booking .form-control,
.form_input_booking input {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    padding: 15px 14px;
    box-shadow: none !important;
    border-radius: 3px;
    color: grey;
    font-weight: 500
}

.form_input_booking input {
    width: 100%;
    height: 100%
}

.form_booking .rmdp-container {
    width: 100%;
    height: 44px !important
}

.form_input_minus_m {
    margin: -6px
}

.form_input_minus {
    padding: 6px
}

.mt_4 {
    margin-top: 2rem
}

.hr_line {
    margin: 2.1rem 0;
    opacity: .1
}

.secure_tit {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color-dark)
}

.secure_tit img {
    height: 28px;
    width: auto
}

.book_btn_booking {
    color: var(--color-white);
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 15px
}

.book_btn_booking,
.book_btn_booking:after {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    border-radius: 50px
}

.book_btn_booking:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 130%;
    opacity: .1;
    z-index: -1
}

.pass_de_cont {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between
}

.pass_de_cont ul {
    width: 100%;
    padding-left: 15px
}

.pass_de_cont ul li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 9px 0;
    color: grey;
    font-weight: 500
}

.pass_hrr {
    margin: 13px 0;
    opacity: .1
}

.pass_detail_price {
    background-color: white;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 1px 20px rgba(108, 108, 108, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px
}

.pass_de_cont {
    padding: 0 18px;
    border-radius: 0 0 5px 5px
}

.price_s {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    background-color: rgb(250 250 250);
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.book_off img {
    border-radius: 5px
}

.booking_main {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: var(--color-white)
}

.booking_main1 {
    margin-top: 2rem
}

.booking_main_m {
    padding: 0 20px 20px
}

.grand_totat {
    background-color: var(--color-dark);
    color: var(--color-white);
    padding: 14px 20px
}

.banner_booking {
    background-color: var(--color-white);
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: var(--color-dark)
}

.bagde_cust {
    gap: 8px
}

.bagde_cust img {
    height: 15px;
    width: auto
}

.badge_icon {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    justify-content: center
}

.badge_icon,
.book_semi1 {
    display: flex;
    align-items: center
}

.book_semi1 {
    gap: 7px
}

.price_tit img {
    height: 20px;
    width: auto;
    margin-right: 2px
}

.price_summ {
    display: none
}

.viw_d {
    font-size: 10px;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: grey;
    padding: 2px 0;
    gap: 2px
}

.viw_d img {
    height: 15px;
    width: auto
}

.flight_details_h p {
    font-size: 13px
}

.total_jr {
    background-color: #eee;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px
}

@media screen and (max-width:992px) {
    .bagde_cust {
        font-size: 14px
    }

    .price_summ {
        display: initial;
        font-size: 14px;
        text-align: end
    }

    .flex_me {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .price_tit {
        color: var(--color-red);
        font-size: 16px
    }

    .price_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: rgba(255, 255, 255, 1);
        display: none
    }

    .price_bg_active {
        display: initial
    }

    .close_price_sum {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 5px;
        border: none;
        padding: 10px;
        background-color: var(--color-dark);
        color: var(--color-white);
        font-weight: 600;
        text-transform: uppercase
    }

    .close_price_sum svg {
        width: 20px;
        height: 20px;
        padding: 7px
    }
}

@media screen and (max-width:768px) {
    .booking_title {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width:568px) {
    .booking_title {
        font-size: 17px
    }

    .booking_title img {
        height: 23px
    }

    .booking_title span {
        font-size: 10px
    }

    .booking_title {
        padding: 12px 20px
    }

    .form_input_booking .form-control,
    .form_input_booking input {
        font-size: 11px;
        padding: 12px
    }

    .form_booking label {
        font-size: 11px
    }

    .secure_tit {
        font-size: 12px
    }

    .book_btn_booking {
        font-size: 13px
    }

    .booking_main_m {
        padding: 13px 9px
    }

    .form_booking {
        padding: 7px
    }

    .form_booking_f {
        margin: -7px
    }

    .booking_main_m {
        margin-top: 0 !important
    }

    .book_btn_booking:after {
        width: 105%
    }

    .bagde_cust {
        font-size: 12px !important
    }

    .price_summ p {
        font-size: 12px
    }

    .total_prr {
        font-size: 11px !important
    }

    .price_tit {
        font-size: 15px !important
    }

    .booking_main1 {
        margin-top: 20px
    }

    .price_s {
        font-size: 17px
    }
}

.close_btt {
    display: none
}

.footer_bg p {
    font-size: 13px
}

.rmdp-arrow-container {
    width: 24px !important;
    height: 24px !important;
    color: var(--color-white);
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important
}

.rmdp-left i,
.rmdp-right i {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important
}

.rmdp-arrow {
    width: 6px !important;
    height: 6px !important;
    border-color: white !important
}

.form_search_c input {
    outline: none !important;
    border: none !important;
    width: 100%
}

.rmdp-day.rmdp-selected span:not(.highlight) {
    background-color: var(--color-dark) !important
}

.className_holdd {
    font-size: 12px !important;
    opacity: .7
}

.booking_flight_d {
    padding: 15px 20px 20px
}

.booking_flight_d .pop_dess2 {
    font-size: 11px
}

@media screen and (max-width:1400px) {
    .common_padding {
        padding: 0 25px
    }

    .ph_f,
    .title_fl {
        font-size: 13px
    }

    .font_in p {
        font-size: 11px
    }

    .lay_over_c span {
        width: 60%;
        font-size: 9px
    }

    .flight-head p,
    .view_detail_a {
        font-size: 10px
    }

    .booking_title {
        flex-wrap: wrap
    }

    .num_de {
        font-size: 12px
    }

    .num_de1 {
        font-size: 10px
    }

    .price_s {
        font-size: 16px
    }

    .pass_de_cont {
        font-size: 13px
    }

    .pass_de_cont ul li {
        font-size: 11px;
        margin: 6px 0
    }

    .flight_pop_gr {
        font-size: 10px
    }
}

@media screen and (max-width:1200px) {
    .des_grdd {
        grid-template-columns: repeat(2, 1fr)
    }

    .proo_grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .common_padding {
        padding: 0 12px
    }
}

@media screen and (max-width:1024px) {
    .pop_main {
        width: 70%
    }

    .phone_flight_cont {
        display: none
    }
}

@media screen and (max-width:992px) {
    .proo_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .form_h_semi222 {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .res_f {
        width: 130px;
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .form_search_c {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .form_search_us_m:nth-child(2n) .form_search_c {
        border-right: none
    }

    .des_grdd {
        grid-template-columns: repeat(1, 1fr)
    }

    .des_orrr {
        order: 2
    }

    .pri_aall {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 6px
    }

    .pri_aall a {
        font-size: 11px
    }

    .connect_cont {
        border-radius: 0 0 10px 10px
    }

    .pop_main {
        width: 85%
    }

    .form_search_c button {
        border-radius: 0 0 5px 0
    }
}

@media screen and (max-width:568px) {

    li,
    p {
        font-size: 13px
    }

    .small_de {
        font-size: 9px
    }

    .ab_main_m {
        padding-left: 15px !important
    }

    .pop_main {
        width: 98%;
        padding: 0 13px 20px
    }

    .thankyou_img {
        width: 75%
    }

    .fell_free_thankyou {
        font-size: 14px
    }

    .social_thankyo li a {
        width: 35px;
        font-size: 16px;
        height: 35px
    }

    .book_title_thank {
        font-size: 19px
    }

    .fell_free_thankyou b {
        font-size: 15px;
        margin-top: 7px;
        display: inline-flex
    }

    .form-main {
        padding: 20px
    }

    .pop_headd {
        font-size: 11px
    }

    .form_search_c input {
        font-size: 15px
    }

    .hero_air {
        background-image: url(../../../imgs/bg-airlines-mob.html)
    }

    .proo_grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .select_pprr {
        font-size: 17px
    }

    .select_ff {
        font-size: 13px;
        padding: 9px 12px
    }

    .control_h44 {
        font-size: 16px;
        line-height: 26px
    }

    .thank_bgg {
        padding: 25px 10px
    }

    .backhome {
        font-size: 15px
    }

    .select_all_pop {
        padding: 16px 20px
    }

    .form_search_c button {
        font-size: 13px;
        height: 78px
    }

    .proo_container {
        border: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
        padding: 10px 0
    }

    .font_9 {
        font-size: 9px
    }

    .proo_img img {
        height: 70px
    }

    .form_search_c button img {
        height: 17px
    }

    .num_prr {
        width: 36px;
        height: 36px
    }

    .pass_numm1 {
        font-size: 16px
    }

    .tabb_bt button {
        font-size: 11px
    }

    .tabb_bt button img {
        height: 12px
    }

    .check_boxx {
        flex-wrap: wrap;
        gap: 3px 15px
    }

    .vide_bg {
        display: none
    }

    .hero_h:after {
        border-radius: 50px 50px 0 0
    }

    .last_tt {
        font-size: 14px
    }

    .hero_h {
        padding: 30px 0 15px;
        border-radius: 30px 30px 0 0;
        margin: -4rem auto auto
    }

    .hero_hh_mobl {
        display: block
    }

    .hero_hh_mobl video {
        object-fit: cover;
        width: 100%;
        height: 250px
    }

    .margin_tt {
        margin-top: 18px !important
    }

    .titt_t {
        font-size: 22px
    }

    .font_14 {
        font-size: 11px
    }

    .img_aa {
        width: 168px
    }

    .des_ww {
        font-size: 12px
    }

    .tie_des {
        font-size: 20px
    }

    .line_ss {
        width: 50%
    }

    .img_aa img {
        height: 155px
    }

    .destination_containerr .font_13 {
        font-size: 11px
    }

    .ab_imgss img {
        width: 180px;
        height: 170px
    }

    .who_tt {
        font-size: 17px;
        line-height: 30px
    }

    .common_title1 {
        padding: 7px 15px
    }

    .img_aa {
        width: 158px
    }

    .img_aa img {
        height: 135px
    }

    .footer_ul a {
        font-size: 12px
    }

    .footer_ul li {
        margin: 2px 0
    }

    .footer_title {
        font-size: 14px
    }

    .hr_h {
        margin: 20px 0
    }

    .tit_ff {
        font-size: 13px
    }

    .tit_ff img {
        height: 21px;
        display: none
    }

    .flex_ff {
        flex-wrap: wrap;
        gap: 1px 10px !important
    }

    .form_in button {
        font-size: 13px
    }

    .air_logo img {
        width: 83px
    }

    .search_tt {
        font-size: 18px;
        line-height: 28px
    }

    .search_country {
        font-size: 16px
    }

    .dates_all {
        font-size: 11px;
        padding: 13px 5px
    }

    .num_n {
        font-size: 15px
    }

    .num_n img {
        height: 26px
    }

    .search_contt {
        flex-direction: column;
        justify-content: center !important
    }

    .search_bb {
        text-align: center
    }

    .loader {
        scale: 1;
        margin: 3rem 0
    }

    .pop_main_bo {
        gap: 5px
    }

    .num_de {
        font-size: 10px
    }

    .booking_flight_d .num_de {
        font-size: 12px
    }

    .num_de1 {
        font-size: 9px
    }

    .pop_stopss {
        margin: 0 12px
    }

    .flight_pop_gr {
        font-size: 9px
    }

    .ph_f_start {
        display: none
    }

    .modify_bg .form_search_c {
        padding: 8px 15px
    }

    .flight-head p,
    .viw_d {
        font-size: 9px
    }

    .modify_bg .form_search_c input {
        font-size: 13px
    }

    .pop_main {
        height: 70vh
    }
}

@media screen and (max-width:376px) {
    .ab_main_m {
        padding-left: 15px !important
    }
}

.logo_img img {
    height: 50px;
    width: auto
}

.s_2 a {
    font-size: 11px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    gap: 8px
}

.tit_s {
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: end;
    gap: 6px
}

.s_img img {
    height: 18px;
    width: auto
}

.font_c {
    margin-top: 2px
}

.s_2 ul {
    gap: 35px
}

.links_nn ul,
.s_2 ul {
    display: flex;
    align-items: center
}

.links_nn ul {
    justify-content: center;
    gap: 25px
}

.links_nn ul li a {
    color: var(--color-black);
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500
}

.links_nn a img {
    height: 24px;
    width: auto
}

.links_nn a {
    text-transform: capitalize
}

.nav_linK_s {
    display: flex
}

.btn_ss {
    font-size: 14px;
    border: none;
    background-color: var(--color-pink);
    color: var(--color-white);
    padding: 5px 13px;
    border-radius: 3px
}

.ss_cc {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 8px 0
}

.logo_ff img {
    height: 55px;
    width: auto
}

.spacing_m_p h1,
.spacing_m_p h2,
.spacing_m_p h3,
.spacing_m_p h4,
.spacing_m_p h5,
.spacing_m_p h6,
.spacing_m_p p {
    margin-top: 15px
}

.spacing_m_p h5,
.spacing_m_p h6 {
    color: rgb(93, 93, 93)
}

.spacing_m_p ul {
    padding-left: 25px
}

.spacing_m_p li {
    list-style: disc;
    margin: 8px 0
}

.icon_cc {
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.icon_cc img {
    height: 22px;
    width: auto
}

.fo_add {
    font-size: 15px;
    font-weight: 500
}

.add__tt {
    font-weight: 500;
    font-size: 12px
}

.full_ccc {
    width: calc(100% - 36px)
}

.coo_c {
    background-color: var(--color-darkBlue);
    color: var(--color-white);
    font-size: 15px;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 5px
}

.travel_support {
    gap: 24px
}

.travel_sup_img img {
    width: 95px;
    object-fit: contain
}

.line_hr_h {
    height: 35px;
    width: 1px;
    display: inline-flex;
    background-color: rgba(75, 75, 75, .1)
}

.travel_sup_img_clin img {
    width: 50px
}

.read_dess_d {
    color: var(--color-pink);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.read_dess_d img {
    height: 16px !important;
    width: auto !important
}

.pop_head img {
    height: 25px;
    width: auto
}

.call_listing_li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500
}

.call_listing_li img {
    height: 17px;
    width: auto
}

.booking_helpp_cont {
    padding: 18px 12px;
    gap: 10px;
    background: var(--d);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    color: white;
    z-index: 1
}

.agent_ii img {
    height: 50px;
    width: auto
}

.num_agent_li {
    font-size: 18px;
    font-weight: 500;
    margin-top: 3px
}

.need_p {
    font-size: 12px
}

.icon_float_lang img {
    height: 40px;
    width: auto;
    opacity: .4
}

.icon_float_lang11_img {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.icon_float_lang2 {
    position: absolute;
    left: 70px;
    top: 20px
}

.hotel_listing {
    height: 100%;
    padding-bottom: 40px
}

.hotel_container {
    background-color: var(--color-white);
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .1)
}

.hotel_container:first-child {
    margin-top: 0
}

.hotel_air_contt {
    padding-right: 30px;
    gap: 34px;
    width: 65%
}

.hotel_t {
    font-weight: 600;
    font-size: 19px
}

.hotel_listing_gal {
    width: 30%
}

.flex_prop {
    display: flex;
    align-items: center
}

.select_bt_h {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    border-radius: 5px;
    padding: 6px 13px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.select_bt_h img {
    height: 16px;
    width: auto
}

.price_p_h {
    color: grey;
    font-size: 12px;
    width: 60%;
    margin-left: auto
}

.h_price_p {
    font-size: 24px;
    font-weight: 500
}

.total_tt {
    font-size: 19px
}

.am_a button {
    border: none;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.am_a button img {
    height: 17px;
    width: auto
}

.pl_ress {
    background-color: rgb(255, 242, 227);
    display: inline-flex;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 5px
}

.stars_hote {
    color: rgb(255, 136, 0);
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.stars_hote img {
    height: 15px;
    width: auto
}

.hotel_listing_content_para p {
    font-weight: 400;
    font-size: 14px;
    color: grey
}

.hotel_listing_gal_img img {
    height: 260px;
    object-fit: cover;
    border-radius: 10px 0 0 10px
}

.swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    background-color: var(--color-purple);
    border-radius: 50px;
    display: none !important
}

.rmdp-arrow-container {
    background-color: var(--color-purple) !important
}

.swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: var(--color-purple);
    border-radius: 50px;
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 12px !important;
    color: white;
    font-weight: 600
}

.sav_up_hh {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    background-color: var(--color-dark);
    z-index: 2;
    width: 90%;
    color: var(--color-white);
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 50px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, .6)
}

.sav_up_hh:hover {
    color: white
}

.img_gal_h img {
    height: 250px;
    object-fit: cover
}

.hotel_contt img {
    height: 500px;
    object-fit: cover
}

.hote_tt {
    font-weight: 500;
    font-size: 25px
}

.hote_flex {
    font-size: 15px
}

.hotel_detail p,
.hotel_detail ul {
    margin-top: 10px
}

.hotel_amm_li {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.hotel_amm_li li {
    gap: 10px;
    display: flex;
    align-items: center
}

.hotel_amm_li img {
    height: 20px;
    width: auto
}

.select_btt button {
    border: none;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 15px
}

.zz_i_acc {
    position: relative;
    z-index: 2
}

.modify_bg .form_search_c {
    padding: 5px 15px
}

.modify_bg .form_search_c_flightt {
    padding: 0
}

.modify_bg .form_search_c input {
    font-size: 15px
}

.modify_bg .form_search_c button {
    height: 84px
}

.reset_btn {
    background-color: red;
    color: var(--color-white);
    padding: 3px 4px;
    font-size: 11px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-weight: 500;
    border-radius: 3px
}

.reset_btn img {
    height: 12px;
    width: auto
}

.flight_listing_semi_one {
    margin-bottom: 25px;
    border: 1px solid rgba(123, 123, 123, .1);
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
    top: 0;
    transition: .2s;
    box-shadow: 1px 5px 11px rgba(0, 0, 0, .1)
}

.flight_listing_semi_one:hover {
    top: -5px
}

.price_g {
    font-weight: 500
}

.price_g img {
    height: 20px;
    width: auto
}

.price_g_main select {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    padding: 3px 4px
}

.range_cc {
    height: 7px !important
}

.blur_me {
    background-color: white;
    padding: 40px
}

.currr_select a select {
    color: var(--color-black) !important;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px
}

.des_code_f {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px
}

.fil_title11 img {
    height: 19px;
    width: auto
}

.fil_title11 {
    margin: 12px 0;
    padding: 8px;
    background-color: var(--color-white);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .1);
    background: linear-gradient(90deg, hwb(334 97% 0%), white, hwb(334 97% 0%));
    display: none
}

.aside_boxx,
.close_price_sum {
    display: none
}

.close_travel_det_d img {
    height: 24px;
    width: auto
}

.banner_ttt_minuss {
    margin-bottom: -2rem
}

.dates_all,
.search_code {
    background-color: var(--b)
}

.search_code {
    margin-bottom: 10px
}

.form_h_semi2222 {
    margin-bottom: 0 !important
}

.common_banner_custttheme {
    background-image: url(../../../imgs/images/atlanta-ban.html);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
    padding-top: 6rem !important;
    padding-bottom: 3rem !important
}

.common_banner_custttheme:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
    z-index: -1
}

.title_dess {
    margin-bottom: 2rem;
    color: var(--w);
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
}

.los_bb {
    background: url(../../../imgs/images/los-ban.html)
}

.ph_bb {
    background: url(../../../imgs/images/phoenix-ban.html)
}

.miami_b {
    background: url(../../../imgs/images/miami-ban.html)
}

.fort_b {
    background: url(../../../imgs/images/fort-ban.html)
}

.offer_t {
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px
}

.co_ul {
    padding-left: 21px;
    margin-top: 13px
}

.co_ul li {
    font-size: 12px;
    margin: 8px 0;
    list-style: decimal
}

.offer_faress_v {
    font-weight: 500;
    font-size: 15px;
    color: var(--color-black);
    border-bottom: 1px dashed var(--color-black);
    padding-bottom: 7px;
    margin-bottom: 6px
}

.offer_container_asidee {
    background-color: white;
    display: block;
    z-index: 1;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.agent_icc img {
    height: 120px;
    width: auto;
    margin-bottom: 10px
}

.offer_faress_v img {
    width: auto;
    height: 23px;
    animation: zoom_in 3s linear infinite
}

.aero_off_1 img {
    height: 170px;
    object-fit: cover;
    border-radius: 3px
}

.lets_imgg img {
    height: 320px;
    object-fit: cover;
    border-radius: 10px 10px 0 0
}

.lets_cc {
    padding: 13px;
    background-color: var(--color-white);
    position: relative;
    border-radius: 0 0 10px 10px
}

.price_none_d {
    justify-content: flex-end
}

.frank_bg {
    background-image: url(../../../imgs/images/frankfurt-bg.html)
}

.london_bg {
    background-image: url(../../../imgs/images/london-bg.html)
}

.zurich_bg {
    background-image: url(../../../imgs/images/zurich-bg.html)
}

.mexico_bg {
    background-image: url(../../../imgs/images/mexico-bg.html)
}

.paris_bg {
    background-image: url(../../../imgs/images/paris-bg.html)
}

.rome_bg {
    background-image: url(../../../imgs/images/rome-bg.html)
}

:root {
    --b: #F55E39;
    --p: #EF3A69;
    --d: #11172B;
    --w: white;
    --bl: rgba(9, 196, 249, 1)
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%
    }

    50% {
        scale: 105%
    }

    to {
        scale: 100%
    }
}

.form_holdd {
    width: 20%
}

.form_holdd label {
    font-size: 13px;
    margin-bottom: 7px;
    font-weight: 600;
    color: grey;
    position: relative
}

.form_holdd input {
    border: none;
    padding: 0;
    font-weight: 600;
    color: black;
    font-size: 14px;
    box-shadow: none !important;
    background-color: transparent;
    width: 100%
}

.form_holdd input::placeholder {
    color: black
}

.form_contrainer_s {
    flex-wrap: wrap
}

.form_holdd_semi {
    width: 15%
}

.form_search {
    width: 10%
}

.search_btt {
    border: none;
    background-color: var(--b);
    width: 63px;
    height: 63px;
    border-radius: 50%
}

.search_btt img {
    height: 35px;
    width: auto
}

.border_n,
.form_search {
    border: none
}

.tabs_btt a,
.tabs_btt button {
    border: none;
    display: flex;
    align-items: center;
    gap: 8px
}

.tabs_btt {
    display: inline-flex;
    padding: 0 6px;
    border-radius: 50px;
    gap: 15px
}

.tabs_btt a,
.tabs_btt button {
    font-weight: 600;
    padding: 10px 20px 8px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, .7);
    color: black;
    font-size: 13px;
    opacity: .9;
    margin-bottom: -1px
}

.ac_btt {
    background-color: var(--w) !important;
    color: black !important;
    font-size: 15px !important;
    opacity: 1 !important
}

.pro_al_hero {
    width: 94%
}

.pro_p {
    font-size: 12px;
    margin-top: 4px
}

.pro_tit {
    font-weight: 600;
    font-size: 16px
}

.pro_img img {
    height: 62px;
    width: auto
}

.pro_container {
    gap: 10px
}

.air_sp {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0;
    gap: 0
}

.air_sp_cont {
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0
}

.air_sp_cont img {
    height: 30px;
    width: 105px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.common_title {
    font-weight: 600;
    font-size: 32px
}

.pop_dess {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px
}

.flight_f {
    font-weight: 600;
    font-size: 15px
}

.pop_img img {
    border-radius: 5px;
    height: 180px;
    object-fit: cover
}

.pop_content {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: white;
    z-index: 1
}

.pop_cont:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(255, 255, 255, 0));
    border-radius: 3px
}

.arrow_slider {
    background-color: var(--b);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    color: white;
    font-weight: 600
}

.bg_contt {
    background-color: rgb(255, 250, 244);
    padding: 40px;
    border-radius: 10px;
    overflow: hidden
}

.semi_title {
    font-size: 18px;
    color: var(--b);
    font-weight: 700
}

.font_13 {
    font-size: 14px
}

.flight_imgg {
    position: relative;
    margin-bottom: -2.5rem
}

.flight_imgg img {
    border-radius: 10px 10px 0 0;
    height: 350px;
    object-fit: cover
}

.bg_contt2 {
    background-color: #f9f9f9
}

.destination_grid {
    display: flex;
    align-items: center;
    gap: 30px 20px
}

.destination_container img {
    height: 280px;
    border-radius: 15px;
    object-fit: cover
}

.des_content_c {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%
}

.explore_p {
    font-weight: 500;
    font-size: 22px
}

.ab_tt {
    font-weight: 700;
    font-size: 30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .7)
}

.ab_content_a {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 20px
}

.know_btt {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    background-color: var(--b);
    color: var(--w);
    font-weight: 600;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 5px
}

.destination_cc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    color: white;
    z-index: 2
}

.des_title1 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase
}

.destination_container {
    z-index: 1;
    width: 38%
}

.destination_container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    border-radius: 15px
}

.knowmore_btt {
    display: flex;
    font-size: 13px;
    margin-top: 10px;
    background-color: var(--b);
    color: var(--w);
    justify-content: center;
    align-items: center;
    padding: 5px 6px;
    border-radius: 50px;
    gap: 3px
}

.knowmore_btt img {
    height: 20px;
    width: auto
}

.destination_container2 {
    width: 58%
}

.destination_container3 {
    width: 100%
}

.destination_container3 img {
    height: 310px
}

.destination_container3 .knowmore_btt img {
    height: 20px;
    width: auto
}

.ab_altt img {
    height: 690px;
    object-fit: cover;
    border-radius: 0 15px 15px 0
}

.destination_container .knowmore_btt {
    display: inline-flex;
    padding: 8px 14px
}

.know_btt img {
    height: 22px;
    width: auto
}

.des_title11 {
    font-size: 24px
}

.nav_call_a {
    gap: 2px;
    color: black;
    background-color: var(--w);
    border-radius: 50px;
    padding: 7px 10px;
    font-weight: 600
}

.nav_call_a p {
    font-size: 12px
}

.nav_call_a img {
    height: 19px;
    width: auto
}

.sec_opti {
    gap: 15px;
    display: inline-flex;
    border-radius: 50px
}

.sec_opti p {
    font-size: 16px
}

.sec_container {
    display: flex;
    align-items: center;
    gap: 6px
}

.sec_container img {
    height: 20px;
    width: auto
}

.tabs_ways button {
    border: none;
    background-color: #ffffff80;
    color: #000;
    font-size: 10px;
    padding: 6px 15px 6px 11px;
    font-weight: 600;
    border-radius: 50px
}

.tabs_ways button.active,
.tabs_ways button.selected {
    color: white !important
}

.tabs_ways_modify {
    position: static;
    left: auto;
    top: auto;
    margin-bottom: 0;
    margin-left: 0
}

.modify_bg .tabs_ways button {
    border-radius: 50px;
    padding: 8px 12px 7px 9px;
    gap: 6px
}

.blur_me {
    padding: 30px 0
}

.search_btt2 {
    border-radius: 3px
}

.common_banner_custt {
    background: var(--d);
    color: var(--w);
    padding-bottom: 25px
}

.title_t {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: 3px solid var(--d);
    display: inline-flex;
    padding: 25px 0 0
}

.spacing_m_p table {
    width: 100%;
    margin-top: 15px
}

.spacing_m_p table tr td,
.spacing_m_p table tr th {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 13px 20px;
    font-size: 14px
}

.form_ic {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%
}

.form_ic img {
    height: 20px;
    width: auto
}

.fil_title11 {
    display: none !important;
    background: var(--b);
    color: var(--w)
}

.fil_title11 img {
    filter: brightness(0) invert(1)
}

.banner_booking {
    display: none
}

.close_ffff {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--b);
    display: none
}

.close_ffff img {
    height: 13px;
    width: auto
}

.pass_all_main_hotel {
    display: flex
}

.form_holddPass,
.form_holdd_dess {
    width: 30%
}

.form-check-input {
    border: 1px solid rgba(0, 0, 0, .2) !important
}

.form_check_h label {
    font-size: 12px !important;
    font-weight: 500 !important
}

.hero_see_hotel:before {
    background-image: url(../../../imgs/images/hotel-bg.html) !important
}

.pro_namee label {
    font-weight: 600;
    font-size: 14px
}

.pro_namee input {
    border-radius: 3px;
    font-size: 15px;
    padding: 10px 15px
}

.flex_listing_hh {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px
}

.flex_listing_hh .rate_feature {
    margin-top: 0
}

.pack_tt {
    font-size: 33px;
    text-transform: uppercase;
    font-style: italic
}

.book_pck {
    background-color: var(--b);
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.book_pck img {
    height: 20px;
    width: auto
}

.package_herr:before {
    background-image: url(../../../imgs/images/holiday-p.html) !important
}

.pack_ss_p:before {
    background-image: url(../../../imgs/images/packages/dubai-bg.html)
}

.turkey_bg:before {
    background-image: url(../../../imgs/images/packages/turkey-bg.html)
}

.poland_bg:before {
    background-image: url(../../../imgs/images/packages/poland-bg.html)
}

.keny_bg:before {
    background-image: url(../../../imgs/images/packages/kenya-bg.html)
}

.title_d {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 50px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
}

.want_tt {
    font-size: 18px
}

.form_pack_h {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 20px
}

.pack_inn label {
    font-weight: 600;
    font-size: 13px
}

.pack_inn .form-control {
    border-radius: 3px;
    font-size: 12px;
    padding: 12px 15px;
    box-shadow: none !important
}

.send_eqq {
    border: none;
    width: 100%;
    padding: 10px;
    background-color: var(--b);
    color: var(--w);
    border-radius: 3px;
    font-weight: 600
}

.des_stt_pacc {
    border-radius: 10px;
    padding: 25px
}

.starting_f {
    font-size: 20px;
    font-weight: 600;
    background: white;
    color: var(--d);
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 3px
}

.pack_ss_p {
    padding-top: 6rem
}

.space_hh_mm h2,
.space_hh_mm h3,
.space_hh_mm h4,
.space_hh_mm h5 {
    font-weight: 600
}

.faqs_c {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    margin-top: 14px
}

.faqs_c h5 {
    background-color: var(--b) !important;
    color: var(--w) !important;
    padding: 11px 15px;
    font-size: 17px;
    border-radius: 0 !important
}

.faqs_c h5:first-child {
    margin-top: 0
}

.faqs_c p {
    padding: 0 15px
}

.dotss {
    display: none
}

.space_hh_mm h4,
.space_hh_mm h5,
.space_hh_mm h6 {
    background-color: #ebf3ff;
    border-radius: 5px;
    padding: 13px 18px;
    color: black
}

.des_stt_pacc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    z-index: -1
}

.destination_cc_pack {
    background-color: var(--w);
    width: 95%;
    bottom: 20px;
    padding: 25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px
}

.destination_cc_pack .ab_tt {
    text-shadow: none
}

.footer_l img {
    height: 50px;
    width: auto;
    margin-bottom: 7px
}

.call_us_he,
.form_search p {
    display: none
}

.pro_content {
    color: white
}

.close_navv,
.d_n_n,
.nav_headerr,
.nav_nav22 {
    display: none
}

@media screen and (max-width:1400px) {
    .common_padding {
        padding: 0 20px
    }

    .logo_header img {
        height: 35px
    }

    .nav_links ul li a {
        font-size: 11px
    }

    .nav_btns a,
    .nav_btns button {
        font-size: 11px;
        padding: 4px 8px
    }

    .banner_t {
        font-size: 26px
    }

    .book_fligg {
        display: none
    }
}

@media screen and (max-width:1300px) {

    .footer_t,
    a,
    li,
    p {
        font-size: 14px
    }
}

@media screen and (max-width:1200px) {
    .steps_cont_main {
        width: 96%
    }

    .air_a_s {
        display: none
    }

    .pro_al_hero2 {
        display: none !important
    }

    .d_n_n {
        display: block;
        margin-top: 20px !important
    }

    .process_sliderr {
        position: static;
        transform: none
    }

    .pro_content {
        color: black
    }

    .air_sp_cont11 img {
        filter: none;
        width: 65px
    }

    .air_sp_cont {
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 3px;
        padding: 10px
    }

    .blur_me {
        padding: 30px 15px
    }
}

@media screen and (max-width:1024px) {
    .common_padding {
        padding: 0 15px
    }

    .hero_see {
        height: auto;
        padding-top: 5rem;
        padding-bottom: 3rem
    }

    .tabs_btt {
        margin-right: -7rem
    }

    .form_h_semi222 {
        padding: 0
    }

    .aside_flight {
        padding: 25px 20px
    }

    .close_ffff {
        display: flex
    }
}

@media screen and (max-width:992px) {
    .nav_links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        z-index: 9;
        display: flex;
        justify-content: flex-end;
        display: none
    }

    .nav_links_ac {
        display: flex
    }

    .nav_links ul {
        width: 40%;
        height: 100%;
        background-color: var(--w);
        flex-direction: column;
        gap: 0;
        padding-top: 0
    }

    .nav_links ul li,
    .nav_links ul li a {
        display: flex;
        width: 100%
    }

    .nav_links ul li a {
        color: var(--d);
        font-size: 20px;
        padding: 17px 30px
    }

    .nav_links ul li:nth-child(2n) {
        background-color: #f6f6f6
    }

    .call_us_he {
        position: absolute;
        bottom: 20px;
        width: 90%;
        margin: auto;
        background-color: var(--b);
        color: var(--w);
        border-radius: 0;
        padding: 16px 30px;
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border-radius: 50px
    }

    .call_us_he img {
        height: 50px;
        width: auto
    }

    .pro_al_hero {
        width: 96%
    }

    .nav_headerr {
        background-color: var(--d);
        width: 100%;
        padding: 15px 20px;
        display: flex
    }

    .navv_h_ig img {
        height: 40px;
        width: auto
    }

    .close_navv {
        width: 30px;
        height: 30px;
        background-color: var(--b);
        color: white;
        gap: 5px;
        border: none;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px
    }

    .close_navv img {
        height: 11px;
        width: auto
    }

    .tabs_btt {
        margin-right: -10rem
    }

    .steps_gr {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px 0
    }

    .blur_me {
        padding: 30px 15px
    }

    .fil_title11 {
        display: flex !important
    }

    .nav_links ul li a:after {
        display: none
    }
}

@media screen and (max-width:768px) {
    .nav_links ul {
        width: 100%
    }

    .flight_imgg {
        margin-bottom: -1.5rem
    }

    .ab_altt img {
        border-radius: 5px
    }

    .footer_img {
        display: flex;
        justify-content: center
    }

    .form_contrainer_s {
        background-color: transparent;
        padding: 0;
        box-shadow: none
    }

    .form_holdd_semi {
        display: flex;
        flex-direction: column
    }

    .form_holdd {
        width: 100%;
        background-color: white;
        border-radius: 8px;
        padding: 0 10px !important;
        margin-top: 12px
    }

    .form_contrainer_s {
        margin: -10px
    }

    .form_holdd:nth-child(2),
    .form_holdd:nth-child(odd) {
        padding: 0
    }

    .form_holdd {
        margin-top: 0
    }

    .form_holdd_semi {
        width: 50%
    }

    .pro_al_hero2 {
        display: none
    }

    .form_holdd label {
        margin-bottom: 4px;
        font-size: 12px
    }

    .form_search p,
    .search_btt {
        display: flex
    }

    .search_btt {
        width: 100%;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        color: var(--w);
        gap: 7px
    }

    .search_btt p {
        font-size: 18px
    }

    .search_btt img {
        height: 25px
    }

    .form_search {
        background-color: transparent;
        padding: 0 !important
    }

    .tabs_btt {
        margin-bottom: 20px;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .9);
        display: flex;
        justify-content: flex-start !important;
        border-radius: 0
    }

    .tabs_btt,
    .w_cc {
        width: 100%
    }

    .tabs_btt a,
    .tabs_btt button {
        border-radius: 5px 5px 0 0
    }

    .tabs_btt {
        margin-right: 0
    }

    .tabs_ways {
        position: static;
        bottom: auto
    }

    .flex_wrr {
        flex-direction: column;
        align-items: flex-start
    }

    .tabs_ways {
        order: 2;
        margin-bottom: 10px
    }

    .steps_gr {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps_cont:nth-child(2n) {
        border: none
    }

    .date_d {
        border-radius: 5px 0 0 5px
    }

    .date_d_r {
        border-radius: 0 5px 5px 0
    }

    .form_search_us {
        background: transparent;
        padding: 0;
        margin-bottom: 20px
    }

    .hotel_container {
        flex-direction: column
    }

    .hotel_air_contt,
    .hotel_listing_gal {
        width: 100%
    }

    .hotel_air_contt {
        padding: 15px 20px
    }

    .aside_flight111 {
        padding: 20px !important;
        margin-bottom: 20px
    }
}

@media screen and (max-width:568px) {
    .common_title {
        font-size: 25px;
        line-height: 36px
    }

    .nav_links ul li a {
        font-size: 17px;
        padding: 14px 30px
    }

    .call_us_he {
        font-size: 20px;
        padding: 13px
    }

    .call_us_he img {
        height: 45px
    }

    .nav_btns_m {
        display: none
    }

    .banner_t {
        font-size: 23px;
        line-height: 36px
    }

    .font_12 a {
        font-size: 12px
    }

    .hero_see {
        padding-top: 6rem;
        height: 100%;
        padding-bottom: 2rem
    }

    .logo_header img {
        height: 35px
    }

    .date_d {
        border-radius: 5px 0 0 5px
    }

    .date_d_r {
        border-radius: 0 5px 5px 0
    }

    .tabs_btt {
        padding: 0;
        gap: 6px
    }

    .tabs_btt a,
    .tabs_btt button {
        font-size: 12px;
        padding: 8px 15px;
        gap: 6px
    }

    .ac_icc img {
        height: 18px
    }

    .ac_btt {
        font-size: 13px !important
    }

    .semi_title {
        font-size: 16px
    }

    .bg_contt {
        padding: 20px
    }

    .destination_grid {
        flex-wrap: wrap
    }

    .destination_container {
        width: 100%
    }

    .footer_ul li a {
        font-size: 12px
    }

    .process_sliderr {
        position: static;
        transform: none
    }

    .pro_img img {
        height: 60px
    }

    .pro_container {
        background-color: #f9f9f9;
        padding: 13px 10px;
        justify-content: center
    }

    .pro_al_hero {
        width: 100%
    }

    .pro_tit {
        font-size: 17px
    }

    .pro_content {
        color: black
    }

    .pop_img img {
        height: 150px
    }

    .book_fligg {
        font-size: 13px;
        display: none
    }

    .des_title11 {
        font-size: 17px
    }

    .destination_cc2 {
        flex-direction: column;
        align-items: flex-start
    }

    .destination_container3 img {
        height: 280px
    }

    .ab_altt img {
        height: 500px
    }

    .know_btt img {
        height: 22px
    }

    .ab_tt {
        font-size: 23px
    }

    .nav_btns {
        display: none
    }

    .nav_nav22 {
        display: flex
    }

    .menu_btn {
        border: none;
        background: transparent
    }

    .d_n_n {
        margin-top: 0 !important
    }

    .menu_btn img {
        height: 35px;
        width: auto;
        filter: brightness(0) invert(1)
    }

    .sec_opti {
        gap: 11px
    }

    .sec_opti p {
        font-size: 13px
    }

    .hero_form_f {
        margin-top: 15px !important
    }

    .tabs_ways button {
        font-size: 11px
    }

    .steps_cont {
        padding: 0 10px
    }

    .steps_cont_main {
        padding: 20px 5px
    }

    .start_j {
        font-size: 15px
    }

    .steps_icc img {
        height: 38px
    }

    .start_j {
        font-size: 13px
    }

    .steps_cont .font_12 {
        font-size: 10px
    }

    .search_btt {
        height: 55px;
        margin-top: 10px
    }

    .margin_top {
        margin-top: 50px
    }

    .title_t {
        font-size: 26px
    }

    .fl_cont2 .font_in {
        border: none;
        border-radius: 0;
        padding: 12px 0 0
    }

    .assit_cont {
        flex-direction: row
    }

    .res_f {
        width: 120px;
        font-size: 12px
    }

    .price_g p {
        font-size: 12px !important
    }

    .title_d {
        font-size: 23px;
        line-height: 40px
    }

    .starting_f {
        font-size: 18px;
        font-weight: 600
    }

    .hotel_air_contt {
        flex-direction: column
    }

    .hotel_container .price_p_h {
        width: 100%
    }

    .hotel_pricee {
        display: flex;
        align-items: center;
        text-align: initial !important
    }

    .text_s_e {
        text-align: end;
        width: 60%
    }

    .footer_l img {
        height: 44px
    }

    .className_holdd {
        font-size: 10px !important
    }
}

@media screen and (max-width:376px) {

    .tabs_btt a,
    .tabs_btt button {
        padding: 7px 11px
    }

    .ac_icc img {
        height: 15px
    }
}

.des_img {
    height: 100%
}

.air_slider,
.des_img {
    border-radius: 0 20px 20px 0
}

.air_slider {
    height: 800px;
    position: relative
}

.mySwiper {
    height: 730px
}

.mySwiper,
.mySwiper .swiper-slide {
    border-radius: 0 20px 20px 0
}

.des_img img {
    object-fit: cover
}

.des_img img,
.des_img:after {
    height: 100%;
    border-radius: 0 20px 20px 0
}

.des_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.des_content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 75%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.des_content .font_14 {
    line-height: 25px
}

.des_title {
    font-size: 35px;
    font-weight: 600
}

.book_btt {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    display: inline-flex;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    transition: .3s
}

.book_btt:hover {
    background-color: var(--color-white);
    color: var(--color-red)
}

.swiper-pagination_c {
    font-size: 20px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 10px
}

.swiper_arr {
    width: 30px;
    height: 40px;
    border-radius: 3px;
    top: auto;
    bottom: 15px;
    right: 0;
    z-index: 99;
    background-color: var(--color-white)
}

.swiper-button-prev.swiper_arr {
    left: 34px !important;
    font-weight: 600
}

.swiper-button-next.swiper_arr {
    left: 70px !important;
    font-weight: 600
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 19px;
    color: var(--color-black)
}

.swiper_arr2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(92.83deg, #2697ff, #111183)
}

.swiper_arr2 .swiper-button-prev:after,
.swiper_arr2.swiper-button-next:after,
.swiper_arr2.swiper-button-prev:after {
    font-size: 15px;
    color: var(--color-white);
    font-weight: 600
}

.form_far {
    padding: 0 8px
}

.form_far label {
    font-size: 11px;
    bottom: -15px;
    position: relative;
    background-color: var(--color-white);
    padding: 0 10px;
    margin-left: 10px;
    color: #9c9c9c;
    font-weight: 500
}

.form_far .form-control {
    box-shadow: none;
    font-size: 13px;
    border: none;
    padding: 0;
    font-weight: 600
}

.form_input {
    padding: 14px 16px 12px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.form_i img {
    height: 20px;
    width: auto
}

.form_faress {
    background-color: var(--color-white);
    border-radius: 10px 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 30px;
    padding: 20px 20px 0
}

.tabs_d {
    width: 95%;
    margin: auto auto -5px
}

.tabs_d a {
    border: none;
    color: black;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 3px
}

.tabs_d a img {
    height: 25px;
    width: auto
}

.tabs_d .flight_acc {
    background-color: var(--color-white) !important;
    padding: 12px 30px;
    color: var(--color-black) !important
}

.check_b {
    gap: 30px
}

.check_b label {
    font-size: 14px;
    font-weight: 600
}

.fareo_imgg {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    height: 26rem;
    z-index: 1;
    border-radius: 3px
}

.fareo_imgg img {
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: circle(50% at 79% 24%);
    clip-path: circle(50% at 79% 24%)
}

.search_flii {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    border: none;
    color: var(--color-white);
    border-radius: 5px;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    transition: .3s
}

.search_flii:hover {
    background-color: var(--color-blue)
}

.search_flii img {
    height: 15px;
    width: auto
}

.search_bt {
    padding: 10px
}

.cheap_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px
}

.cheap_cont {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    display: inline-flex;
    padding: 10px;
    background-color: var(--color-white);
    color: var(--color-blue);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.minus_m {
    margin-top: -10rem;
    position: relative;
    z-index: 2
}

.check_tt {
    gap: 10px
}

.line_mid {
    height: 15px;
    width: 1px;
    background-color: #9c9c9c
}

.check_tt button {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    color: rgb(143, 143, 143);
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.check_tt button img {
    height: 13px;
    margin-right: 3px;
    width: auto
}

.trip_imgg {
    height: 18px !important
}

.swap_icon {
    position: absolute;
    right: 0;
    border-radius: 50%;
    bottom: -35px;
    width: 42px;
    height: 42px;
    border: 1px solid #9c9c9c;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    background-color: var(--color-white);
    z-index: 2
}

.swap_icon img {
    height: 22px;
    width: auto
}

.process_grr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px
}

.hr_h {
    opacity: .1
}

.pro_im {
    background-color: #fff2ef;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.pro_t {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    margin-top: 6px
}

.process_ct {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.pro_im img {
    height: 40px;
    width: auto
}

.tabs_all {
    background-color: var(--color-blue);
    border-radius: 50px;
    display: inline-flex
}

.tabs_all a {
    font-size: 12px;
    background-color: transparent;
    color: var(--color-white);
    padding: 14px 17px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    transition: .3s
}

.tabs_all2 a {
    border-left: none
}

.tabs_all a:hover {
    color: var(--color-red)
}

.ac_all {
    background: linear-gradient(92.83deg, #2697ff, #111183) !important;
    color: var(--color-white) !important
}

.head_semi1 {
    gap: 40px
}

.nav_linkks ul {
    gap: 35px
}

.header_f {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    height: 78px
}

.header_p {
    padding: 15px 0
}

.nav_linkks ul li a {
    font-size: 14px;
    text-transform: capitalize;
    transition: .3s
}

.nav_linkks ul li a,
.nav_linkks ul li a:hover {
    color: var(--color-white)
}

.nav_linkks1 ul {
    gap: 25px
}

.nav_linkks1 ul li a {
    font-weight: 500;
    padding: 8px 0;
    color: var(--color-white);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s
}

.nav_linkks1 ul li a:hover {
    color: var(--color-red)
}

.nav_linkks1 ul li a img {
    height: 29px;
    width: auto
}

.nav_linkks12 ul li a {
    color: var(--color-black)
}

.tab_l {
    height: 20px;
    width: 1px;
    background-color: white
}

.destination_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px
}

.bg_c {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 20px
}

.destination_container {
    padding: 35px 15px 10px;
    background-color: white;
    border-radius: 0 100px 100px 100px
}

.desti_img img {
    height: 230px;
    border-radius: 5px 5px 100px 100px;
    object-fit: cover
}

.desti_t {
    font-size: 14px
}

.desti_t,
.desti_title {
    font-weight: 600;
    font-family: var(--font-cor)
}

.desti_title {
    font-size: 24px
}

.desti_arr {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 6px
}

.desti_arr img {
    height: 16px;
    width: auto;
    rotate: 45deg
}

.depart_big:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.depart_big {
    border: 1px solid white
}

.ex_t {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase
}

.upto_t {
    font-size: 35px;
    font-weight: 600
}

.upto_t1 {
    font-size: 40px;
    margin: -6px 0
}

.depart_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 2
}

.depart_cont:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1))
}

.start_tt1 {
    display: inline-flex;
    padding: 4px 16px;
    font-size: 14px
}

.ex_btn_d,
.start_tt1 {
    color: var(--color-white);
    border-radius: 50px
}

.ex_btn_d {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    padding: 13px 20px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    width: 90%;
    margin: auto;
    transition: .3s
}

.ex_btn_d:hover {
    color: var(--color-white);
    background-color: var(--color-blue)
}

.ex_btn_d img {
    height: 24px;
    width: auto
}

.depart_big_img {
    height: 600px;
    object-fit: cover
}

.depart_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.depart_cont {
    border: 1px solid white;
    overflow: hidden
}

.depart_cont a {
    display: flex;
    z-index: 2
}

.depart_cont img {
    height: 300px;
    object-fit: cover;
    transition: .3s
}

.depart_content1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    z-index: 2
}

.depart_content1_t {
    color: var(--color-white);
    font-size: 26px;
    font-weight: 600;
    font-family: var(--font-cor);
    text-transform: uppercase
}

.depart_cont:hover img {
    transform: scale(1.1)
}

.common_title2 {
    font-family: var(--font-cor);
    font-size: 60px;
    color: var(--color-black);
    font-weight: 700
}

.bg_deals {
    background-color: #f8f8f8;
    border-radius: 0;
    padding: 50px;
    background-image: url(../../../imgs/fare/deals-i.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 1
}

.bg_deals:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .3));
    z-index: -1
}

.explore_deals {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 11px 30px;
    display: inline-flex;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s
}

.explore_deals:hover {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white)
}

.deal_para {
    font-size: 19px
}

.line_he {
    line-height: 26px
}

.ex_btt {
    background-color: var(--color-blue);
    color: var(--color-white);
    margin-top: 20px;
    border-radius: 3px;
    display: inline-flex;
    padding: 10px 30px;
    font-weight: 500
}

.fuel_t {
    font-weight: 600;
    font-size: 22px;
    font-family: var(--font-cor);
    color: var(--color-red)
}

.ex_tt {
    font-weight: 500
}

.about_cont img {
    border-radius: 10px
}

.ab_img img,
.about_cont img {
    height: 350px;
    object-fit: cover
}

.ab_img img {
    border-radius: 50%;
    width: 350px
}

.common_title3 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600
}

.hotels_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px
}

.hotel_img_1 img {
    border-radius: 7px;
    height: 170px;
    object-fit: cover
}

.ratings_s {
    gap: 8px
}

.ratings_s img {
    height: 18px;
    width: auto
}

.hotel_tt {
    font-weight: 600;
    font-size: 14px
}

.start_t {
    font-weight: 500;
    font-size: 13px
}

.hotel_content {
    padding-top: 10px
}

.deals_get {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: rgb(0, 209, 147);
    color: var(--color-white);
    font-size: 12px;
    padding: 5px 16px 5px 12px;
    font-weight: 600;
    -webkit-clip-path: polygon(0 0, 0 20%, 0 44%, 0 80%, 0 100%, 50% 100%, 100% 100%, 100% 100%, 92% 49%, 100% 0, 80% 0, 45% 0);
    clip-path: polygon(0 0, 0 20%, 0 44%, 0 80%, 0 100%, 50% 100%, 100% 100%, 100% 100%, 92% 49%, 100% 0, 80% 0, 45% 0)
}

.hotel_bgg {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1)
}

.steps_cont {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 22px;
    border-radius: 10px;
    background-color: #fbfbfb;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

.step_title {
    font-family: var(--font-cor);
    font-size: 24px;
    color: var(--color-blue);
    font-weight: 600
}

.step_cont {
    display: inline-flex;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--color-black);
    border-left: 3px solid var(--color-black);
    padding-left: 6px;
    margin-bottom: 6px
}

.steps_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px
}

.read_btn {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: var(--color-black);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid var(--color-black)
}

.read_btn img {
    height: 22px;
    width: auto
}

.deals_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.deals_container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 17px 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    overflow: hidden;
    z-index: 1
}

.deals_semi_cont {
    gap: 10px
}

.deal_t {
    font-weight: 500;
    color: var(--color-blue);
    font-size: 11px;
    margin-bottom: 4px
}

.deals_width {
    width: 100px
}

.code_air {
    font-size: 20px;
    font-weight: 600
}

.trip_t {
    margin-top: -5px
}

.trip_type {
    display: inline-flex;
    color: var(--color-black);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px
}

.deals_container:after {
    left: -20px
}

.deals_container1:before,
.deals_container:after {
    content: "";
    width: 60px;
    height: 60px;
    top: -20px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    z-index: -1;
    position: absolute;
    border-radius: 50px;
    opacity: .2
}

.deals_container1:before {
    right: -20px
}

.deals_container1:after {
    display: none
}

.book_de {
    background-color: white;
    border-radius: 5px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.book_de p {
    font-weight: 600;
    font-size: 15px
}

.book_btn_f {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    font-weight: 500;
    font-size: 12px;
    padding: 8px 15px;
    color: var(--color-white);
    border-radius: 0 5px 5px 5px
}

.deal_plan img {
    height: 30px;
    width: auto
}

.bg_props,
.common_fare {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.common_fare {
    background-image: url(../../../imgs/fare/des/santo-1.png);
    padding: 6rem 0;
    margin-top: 2rem;
    border-radius: 10px;
    text-align: center
}

.common_fare .common_title {
    font-size: 36px;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 10px
}

.common_fare:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    border-radius: 10px
}

.common_fare h1 {
    color: white
}

.spacing_control_m h1,
.spacing_control_m h2,
.spacing_control_m h3,
.spacing_control_m h4,
.spacing_control_m h5 {
    margin-top: 18px
}

.spacing_control_m p {
    margin-top: 12px
}

.spacing_control_m ul {
    padding-left: 35px
}

.spacing_control_m li {
    list-style: disc;
    margin: 8px 0
}

.spacing_control_m li ul {
    padding-left: 15px
}

.spacing_control_m li ul li {
    font-size: 14px
}

.cust_tb table {
    width: 100%;
    margin-top: 12px
}

.cust_tb thead {
    background-color: var(--color-black);
    color: var(--color-white)
}

.cust_tb thead th {
    font-weight: 500
}

.cust_tb td,
.cust_tb th {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.cust_tb tr:nth-child(2n) {
    background-color: #eee
}

.table_2 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.table_2 p {
    margin-top: 0;
    padding: 0 20px
}

.line_1 {
    width: 1px;
    height: 35px;
    background-color: rgba(0, 0, 0, .2)
}

.common_fare {
    z-index: 1;
    position: relative
}

.anchorage_bg {
    background-image: url(../../../imgs/fare/anchorage-bg.png);
    height: 300px
}

.nav_linkks1_dess ul li a {
    color: var(--color-black)
}

.get_title {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 7px
}

.get_title img {
    height: 20px;
    width: auto
}

.get_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px
}

.get_img {
    gap: 13px
}

.get_img img {
    height: 18px;
    width: auto;
    filter: brightness(1) invert(1)
}

.get_img a {
    color: var(--color-black);
    font-size: 17px;
    font-weight: 500
}

.fil_t {
    color: grey;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 6px;
    font-size: 18px
}

.form_h_contact label {
    font-weight: 500;
    font-size: 13px
}

.bg_form_contt {
    background-color: #f6f4f4;
    padding: 30px;
    border-radius: 10px
}

.form_h_contact .form-control {
    border-radius: 0;
    padding: 7px 6px;
    border: none;
    box-shadow: none !important;
    font-size: 12px;
    background-color: transparent
}

.form_h_contact {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.subm_btn_form_c {
    width: 100%;
    border: none;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: var(--color-white);
    font-size: 15px;
    border-radius: 5px;
    padding: 14px 10px;
    font-weight: 600
}

.form_holdd {
    width: 100%
}

.form_contrainer_s {
    margin: -8px
}

.terms_banner {
    background-image: url(../../../imgs/fare/des/seattle-bg.png)
}

.common_fare_ab {
    background-image: url(../../../imgs/fare/des/new-york-1.png)
}

.cookie_bg {
    background-image: url(../../../imgs/fare/des/rome-2.png)
}

.common_fare_cancellation {
    background-image: url(../../../imgs/fare/des/las-1.png)
}

.common_fare_pr {
    background-image: url(../../../imgs/fare/des/havana-1.png)
}

.tips_banner_c {
    background-image: url(../../../imgs/fare/plan2.png)
}

.book_btt_pack:hover {
    background-color: var(--color-blue);
    color: var(--color-white)
}

.des_title_pack {
    font-size: 50px;
    text-transform: capitalize;
    color: white;
    font-weight: 600
}

.loading_l {
    height: 100vh;
    background-color: #fbfbfb;
    overflow: hidden
}

.aside_loadd {
    padding: 20px
}

.aside_loadd,
.loading_c {
    background-color: white;
    height: 100%
}

.loading_c {
    padding: 30px;
    z-index: 1
}

.aside_box1 {
    margin-top: 60px
}

.aside_box1:first-child {
    margin-top: 0
}

.aside_loadd1 {
    margin-bottom: 14px;
    height: 10px;
    border-radius: 50px;
    background: #eee;
    position: relative;
    overflow: hidden
}

.aside_loadd12 {
    width: 60%;
    background: #eee
}

.aside_loadd13 {
    width: 30%
}

.aside_loadd1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #f7fbff;
    animation: move_me 1s linear infinite;
    border-radius: 50px;
    filter: blur(6px)
}

@keyframes move_me {
    0% {
        left: 30%
    }

    to {
        left: 110%
    }
}

.loading_c_s {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1
}

.loading_c_s img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box_bb {
    background-color: white
}

.loader1 {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-family: monospace;
    font-size: 40px;
    background: radial-gradient(circle closest-side, #000 94%, #0000) 100%/calc(200% - 1em) 100%;
    animation: l24 1s linear infinite alternate
}

.loader1:before {
    content: "Searching...";
    line-height: 1em;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side, #fff 94%, #000);
    -webkit-background-clip: text;
    background-clip: text
}

@keyframes l24 {
    to {
        background-position: 0
    }
}

.cheap_f_load {
    font-size: 23px;
    color: grey;
    font-weight: 500
}

.modify_bg {
    padding: 20px 20px 40px
}

.search_flii_mod {
    font-size: 14px
}

.pass_numm1_nn {
    font-size: 16px
}

.form_search_us_modd .passenger_modal {
    width: 80%
}

.return_box_t {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px
}

.pro_namee_cust label {
    font-weight: 500
}

.pro_namee_cust input {
    font-size: 13px;
    padding: 12px 14px;
    box-shadow: none !important;
    margin-top: 5px
}

.travel_tips_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 35px
}

.travel_content_blog {
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.travel_blog_title {
    font-weight: 600;
    font-size: 14px
}

.read_more11 {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid var(--color-red);
    color: var(--color-red);
    margin-left: 5px
}

.travel_content_blog {
    color: var(--color-black)
}

.travel_content_blog img {
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    display: none
}

.read_more11 img {
    height: 10px;
    width: auto
}

.cruise_hero {
    background-image: url(../../../imgs/fare/cruise-3.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 6rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.cruise_hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1));
    z-index: -1
}

.content_cruise_hero {
    position: relative;
    z-index: 3
}

.cruise_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 57px
}

.tel_aa,
.tel_big {
    display: inline-flex
}

.tel_aa {
    color: white !important;
    gap: 5px;
    margin-top: 30px;
    border-radius: 50px
}

.tel_content {
    text-align: start
}

.tel_big {
    font-size: 26px;
    font-weight: 600
}

.call_icon_get {
    width: 57px;
    height: 57px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 10px 20px #111183
}

.call_icon_get img {
    height: 25px;
    width: auto;
    filter: brightness(0) invert(1)
}

.find_cont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    border-radius: 0 0 10px 10px;
    padding: 12px 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.find_cont img {
    height: 20px;
    width: auto
}

.input_cruise {
    padding: 4px 10px
}

.input_cruise .form_cruise {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    padding: 13px 14px;
    box-shadow: none
}

.select_form_all {
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 0 18px 27px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .6)
}

.input_cruise button {
    width: 100%;
    border: none;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, #2696fe, #111284);
    color: white;
    font-weight: 500;
    height: 45px;
    font-size: 14px
}

.cruise_grid_pr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.book_title {
    font-weight: 600;
    font-size: 15px
}

.z_ii {
    position: relative;
    margin-top: -2.7rem;
    z-index: 6
}

.process_cruise {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    border-radius: 50px;
    padding: 14px 16px
}

.process_cruise_i img {
    height: 65px;
    width: auto;
    margin-bottom: 8px
}

.process_cruise .font_14 {
    font-size: 12px
}

.cruise_cont_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px
}

.cruise_img img {
    height: 280px;
    border-radius: 5px;
    object-fit: cover
}

.cruise_i_i img {
    height: 30px;
    width: auto
}

.cruise_content_1 {
    margin-top: 1rem;
    text-align: center;
    position: relative;
    z-index: 1
}

.cruise_i_i {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.trip_t {
    font-weight: 500;
    font-size: 17px
}

.trip_t span {
    font-weight: 600;
    font-size: 20px;
    color: #111183
}

.starting_p {
    margin-top: 3px
}

.view_itt {
    display: inline-flex;
    align-items: center;
    color: #111183;
    font-weight: 500;
    border-bottom: 2px solid #111183;
    gap: 5px;
    font-size: 13px;
    margin-top: 5px
}

.view_itt img {
    height: 16px;
    width: auto
}

.cruise_hand_ul li {
    font-size: 14px;
    margin: 5px 0
}

.cruise_hand_ul li img {
    height: 15px;
    width: auto;
    padding-right: 5px
}

.cruise_handpick_t {
    font-weight: 600
}

.cruise_grid_g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px
}

.cruise_hand_pick_img img {
    border-radius: 10px;
    height: 290px;
    object-fit: cover
}

.cruise_hand_cc {
    margin-top: -5rem;
    position: relative;
    z-index: 2;
    width: 90%;
    padding: 20px 25px;
    z-index: 1
}

.cruise_hand_cc,
.cruise_hand_cc:after {
    background-color: white;
    border-radius: 0 10px 0 0
}

.cruise_hand_cc:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 105%;
    height: 105%;
    z-index: -1;
    opacity: .4
}

.call_now_cruise {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    width: 100%;
    color: var(--color-white) !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    transition: .3s
}

.call_now_cruise:hover {
    opacity: .8
}

.call_now_cruise img {
    height: 16px;
    width: auto;
    filter: brightness(0) invert(1);
    transform: rotate(180deg)
}

.cruise_hand_gapp {
    gap: 14px
}

.enq_noww {
    background: var(--color-blue) !important
}

.cruise_lines {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px 50px
}

.cruise_lines_img {
    color: black;
    text-align: center
}

.cruise_lines_img img {
    width: 200px;
    height: 50px;
    object-fit: contain
}

.cruise_lines_c {
    margin-top: 14px;
    font-weight: 600;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 14px
}

.line_h_p {
    line-height: 27px;
    font-size: 14px
}

.hand_pick_slider .swiper-button-prev {
    left: 10px
}

.hand_pick_slider .swiper-button-next,
.hand_pick_slider .swiper-button-prev {
    background: var(--color-red);
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    display: flex !important;
    width: 45px !important;
    height: 50px !important
}

.hand_pick_slider .swiper-button-next {
    right: 10px
}

.hand_pick_slider .swiper-button-next:after,
.hand_pick_slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: white
}

.cruise_searching {
    padding-top: 9rem;
    padding-bottom: 5rem;
    background-image: url(../../../imgs/fare/searching-banner.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 330px
}

.cruise_searching:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
    z-index: -1
}

.loader_cruise {
    display: block;
    margin: 20px auto;
    position: relative;
    color: #fff;
    animation: animloader .3s linear .3s infinite alternate
}

.loader_cruise,
.loader_cruise:after,
.loader_cruise:before {
    width: 8px;
    height: 40px;
    border-radius: 4px;
    background: currentColor;
    box-sizing: border-box
}

.loader_cruise:after,
.loader_cruise:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    animation: animloader .3s linear .45s infinite alternate
}

.loader_cruise:before {
    left: -20px;
    animation-delay: 0s
}

@keyframes animloader {
    0% {
        height: 48px
    }

    to {
        height: 4px
    }
}

.cruise_t_searching {
    color: white;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid white;
    display: inline-flex;
    padding-bottom: 6px;
    margin-bottom: 12px
}

.searching_cr_grid {
    background-color: white;
    border-radius: 15px;
    margin-top: -3rem;
    position: relative;
    z-index: 2;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px
}

.searching_container_g {
    background-color: #fff8f1;
    border-radius: 5px;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(183, 183, 183, .1)
}

.searching_cru_logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.searching_cru_logo img {
    width: 120px
}

.search_crui_title {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 3px
}

.searching_cont_cru3 a {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    font-weight: 600;
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    padding: 10px 20px
}

.cruise_ul_po {
    padding-left: 24px;
    gap: 30px 20px;
    padding-left: 0
}

.cruise_ul_po li {
    font-size: 13px
}

.line_1_cru {
    width: 1px;
    height: 80px;
    background-color: rgba(0, 0, 0, .1);
    display: inline-flex
}

.cruise_offer img {
    border-radius: 10px;
    height: 270px;
    object-fit: cover
}

.searching_cru_logo {
    width: 14%
}

.searching_cont_cru1 {
    width: 30%
}

.searching_cont_cru2 {
    width: 34%
}

.cruise_deals_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 35px
}

.cruise_d_cont img {
    border-radius: 10px;
    object-fit: cover;
    height: 340px
}

.cruise_deals_container {
    border: 2px solid var(--color-black);
    padding: 13px;
    border-radius: 10px
}

.cruise_d_content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%
}

.cruise_d_content_semii {
    background-color: white;
    padding: 7px 0
}

.cruise_d_d {
    font-size: 13px;
    font-weight: 600
}

.cruise_deal_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.cruise_deal_img img {
    width: 180px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 14px;
    background-color: white;
    border-radius: 0 0 5px 5px;
    padding: 15px
}

.start_p_cruise {
    font-weight: 500;
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 14px
}

.cruise_d_dd {
    font-weight: 600;
    font-size: 22px;
    font-family: var(--font-cor)
}

.call_now_cruise2 {
    position: absolute;
    bottom: -22px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    border-radius: 50px;
    z-index: 2;
    padding: 10px 12px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    gap: 5px;
    transition: .3s
}

.call_now_cruise2:hover {
    background: var(--color-blue);
    color: white !important
}

.call_now_cruise2 img {
    height: 25px;
    width: auto
}

.cruise_deals_slider .swiper-wrapper {
    padding-bottom: 1.5rem
}

.cruise_i {
    position: absolute;
    top: 0;
    left: -4rem;
    width: 25%;
    opacity: .1
}

.links_3_header .head_logo img {
    filter: none
}

.links_3_header .nav_linkks ul li a,
.links_3_header .nav_linkks1 ul li a {
    color: black
}

.cars_bn {
    background: #f4f8ff;
    padding-top: 8rem;
    overflow: hidden
}

.car_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px
}

.car_img1 {
    position: relative;
    z-index: 2;
    margin-right: -5rem;
    margin-top: -4rem
}

.cars_bn:after {
    width: 23.5rem;
    height: 23.5rem
}

.cars_bn:after,
.cars_bn:before {
    content: "";
    position: absolute;
    top: 4rem;
    right: -5rem;
    border-radius: 7%;
    background-color: #1f385c
}

.cars_bn:before {
    width: 27rem;
    height: 20rem;
    opacity: .1
}

.cars_content_hero {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: 30px 10px;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.cars_content_hero .font_12 {
    line-height: 20px
}

.call_anchor_t {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    margin-top: 15px;
    padding: 9px 20px;
    border-radius: 50px
}

.button-77,
.call_anchor_t {
    display: inline-flex;
    font-weight: 600
}

.button-77 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 14px;
    justify-content: center;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 15px 29px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0
}

.button-77:after,
.button-77:before {
    border-radius: 80px
}

.button-77:before {
    background-color: rgb(19 77 249 / 32%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2
}

.button-77:after,
.button-77:before {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute
}

.button-77:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #2697ff, #111183);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
    transition: all .1s ease-out;
    z-index: -1
}

.button-77:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in
}

.button-77:active:not(:disabled) {
    color: #ccc
}

.button-77:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #2697ff, #111183);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px
}

.button-77:disabled {
    cursor: default;
    opacity: .24
}

.buttons_car_hero {
    gap: 20px
}

.button-77 img {
    height: 24px;
    width: auto
}

.car_semi_t {
    color: var(--color-red);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px
}

.process_car_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.pro_car_container {
    text-align: center;
    position: relative
}

.pro_car_t {
    font-weight: 600;
    font-size: 15px;
    margin-top: 10px
}

.pro_car_img {
    width: 60px;
    height: 60px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    padding: 13px;
    border-radius: 5px;
    margin: auto auto 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pro_car_container:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -3.5rem;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    border-radius: 10px
}

.pro_car_container_af:after {
    display: none
}

.line_p1 {
    line-height: 23px
}

.car_pr_title_1 {
    font-weight: 500;
    font-size: 16px
}

.car_pr_1 {
    background-color: #fafafa;
    padding: 18px 22px
}

.car_rented_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.car_rented_title {
    font-weight: 600;
    font-size: 17px
}

.badge_car {
    background-color: var(--color-blue);
    font-size: 11px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 3px 8px 1px;
    border-radius: 3px;
    margin-bottom: 6px;
    color: white;
    text-transform: uppercase
}

.car_ratingss {
    display: flex;
    align-items: center;
    gap: 5px
}

.car_ratingss img {
    height: 22px;
    width: auto
}

.car_ratingss p {
    font-size: 14px;
    font-weight: 600
}

.book_car_now {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
    width: 100%;
    cursor: pointer
}

.book_car_now img {
    height: 13px;
    width: auto
}

.book_car_now:hover {
    color: white
}

.ul_car_rent {
    justify-content: flex-start;
    gap: 12px
}

.ul_car_rent,
.ul_car_rent li {
    display: flex;
    align-items: center
}

.ul_car_rent li {
    font-size: 11px;
    gap: 5px;
    margin: 5px 0
}

.get_rent_tit {
    font-weight: 600;
    font-size: 15px;
    margin-top: 4px
}

.ul_car_rent img {
    height: 15px;
    width: auto
}

.car_rented_cont {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 15px
}

.car_rented_img {
    text-align: center;
    margin: 10px 0
}

.car_rented_img img {
    height: 8rem;
    width: auto;
    margin: auto
}

.cruise_btnn {
    padding: 8px 22px 8px 8px
}

.cruise_icon_k {
    background-color: white;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cruise_icon_k img {
    filter: brightness(0) invert(0)
}

.footer_ag_call {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    padding: 10px 0 10px 83px;
    z-index: 99
}

.agent_numm {
    font-size: 24px;
    font-weight: 600
}

.footer_ag_ic {
    position: absolute;
    bottom: 20px;
    left: 5px;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer_ag_call img {
    height: 50px;
    width: auto
}

.mex_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/mexico-bg1.png) !important
}

.boston_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/boston-img.png) !important
}

.spacing_control_m {
    margin-top: 10px
}

.spacing_control_m_crus h1,
.spacing_control_m_crus h2,
.spacing_control_m_crus h3,
.spacing_control_m_crus h4,
.spacing_control_m_crus h5,
.spacing_control_m_crus h6 {
    color: var(--color-black)
}

.spacing_control_m_crus h6 {
    margin-top: 15px
}

.img_dess_cr img {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 20px
}

.canada_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/canada-bg.png) !important
}

.bayonnes_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/bayonnes-bg.png) !important
}

.alaska_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/alaska-bg.png) !important
}

.bahamas_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/bahamas_bg.png) !important
}

.europe_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/europe-bg.png) !important
}

.caribbean_bg {
    background-image: url(../../../imgs/fare/cruise-destinations/caribbean-bg.png) !important
}

.nav_linkks12 {
    gap: 20px
}

.nav_btns_menu {
    display: none
}

.nav_btns_menu img {
    height: 30px;
    width: auto
}

.close_bt_menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

.btns_all_car {
    gap: 10px
}

.disclaimer_c {
    margin: 8px 0
}

.disclaimer_c p {
    font-size: 13px;
    color: white;
    border-radius: 5px;
    margin-bottom: 20px
}

.call_header_far {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 50px;
    padding: 8px 15px 8px 8px;
    font-weight: 600;
    font-size: 14px
}

.call_header_far img {
    height: 24px;
    width: auto
}

.tips_banner {
    background-image: url(../../../imgs/fare/tips-bg.png)
}

.modal_car {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none
}

.modal_car_act {
    display: flex
}

.modal_car_semi {
    background-color: white;
    width: 460px;
    padding: 30px 25px;
    border-radius: 15px
}

.form_in_car .form_controll {
    border-radius: 5px;
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 16px 18px;
    box-shadow: none !important
}

.form_in_car .form_controll::placeholder {
    color: white
}

.form_in_car label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px
}

.modal_car_semi {
    background-image: url(../../../imgs/fare/car-banner-1.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 1
}

.modal_car_semi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 15px;
    z-index: -1
}

.sub_bt_car {
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    border-radius: 5px;
    padding: 14px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    gap: 7px
}

.close_carr,
.sub_bt_car {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.close_carr {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 22px;
    height: 22px;
    background-color: red;
    border-radius: 50%
}

.close_carr img {
    height: 8px;
    width: auto
}

.know_title_1 {
    font-size: 20px;
    text-transform: uppercase
}

.line_or_cr {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    margin: 20px 0 10px;
    position: relative
}

.line_or_cr p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    width: 33px;
    height: 33px
}

.line_or_cr p,
.num_t {
    display: flex;
    align-items: center;
    justify-content: center
}

.num_t {
    font-size: 21px;
    font-weight: 500;
    margin-top: 27px;
    color: black
}

.sub_bt_car img {
    height: 22px;
    width: auto;
    filter: brightness(0) invert(1)
}

.depar_btnn {
    gap: 10px;
    margin-top: 6px
}

.depar_btnn,
.enq_noww1 {
    display: flex;
    align-items: center;
    justify-content: center
}

.enq_noww1 {
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: white;
    padding: 9px 15px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    width: 45%;
    gap: 5px
}

.enq_noww1 img {
    height: 16px;
    width: auto
}

.enq_noww1 {
    width: 80%
}

.depar_btnn .enq_noww1:first-child {
    display: none
}

.princess_cruises {
    background-image: url(../../../imgs/fare/cruise-line/princess-bg.webp) !important
}

.costa_cruises {
    background-image: url(../../../imgs/fare/cruise-line/costa-cruises-bg.webp) !important
}

.holland_cruises {
    background-image: url(../../../imgs/fare/cruise-line/holland-america-line.webp) !important
}

.cunard_cruises {
    background-image: url(../../../imgs/fare/cruise-line/cunard-line.webp) !important
}

.dis_cruises {
    background-image: url(../../../imgs/fare/cruise-line/disney-line.webp) !important
}

.msc_cruises {
    background-image: url(../../../imgs/fare/cruise-line/msc-line.webp) !important
}

.regent_cruises {
    background-image: url(../../../imgs/fare/cruise-line/regent-bg.webp) !important
}

.royal_cruises {
    background-image: url(../../../imgs/fare/cruise-line/royal-bg.webp) !important
}

.virgin_cruises {
    background-image: url(../../../imgs/fare/cruise-line/virgin-bg.webp) !important
}

.celebrity_cruises {
    background-image: url(../../../imgs/fare/cruise-line/celebrity-bg.png) !important
}

.wind_cruises {
    background-image: url(../../../imgs/fare/cruise-line/windstar-bg.webp) !important
}

.carnival_cruises {
    background-image: url(../../../imgs/fare/cruise-line/carnival-bg.webp) !important
}

.norwegian_cruises {
    background-image: url(../../../imgs/fare/cruise-line/norwegian-bg.webp) !important
}

.azamara_cruises {
    background-image: url(../../../imgs/fare/cruise-line/azamara-cruises-bg.webp) !important
}

.silversea_cruises {
    background-image: url(../../../imgs/fare/cruise-line/silversea-cruise-bg.webp) !important
}

.viking_cruises {
    background-image: url(../../../imgs/fare/cruise-line/viking-expedition-bg.webp) !important
}

.airlines_pop_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4faff;
    z-index: 99;
    color: black !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 5.5rem;
    display: none
}

.pop_title {
    font-weight: 600;
    font-size: 20px
}

.aeroplan_img {
    width: 75%;
    margin: 15px auto auto
}

.flight_t {
    font-size: 24px;
    font-family: cambria;
    font-weight: 600;
    color: black
}

.res_tt {
    font-weight: 600;
    font-size: 19px
}

.book_li ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 15px
}

.book_li li {
    background-color: #003d97;
    color: white;
    padding: 12px 5px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px
}

.book_li img {
    height: 16px;
    width: auto;
    margin-right: 6px
}

.click_cl {
    margin-top: 10px;
    font-size: 16px;
    color: var(--color-red);
    font-weight: 600
}

.call_btn_popair {
    border: none;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    width: 90%;
    border-radius: 50px;
    padding: 12px 10px;
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.call_btn_popair img {
    height: 35px;
    width: auto
}

.airline_head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    grid-gap: 1px;
    background-color: #003d97;
    border-radius: 0 0 10px 10px
}

.airline_head p {
    color: white;
    text-align: center;
    padding: 12px 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px
}

.airline_head p:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.airline_head p img {
    height: 18px;
    width: auto
}

.c_p_padd {
    padding: 0 10px
}

.close_bt_res {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border: none;
    background-color: var(--color-black);
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.close_bt_res img {
    height: 9px;
    width: auto
}

.pop_cruise {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center
}

.pop_cruise,
.pop_cruise_ac {
    display: none
}

.deals_img {
    width: 35%;
    position: relative
}

.deals_img img {
    border-radius: 10px
}

.deals_bt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: linear-gradient(92.83deg, #2697ff, #111183);
    color: white;
    width: 80%;
    padding: 10px 10px 15px;
    border-radius: 0 0 50px 50px;
    font-weight: 600;
    font-size: 15px
}

.close_i_cr {
    position: absolute;
    top: 10px;
    right: 6px;
    border-radius: 3px;
    border: none;
    background-color: #263e4b;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9
}

.close_i_cr img {
    height: 10px;
    width: auto
}

.pop_car_cruise {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: white;
    padding: 20px 0;
    color: white !important;
    background-color: #003d97
}

.ad_title {
    font-size: 22px;
    color: white;
    font-weight: 600
}

.pop_cruise_img img {
    width: 75%
}

.call_exp {
    font-weight: 500
}

.pop_car_cruise .call_btn_popair {
    padding: 10px 20px
}

.activity_gr ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    justify-content: center
}

.activity_gr ul li {
    font-size: 14px;
    text-transform: uppercase
}

.agent_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.why_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.why_container {
    display: flex;
    align-items: center;
    gap: 10px
}

.why_container .font_13 {
    font-size: 12.5px
}

.why_title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--color-red)
}

.why_img img {
    height: 70px;
    width: auto
}

.why_containerr {
    background-color: #fff8f6;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: -25px
}

.box_sitemap h5 {
    margin-top: 0 !important
}

.form_heading_herroo {
    display: none
}

.form_h_semi2222 {
    bottom: 0 !important;
    padding: 0 !important;
    margin-left: 4px !important
}

.links_2_header .nav_linkks12 ul li a {
    color: white
}

.form-check-input {
    width: 1em !important;
    height: 1em !important
}

.rmdp-arrow-container {
    background: var(--color-red) !important
}

.footer_ag_call {
    display: none
}

.links_2_header .call_header_far {
    background-color: white;
    color: black
}

.links_2_header .call_header_far img {
    filter: brightness(0) invert(0)
}

.links_3_header .call_header_far {
    background-color: white;
    color: black
}

.links_3_header .call_header_far img {
    filter: brightness(0) invert(0)
}

@media screen and (max-width:1400px) {
    .head_logo img {
        height: 40px
    }

    .nav_linkks ul li a {
        font-size: 13px
    }

    .call_btn img {
        height: 80px
    }

    .travel_tips_grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width:1300px) {
    .tabs_all a {
        font-size: 12px
    }
}

@media screen and (max-width:1200px) {
    .common_padding {
        padding: 0 15px
    }

    .des_img,
    .des_img img,
    .des_img:after,
    .mySwiper,
    .mySwiper .swiper-slide {
        border-radius: 0
    }

    .form_containerr {
        padding: 0 15px
    }

    .des_content {
        width: 80%;
        top: 50%
    }

    .des_content .font_14 {
        display: none
    }

    .hotel_bgg {
        width: 95%
    }

    .nav_linkks1 ul li a {
        color: white
    }

    .header_p {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media screen and (max-width:1024px) {

    .car_rented_grid,
    .cruise_cont_grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .pro_car_container:after {
        width: 80px;
        right: -2.5rem
    }

    .pro_car_img {
        width: 55px;
        height: 55px
    }

    .pro_car_container:after {
        top: 30%
    }

    .cruise_title {
        font-size: 32px;
        line-height: 46px
    }

    .deals_img {
        width: 55%
    }
}

@media screen and (max-width:992px) {

    .cruise_cont_grid,
    .travel_tips_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .searching_container_g {
        flex-wrap: wrap;
        gap: 15px
    }

    .line_1_cru {
        display: none
    }

    .pro_car_container:after {
        width: 70px;
        display: none
    }

    .process_car_grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .nav_btns_menu {
        display: flex
    }

    .nav_linkks {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        opacity: 0;
        visibility: hidden;
        z-index: 9
    }

    .nav_linkks_act {
        visibility: visible;
        opacity: 1
    }

    .nav_linkks ul {
        flex-direction: column;
        width: 50%;
        background-color: white;
        height: 100%;
        gap: 0;
        position: relative
    }

    .nav_linkks li {
        width: 100%
    }

    .nav_linkks a {
        color: black !important;
        padding: 12px 10px;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        border-top: 1px dashed rgba(0, 0, 0, .1)
    }

    .close_bt_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        width: 30px;
        height: 30px;
        background: linear-gradient(92.83deg, #2697ff, #111183)
    }

    .close_bt_menu img {
        height: 12px;
        width: auto
    }

    .nav_btns_menu {
        order: 2
    }

    .nav_linkks1 ul {
        display: none
    }
}

@media screen and (max-width:768px) {
    .form_faress {
        padding: 0
    }

    .searching_cru_logo {
        width: 100%;
        justify-content: flex-start
    }

    .searching_cont_cru1,
    .searching_cont_cru2 {
        width: 100%
    }

    .searching_cr_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cruise_i {
        left: 0;
        width: 55%
    }

    .car_rented_grid,
    .process_car_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cars_content_hero {
        background: transparent
    }

    .nav_linkks ul {
        width: 65%
    }
}

@media screen and (max-width:568px) {
    p {
        font-size: 13px
    }

    .des_title {
        font-size: 20px;
        font-weight: 600;
        line-height: 40px
    }

    .mySwiper {
        height: 280px
    }

    .book_btt {
        font-size: 13px;
        padding: 8px 12px;
        margin-top: 13px;
        display: none
    }

    .tabs_all a {
        font-size: 14px;
        padding: 13px 15px
    }

    .form_faress {
        margin-top: 0
    }

    .form_heading_herroo {
        display: block;
        text-align: center;
        padding-top: 10px
    }

    .call_btn {
        display: none
    }

    .des_content {
        width: 98%;
        text-align: center
    }

    .swiper_arr {
        width: 30px;
        height: 30px
    }

    .swiper-button-next:after,
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 15px
    }

    .swiper-pagination_c {
        font-size: 17px
    }

    .swiper-button-prev.swiper_arr {
        left: 20px !important
    }

    .swiper-button-next.swiper_arr {
        left: 60px !important
    }

    .common_title {
        font-size: 24px;
        line-height: 37px
    }

    .semi_title {
        font-size: 17px
    }

    .depart_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .depart_cont img {
        height: 200px
    }

    .enq_noww1 img {
        height: 16px
    }

    .depar_btnn .enq_noww1:first-child {
        display: none
    }

    .enq_noww1 {
        width: 90%
    }

    .depart_content1_t {
        font-size: 19px;
        margin-bottom: 2px
    }

    .depart_content1 {
        width: 95%
    }

    .depart_big_img {
        height: 450px
    }

    .upto_t {
        font-size: 26px
    }

    .ex_btn_d {
        font-size: 15px
    }

    .hotel_bgg {
        padding: 30px 20px
    }

    .code_air {
        font-size: 17px
    }

    .deal_plan img {
        height: 23px
    }

    .common_title3 {
        font-size: 21px;
        line-height: 33px
    }

    .common_title2 {
        font-size: 34px
    }

    .deal_para {
        font-size: 15px
    }

    .bg_deals {
        padding: 45px 20px
    }

    .steps_grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .step_title {
        font-size: 20px
    }

    .step_cont {
        margin-bottom: 8px;
        font-size: 13px
    }

    .steps_cont {
        padding: 20px
    }

    .footer_ul li a {
        font-size: 13px
    }

    .footer_title {
        font-size: 16px
    }

    .footer_ull li {
        font-size-adjust: 14px
    }

    .fuel_t {
        font-size: 18px
    }

    .social_l img {
        height: 21px
    }

    .read_btn {
        font-size: 12px
    }

    .head_logo img {
        height: 33px
    }

    .nav_linkks1 ul li a p {
        display: none
    }

    .header_p {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .nav_linkks1 ul li a img {
        height: 25px
    }

    .nav_linkks1 ul {
        gap: 12px
    }

    .nav_linkks1 ul li a {
        font-size: 11px
    }

    .common_padding {
        padding: 0 12px
    }

    .header_p {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .book_btn_f {
        font-size: 11px;
        padding: 6px 12px
    }

    .book_de p {
        font-size: 14px
    }

    .margin_top {
        margin-top: 50px
    }

    .font_13,
    .start_t {
        font-size: 12px
    }

    .btn_deals {
        width: 200px
    }

    .line_l span {
        width: 22px
    }

    .process_grr {
        grid-gap: 20px 10px
    }

    .like_title {
        line-height: 29px;
        font-size: 17px
    }

    .btn_deals {
        font-size: 12px;
        padding: 9px 10px;
        width: 170px
    }

    .spacing_control_m li {
        font-size: 13px
    }

    .get_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px
    }

    .common_fare .common_title {
        font-size: 30px
    }

    .bg_form_contt {
        padding: 20px
    }

    .flex_cc {
        flex-direction: column
    }

    .header_f {
        height: 60px
    }

    .air_slider {
        height: 300px
    }

    .modify_bg {
        padding: 30px 12px
    }

    .text_get_me .des_code_f {
        align-items: flex-start !important
    }

    .text_get_me .font_12_date {
        text-align: start
    }

    .return_box_t .depature_tab {
        margin-bottom: 6px
    }

    .des_title_pack {
        font-size: 25px
    }

    .hero_swiper .swiper-button-prev {
        left: 15px;
        bottom: 18px
    }

    .hero_swiper .swiper-button-next {
        left: 60px;
        bottom: 18px
    }

    .hero_swiper .swiper-button-next,
    .hero_swiper .swiper-button-prev {
        width: 33px !important;
        height: 35px !important
    }

    .swiper-pagination-fraction,
    .swiper-pagination-fraction span {
        font-size: 18px
    }

    .swiper-pagination-fraction {
        margin-bottom: 6px
    }

    .box_sitemap ul,
    .travel_tips_grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .box_sitemap ul {
        padding-left: 15px
    }

    .box_sitemap ul li a {
        font-size: 13px
    }

    .cruise_title {
        font-size: 24px;
        line-height: 40px
    }

    .find_cont {
        font-size: 11px;
        padding: 8px 15px;
        text-align: center;
        justify-content: center
    }

    .find_cont img {
        display: none
    }

    .cruise_hero {
        padding-top: 3rem;
        padding-bottom: 4rem
    }

    .process_cruise_i img {
        height: 50px
    }

    .process_cruise .font_14 {
        font-size: 11px
    }

    .book_title,
    .input_cruise button {
        font-size: 13px
    }

    .cruise_cont_grid {
        grid-gap: 24px
    }

    .cruise_img img {
        height: 180px
    }

    .trip_t {
        font-size: 15px
    }

    .trip_t span {
        font-size: 17px
    }

    .cruise_i_i img {
        height: 25px
    }

    .cruise_i_i {
        width: 58px;
        height: 58px
    }

    .starting_p,
    .view_itt {
        font-size: 12px
    }

    .trip_t {
        margin-top: 5px
    }

    .cruise_lines {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px
    }

    .cruise_lines_img img {
        width: 130px
    }

    .line_h_p {
        line-height: 26px
    }

    .cruise_handpick_t {
        font-size: 16px
    }

    .cruise_t_searching {
        font-size: 20px
    }

    .search_crui_title {
        font-size: 17px
    }

    .searching_cru_logo img {
        width: 120px
    }

    .searching_cont_cru3 {
        width: 100%
    }

    .searching_cr_grid {
        padding: 20px
    }

    .cruise_offer img {
        height: 200px
    }

    .cruise_hero {
        background-image: url(../../../imgs/fare/cruise-mob.png)
    }

    .cruise_ul_po {
        flex-direction: column;
        gap: 0;
        text-align: center
    }

    .cruise_ul_po span {
        display: none
    }

    .searching_cr_grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .search_crui_title {
        margin-bottom: 6px
    }

    .searching_cont_cru1 .font_15 {
        font-size: 13px
    }

    .searching_cont_cru1 .font_14 {
        font-size: 12px;
        margin-top: 6px
    }

    .searching_cont_cru2 .font_15 {
        font-size: 13px
    }

    .cruise_searching {
        padding-top: 6rem;
        padding-bottom: 3rem;
        height: 260px
    }

    .loader_cruise {
        transform: scale(.7)
    }

    .mt_4 {
        margin-top: 1rem
    }

    .car_rented_grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .ul_car_rent {
        justify-content: flex-start
    }

    .car_title {
        font-size: 28px;
        line-height: 45px
    }

    .d_none_car {
        display: none
    }

    .cars_bn:after {
        width: 17rem;
        height: 17rem
    }

    .cars_bn {
        padding-top: 5rem
    }

    .pro_car_img {
        width: 55px;
        height: 55px
    }

    .process_car_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px 20px
    }

    .cruise_ul_po li {
        font-size: 11px
    }

    .footer_ag_call {
        display: flex
    }

    .img_dess_cr img {
        height: 180px
    }

    .spacing_control_m_crus {
        padding: 0 14px
    }

    .nav_btns_menu img {
        height: 26px
    }

    .box_sitemap {
        margin-top: 15px
    }

    .tabs_all a {
        font-size: 13px;
        padding: 12px 15px
    }

    .nav_linkks12 {
        gap: 10px
    }

    .call_header_far {
        font-size: 13px;
        padding: 7px 13px 7px 8px
    }

    .call_header_far img {
        height: 20px
    }

    .modal_car_semi {
        width: 95%
    }

    .text_end_st {
        text-align: start
    }

    .airlines_pop_m {
        display: initial
    }

    .airlines_pop_m_a {
        display: none
    }

    .deals_img {
        width: 90%
    }

    .deals_bt {
        font-size: 12px;
        width: 95%;
        padding: 8px 7px 11px
    }

    .close_i_cr {
        width: 20px;
        height: 20px;
        top: 5px;
        right: 5px
    }

    .pop_cruise_ac {
        display: flex
    }

    .deals_img img {
        height: 360px
    }

    .close_i_cr img {
        height: 10px
    }

    .why_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px 20px
    }

    .why_img img {
        height: 60px
    }

    .why_title {
        font-size: 15px
    }

    .why_containerr {
        border-radius: 0
    }

    .form_containerr_bg .form_faress {
        padding: 15px 12px
    }

    .form_containerr_bg {
        background-color: black;
        padding-top: 4.3rem;
        padding-bottom: 20px;
        background-image: url(../../../imgs/fare/des-i.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        position: relative;
        z-index: 1
    }

    .form_containerr_bg_h {
        background-image: url(../../../imgs/fare/hotel-bg2.png)
    }

    .hero_main_c {
        display: none
    }

    .form_containerr_bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
        z-index: -1
    }

    .form_containerr_bg .form_holdd {
        background-color: transparent
    }

    .form_faress {
        margin-top: 20px
    }

    .form_containerr_bg_anch {
        background-image: url(../../../imgs/fare/des-i2.png)
    }

    .form_containerr_bg_at {
        background-image: url(../../../imgs/fare/des/atlanta-2.png)
    }

    .form_containerr_bg_ch,
    .form_containerr_bg_guate {
        background-image: url(../../../imgs/fare/des/chicago-2.png)
    }

    .form_containerr_bg_havana,
    .form_containerr_bg_las {
        background-image: url(../../../imgs/fare/des/los-2.png)
    }

    .form_containerr_bg_las {
        background-image: url(../../../imgs/fare/des/las-2.png)
    }

    .form_containerr_bg_london {
        background-image: url(../../../imgs/fare/des/london-2.png)
    }

    .form_containerr_bg_los {
        background-image: url(../../../imgs/fare/des/los-2.png)
    }

    .form_containerr_bg_new_york {
        background-image: url(../../../imgs/fare/hotels/new-york1.png)
    }

    .form_containerr_bg_rome {
        background-image: url(../../../imgs/fare/des/rome.png)
    }

    .form_containerr_bg_san {
        background-image: url(../../../imgs/fare/des/havana-2.png)
    }

    .form_containerr_bg_santo {
        background-image: url(../../../imgs/fare/des/santo-2.png)
    }

    .form_containerr_bg_seattle {
        background-image: url(../../../imgs/fare/des/seattle-bg2.png)
    }

    .form_containerr_bg_dubai {
        background-image: url(../../../imgs/fare/hotels/dubai1.png)
    }

    .form_containerr_bg_london {
        background-image: url(../../../imgs/fare/hotels/london1.png)
    }

    .form_containerr_bg_kong {
        background-image: url(../../../imgs/fare/hotels/hong.png)
    }

    .form_containerr_bg_air {
        background-image: url(../../../imgs/fare/plan2.png)
    }

    .hr_h {
        display: none
    }
}

@media screen and (max-width:400px) {
    .tabs_all a {
        font-size: 12px
    }

    .tabs_all {
        flex-wrap: wrap
    }

    .des_title {
        font-size: 22px
    }
}

@media screen and (max-width:365px) {
    .para_av_cont {
        font-size: 12px
    }

    .footer_ag_ic {
        width: 63px;
        height: 63px
    }

    .footer_ag_call img {
        height: 44px
    }

    .footer_ag_call {
        padding-left: 65px
    }

    .footer_ag_ic {
        bottom: 25px
    }

    .call_header_far {
        font-size: 12px
    }

    .enq_noww1 img {
        height: 16px !important
    }
}

@media screen and (max-width:342px) {
    .call_header_far {
        font-size: 11px
    }
}

@media screen and (max-width:321px) {
    .para_av_cont {
        font-size: 11px
    }

    .footer_ag_ic {
        width: 59px;
        height: 59px
    }
}

.selected>img {
    border: 3px solid white !important;
    border-radius: 50%
}

.active,
.selected {
    background: var(--color-black) !important
}

.active>img {
    border: 3px solid white !important;
    border-radius: 50%
}

.class-option {
    font-size: 11px
}

.travel-class {
    border: 1px solid red
}

.travel-class-dropdown {
    font-size: 11px
}

.hidden {
    border: 2px solid yellow;
    display: none
}