@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .destinations_content_box.big {
        height: 630px;
    }

    .destinations_content_boxx {
        height: 260px;
    }

    .destinations_content_box img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
}

@media (max-width: 1440px) {
    /*.flight_Search_boxed input {*/
    /*    font-size: 18px;*/
    /*    width: 70%;*/
    /*}*/

    .oneway_search_form .top_form_search_button button{
        padding: 12px 18px;
    }
    .dropdown_passenger_area button {
        font-size: 18px;
    }

    /* xxx */

    .box_filter_component {
        margin: 40px 0;
        background-color: #fff;
    }

    .box_filter_component .timeline-x {
        position: relative;
        padding-left: 30px;
    }

    .box_filter_component .timeline-x::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 6px;
        bottom: 15px;
        width: 2px;
        background-color: var(--main-color);
    }

    .box_filter_component .event {
        position: relative;
        margin-bottom: 50px;
    }

    .box_filter_component .event:last-child {
        margin-bottom: 0;
    }

    .box_filter_component .event::before {
        content: '';
        position: absolute;
        left: -14px;
        /* Adjusted to align with the vertical line */
        top: 5px;
        width: 10px;
        height: 10px;
        background-color: var(--main-color);
        border-radius: 50%;
    }

    .box_filter_component .event.active::before {
        border: 3px solid #fff;
        box-shadow: 0 0 0 2px var(--main-color);
    }


    .box_filter_component .event.active::before {
        background-color: var(--main-color);
    }

    .box_filter_component .event .content {
        padding-left: 30px;
        display: flex;
        align-items: center;
    }

    .box_filter_component .event .content i {
        font-size: 20px;
        color: var(--main-color);
        margin-right: 10px;
    }

    .box_filter_component .event .location {
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
    }

    .box_filter_component .event.active .location {
        font-weight: 500;
        color: var(--main-color);
    }

    /*  */

}

@media (max-width: 1199px) {
    #theme_search_form {
        margin-top: -30vh;
    }

    .flight_Search_boxed .autocompleteFlight .drop-list.desktop {
        transform: translateX(-28%) !important;
    }

    .footer {
        padding-bottom: 3vh;
    }

    .flight_show_down_wrapper {
        display: inherit;
    }

    .flex_widht_less {
        width: 68%;
        padding-left: 0px;
    }

    .flight_refund_policy {
        padding-top: 16px;
    }

    .room_book_item {
        display: inherit;
    }

    .room_book_img img {
        width: 100%;
    }

    .room_booking_right_side {
        padding: 15px 25px 25px 25px;
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        margin-bottom: 0;
        background: 0 0;
        border: 1px solid var(--main-color);
        color: var(--black-color);
        padding: 6px 20px;
        border-radius: 5px;
        margin-right: 14px;
    }

    .banner_one_text h1 {
        font-size: 40px;
    }

    .tab_destinations_conntent h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 150px;
    }

    .video_play_area img {
        height: 50vh;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .top_form_search_button button {
        padding: 12px 20px;
    }

    .is-tablet {
        display: block !important;
    }

    .is-tablet-none {
        display: none !important;
    }

    .tablet-ver .tablet{
        flex-direction: column;
        margin-left: 1rem;
    }

    .seat-content .form-check{
        min-width: 80px;
    }

    .seat-content .form-check label{
        margin: 0 !important;
        padding: 0 !important;
    }
}


@media (max-width: 992px) {

    .section_padding_top {
        padding: 40px 0 0 0;
    }

    .slider.slider-for img {
        height: auto;
    }

    .vendor_img {
        display: none;
    }

    .about_us_right {
        padding-top: 60px;
    }

    .about_offer_banner {
        padding-bottom: 30px;
    }

    .about_service_boxed {
        margin-bottom: 30px;
    }

    .footer_link_area {
        padding-bottom: 30px;
    }

    #home_one_banner {
        padding: 275px 0 280px 0;
    }

    .topbar-list li:first-child {
        display: none;
    }

    #footer_area {
        padding: 70px 0px 40px 0;
    }

    .offer_area_box {
        margin-bottom: 30px;
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        margin-bottom: 10px;
    }

    .cat_form {
        padding-top: 30px;
    }

    .flight_Search_boxed {
        margin-bottom: 6px;
    }

    .imagination_boxed {
        padding-top: 30px;
    }

    .contact_boxed {
        margin-bottom: 30px;
    }

    .news_area_top_right {
        padding-top: 30px;
    }

    .recent_news_img {
        width: auto;
    }

    .flight_multis_area_wrapper {
        display: inherit;
    }

    .home_client_wrpper {
        top: 25px;
    }

    .client_two_area_bg {
        padding: 75px 34px;
    }

    .two_client_area_left {
        padding-left: 15px;
    }

    .home_two_client_slider {
        padding: 0 20px;
    }

    .flex-direction-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
}

