@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;
}


.header-mobile-home {
    /*background: url('../img/banner/plane.png') center no-repeat;*/
    background-size: cover;
    height: 66px;
    z-index: 1;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

.title-header {
    text-align: center;
    /*color: #1158A8;*/
    color: #fff;
    letter-spacing: 0.1px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.title-header h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-family: fontQicksanBold;
}
.payment_item__text{
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
.wrapper-mobile-form-search .tab-content.box-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/banner/img-bottom.png') bottom 0 center no-repeat;
    background-size: contain;
}

.wrapper-mobile-form-search .tab-content.box-search:before {
    background: var(--main-color);
    content: "";
    border-radius: 20px 20px 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
}

.flight_search_right > a.detail-flight{
    font-size: 13px;
    color: var(--main-color);
    font-family: 'fontQicksan';
    font-weight: 600;
    text-align: right;
}

.offcanvas-header-filter h5{
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: fontQicksanBold;
}

.flight_search_right h4{
    color: var(--main-color);
}

.flight_search_right h4 > sup{
    font-size: 12px;
}

.flight_search_right .btn-warning-cust:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#nextToBookingBtn{

}

.rs-m-p {
    margin: 0;
    padding: 0;
}

.wrapper-mobile-form-search .tab-content > .item-box {
    padding: 32px;
}

.mobile-none {
    display: none !important;
}

.flight_Search_boxed input::placeholder {
    font-size: 15px;
    color: #C3C3C3;
}

.flight_Search_boxed input,.flight_Search_boxed .form-select {
    font-size: 16px;
    color: var(--main-color);
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600 !important;
    font-family: fontQicksanBold;
    /*margin-left: 32px;*/
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: #122D6C;
    border-radius: 6px;
    border: none;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    width: 104px;
    height: 60px;
}

.theme_search_form_tabbtn .nav-tabs .nav-link > i {
    color: #39A8E2;
}

.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1158A8;
    border-color: #1158A8;
}

.theme_search_form_tabbtn .nav-tabs .nav-link.active > i {
    color: #fff;
}

.plan_icon_posation {
    position: unset;
    padding-right: 15px;
}

.flight_Search_boxed {
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.flight_Search_boxed .autocompleteFlight {
    flex: 1;
}

.top_form_search_button .btn_theme {
    background: #3CB4E5;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
}

.flight_Search_boxed .Journey_date {
    display: block;
}

.flight_Search_boxed .Journey_date:first-child {
    margin-bottom: 15px;
}

.flight_Search_boxed .Journey_date .calendar-alt {
    display: flex;
    align-items: center;
}

.flight_Search_boxed.dropdown_passenger_area {
    flex-direction: unset;
}

.dropdown_passenger{
    flex: 1;
}

.flight_Search_boxed.date_flex_area {
    display: block;
}

/* Toggle change trip*/
.flight_Search_boxed .Journey_date .calendar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight_Search_boxed .Journey_date .calendar-content input {
    flex: 1 1 70%;
}

.flight_Search_boxed .Journey_date .calendar-content .toggle-tab {
    flex: 1 1 30%;
}

.toggle_btn-trip .switch input:checked + .slider {
    background: #39A8E2;
}

.toggle_btn-trip > p {
    font-size: 14px;
    color: #3CB4E5;
    font-weight: 600;
    font-family: fontQicksanBold;
}

.dropdown-toggle.final-count{
    font-family: fontQicksanBold;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-color);
}

.footer_heading_area{
    font-weight: 600;
    font-family: fontQicksanBold;
}

    /*End*/

.icon-user-mobile {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.theme_search_form_tabbtn .nav-item {
    /*margin-bottom: 5px;*/
    margin-right: 12px;
}

.mobile-scroll .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
}

.dropdown_passenger_area button {
    font-size: 16px;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    white-space: nowrap;
}

.plan_icon_posation > img, .theme_search_form_tabbtn .nav-tabs .nav-link > img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


/*Header*/
.navbar-area{
    padding-bottom: 0;
}

.theme_bg_line:before {
    background: linear-gradient(180deg, #1158A8 6.43%, rgba(32, 112, 185, 0.953898) 21.3%, rgba(69, 173, 227, 0.84) 39.73%, rgba(250, 250, 250, 0) 73.04%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.9;
    position: absolute;
    content: "";
    z-index: -1;
}

.theme_bg_line.main-bg:before{
    background-color: var(--main-color) !important;
}
#theme_search_form{
    margin-top: 0;
}

