@font-face {
    font-family: "fontQicksan";
    src: url("../fonts/Quicksand-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: fontQicksanBold;
    src: url("../fonts/Quicksand-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

:root {
    --text-color: #3cb4e5;
}

.bg-main {
    background: var(--main-color) !important;
    color: #fff !important;
}

.font-m {
    font-family: fontQicksan !important;
    font-weight: 600;
}

.font-m-b {
    font-family: fontQicksanBold !important;
    font-weight: 600;
}

.title-p {
    font-size: 13px !important;
    color: #9f9d9d !important;
    font-family: fontQicksan;
    font-weight: 500;
}

.wrapper-mobile-form-search-olala {
    position: relative;
    padding-bottom: 20vh;
}

.wrapper-mobile-form-search-olala:before {
    background-image: linear-gradient(rgba(24, 137, 208, 1),
    rgba(31, 138, 205, 0.4));
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
}

.wrapper-mobile-form-search-olala .single-img-bottom{
    display: none;
}

.tour_details_right_boxed {
    border: unset;
}
.theme_search_form_tab_btn{
    margin-bottom: 20px;
}
.theme_search_form_tab_btn > ul {
    background: #fff;
    border-radius: 9px;
    justify-content: space-between;
}

.theme_search_form_tab_btn > ul > li {
    flex: 1 1 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.theme_search_form_tab_btn > ul > li:not(:last-child) {
    border-right: 1px solid rgba(225, 230, 235, 1) !important;
}

.theme_search_form_tab_btn > ul > li > button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.theme_search_form_tab_btn > ul > li > button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-bottom: 3px;
}

.oneway_search_form {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.oneway_search_box {
    background: #fff;
    border-radius: 12px;
}

.block-search-location {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.block-search-location.bottom {
    border-bottom: 1px solid rgba(225, 230, 235, 1);
}

.block-search-location .search-left {
    flex: 1 1 15%;
}

.block-search-location .search-right {
    flex: 1 1 85%;
    padding: 20px 0;
}

.block-search-location.top .search-right {
    border-bottom: 1px dashed var(--text-color);
}

.block-search-location .search-left {
    text-align: center;
    float: left;
    width: 30px;
    max-height: 100%;
    height: 100%;
}

.search-right .title-me,
.day-item-right .title-me,
.title-me {
    font-family: fontQicksan;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0px;
}

.search-icon-mid {
    position: relative;
}

.search-icon-mid:before {
    position: absolute;
    content: "";
    height: 60px;
    width: 1px;
    border-right: 1px dashed var(--text-color);
    top: 3px;
}

.search-icon-right {
    position: absolute;
    right: 0px;
    bottom: -20px;
    background: #fff;
    cursor: pointer;
    z-index: 1000;
}

.search-icon-right img {
    padding: 5px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    object-fit: cover;
}

/* Form Search Date */
.toggle_btn-trip {
    position: absolute;
    top: 8px;
}

.toggle_btn-trip > p {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 600;
    font-family: 'fontQicksan';
}

.flight_Search_boxed input::placeholder {
    font-family: 'fontQicksan';
    color: rgba(179, 186, 191, 1);
    font-size: 15px;
}

.flight_Search_boxed input.datepicker {
    margin-left: 34px;
}

.flight_Search_boxed {
    box-shadow: unset;
    padding: 10px;
    border-radius: unset;
    margin-bottom: 0;
}

.flight_Search_boxed.date_flex_area {
    border-bottom: 1px solid rgba(225, 230, 235, 1);
}

.box-select-customer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.box-select-customer .item {
    display: flex;
    justify-content: center;
}

.title_customer span {
    float: left;
    font-family: fontQicksanBold;
    font-size: 17px;
    font-weight: 600;
    margin-left: 15px;
    height: 25px !important;
    line-height: 25px !important;
    color: #122d6c !important;
}

.choose_add_customer .chon_them {
    color: #b0bec5;
    font-size: 16px;
    margin-right: 10px;
    font-family: fontQicksan;
    font-weight: 600;
    padding: 0;
}

.dropdown-toggle.final-count {
    width: unset;
}

.top_form_search_button {
    margin-top: 20px;
}

.top_form_search_button .btn_theme {
    width: 100%;
    padding: 8px;
}

/*Blog*/
#discover .theme_common_box_two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
}

.theme_two_box_img {
    height: 100%;
}

.theme_two_box_content p {
    padding: 0;
    font-family: fontQicksan;
}

.title-bold {
    font-family: fontQicksanBold;
    font-weight: 600;
    /*font-family: fontQicksan !important;
    font-weight: 600 !important;*/
    font-size: 18px;
    color: var(--main-color) !important;
}

.section_heading_center {
    text-align: left;
    padding: 20px 0;
}

.main-responsive-nav .main-responsive-menu {
    border-bottom: unset;
    background: rgba(24, 137, 208, 1);
}

.color-m {
    color: var(--main-color) !important;
}

.nav-tabs .nav-link.active {
    border: none;
    background: unset;
}

.nav-tabs .nav-link {
    border: none;
}

.meanmenu-reveal img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.meanmenu-reveal i, .logo .go-back {
    color: #fff;
}

.easy-autocomplete-container {
    z-index: 1001;
}


.easy-autocomplete-container .eac-item .drop-list::before {
    content: '';
    position: absolute;
    left: 12%;
    transform: translateX(-50%);
    top: -7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
}

.easy-autocomplete-container ul li.selected {
    background: #fff;
}

.easy-autocomplete-container ul li div {
    font-weight: 600 !important;
}

.easy-autocomplete input, .autocompleteFlight input{
    padding: 6px 0;
    width: 75%;
}

.easy-autocomplete input::placeholder,.autocompleteFlight input::placeholder {
    color: rgba(179, 186, 191, 1);
    font-family: fontQicksan;
    font-width: 600;
    font-size: 15px;
}

.block-search-location .drop-list,
.partner-input .drop-list{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.partner-input .drop-list{
    top: 50px;
}

.block-search-location .drop-list ul,
.partner-input .drop-list ul{
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.partner-input .drop-list ul::before{
    content: '';
    position: absolute;
    left: 12%;
    transform: translateX(-50%);
    top: -7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
}

.block-search-location .drop-list ul li,
.partner-input .drop-list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    flex: 1 1 50%;
}

.block-search-location .drop-list ul li span,
.partner-input .drop-list ul li span{
    font-family: fontQicksanBold;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color) !important;
}

.block-search-location .drop-list ul li .code,
.block-search-location .drop-list ul li .country{
    font-family: fontQicksan;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(179, 186, 191, 1) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.c-gray {
    color: rgba(179, 186, 191, 1) !important;
}

.flight-ls-search-boxed ul{
    box-shadow: unset !important;
}
.flight-ls-search-boxed ul li{
    flex-direction: column;
    align-items: flex-start !important;
    border-bottom: 1px solid #ddd !important;
}

/* NAV */
.main-responsive-nav .logo {
    flex: unset;
}

.main-responsive-nav .heading-title {
    flex: unset;
    width: 100%;
    text-align: right;
}

.main-responsive-nav .heading-title > h5 {
    color: #fff;
    line-height: initial;
    font-size: 16px !important;
}

.nav-tabs .nav-link span {
    color: #b4babf;
}

/* END NAV */

.title-flight-b {
    /*background: #F1F1F1;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px 0;
    color: #fff !important;
}

.title-flight {
    background: #F1F1F1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
}

/*LIST CATE MOBILE FILTER*/
.cate-list_fillters {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    /*flex-direction: row;*/
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: 2px solid;
    border-radius: 2px;
    font-weight: 500;
    line-height: 1.25rem;
    width: 100%;
    height: 70px;
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    transition: .9s;
    z-index: 1;
    /*z-index: 1000;*/
    box-shadow: 0 0px 1px 0 rgb(60 64 67 / 10%), 0 0px 4px 1px rgb(60 64 67 / 15%);
}

.cate-list_fillters .filter__mobile-div {
    flex: 1 1 28%;
}

.left_side_search_boxed.js-box-search {
    background: transparent !important;
}

.cate-list_fillters .filter__mobile-div > button {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cate-list_fillters .filter__mobile-div > button > span {
    color: #b4babf;
    font-size: 13px;
}

.cate-list_fillters .filter__mobile-div > button > img {
    width: 20px;
    margin-bottom: 5px;
}

.main-item-plane.main-item-plane-olala {
    box-shadow: unset;
    border-radius: unset;
}


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

.cate-list_fillters .filter__mobile-div:not(:last-child) {
    border-right: 1px solid rgba(225, 230, 235, 1) !important;
}

.flight_submission_item_wrappper .flight_area_wrapper, .flight_submission_item_wrappper .flight_search_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flight_area_wrapper .flight_search_left {
    flex: 1 1 20%;
}

.flight_area_wrapper .flight_search_middel_submission {
    flex: 1 1 80%;
}

.tour_details_right_boxed_submission:not(:last-child) {
    box-shadow: unset;
    border-radius: unset;
    border-bottom: 1px dashed rgba(225, 230, 235, 1);
}

.flight_search_destination h3 {
    font-size: 22px !important;
    font-family: fontQicksanBold;
    font-weight: 600;
    line-height: 20px;
    padding: 5px;
}

.flight_search_destination span, .flight_search_destination p {
    font-size: 14px !important;
    font-family: fontQicksan;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.flight_right_arrow {
    /*text-align: left;
    margin-left: 15px;
    padding: 5px 0;*/
    font-family: fontQicksan;
    font-size: 13px;
    margin-top: 20px;
}

.flight_right_arrows p {
    font-size: 14px;
    text-align: center;
    font-family: fontQicksan;
    font-weight: 600;
}

.main-item-plane-submission .flight_search_destination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tour_details_right_boxed {
    border-radius: 12px;
}

.passengers-type .image img {
    width: 22px;
}

.tour_detail_right_sidebar .passengers-type .text .type-label {
    line-height: 10px;
}

.fixed_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 500;
    line-height: 1.25rem;
    width: 100%;
    height: 120px;
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    transition: .9s;
    z-index: 1000;
    box-shadow: 0 0px 1px 0 rgb(60 64 67 / 10%), 0 0px 4px 1px rgb(60 64 67 / 15%);
}

.flight_search_mobile_items .flight_multis_area_wrapper .flight_search_middel {
    flex: 1 1 80%;
    align-items: flex-start;
    /*flex-direction: column;*/
}

.flight_search_mobile_items .flight_multis_area_wrapper {
    align-items: center;
}

.flight_search_result_wrapper:not(:last-child) {
    /*border-bottom: 1px solid rgba(225, 230, 235, 1);*/
}

.tour_booking_form_boxx {
    font-size: 16px;
}

.theme_bg_line.main-bg:before {
    background-image: linear-gradient(rgba(24, 137, 208, 1),
    rgba(31, 138, 205, 0.4));
    opacity: 1;
}

.passenger-bag-select option, .form-select-parent_id option {
    font-weight: 600;
}

.fw-600 {
    font-weight: 600 !important;
}

.dropdown-toggle::after {
    content: none;
}


/*Ticket Rule*/
.offcanvas-bottom {
    /*background: #fff !important;*/
    border-radius: 25px 25px 0 0;
    box-shadow: -10px 0px 10px -10px #b9b9b9;
    border-top: none;
}

.box-ticket-rule-item.play-ticket {
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 30px;
}



.box-ticket-rule-item .title {
    float: left;
    font-family: fontQicksanBold;
    font-size: 17px;
    font-weight: 600;
    color: var(--main-color);
}

.box-ticket-rule-item .ticket-rule-item {
    min-height: 40px;
}

.box-ticket-rule-item .ticket-rule-item.filter {
    min-height: 30px;
}

.box-ticket-rule-item .ticket-rule-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
}

.box-ticket-rule .flight_inner_show_component {
    padding: 0 20px;
}

.ticket-rule-nav .nav-link.active {
    color: #fff !important;
    background-color: rgba(60, 180, 229, 1);
    border-color: rgba(60, 180, 229, 1);
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}

.ticket-rule-nav .nav-link {
    margin-bottom: 0;
    color: #fff !important;
    border-radius: 12px;
    border: none;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    height: 66px;
    width: 180px;
    margin-right: 15px;
}

.ticket-rule-nav .nav-link.active span {
    color: #fff;
}

.ticket-rule-tab .price-ticket {
    color: rgba(100, 100, 100, 1) !important;
}

.ticket-rule-tab.active .price-ticket {
    color: #fff !important;
}

.nav-tabs .ticket-rule-tab.nav-link span {
    color: rgba(100, 100, 100, 1);
    /*overflow-wrap: break-word;*/
    /*overflow: hidden;*/
}

.nav-tabs .ticket-rule-tab.nav-link.active span {
    color: #fff !important;
}

.flight_inner_show_component .plane-col {
    top: 6px;
    left: 36.33%;
}

.fare-rule {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
    padding-bottom: 100px;
}

.fare-rule ul li {
    list-style: circle;
    margin-left: 12px;
    padding-top: 5px;
}

.airline-details .airlineName {
    color: #898989;
}

#footer_area {
    padding: 30px 0 120px 0;
}

.border-b-gray {
    border-bottom: 1px solid rgba(225, 230, 235, 1);
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: var(--main-color);
    font-size: 15px;
}

.countdown > .count-item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
    width: 30px;
    height: 20px;
    border-radius: 5px;
    background: #fff;
}

.countdown .count-item:not(:last-child)::after {
    content: ":";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

/*.main-responsive-menu.mean-container .logo.partner img{
    height: 100% !important;
}*/

.left_side_search_area .btn-filter-group {
    height: 75px !important;
}

.flight_search_mobile_items .multi_city_flight_lists {
    flex: 1 1 70%;
}

.flight_search_mobile_items .flight_search_right {
    flex: 1 1 26%;
}

.flight_search_right > a.detail-flight {
    margin-top: 0px !important;
    font-size: 13px;
    color: #ffffff !important;
    font-family: 'fontQicksan';
    font-weight: 600;
    text-align: center;
    background: var(--main-color) !important;
    border-radius: 12px;
    max-width: 90px;
    width: 100%;
    float: right;
}

.flight_search_item_wrappper {
    border-radius: 12px;
}

.mean-container a.meanmenu-reveal, .mean-container .mean-bar {
    right: unset;
}

.mean-container a.meanmenu-reveal, .mean-container .mean-bar a {
    bottom: 25px;
    left: 15px;
    text-align: center;
    text-indent: 0px;
    font-size: 16px;
}

.main-responsive-nav .main-responsive-menu {

}

.footer {
    background: linear-gradient(201.62deg, #f2f6f9 27.51%, #fff 77.73%);
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.footer .title-ft {
    font-weight: bold;
    font-size: 18px;
    line-height: calc(30 / 18);
    color: #000000;
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: left;

}

.footer .menu-footer .menu-ft {
    list-style: none;
    padding-left: 0
}

.footer .menu-footer .menu-ft li {
    margin-bottom: 10px
}

.footer .menu-footer .menu-ft li a {
    font-size: 18px;
    color: #444444
}

.footer .menu-footer .menu-ft li a:hover {
    color: #0276C4
}

.footer .list-social {
    list-style: none;
    padding-left: 0
}

.footer .list-social li {
    display: inline-block
}

.footer .list-social li + li {
    margin-left: 28px
}

.footer .list-social li img {
    width: 32px;
    height: 32px;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.footer .copy-right {
    margin-top: 30px;
    margin-bottom: 0;
    color: #666666
}

.footer .copy-right .icon {
    font-size: 30px;
    line-height: 0;
    color: #000000;
    display: inline-block;
    vertical-align: -11px
}

.footer .copy-right b {
    color: #666666;
    font-weight: bold;
    display: inline-block
}

.footer .copy-right .text {
    line-height: calc(30 / 14);
    display: inline-block
}

.footer .hotline-ft {
    border-radius: 99px;
    display: inline-block;
    font-size: 12px;
    padding: 8px;
    margin: 0 6px;
}

.border-x {
    border: 1px solid #4594f1 !important;
    color: #4594f1 !important;
}

.footer .hotline-ft img {
    margin-right: 10px;
    vertical-align: -5px
}

.title-home-m {
    font-weight: bold;
    font-size: 18px;
    line-height: calc(30 / 18);
    margin-bottom: 11px;
    text-transform: uppercase;
    text-align: left;
    color: #fff !important;
}

.menuMobile__header {
    margin-top: 20px;
}

.have_acount_area p {
    color: var(--main-color);
}

.have_acount_area a {
    color: var(--main-color);
    text-decoration: underline;
}

.mobile-scroll.ticket-rule-nav .nav-item .nav-link {
    text-transform: unset;
}

.my-ticket .title, .dashboard_common_table .title {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: unset;
    padding: 5px 0;
}

/**
    Định dạng cho iPad
 */
@media (max-width: 1024px) {
    .flight_multis_area_wrapper{
        display: flex;
    }
    .main_header_arae {
        position: inherit;
        width: 100%;
    }

    .block-search-location .search-left{
        flex: 1 1 5%;
    }
    .block-search-location .search-right{
        flex: 1 1 90%;
        margin-left: 5%;
    }

    .wrapper-mobile-form-search-olala.height-mobile-home{
        height: 83vh;
    }
    .main_header_arae .topbar-area{
        display: none;
    }
    .wrapper-mobile-form-search-olala .theme_search_form_area{
        box-shadow: unset;
        padding: 20px 0;
    }

    .flight_Search_boxed .icon-date {
        display: block;
    }

    /*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 .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;
    }

    .dropdown-mobile {
        display: block;
    }

    .flight_Search_boxed.dropdown_passenger_area{
        padding-left: 0;
    }

    .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);
        text-align: center;
        display: inline-block;
        font-weight: 500;
    }
    .section_padding{
        padding: 0;
    }
    .nav_mobile {
        background-color: #002e6d;
    }
    .flight_search_right .flight_search_right_chosse{
        margin-bottom: 15px;
    }
    .flight_search_right > a{
        padding: 5px;
        border-radius: 6px !important;
    }
    .flight_search_destination p{
        text-align: left !important;
    }
    .flight_search_destination h3{
        padding: 0;
    }
    .tour_detail_right_sidebar  .tour_details_right_boxed{
        padding: 0 12px;
    }

    .tour_booking_form_boxx .col-lg-6.col-md-12 {
        margin-top: 10px !important;
    }
    .tour_detail_right_sidebar .tour_details_right_boxed {
        padding: 10px;
    }
    .tour_details_right_boxed .row.input-customer-container{
        padding: 0;
    }
    .mt-2-mobile {
        margin-top: 0.5rem;
    }
    .tour_details_right_boxed.tour_details_right_boxed_submission{
        padding-top: 0;
    }
    .flight_logo img{
        width: 66px;
        object-fit: contain;
    }

    .section_padding.single-input-wrap{
        min-height: 83vh;
    }

    .footer{
        padding-bottom: 6vh;
    }

    #main_author_form .form-group{
        text-align: left;
    }
}

@media (max-width: 480px) {
    .wrapper-mobile-form-search-olala .theme_search_form_area{
        padding: 30px 0;
    }
    .wrapper-mobile-form-search-olala.height-mobile-home{
        height: 82vh !important;
    }

    .block-search-location .search-left{
        flex: 1 1 5%;
    }
    .block-search-location .search-right{
        flex: 1 1 87%;
        margin-left: 4%;
    }
    .flight_search_right .flight_search_right_chosse{
        margin-bottom: 0;
    }
    .flight_search_right  > a{
        padding: 0;
        border-radius: 12px;
    }
    .flight_search_destination span, .flight_search_destination p{
        text-align: center !important;
    }
    .tour_detail_right_sidebar .tour_details_right_boxed{
        padding: 12px;
    }

    .footer{
        padding-bottom: 30px;
        /*z-index: 100;*/
    }

}



.flight-ls-search-boxed .drop-list{
    overflow-y: auto;
    max-height: calc(100vh - 112px);
}
.flight-ls-search-boxed .drop-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.flight-ls-search-boxed .drop-list::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.flight-ls-search-boxed .drop-list::-webkit-scrollbar-thumb {
    background-color: #002e6d;
    border-radius: 10px;
}
.content_heading_search_boxed .search-box input.airportSearchBox {
    width: 100%;
    border: none;
    font-family: fontQicksanBold;
    font-weight: 600;
    font-size: 16px;
}

.content_heading_search_boxed .search-box input.airportSearchBox::placeholder {
    font-weight: bold;
    color: #878a99;
}

.flight-heading-search-boxed .title_heading_search_boxed{
    padding: 22px;
    color: var(--main-color)
}

.flight-heading-search-boxed .title_heading_search_boxed h5{
    font-family: fontQicksanBold;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.flight-heading-search-boxed .title_heading_search_boxed .close_sidebar-left{
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 20px;
    color: var(--main-color) !important;
}
/*.flight-ls-search-boxed .accordion-body ul.city-list{
    column-count: 2;
    column-gap: 20px;
}*/
.flight-ls-search-boxed .accordion-button{
    padding: 10px;
    font-family: fontQicksanBold;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background: #e8e8e8;
    color: var(--main-color) !important;
}
/*.flight-ls-search-boxed .accordion-button:after{
    display: none;
}*/
.flight-ls-search-boxed .accordion-collapse .accordion-body{
    padding: 0;
}

.drop-list .accordion-item ul::before:before{
    display: none;
}
.swal2-title{
    font-size: 22px !important;
    margin: 0 !important;
}

.flight_search_result_wrapper {
    position: relative;
}

.flight_search_result_wrapper::before {
    content: '';
    display: inline-block;
    left: -1px;
    position: absolute;
    height: 100%;
    width: 10px;
    border-radius: 12px 0 0 12px;
    top: 50%;
    transform: translateY(-50%);
}

#flight_go .flight_search_result_wrapper::before, #flight_go_selected .flight_search_result_wrapper::before {
    background-color: rgba(84, 242, 245, 1);
}

#flight_return .flight_search_result_wrapper::before, #flight_return_selected .flight_search_result_wrapper::before {
    background-color: rgba(12, 53, 198, 1);
}

.flight_search_middel_submission .flight_right_arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.flight_submission_item_wrappper{
    padding: 5px;
}

.flight_submission_item_wrappper .flight_search_destination {
    color: #5f5d5d;
}

.ticketRuleM ul li{
    list-style: disc;
    margin-left: 24px;
    line-height: 26px;
}
.swal2-container.swal2-center>.swal2-popup{
    padding: 8px;
}
.flight_search_right h4{
    text-align: right;
}
.single-next-booking{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 12px;
}
.back_to_booking_btn{
    border: 1px solid #fff;
}
.back_to_booking_btn, .next_to_booking_btn{
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    display: inline-block;
    max-width: 40%;
    width: 100%;
}