@media (max-width: 767px) {

    #theme_search_form {
        margin-top: -15vh;
    }
    .swal2-container.swal2-center>.swal2-popup {
        padding: 0;
    }

    .partner_area_left {
        padding: 0 25px;
    }

    .banner_two_slider_item {
        padding: 155px 0 155px 0;
    }

    .banner_two_text h1 {
        font-size: 80px;
        padding-top: 8px;
    }

    .banner_two_text h2 {
        padding-top: 15px;
        font-size: 26px;
    }

    .topbar-area {
        display: none;
    }

    .room_booking_right_side {
        display: inherit;
    }

    .room_person_select {
        padding-left: 0px;
        padding-top: 15px;
    }

    .flight_search_items {
        display: inherit;
        border: 0;
    }

    .common_author_form {
        padding: 50px 0px 0px 0px;
    }

    .comment_area_boxed {
        display: initial;
    }

    .comment_img {
        width: 100%;
    }

    .comment_text {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .counter_item {
        border-bottom: 1px solid #e9e9e9;
        border-right: none;
    }

    #consultation_area {
        padding: 100px 0 175px 0;
    }

    .multi_city_form {
        margin-bottom: 30px;
        border-bottom: 2px solid #8b3eea;
    }

    .range_plan {
        display: none;
    }

    .flight_categories_search {
        position: initial;
    }

    .flight_categories_search .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }

    .copyright_right {
        text-align: center;
    }

    .copyright_left {
        text-align: center;
        padding-bottom: 10px;
    }

    .heading_left_area h2 span {
        display: initial;
        border-bottom: none;
        padding-bottom: 0;
    }

    .heading_left_area {
        text-align: center;
    }

    .banner_one_text h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #home_one_banner {
        padding: 160px 0 155px 0;
    }

    .section_heading_center h2 {
        padding-bottom: 3px;
        font-size: 23px;
    }

    .tour_details_heading_wrapper {
        display: inherit;
    }

    .tour_details_heading_wrapper.hotel-details {
        text-align: center;
        margin-top: 25px;
    }

    .tour_details_top_heading_right {
        padding-top: 10px;
    }

    .toru_details_top_bottom_item {
        display: inline-grid;
        align-items: center;
    }

    .main_header_arae {
        width: 100%;
        z-index: 9999;
    }

    #common_banner {
        padding: 100px 0 100px 0;
    }

    /* Filter mobile*/
    .left_side_search_boxed {
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .filter-wrapper-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .filter-wrapper-mobile .item-filter-mobile {
        cursor: pointer;
        height: 34px;
        color: #444;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        /* background: #f3f4f6; */
        padding: 5px 10px;
        margin: 0 10px 10px 0;
        font-size: 12px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        position: relative;
        flex: 1;
    }

    .filter-wrapper-mobile .item-filter-mobile.active {
        border: 1px solid var(--main-color);
        /* background: var(--bg-color); */
    }

    .filter-wrapper-mobile .item-filter-mobile.active .form-check-label:after {
        content: "✓";
        width: 15px;
        height: 10px;
        border-radius: 8px 0 10px 0;
        background-color: var(--main-color);
        color: #fff;
        font-size: 7px;
        padding-left: 0;
        padding-bottom: 8px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .left_side_search_heading h5 {
        border-bottom: none;
        font-size: 16px;
    }

    .item-filter-mobile .form-check-input[type=radio] {
        display: none;
    }

    .item-filter-mobile .form-check-input[type=checkbox] {
        display: none;
    }

    .left_side_search_area .btn-filter-group {
        font-family: fontQicksanBold;
        margin-bottom: 0;
        width: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

    .left_side_search_area .btn-filter-group .button {
        height: 37px;
        font-size: 16px;
        flex: 1 1 48%;
        margin: 2%;
    }

    .left_side_search_area .btn-filter-group .button:first-child {
        font-size: 13px;
        border: 1px solid var(--main-color);
        /*background: var(--bg-color);*/
        text-align: center;
        display: inline-block;
        font-weight: 500;
        /*color: #333;*/
    }

    .offcanvas-header-filter {
        font-width: 500;
    }

    /* Filter mobile*/
    /* item fly*/
    .flight_search_right>a {
        margin-top: 8px !important;
        font-size: 16px;
        line-height: 17px;
    }

    .flight_search_right>a.btn_theme.js-chosse {
        background: #3CB4E5 !important;
    }

    .flight_search_mobile_items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .flight_search_mobile_items .multi_city_flight_lists {
        flex: 1 1 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2%;
    }

    .flight_search_mobile_items .flight_search_right {
        flex: 1 1 38%;
        text-align: right;
    }

    .flight_search_mobile_items .flight_search_destination h3 {
        font-size: 20px;
    }

    .flight_search_mobile_items .flight_search_right {
        padding: 0;
        padding-right: 10px;
        font-size: 12px;
    }

    .flight_search_mobile_items .flight_search_right h4 {
        font-size: 18px;
    }

    .flight_search_mobile_items .flight_logo img {
        width: 42px;
        height: 42px;
        object-fit: cover;
    }

    .flight_search_right a {
        margin-top: 10px !important;
        font-size: 12px;
        line-height: 15px;
    }


    .flight_search_mobile_items .flight_multis_area_wrapper {
        width: 100%;
        display: flex;
        /* flex-wrap: wrap; */
        align-items: flex-start;
        justify-content: space-between;
        align-items: flex-end;
    }

    .flight_search_mobile_items .flight_multis_area_wrapper .flight_search_left {
        flex: 1 1 20%;
        justify-content: space-around;
    }

    .flight_search_mobile_items .flight_multis_area_wrapper .flight_search_middel {
        flex: 1 1 80%;
        align-items: flex-end;
    }

    .flight_search_mobile_items .flight_search_right {
        background: transparent;
    }

    .flight_search_item_wrappper {
        margin-bottom: 15px;
    }

    .flight_policy_refund {
        padding: 10px;
    }

    .flight_show_down_wrapper:first-child {
        padding-top: 0;
    }

    .flight_inner_show_component .flight_det_wrapper .flight_det .code_time .code {
        font-size: 14px;
    }

    .flight_inner_show_component .flight_det_wrapper .flight_det .code_time .time {
        font-size: 13px;
    }

    /*end item fly*/

    .md-flex {
        display: flex;
        flex-direction: column;
    }

    .item-passenger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .input-customer-container {
        padding: 0;
    }

    .tour_booking_form_boxx {
        padding-top: 0 !important;
        text-align: left;
    }

    .tour_booking_form_boxx .mr-moblie {
        margin-top: 0 !important;
    }

    .mt-2-mobile {
        margin-top: 0.5rem;
    }

    .mb-2-mobile {
        margin-bottom: 0.5rem;
    }

    .booking_success_arae {
        text-align: left;
        background: #fff;
    }

    .flight-shoe_dow_item {
        width: 100%;
    }

    .nav_mobile {
        background-color: #002e6d;
    }

    select.form-select {
        appearance: none;
        border-radius: 0.25rem;
        background-color: #fff;
        color: #333;
        font-size: 16px;
        margin: 0;
        width: 100%;
        border: 1px solid #ccc;
    }

}

@media (max-width: 576px) {

    .flight-banner{
        padding: 250px 0 130px 0 !important;
    }
    .bctcd_list .bctcd_list_all {
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
        padding-bottom: 10px !important;
    }

    .swal2-container.swal2-center>.swal2-popup {
        padding: 8px;
    }

    #liveToast {
        width: 360px;
    }

    .home_news_item {
        align-items: inherit;
    }

    .home_news_content h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }

    .home_news_big h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
    }

    .home_news_big {
        margin-top: 30px;
    }

    .news_home_bigest {
        height: auto;
    }

    .offer_area_box {
        height: 285px;
    }

    .offer_area_box .offer_area_content {
        position: absolute;
        left: inherit;
        bottom: 0;
        padding: 16px 12px;
        z-index: 10;
    }

    .offer_area_box img {
        height: 100%;
        object-fit: cover;
    }

    .offer_area_box .offer_area_content h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .local_counter_area {
        display: inherit;
    }

    .local_counter_box {
        margin-right: 0;
        margin-top: 15px;
    }

    .home_two_button a {
        margin-right: 10px;
    }

    .banner_two_text h1 {
        font-size: 65px;
    }

    .room_booking_heading h3 {
        width: auto;
    }

    .flight_search_left {
        display: inherit;
        padding: 0;
        text-align: center;
    }

    .flight_search_middel {
        display: inherit;
        padding-left: 0;
        text-align: center;
    }

    .flight_search_destination h6 {
        padding-top: 4px;
        margin: 0 auto;
        font-weight: 500;
        /* padding-bottom: 15px; */
    }

    .flight_right_arrow {
        text-align: center;
        flex: 1 1 10%;
        margin-top: 0;
        margin-left: 9px;
    }

    .flight_right_arrow p {
        line-height: 18px;
    }

    .flight_right_arrow>svg{
        width: 70px;
    }

    .download_pdf_area {
        display: inherit;
    }

    .downloads_pdf_button {
        padding-top: 20px;
    }

    .phone_tuch_area {
        display: inherit;
    }

    .phone_tuch_area h3 a {
        margin-top: 10px;
        display: block;
    }

    .tour_details_top_heading h2 {
        font-size: 22px;
        color: var(--main-color);
        line-height: 28px;
        font-weight: 600;
        font-family: fontQicksanBold;
    }

    .tour_details_top_heading h5 {
        /*font-family: 'fontQicksanBold';*/
    }

    .accordion_flex_area {
        display: inherit;
    }

    .theme_search_form_tabbtn .nav-tabs .nav-link {
        padding: 5px 8px;
        font-size: 16px;
    }

    .flight_categories_search .nav-tabs .nav-link {
        padding: 5px 8px;
        font-size: 15px;
    }

    .theme_search_form_tabbtn .nav-tabs .nav-link i {
        padding-right: 5px;
        font-size: 16px;
    }

    .cta_left {
        display: inherit;
    }

    .cta_content {
        padding-left: 0px;
    }

    .cta_icon {
        width: 35%;
        padding-bottom: 20px;
    }

    .destinations_big_offer h1 {
        color: var(--white-color);
        font-size: 80px;
        line-height: 70px;
        padding-bottom: 0;
    }

    .destinations_content_inner h2 {
        color: var(--white-color);
        padding-bottom: 12px;
        font-size: 26px;
    }

    .destinations_big_offer h6 {
        color: var(--white-color);
        line-height: 37px;
        padding-top: 0px;
    }

    .destinations_content_inner {
        width: 100%;
        text-align: center;
    }

    .destinations_big_offer {
        justify-content: center;
    }

    .tour_details_top_bottom {
        display: inherit;
    }

    .toru_details_top_bottom_item {
        display: inherit;
    }

    /* css */
    .banner_one_text h1 {
        font-size: 38px;
        line-height: 38px;
        font-family: 'DM Sans', sans-serif;
    }

    .common_bannner_text {
        top: 50%;
        width: 80%;
    }

    .banner_one_text h3 {
        font-size: 20px;
    }

    .mobile-tab {
        display: flex;
    }

    .desktop-tab {
        display: none;
    }

    .theme_search_form_area {
        padding: 0;
        box-shadow: none;
    }

    .theme_search_form_area>.tab-content {
        /*padding: 0 30px 30px 30px;*/
    }

    .flight_Search_boxed {
        margin-bottom: 5px !important;
    }

    .mobile-tab>li {
        flex: 1 1 15% !important;
    }

    .mobile-tab>li>button {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mobile-tab>li>button .title-tab {
        font-size: 13px;
        padding-top: 5px;
    }

    .dropdown-mobile {
        display: block;
    }

    .dropdown-desktop {
        display: none;
    }

    /*Toggle btn*/
    .toggle-tab {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .toggle_btn-trip {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    .toggle_btn-trip .switch {
        position: relative;
        display: inline-block;
        width: 36px;
        height: 18px;
    }

    .toggle_btn-trip .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle_btn-trip .switch input:checked+.slider {
        background-color: #8b41e7;
    }

    .toggle_btn-trip .switch .slider.round {
        border-radius: 34px;
    }

    .toggle_btn-trip .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .toggle_btn-trip>p {
        font-size: 13px;
    }

    .toggle_btn-trip .switch input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(16px);
    }

    .toggle_btn-trip .switch .slider.round:before {
        border-radius: 50%;
    }

    .toggle_btn-trip .switch .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .flight_categories_search {
        display: none;
    }

    /* Ẩn date icon input */
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

    /* end Ẩn date icon input */
    .flight_Search_boxed .icon-date {
        display: block;
    }


    .tour_details_boxed {
        margin-top: 15px;
    }

    .tour_details_boxed .heading_theme {
        font-size: 18px;
    }

    .tour_details_top_heading_play_ticket {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }

    .tour_details_img_wrapper {
        margin-top: 25px;
    }

    .slick-slider {
        margin-bottom: 15px;
    }

    .slider.slider-for img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .tour_details_img_wrapper .slider-for .slick-slide {
        padding: 0;
    }

    .play-ticket-gr .play-ticket.play-ticket-left,
    .play-ticket-gr .play-ticket.play-ticket-description {
        flex: 1 1 100%;
    }

    .play-ticket-gr .play-ticket-quantity,
    .play-ticket-gr .play-ticket-quantity,
    .play-ticket-gr .play-ticket.play-ticket-price {
        flex: 1 1 50%;
    }

    .play-ticket-rules {
        padding: 12px 0;
    }

    .play-ticket-rules ul li {
        line-height: 25px;
        font-size: 15px;
    }

    .play-ticket.type-play-ticket {
        font-size: 14px;
    }

    .tour_details_boxed_inner ul li {
        width: 100%;
        font-size: 16px;
        padding-bottom: 12px;
    }
}

@media (max-width: 480px) {


    .swal2-actions {
        padding: 0;
    }

    .section_padding {
        padding: 0;
    }

    .tour_details_right_boxed tr td {
        width: 40% !important;
    }

    .booking_success_arae {
        display: initial;
        padding: 0px 0px;
    }

    .booking_success_img img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .booking_success_text {
        text-align: center;
        padding-left: 0px;
        padding-top: 20px
    }

    .room_fasa_area ul {
        display: inherit;
        padding-top: 0px;
    }

    .room_fasa_area ul li {
        padding-right: 0px;
        padding-bottom: 8px;
    }

    .recent_news_item {
        display: block;
    }

    .recent_news_img {
        width: 100%;
    }

    .recent_news_text {
        padding-left: 0;
        padding-top: 10px;
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        padding: 4px 12px;
        margin-right: 10px;
        font-size: 14px;
    }

    .d-none-phone {
        display: none;
    }

    .date_flex_area {
        display: inherit;
        justify-content: space-between;
    }

    .swal2-actions button {
        margin-bottom: 10px;
    }
}

@media (max-width: 376px) {
    .ver-01-2024 .wrapper-mobile-form-search-olala.height-mobile-home {
        height: 100vh !important;
    }
}


@media (max-width: 361px) {
    .ver-01-2024 .wrapper-mobile-form-search-olala .single-img-bottom {
        display: none !important;
    }

    .mobile-tab>li {
        flex: 1 1 45% !important;
    }

    .wrapper-mobile-form-search-olala.height-mobile-home {
        height: 100vh !important;
    }

    .footer .menu-footer {
        flex-direction: column;
    }

    .footer .menu-footer .hotline-ft {
        width: 80%;
        padding: 7px;
    }

    .footer .menu-footer .hotline-ft:first-child {
        margin-bottom: 15px;
    }

    .main-item-plane-submission .flight_search_items .multi_city_flight_lists {
        flex: unset;
    }

    .main-item-plane-submission .flight_search_right {
        margin-left: auto;
    }
}


/**
Custom for mobile
 */
.mobile-scroll {
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    --bs-gutter-x: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-scroll .mobile-scroll-item .destinations_content_box {
    height: 186px;
}

.mobile-scroll .mobile-scroll-item .destinations_content_box img {
    height: 100%;
    object-fit: cover;
}

.mobile-scroll .mobile-scroll-item {
    width: 40%;
    margin-right: 10px;
}

.mobile-scroll .mobile-scroll-item.mobile-scroll-item-hotel {
    width: 80%;
    margin-right: 5px;
    margin-left: 15px;
}

.mobile-scroll .mobile-scroll-item.mobile-scroll-item-hotel:last-child {
    margin-right: 15px;
}


.flatpickr-current-month {
    display: flex !important;
    width: 80%;
}

.flatpickr-current-month .numInputWrapper {
    width: auto !important;
    flex: 1
}

.filter-box-search-info .flight_Search_boxed input,
.filter-box-search-info .dropdown-toggle.final-count {
    font-size: 18px;
}