.navbar-area.is-sticky{
    background: #fff;
}

/*End Header*/

/*Footer*/
#footer_area{
    padding: 30px 0;
}

.mobile-scroll .mobile-scroll-item.mobile-scroll-item-footer{
    width: 65%;
    margin-right: 5px;
    margin-bottom: 15px !important;
}

.footer_inquery_area{
    margin-top: 10px;
}
.footer_inquery_area a{
    font-size: 17px;
    font-weight: 700;
    font-family: 'fontQicksanBold';
}

.footer_inquery_area h5{
    font-size: 14px;
    font-family: 'fontQicksanBold';
    font-weight: 600;
}
.menu_fix_mobile .nav-main2 li a{
    font-weight: 500;
    font-family: fontQicksan;
}

.menu_fix_mobile .nav-main2 li a.active{
    background-color: var(--main-color);
}

.footer_link_area{
    padding-top: 10px;
}

.footer_link_area ul li{
    padding-bottom: 5px;
}

/*End Footer*/

.theme_search_form_tabbtn{
    margin: 0;
}

.theme_search_form_area{
    background: transparent;
}

.alert-warning{
    margin-top: 15px;
}
.section_heading_center{
    padding-top: 20px;
}

.section_padding_bottom{
    padding: 0;
    margin-top: 20px !important;
}
.section_padding_bottom .container{
    padding: 0;
    margin: 0;
}

.about_service_boxed{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0px 1px 0 rgb(60 64 67 / 10%), 0 0px 4px 1px rgb(60 64 67 / 15%);
}

.about_service_boxed img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.about_service_boxed p{
    font-size: 14px;
}

#cta_area{
    padding: 20px 0;
}

#cta_area .cta_icon{
    /*flex: 1 1 15%;*/
    padding: 0;
}

#cta_area .cta_content h2{
    font-size: 17px;
    font-weight: 600;
    margin-left: 15px;
    font-family: 'fontQicksan';
}

.cta_left{
    display: flex !important;
}


#cta_area .cta_icon img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
#cta_area .cta_icon{
    width: unset;
}

.cat_form {
    padding-top: 20px;
}

#cta_form_wrappper .btn_theme{
    margin: 0;
    padding: 8px 35px;
}

.about_service_boxed h5{
    padding-top: 10px;
}

#main_author_form .form-group a {
    color: #fff;
}
#main_author_form .form-group a:hover {
    color: #fff;
}

.have_acount_area p {
    color: #fff;
}
.have_acount_area a{
    color: #fff;
    text-decoration: underline;
}

.header-mobile-home h4.title-header{
    opacity: 1;
}

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

.tour_booking_amount_area ul{
    padding: 0;
}

.tour_details_right_boxed .tour_booking_amount_area{
    margin-top: 15px;
}

.tour_details_right_box_heading h3{
    /*padding-bottom: 5px;*/
}

.payment_item .radio input[type=radio]+label:before{
    left: 8px;
}

.payment_item .radio label{
    padding: 15px 15px 15px 35px;
}

.tour_booking_amount_area.info_booking ul.info-pnr li{
    display: block;
    margin: 0;
    padding: 0;
}

.traveller-calulate-persons .passengers h6 {
    color: #fff;
    background: var(--main-color);
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    font-family: fontQicksanBold;
}

.passengers-type .type-label p,.passengers-type .type-label span{
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    font-family: fontQicksanBold;
}

.passengers_offcanvas{
    padding: 0;
}

.offcanvas-header-filter{
    background-color: var(--main-color);
}

.left_side_search_boxed{
    font-family: fontQicksanBold;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.dashboard_menu_area{
    padding: 0;
    margin-bottom: 10px;
}
.dashboard_common_table, .dashboard_sidebar{
    padding: 0;
    box-shadow: unset;
    border-radius: unset;
}
.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head{
    flex-direction: column;
}

.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .gr_price{
    flex: unset;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-profile .my-ticket .package-item .package-item-head .gr_price .btn_booking{
    margin-top: 0;
}

.page-profile .my-ticket .package-item .package-item-head .gr_price .price{
    padding: 0 20px;
}

.page-profile .my-ticket .package-item .package-item-head .brand{
    flex: unset;
    max-width: unset;
}
.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item .brand{
    flex: 1 1 20%;
}
.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item .time-point{
    flex: 1 1 80%;
}
.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item{
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
}

.page-profile .my-ticket .package-item .package-item-head .all-time-flight{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 500;
}

.flight-item .time-point .point{
    justify-content: space-between;
}

.flight-item .time-point .point{
    flex-wrap: unset;
}

.page-profile .my-ticket .time-point .icon-arrow-right{
    width: 25px;
    margin: 0 12px;
}

.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item .time-point .airport{
    color: #78909c;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-profile .my-ticket .time-point .point .city{
    font-size: 15px;
    line-height: 26px;
}
.page-profile .my-ticket .time-point .point .time{
    font-size: 14px;
    color: #0d1726;
    font-weight: 500;
}

.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .gr_price .col-right-price .btn_booking:nth-last-child(2n){
    margin-bottom: 12px;
}

.page-profile .my-ticket .time-point .point .city b{
    font-size: 14px;
    font-weight: 600;
}

.ticket-detail .box-detail .table-main{
    width: 100%;
}
.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .toggle-flight-item{
    padding: 0 8px;
}

.ticket-title .title-header{
    color: var(--main-color);
    padding: 10px 0;
}

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

.main-responsive-menu.mean-container .logo img{
    height: 30px;
    object-fit: contain;
}

.main-responsive-nav .logo{
    flex: 1 1 20%;
}

.main-responsive-nav .heading-title{
    flex: 1 1 25%;
}

.main-responsive-nav .other-icons{
    flex: 1;
}
.main-responsive-nav .other-icons .icon-mess-header{
    margin-left: 3px;
}

.main-responsive-nav .heading-title h5{
    font-size: 17px;
    font-weight: 700;
    font-family: 'fontQicksanBold';
    color: var(--main-color);
}
.filter-price{
    padding: 0;
}

.btn-group-ticket button {
    flex: 1 1 44%;
    margin: 0 2%;
}

.play-ticket h5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cruise_item_img_hotel img{
    width: 100px;
    height: 100px;
}


.cruise_content_middel_right_hotel{
    width: 100%;
    flex-direction: row;
}

.cruise_content_top_left h4 > a{
    display: inline-block;
    max-width: 400px;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 16px;
}

.cruise_item_inner_content{
    padding: 5px;
    flex: 1 1 68%;
}

.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item.services .brand{
    flex: 1 1 100%;
}

.page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item.services .time-point .airport{
    color: #333;
}

.results-js-select-room{
    flex: 1 1 60%;
    font-size: 14px;
}

.tour_details_leftside_wrapper.hotel .tour_details_boxed{
    padding: 10px 12px;
}
.tour_details_leftside_wrapper .tour_details_boxed{
    padding: 10px;
}
.cruise_content_bottom_left{
    padding-top: 8px;
}

.cruise_item_img.cruise_item_img_hotel{
    flex: 1 1 30%;
}

.cruise_item_img img{
    object-fit: contain;
}

.room_details_main{
    padding: 0 10px;
}
.wrapper-hotel .img{
    flex: 1 1 30%;
}
.wrapper-hotel .hotel-contents{
    flex: 1 1 70%;
}

.tour_details_top_heading.room-modals h2{
    margin-top: 6px;
}
.tour_details_top_heading h5{
    padding-top: 5px;
}
.left_side_search_boxed.js-box-search{
    padding: 0;
}
.ls-keyword-types{
    width: 80%;
    left: 50px;
    top: 44px;
}
.cruise_item_img img{
    width: 100%;
    height: 100%;
}
.cruise_search_result_wrapper .cruise_search_item{
    border: none;
    margin: 0;
}
.cruise_content_bottom_right > a{
    width: 100%;
    margin-top: 15px;
}

.play-ticket-item{
    border: none;
    box-shadow: 0px 0px 5px #b9b9b9;
}
.package-item-head-play-ticket .ticket-item{
    padding: 10px;
}

.show-detail-play-ticket{
    color: #000;
}
.play_ticket_item_product.hotel-room-plan-item{
    margin: 0;
}

.play_ticket_item_product.hotel-room-plan-item .play_ticket_top p{
    line-height: 15px;
    margin:5px 0;
}
.offcanvas-body .left_side_search_area{
    margin-bottom: 80px;
}

.tour_details_right_boxed.hotel{
    margin: 0;
}

.lc__suggestion{
    width: 100%;
    top: 45px;
    max-width: calc(100% - 19px);
    left: 30px;
}

.slider.slider-for-modal img {
    max-width: 300px;
}

.button-set .count_passengers{
    text-align: center;
    font-size: 18px;
    width: 30px;
}

.passengers-type .text .type-label{
    margin-left: 15px;
}

.box-add-customer {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 1055;
    visibility: hidden;
    -webkit-animation: fadeInDownC .2s ease-in forwards;
    animation: fadeInDownC .2s ease-in forwards;
    background: #fff !important;
    border-radius: 25px 25px 0 0;
    box-shadow: -10px 0px 10px -10px #b9b9b9;
}


.lc__mask.lc__block {
    /* animation: opacity-delay 0s linear forwards 0.2s; */
    animation: fadeIn 500ms forwards;
}

.lc__mask {
    background: rgba(48, 54, 65, .94);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transition: opacity 500ms;
    animation: fadeOut 500ms forwards;
}
.box-add-customer .button-add-customer a{
    border-radius: 5px;
}
.box-add-customer .button-add-customer{
    padding: 0 12px;
}

.md-ripple input{
    border-radius: 4px;
    padding: 0 8px;
    width: 100%;
    min-height: 26px;
    text-align: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'fontQicksan';
    outline: none;
}

.md-ripple .icon{
    font-size: 12px;
    font-family: fontQicksan;
}

.bg-gray{
    background-color:#e8eaed;
    display: inline-block;
    width: 145px;
    border-radius: 18px;
    padding: 0 8px;
    flex: 1 1 47%;
    margin-right: 2%;
}
.button-m{
    flex: 1 1 47%;
    margin-left: 2%;
}

.bg-layer-gray {
    background-color: #edf0f3;
}

.card-custom {
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    padding: 16px;
    row-gap: 20px;
}

.title-t{
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 600;
}

.title-sub-t{
    font-size: 14px !important;
    line-height: 20px;
}

.listDay .day .titDay span{
    font-size: 14px;
}

.customer-info-box .button-set{
    width: 100%;
    max-width: 120px;
}


.menu_mobile__header {
    //position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.menu_mobile__header .login {
    /*background-color: #03295f;*/
    border-radius: 15px;
    padding: 12px 13px;
}

.menu_mobile__header .login a {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-align: left !important;
}

.menu_mobile__header .login p,
.menu_mobile__header .login .ic_user {
    margin-bottom: 0;
    text-align: center;
    line-height: 44px;
    background-color: #b0bec5;
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.menu_mobile__header .logged p {
    margin-bottom: 0;
    text-align: center;
    line-height: 44px;
    background-color: #b0bec5;
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.menu_mobile__header .logged .link_profile span {
    display: block;
}

.menu_mobile__header .logged .link_profile .action {
    font-size: 12px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.menu_mobile__header .logged .link_profile .u_name {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.height-mobile-home{
    height: 80vh;
}

/* fadeInUp */

@keyframes fadeInDownC {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    85% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


.fadeInDownC {
    visibility: visible;
    animation: fadeInDown 0.4s ease-in forwards;
    opacity: 0;
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    visibility: visible;
    -webkit-animation: fadeInUp .4s ease-out forwards;
    animation: fadeInUp .4s ease-out forwards;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes opacity-delay {
    to {
        opacity: 1;
        visibility: visible;
    }
}


@media (max-width: 550px){
    .air-rules, .page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .toggle-flight-item .chi-tiet-hoat-dong{
        padding: 8px;
    }
    .air-rules .content-air-rules, page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .toggle-flight-item .chi-tiet-hoat-dong > ul{
        line-height: 22px;
    }
    .tour_details_right_boxed .tour_booking_amount_area{
        margin-top: 8px;
    }
    .flight_right_arrow_sidebar{
        padding: 0 10px;
    }
    .flight_right_arrow_sidebar p{
        display: inline-block;
    }
    .tour_bokking_subtotal_area{
        padding-top: 5px;
    }
    .page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .gr_price{
        padding: 10px 5px;
        justify-content: space-around;
    }
    .page-profile .my-ticket .package-item .package-item-head .gr_price .price{
        padding: 0;
        font-size: 15px;
    }
    .page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .gr_price .col-right-price{
        padding: 0;
    }
    .page-profile .my-ticket .time-point .point .city b{
        font-size: 12px;
    }
    .loadingContent .d-flex{
        flex-direction: column;
    }
    .transfer-qr{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .transfer-qr .content{
        margin-top: 12px;
    }
    .flight_search_destination_sidebar h6{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 21px;
        max-height: 48px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .tour_details_right_box_heading h3{
        font-size: 17px;
        font-weight: 600;
        font-family: 'fontQicksan';
    }
    .tour_details_right_boxed{
        padding: 10px;
        /*margin: 10px;*/
    }

    .tour_booking_form_boxx{
        font-size: 14px;
    }


}

@media (min-width: 280px) and (max-width: 320px) {
    .footer {
        padding-bottom: 20px !important;
    }
    #liveToast{
        width: 280px;
    }
    .page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .radio-flight-item .brand{
        flex: 1 1 100%;
        text-align: center;
    }

    .page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .all-time-flight .show-detail{
        padding: 15px 0;
        background-image: unset;
    }
    .page-profile .my-ticket .package-item .package-item-head .gr_price .btn_booking{
        padding: 0 15px;
    }
    .flight_right_arrow_sidebar p {
        font-size: 12px;
    }

    .flight_search_mobile_items .flight_search_right{
        flex:1 1 100%;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        flex-direction: column;
        justify-content: center;
    }
    .ver-01-2024 .main-responsive-nav .heading-title h5{
        font-size: 16px !important;
    }

    .ver-01-2024 .wrapper-mobile-form-search-olala.height-mobile-home{
        padding-bottom: 20vh !important;
        height: 100vh !important;
    }
    .ver-01-2024 .flight_search_mobile_items .flight_search_right{
        flex-direction: row;
    }

    .ver-01-2024 .flight_search_item_wrappper .flight_search_right .flight_search_right_chosse,
    .ver-01-2024 .flight_search_item_wrappper .flight_search_right .detail-flight{
        width: 48%;
        margin: 0 1%;
    }

    .ver-01-2024 .main-item-plane-submission .flight_search_right{
        margin-left: unset;
        width: 100%;
    }
    .ver-01-2024 .flight_search_right h4{
        margin-right: 10px;
    }

    .section_heading_center h2{
        font-size: 18px;
    }

    .flight_search_mobile_items .flight_search_right h4{
        flex: 1 1 48%;
        margin-right: 2%;
        font-size: 17px;
    }

    .flight_search_mobile_items .flight_search_right .js-chosse{
        flex: 1 1 48%;
        margin-left: 2%;
    }

    .flight_search_right_chosse{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .flight_search_mobile_items .flight_search_destination h3{
        font-size: 14px;
    }
    .flight_search_destination h6{
        font-size: 13px;
    }

    .flight_inner_show_component .flight_det_wrapper .flight_det .date{
        display: block;
    }
    .fare-rule h4{
        font-size: 16px;
    }
    .fare-rule ul li{
        font-size: 14px;
        line-height: 17px;
        padding-top: 8px;
    }

    .flight_inner_show_component .flight_det_wrapper .flight_det .airport{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 21px;
        max-height: 48px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .airline-details{
        flex-direction: column;
    }
    .airline-details .airlineName{
        margin: 0;
        padding: 0;
    }
    .flight_det_wrapper{
        margin: 0
    }
    .flight_search_mobile_items{
        padding-bottom: 0;
    }
    .flight_inner_show_component .flight_det_wrapper .flight_det .date {
        font-size: 13px;
    }

    .page-profile .my-ticket .time-point .point .city{
        font-size: 13px;
    }

    .col-right-price .mt-2{
        margin: 0;
        padding: 0;
        font-size: 14px;
    }
    .page-profile .my-ticket .ticket-package-quocte .package-item .package-item-head .flight-gr .toggle-flight-item{
        padding: 0;
    }
    .left_side_search_area .btn-filter-group .button:first-child{
        font-size: 12px;
    }

    .flight_search_destination_sidebar p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 21px;
        max-height: 48px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .main-responsive-nav .logo{
        flex: 1 1 50%;
    }
    /*.main-responsive-nav .heading-title{
        display: none;
    }*/
}







