@media (max-width:1366px) {
    .lady_imge {
        right:-100px;
    }
    .pupular_destion_hd {
        padding-right: 400px;
    }
    }

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0
    }

    .modify_modal .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto
    }

    .modify_modal .modal-content {
        border-radius: 25px
    }

    .Large_modal .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto
    }

    .Large_modal .modal-content {
        border-radius: 25px
    }
}

@media (min-width: 992px) {
    .desk-hide {
        display: none
    }

    .main_nav ul li {
        display: inline-block;
        position: relative;
        padding: 10px 12px;
        color: #fff
    }

    .main_nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        letter-spacing: 1px;
        position: relative
    }

    .main_nav ul li a.ar_font {
        font-family: "DroidKufiRegular", sans-serif
    }

    .main_nav ul li a:hover {
        color: #fff
    }

    .main_nav ul li a.dropdown-item:after {
        background: none
    }

    .main_nav ul li:last-child a:after {
        display: none
    }

    .mob_btn {
        display: none
    }

    .innerhead .main_nav ul li a:hover {
        color: #000
    }

    .FdlsPdng {
        padding-right: 5px
    }

    .main_nav a.dropdown-item {
        color: #212529
    }
}

@media (max-width: 991px) {
    .main_nav {
        position: fixed;
        width: 260px;
        top: 0;
        right: -260px;
        background: #c11026;
        height: 100%;
        transition: all ease .5s;
        -o-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        z-index: 1005;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
        overflow-y: auto
    }

    .main_nav ul {
        margin: 0;
        padding: 0;
        display: block;
        margin-top: 0
    }

    .main_nav ul.mnav {
        margin-bottom: 30px
    }

    .main_nav ul li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        text-transform: capitalize;
        font-size: 13px;
        font-weight: 300;
        padding: 0 !important;
        color: #fff
    }

    .main_nav ul li .currency_menu_content {
        position: static;
        border-radius: 0;
        -webkit-border-radius: 0;
        background: rgba(0, 0, 0, 0.2)
    }

    .main_nav ul li .currency_menu_content a.dropdown-item {
        color: #fff;
        font-weight: 300;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    .main_nav ul li .currency_menu_content a.dropdown-item .country_flag img {
        width: 15px
    }

    .main_nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: inline-block;
        padding: 10px
    }

    .main_nav ul li.submenu i {
        position: absolute;
        width: 43px;
        height: 39px;
        top: 0;
        right: 0;
        cursor: pointer;
        transition: all ease .5s;
        -o-transition: all ease .5s;
        -webkit-transition: all ease .5s
    }

    .main_nav ul li.submenu i:after {
        content: "";
        height: 0;
        width: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #b3b3b3;
        position: absolute;
        right: 17px;
        top: 18px;
        z-index: 10
    }

    .main_nav ul li.dropdown:hover a {
        color: #fff !important
    }

    .main_nav ul ul {
        margin: 0;
        display: none
    }

    .main_nav ul ul li:last-child {
        border-bottom: 0
    }

    .main_nav ul ul li:first-child {
        border-top: 1px solid green
    }

    .main_nav ul ul li a {
        padding-left: 20px
    }

    .main_nav ul ul li ul a {
        padding-left: 30px
    }

    .show_menu .main_nav {
        right: 0
    }

    .show_menu .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1001
    }

    .mob_btn {
        position: absolute;
        float: right;
        padding: 5px 7px;
        margin: 0;
        background-color: transparent;
        cursor: pointer;
        right: 15px;
        top: 15px
    }

    .mob_btn span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 1px;
        background: #fff
    }

    .mob_btn span+span {
        margin-top: 5px
    }

    header.sticky .mob_btn span {
        background: #c11026
    }

    .sticky .main_nav {
        color: #fff !important
    }

    .sticky .main_nav ul li a {
        color: #fff !important
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .search_box_main {
        width: 100%
    }

    .pupular_destion_hd {
        padding-left: 0;
        padding-right: 0
    }

    .modify_box {
        width: 100%
    }

    .modify_box_list ul li {
        padding: 10px 5px;
        font-size: 13px
    }

    .sort_main {
        flex-direction: column
    }

    .sort_lft {
        width: 100%;
        margin-bottom: 10px
    }

    .sort_rht {
        width: 100%
    }
}

@media (max-width: 767px) {
#popup_container.fareUpdateAlert {
    max-width: 320px !important;
    top: 10% !important;
    left: 15% !important;
    transform: translateX(-10%) !important;
}
.seatPlaneOut .table-responsive {
    padding-left: 25px;
}

    .hm_btm_col_01.bdr_btm.col_01_mrgn_lft input {
        min-height: 50px;
    }
   
    .socialMediaLogin a {
        padding: 5px 5px;
        font-size: 11px;
    }
    .paxadditinlR .pax_field_04 {
        width: 100%;
    }
    .paxadditinlR {
        width: 100%;
    }
    .paxadditinlL .pax_field_04 {
        width: 100%;
    }
    .paxadditinlL {
        width: 100%;
    }
    .adtional_subhead {
        justify-content: start;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .freq_flyer_wrp .freq_flyer_ele,
    .freq_flyer_wrp .form-control {
        margin-bottom: 10px;
    }

    .FareRlCncelFee_Hd {
        padding-bottom: 10px;
        padding-top: 25px;
    }

    span.promotext {
        width: 90%;
    }

    .flight_detaails_pg .acc__panel {
        padding: 10px;
    }

    section.clientSays {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .aboutVisionMision {
        flex-wrap: wrap;
    }

    .aboutL {
        width: 100%;
    }

    .about_bg {
        flex-wrap: wrap;
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu {
        display: block;
        border-top: 0;
        margin-top: 0
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item {
        margin-top: 0
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu::before {
        display: none
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before,
    .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:last-child::before {
        left: 50%
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before {
        right: auto;
        background-position: left
    }

    .cont_main {
        flex-wrap: wrap;
    }

    .contL {
        width: 100%;
    }

    .contR {
        border-radius: 15px;
        width: 100%;
        padding-left: 20px;
        margin-top: 20px;
    }

    .contR:after {
        bottom: 10px;
        right: 20px;
        left: auto;
    }

    .submitBtn {
        margin-top: 20px;
    }

    .captcha {
        margin-bottom: 20px;
    }

    .mng_my_bkg_box .mngbkngbtn2 {
        margin-top: 0;
    }

    .mng_my_bkg_box .manageOr_refernce {
        margin: 5px auto 10px;
    }

    .refernce_gutter {
        width: 100%;
    }

    .mng_my_bkg_box .mngbkngbtn1 {
        margin-top: 0;
    }

    .ftr_row1 h2 {
        font-size: 14px;
    }

    .ftr_row1 p {
        font-size: 12px;
    }

    .poweredBy p {
        font-size: 12px;
    }

    .ftrLinks ul li a {
        font-size: 12px;
    }

    .Ftr_ExpolreLinkClm ul li a {
        font-size: 12px;
    }

    .myb_item .view {
        display: inline-block;
    }

    .mybookTabCont {
        padding-top: 0;
    }

    .newsLetterBox1Txt p {
        padding-bottom: 10px;
    }

    .flight_dls_caption h4 {
        font-size: 15px;
    }

    .flight_dls_caption h2 {
        font-size: 16px;
    }

    .flight_dls_caption {
        text-align: center;
    }

    .flight_dls_caption1 h2 {
        font-size: 18px;
        text-align: center;
    }

    .innerhead .main_nav ul li a {
        color: #fff;
    }

    .back_button {
        height: 42px;
    }

    #stickypax.stickpax {
        position: relative;
        top: 10px;
        z-index: 5;
        margin-top: 0px;
        width: 350px;
    }

    header.innerhead .mob_btn span {
        background: #c11026;
    }

    .result_flightdtls a {
        font-size: 13px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .modify_modal div#autocompleteModifyFlightTo .flight_autocomplete.ui-widget.ui-widget-content {
        right: 0px;
        left: auto !important;
    }

    .modify_modal .modal-dialog {
        width: auto;
    }

    .flight_autocomplete {
        width: 310px !important;
    }

    .SearchMain {
        padding-top: 110px
    }

    .search_box_main {
        width: 100%;
        padding: 20px 15px
    }

    .hm_srch_clm1 {
        flex-wrap: wrap
    }

    .hm_destination {
        width: 100%
    }

    .hm_date {
        width: 100%
    }

    .hm_destination label span.AirpCity {
        font-size: 20px
    }

    .hm_col_01_clndr label {
        padding: 10px 15px
    }

    .clearBtn {
        top: 15px;
        right: 10px
    }

    .hm_col_01_clndr .daysformay span:last-child {
        font-size: 12px
    }

    .hm_col_01_clndr .daysformay span:first-child {
        font-size: 20px
    }

    .field_row {
        flex-wrap: wrap
    }

    .hm_btm_psngr_col_01 {
        width: 100%
    }

    .hm_btm_col_01 {
        width: 100%
    }

    .col_01_mrgn_lft {
        margin-left: 0
    }

    .hmStops input[type=checkbox]+label {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .flight_tabs li a:before {
        width: 15px;
        height: 15px
    }

    .flight_tabs li a.active:after {
        width: 15px;
        height: 15px;
        background-size: cover
    }

    .flight_tabs li a {
        padding-left: 20px;
        padding-right: 8px;
        font-size: 12px
    }

    .flight_tabs_wrpr {
        margin-bottom: 5px
    }

    .hm_col_01_clndr {
        border-top: solid #ccc 1px;
        border-left: solid #ccc 0
    }
    .hm_col_01_clndr.hm_1_clndr_label_last.hm_clander {
        border-left: solid #ccc 1px
    }

    .save_head h3 {
        /* flex-wrap: wrap; */
        font-size: 13px
    }

    .modify_box {
        width: 100%;
        flex-wrap: wrap
    }

    .modify_bx_lft {
        width: 100%;
        height: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px
    }

    .modify_bx_rht {
        width: 100%
    }

    .modify_bx_rht button {
        border-radius: 25px;
        margin-top: 10px;
        height: 42px
    }

    .sort_list ul li a {
        padding: 12px 5px;
        font-size: 12px
    }

    .inner_sub_head h2 {
        font-size: 18px;
        padding-bottom: 5px
    }

    .sort_main {
        flex-wrap: wrap
    }

    .sort_lft {
        width: 100%
    }

    .sort_rht {
        width: 100%
    }

    .result_main {
        flex-wrap: wrap
    }

    .result_lft {
        width: 100%
    }

    .result_rht {
        width: 100%
    }

    .result_panel {
        flex-wrap: wrap;
        padding: 18px
    }

    .result_panel_col_l {
        flex: 0 0 100%;
        max-width: 100%
    }

    .result_panel_col_R {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .filter__Col {
        position: fixed;
        left: -313px;
        top: 0;
        width: 313px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        background: #f2f2f2;
        padding: 15px;
        padding-bottom: 63px
    }

    .filter__Col.active {
        left: 0
    }

    .Filterbtn {
        background: #ff5a00;
        color: #FFF !important;
        border-radius: 50px;
        width: 40%;
        padding: 10px 20px;
        position: fixed;
        bottom: 5px;
        z-index: 99;
        left: 33%;
        font-size: 18px;
        line-height: 28px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        display: block;
        align-items: center;
    }

    .modify_box_list ul {
        flex-wrap: wrap;
        height: inherit;
        padding: 5px 0
    }

    .modify_box_list ul li {
        width: 100%;
        height: inherit;
        padding: 0 10px;
        border-right: none;
        font-size: 13px
    }

    .modify_box_list {
        flex-wrap: wrap
    }

    .sort_list ul li:first-child {
        /* display: block; */
        font-size: 11px;
        line-height: 17px;
    }

    .cheapestlist ul {
        margin-left: 0;
        margin-top: 15px;
        border-radius: 20px
    }

    .sort_list ul {
        margin-right: 0
    }

    .cheapestlist ul li a {
        flex-wrap: wrap;
        padding: 12px 5px
    }

    .cheapest_icon,
    .cheapestlist ul li a.active .cheapest_icon {
        display: block;
        margin-right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center
    }

    .cheapestlist ul li a.active{
        height: 80px;
        align-items: center;
    }

    .fastest_icon,
    cheapestlist ul li a.active .fastest_icon {
        display: block !important;
        margin-right: 0 !important;
        width: 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .recommended_icon,
    cheapestlist ul li a.active .recommended_icon {
        display: block;
        margin-right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center
    }

    .filterClose {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        background-image: url(../images/close.svg);
        width: 24px;
        height: 24px;
        text-align: center;
        z-index: 10;
        background-repeat: no-repeat
    }

    .fl_dtls_section {
        flex-direction: column
    }

    .fl_dtls_section_dvd {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .cheapestlist ul li a p {
        font-size: 12px;
        padding-right: 0
    }

    .air_time_Time {
        font-size: 16px;
        line-height: 18px
    }

    .air_time_aircode {
        font-size: 16px;
        line-height: 18px
    }

    .result_ad {
        max-height: 120px
    }
	.HomeAd{
		max-height: 120px
	}

    .modify_modal .SearchMain {
        padding-top: 0
    }

    .modify_modal .search_box_main {
        padding: 0
    }

    .modify_modal .modal-content {
        border-radius: 25px
    }

    .flight_details_main {
        padding:15px 15px 10px;
    }

    .fl_dtls_clm2 {
        padding: 10px
    }

    .fldtls_airlineLogo {
        flex-direction: column;
        align-items: flex-start
    }

    .flight_details_main .owl-carousel .owl-nav button.owl-prev {
        top: 45%;
        left: -15px !important
    }

    .flight_details_main .owl-carousel .owl-nav button.owl-next {
        top: 45%;
        right: -15px !important
    }

    .fl_dtls_clm1 .air_time_Time {
        font-size: 15px;
        line-height: 18px
    }

    .fl_dtls_clm1 .air_time_aircode {
        font-size: 15px;
        line-height: 18px
    }

    .fl_dtls_airlogo span {
        font-size: 13px
    }

    .fl_dtls_section_dvd_hd h2 {
        font-size: 13px
    }

    .fl_dtls_clm2 h3 {
        font-size: 13px
    }

    .fl_dtls_section_dvd {
        margin-bottom: 0
    }

    .fl_dtls_clm2 {
        height: 270px
    }

    .detils_main {
        display: inherit
    }

    .detils_lft {
        width: 100%;
        padding-right: 0
    }

    .detils_rht {
        width: 100%;
        padding-left: 0
    }

    .inner_sub_text {
        flex-wrap: wrap
    }

    .inner_sub_text h2 {
        font-size: 14px
    }

    .inner_sub_divider {
        display: none
    }

    .inner_sub_text h3 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .inner_head {
        padding: 15px 0
    }
    .fil_reset a {
        right: 25px;
    }
    .details_box_tittle {
        flex-wrap: wrap
    }

    .details_box_tittle h3 {
        padding: 0;
        font-size: 13px
    }

    .details_box_tittle h2 {
        font-size: 20px;
        padding-bottom: 5px
    }

    .details_box_tittle2 h2 {
        font-size: 20px;
        padding-bottom: 5px
    }

    .details_list_clm {
        padding: 15px 0
    }

    .details_list_clm_lft {
        padding: 0;
        padding-bottom:0px;
        width:25%
    }
.details_list_clm_cntr {
    width: 30%;
    text-align: center;
}
.details_list_clm_cntr h3 {
    font-size: 12px;
    color: #000;
    text-align: center;
}
    .details_list_price h2 {
        font-size: 15px
    }

    .flight_detaails_pg .flightdetails_carrousel {
        height: 148px
    }

    .hight_remove {
        height: auto !important
    }
    .pax_additional_content .flight_pax_head_logo {
        padding:5px 10px;
        width: 170px;
    }
    .inner_head_main {
        padding-bottom: 10px;
    }
    .flight_pax_head_content {
        padding-top: 0px;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .paxdetails_box_tittle2 h2 {
        font-size: 17px;
    }
    .flight_pax_head_logo {
        width: 170px;
        text-align: center
    }

    .flight_pax_head h2 {
        padding-left:10px;
        font-size: 14px
    }
    .pax_additional_content .flight_pax_head h2 {
        color: #4b5463;
        font-size: 14px;
        padding-left: 10px;
    }
    .flight_pax_head h2 span {
        font-size: 16px
    }

    .flight_pax_colum {
        flex-direction: column
    }

    .flight_pax_colum_lft {
        width: 100%;
        padding-right: 0
    }

    .fl_review_bkng .acc__title {
        padding: 20px 20px 0;
    }

    .fl_review_bkng .acc__panel {
        padding: 20px
    }
    .fl_review_bkng .acc__title h3 {
        font-size: 15px;
    }
    .fl_rvw_dtls_clm_01 {
        text-align: center
    }
    .fl_review_bkng .acc__title p{margin-bottom: 0px; font-size: 13px;}
    .fl_rvw_dtls_clm_01 .airlogo {
        margin-bottom: 10px
    }
    .fl_review_bkng .acc__card p span {
        font-size: 12px;
    }
    .fl_dtls_dprt {
        text-align: center
    }
    .fl_rvw_dtls_clm_02 .text-left {
        text-align: center !important
    }
    .details_list_select {
        display: none;
    }
    .fl_pax_bdrclm {
        margin-bottom: 10px
    }
    .fl_rvw_dtls_clm h2 {
        font-size: 14px;
    }
    .pax_row {
        flex-direction: column
    }

    .pax_fld_lft {
        width: 100%
    }

    .pax_fld_rht {
        width: 100%
    }

    .pax_field_01 {
        width: 100%
    }

    .pax_field_02 {
        width: 100%
    }

    .pax_field_03 {
        width: 100%
    }

    .pax_field_04 {
        width: 100%
    }

    .pax_field_05 {
        width: 100%
    }

    .pax_field_06 {
        width: 100%
    }

    .pax_field_07 {
        width: 100%
    }

    .pax_rpt {
        flex-direction: column
    }

    .pax_fld_lft h3 {
        text-align: left;
        padding-bottom: 8px;
        padding-top: 8px
    }

    .paxdetails_box_tittle2 {
        flex-flow: column;
        align-items: flex-start
    }

    .pax_seat_tittle {
        display: inline-block
    }

    .flight_pax_colum_rht {
        padding-left: 0;
        width: 100%
    }

    .flight_deals_clm {
        flex-direction: column;
        margin-bottom: 0
    }

    .flight_deals_clm_lft {
        width: 100%
    }

    .flight_dls_grid {
        flex-direction: column
    }

    .flight_deals_clm img {
        height: 100%
    }

    .flight_deals_clm_rht {
        width: 100%
    }

    .flight_dls_grid_clm {
        width: 100%;
        margin-left: 0
    }

    .flight_dls_grid_pic1:last-child {
        margin-bottom: 15px
    }

    .flight_deals_02 {
        margin-bottom: 15px;
        height: 200px
    }

    .flight_deals_01 {
        margin-bottom: 15px;
        height: 200px
    }

    .flight_dls_grid_pic1.large {
        height: 200px !important
    }

    .flight_dls_grid_pic1 {
        height: 200px !important
    }

    section.topsearched_city {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .pupular_destion_hd {
        padding-left: 0;
        padding-right: 0
    }

    .lady_imge {
        display: none
    }

    .popular_crsl {
        padding-top: 0
    }

    .pupular_destion_bg {
        padding-top: 55px;
        padding-bottom: 20px;
    }

    .grid {
        padding-top: 0;
        border-radius: 50px
    }

    .popular_crsl .item img {
        height: 280px;
        border-radius: 50px !important
    }

    .grid figure {
        border-radius: 50px
    }

    .pupular_destion_bg .owl-dots {
        margin-top: 0
    }

    .Mybooking_Col_Lft {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .Mybooking_Col_Rht {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .pr_forms .form-group {
        flex-direction: row;
        height: auto;
        margin-bottom: 15px
    }

    .myprofilebox label {
        width: 100%
    }

    .pr_forms input.form-control.p_nonEdit {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .My_B_Head ul {
        flex-wrap: wrap;
        align-items: start
    }

    .My_B_Head ul li {
        width: 50%;
        margin-bottom: 10px
    }

    .booking_status {
        min-width: auto
    }

    .departBox {
        width: 100%;
        height: 50px
    }

    .departBox span {
        transform: rotate(0)
    }

    .myBook_bdr {
        padding-top: 50px
    }

    .mybook_airlines {
        width: 100%;
        padding-top: 0
    }

    .mybook_airlines p {
        line-height: 16px;
        font-size: 13px
    }

    .mybook_destination p {
        line-height: 16px;
        font-size: 13px
    }

    .mybook_destination {
        width: 100%;
        padding: 10px 20px;
        text-align: center
    }

    .mybook_timesCenter {
        width: 100%;
        padding: 0 12px
    }

    .mybook_timesCenter .air__stops {
        margin: 0;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .myb__booking_details .returnBox {
        width: 100%;
        height: 50px
    }

    .returnBox span {
        transform: rotate(0)
    }

    .mybook_lft {
        display: block
    }

    .myb_btn_main {
        width: 100%;
        margin-top: 14px
    }

    .myb_btn_main .btn {
        width: 47%;
        padding: 8px 5px;
        font-size: 12px
    }

    .Fclity_Box2 ul {
        flex-direction: column
    }

    .Fclity_Box2 ul li {
        width: 100%
    }

    .appScreen {
        display: none
    }

    .Ftr_ExpolreLinkClm ul li {
        width: 49%
    }

    .ftrAccept ul li {
        margin-bottom: 10px
    }

    .newsBtn {
        font-size: 11px;
        padding: 12px 5px
    }

    .calenderNonMoveBox {
        left: 0
    }

    .hm_date .container__main {
        flex-wrap: wrap;
        width: 100%
    }

    .hm_date .container__months {
        flex-wrap: wrap
    }

    .hm_date .container__months .month-item {
        width: 100%
    }
    .rslt_crsl_clm1 img {
        height: 35px;
    }
    .rslt_crsl_clm2 p {
        font-size: 12px;
    }
    .ReactModal__Content {
        width: 95% !important;
        padding: 15px !important;
    }

    .pax_date2 .rsd__react-select-datepicker {
        width: 100%
    }

    .psprt_date {
        width: 100%;
        flex-direction: column
    }

    .psprt_date .hmcode_2 {
        width: 100%
    }

    .psprt_date .hmcode_2 input.form-control {
        border-right: 1px solid #ccc;
        border-radius: 5px;
        border-left: 1px solid #ccc;
    }

    .psprt_date .hmPhonenbr_2 {
        width: 100%;
        padding-top: 10px
    }

    .pax_row .rsd__select-container-day {
        width: 33%
    }

    .pax_row .rsd__select-container-month {
        width: 33%
    }

    .pax_row .rsd__select-container-year {
        width: 33%
    }

    .pax_row .rsd__select-container-day select {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .seatSeleTabWrp ul li:first-child .tabLi {
        margin-right: 0px
    }

    .flseatflightIocn {
        padding-top: 20px
    }

    .seatSeleTabWrp .tab-content ul li {
        padding-right: 10px
    }

    .seatPlaneOut {
        background-size: cover;
        margin-left: -25px !important
    }

    img.seatPlaneFrnt {
        display: block;
        position: absolute;
        top: 0;
        transform: rotate(90deg);
        left: 40%;
        margin-left: 0;
        margin-top: 30px
    }

    .seatPlaneOut .table_outSeat {
        width: 100%;
        margin-left: 0;
        padding: 0 30px;
        height: 485px;
        overflow-y: scroll;
        margin-top:150px;
        overflow-x: hidden;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .seatUiArr {
        right: 42%;
        top: auto;
        bottom: 0px;
    }

    .seatPlaneOut {
        background-image: url(../images/mob_seat_bg.png);
        background-size: cover;
        background-position: 0px -25px;
        width: 100%;
        height: 700px;
        background-repeat: no-repeat;
        position: relative;
        margin-left: 0 !important
    }

    .seatSeleTabWrp .tab-content .seatUl {
        padding: 0;
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: row !important;
        justify-content: start;
        width: 100%
    }

    .first_count {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .seatSeleTabWrp .tab-content .seatUl li {
        align-items: flex-start;
        justify-content: center;
        width: 30px;
        height: 40px;
        font-size: 14px;
        padding: 0;
        margin: 0 5px;
        line-height: 35px
    }

    .d-flex.mob_wrap {
        flex-wrap: wrap
    }

    .seatPassenDetwrp h4 {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 20px
    }

    img.seatPlane {
        transform: rotate(90deg)
    }

    li.nBg.mr-0.ml-0.first_count {
        width: 40px;
        text-align: center
    }

    li.nBg.mr-0.ml-0.mob_first_count {
        width: 40px
    }

    .seatPassenDetwrp .Rpt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

    .seatPassenlist {
        width: 100%
    }

    .seatSeleTabWrp .tab-content ul .seatLi_1 {
        background-image: url(../images/mob_assigned_seat.png);
        background-size: contain;
        background-repeat: no-repeat
    }

    .seatSeleTabWrp .tab-content ul .seatLi_2 {
        background-image: url(../images/mob_free_seat.png);
        background-size: contain;
        background-repeat: no-repeat
    }

    .seatSeleTabWrp .tab-content ul .seatLi_3 {
        background-image: url(../images/mob_occupied_seat.png);
        background-size: contain;
        background-repeat: no-repeat
    }

    .seatSeleTabWrp .tab-content ul .seatLi_4 {
        background-image: url(../images/mob_paid_seat.png);
        background-size: contain;
        background-repeat: no-repeat
    }

    .seatPassenDetwrp {
        padding-bottom: 20px;
        padding-left: 0px;
        padding-top: 20px;
    }
    .modal-dialog {
        width: 100%;
    }
    button.btn.theme_btnStyle.loginbtn {
        padding: 0px 25px;
        font-size: 14px;
        height: 35px;
        line-height: 20px;
    }
    span.hmforgot {
        font-size: 12px;
    }
    .hmLoginModal .radio {
        padding-right: 15px;
    }
    .hmLoginModal label {
        font-size: 12px;
    }
    a.back_button {
        font-size: 11px;
    }
    .flight_detils_main {
        padding: 0px 0;
    }
    .flight_detaails_pg .owl-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        right:-5px;
        top:30px;
        z-index: 99;
    }
    .flight_detaails_pg .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
        right: 33px;
        top:30px;
        z-index: 99;
        left: auto;
    }
	.mob_autocomplete_box.mob_passenger_block.flight_autocomplete .dropdown-item {
        padding: 0 !important;
    }
    .allAirportComponent .dropdown-item {
        width:29%;
        margin-right: 7px;
        padding: 5px 10px !important;
        font-size: 13px;
    }
    .hight_collapse {
        height: 160px;
    }
	.hight_expand .flightdetails_carrousel{ height:100%;}
	.hight_expand{height: 450px !important;}
    .paxdetails_box {
        align-items: normal;
    }
    .hight_expand .flightdetails_carrousel {
        height: 450px !important;
    }
    div#autocompleteFlightTo .flight_autocomplete{
        right: 0px !important;
        left: auto !important;
    }
    .hm_btm_psngr_col_01 p {
        height: 45px;
    }
    input#preferred_airline {
        min-height: 50px;
    }
    div#autocompletePrefferdAirline ul.ui-autocomplete li.ui-menu-item {
        color: #000;
    }
.ui-menu .ui-menu-item {
        padding: 7px 10px 7px 10px;
    }
    input#preferred_airlines_roundtrip {
        min-height: 50px;
    }
    .seatSeleTabWrp .tab-content ul {
        margin-bottom: 10px;
    }
    span.planeNum {
        padding-left: 5px;
    }
    .app_content {
        padding-bottom: 0px;
    }
    .appbtm {
        padding-top: 0;
    }
    .calenderNonMoveBox {
        width: auto;
    }
    .edit_p .theme_btnStyle {
        font-size: 12px;
        padding: 0 15px;
    }
    .p_head h4 {
        font-size: 15px;
    }
    .pax_contonue_btn {
        font-size: 14px;
        height: 45px;
        padding: 0 20px;
    }
    .addTravelerModal .table td, .addTravelerModal .table th {
        white-space: nowrap;
    }
    .ReactModal__Content.mypradtravlerMainModal table.table.table-bordered.table-responsive {
        width: 100%;
        display: block;
    }
    .litepicker .container__footer .button-cancel {
        padding: 7px 10px 10px;
    }
    .litepicker .container__footer .button-apply {
        padding: 7px 10px 10px;
    }
    .litepicker .container__footer .preview-date-range {
        margin-right: 10px;
        font-size: 12px;
    }
    .newBottomModal {
        z-index: 9999999;
        position: relative;
    }
    .newBottomModal .modal-content {
        border-radius: 0;
        border: none;
    }
    .details_list_clm_rht {
        padding: 0;
        display: flex;
        align-items: center;
        width:30%;
        justify-content: end;
    }
    .details_list_clm_lft h3 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .details_list_clm_cntr h3 {
    font-size: 12px;
    color: #000;
    text-align: center;
}
    .details_list_price {
        text-align: right;
        padding: 0;
        font-weight: 600;
    }
    .details_list_price h2 {
        font-size: 15px;
        color: #ff5a00;
        font-weight: 600;
    }
    .details_list_price p {
        font-size: 13px;
        font-weight: normal;
    }
    .fareOptionHead {
    font-size: 18px;
}
.details_list_clm_lft img {
    width: auto;
    height: 35px;
    object-fit: contain;
}
 .recommended_list {
       font-size: 9px;
        padding: 4px 10px 3px;
        margin-bottom: 3px;
    }
    .Dtlsmob_arrow {
        background-image: url(../images/arrow_myb.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        display: inline-block;
    }
    .details_list_mob_rhtArrow {
        width: 10%;
        justify-content: end;
        display: flex;
        align-items: center;
    }
.details_list_clm_cntr h3 {
    text-align: center;
}
    
.mob_hide{display: none;}
.mob_show{display: block;}
.paxdetails_box_tittle2 h2 {
    font-size: 18px;
}
.mobfl_review_area {
    position: relative;
    box-shadow: 0px 2px 8px rgb(98 98 98 / 25%);
    border-radius: 25px;
    position: relative;
    margin-bottom:5px;
    background: #fff;
    overflow: hidden;
    padding:20px 15px;
    width: 100%;
}
.mobpaxSumryHead .round_arrow_icon {
    background: url(../images/round_arrow_modify.png) no-repeat;
    width: 16px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    margin: 0 5px;
}
.mobpaxSumryHead h3 {
    font-size: 16px;
    color: #4b5463;
    font-weight: 600;
    padding-bottom: 5px;
}
.mobpaxSumryHead .mobtravelerIcon {
    background: url(../images/mob_travelericon.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    margin: 0 5px;
}
span.mobpadR2 {
    padding-right: 15px;
}
span.mobPaxTralrDtls {
    display: flex;
    align-items: center;
}
.mobpaxcalander {
    background: url(../images/calendar.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin: 0;
    margin-right: 10px;
}
.mobspace{
    padding:0 10px;
}
.mobpaxSumryHead {
    border-bottom: dashed 1px #ccc;
    padding-bottom: 15px;
}
.mobpaxAirlineDtls h2 {
    font-size: 15px;
    color: #4b5463;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.mobpaxAirlineDtls {
    padding-top: 15px;
}
.mobAirlineLogo img {
    width:70px;
}
.mobairlinedata {
    display: flex;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 15px;
    justify-content: space-between;
}
.mobcountryDtls {
    padding-left: 10px;
}
span.mobcountryCode {
    font-size: 14px;
    color: #4b5463;
    font-weight: 600;
}
.mobflIcon {
    background: url(../images/mob_fl_icon.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    margin: 0 6px;
}
.mobpaxDtls01{
    display: flex;
    align-items: center;
}
span.mobTime {
    padding: 0 2px;
}
.mobpaxDtls02 p span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4b5463;
    left: 0px;
    top: 8px;
    border-radius: 25px;
}
.mobpaxDtls02 p span {
    position: relative;
    padding-left: 7px;
    color: #4b5463;
    font-size: 13px;
    margin-right: 5px;
}
.mobpaxDtls02 p {
    margin-bottom: 0px;
}
.mobpaxCntryArrow {
    background: url(../images/arrow_myb.svg) no-repeat;
    width: 10px;
    height: 12px;
    display: inline-block;
    background-size: contain;
}


.mobFootFixed {
    box-shadow: 0px 2px 8px rgb(98 98 98 / 91%);
    background: #fff;
    padding: 15px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    display: block;
}
.mobContinueBtn {
    outline: 0;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 25px;
    background: #ff5a00;
    padding: 8px 20px;
}
.mobfootPrice {
    font-size: 13px;
}
.mobfootPrice span {
    font-weight: 600;
    font-size: 14px;
    padding-right: 5px;
}
.mobfootPrice h2 {
    font-size: 16px;
    color: #ff5a00;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-top: 3px;
}
.mobInfoIcon {
    background: url(../images/mobinfo_icon.svg) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    margin-left: 7px;
}
.details_list_clm_lft h3 {
    display: block;
}
.flight_details_main.mobPaxSumryDtls .fl_dtls_section_dvd_Box {
    width: 100%;
    background: #fff;
}
.flight_details_main.mobPaxSumryDtls .fl_dtls_clm2 {
	height: auto;
	overflow: auto;
	overflow-y: auto;
}
.flight_details_main.mobPaxSumryDtls .fl_dtls_clm2 .round_dote {
    background: #ff5a00;
    border: 0px solid #ff5a00;
    border-radius: 50%;
    height: 8px;
    right: -3px;
    position: relative;
    width: 8px;
    z-index: 2;
}
.flight_details_main.mobPaxSumryDtls .fl_dtls_clm2 .flDtls_dote:after {
    background: #ff5a00;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 0;
}

span.mobMealIcon {
    background: url(../images/mob_meals.svg) no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    margin-right: 8px;
}
span.mobbaggageIcon{
    background: url(../images/bag_icon.svg) no-repeat;
    width:15px;
    height:20px;
    display: inline-block;
    background-size: contain;
    margin-right: 7px;
}
.flight_details_main.mobPaxSumryDtls .fldtls_bagg p {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
span.mobBagPasDtls {
    padding-left: 25px;
}
.flight_details_main.mobPaxSumryDtls img.airlogo {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
    height: 40px;
    padding: 5px;
}
.fldtls_class.mobairline {
    padding-bottom: 20px;
}
.mobHandbaggageIcon {
    background: url(../images/mob_handBag.svg) no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    margin-right: 7px;
}

.FareRule .react-tabs__tab {
    display: inline-block;
    border: none;
    border-bottom: none;
    bottom: -1px;
    position: relative;
    list-style: none;
    padding: 6px 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.FareRule .react-tabs__tab--selected {
    background: #fff;
    border-color: #aaa;
    color: #ff5a00;
    border-radius: 0;
    border-bottom: 3px solid #ff5a00;
}
.FareRlCncelFeeTable th{font-size: 14px;}
table.FareRlCncelFee.FareRlCncelFeeTable td {
    width: 50%;
}
.flight_dls_caption2 {
    position: absolute;
    left: 40%;
    top: 35%;
    text-align: center;
    cursor: pointer;
}
.flight_dls_caption1 {
    position: absolute;
    left: 40%;
    top: 35%;
    text-align: center;
    cursor: pointer;
}
.flight_dls_caption {
    position: absolute;
    left: 40%;
    top: 35%;
    text-align: center;
    cursor: pointer;
}
.mob_autocomplete_box.mob_passenger_block.flight_autocomplete {
    width: auto !important;
    padding: 10px 15px !important;
}
.trvelrsList .traveller_rows {
    padding: 10px 0px;
    border-bottom: solid 1px #e0e0e0;
}
.mob_passenger_block .trvelrsList {
    padding: 20px;
  }
  .rdrNextPrevButton {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0.833em;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #c11127 !important;
}
.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(255 255 255) !important;
    transform: translate(3px, 0px);
}
.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(255 255 255) transparent transparent !important;
    transform: translate(-3px, 0px);
}
.psngr_applyBox {
    padding-bottom: 10px;
    margin: 0 20px;
    border-top: none;
    padding-top: 0;
}
.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
    border: 0px solid rgb(133 12 27) !important;
}
.mob_autocomplete_box.mob_passenger_block.flight_autocomplete .dropdown-menu.show {
    max-height: 80% !important;
    overflow: auto !important;
}
section.SearchMain.modify {
    padding-top: 0px;
}
.ReactModal__Content {
    margin-top: 30px;
}

section.innerbanner .carousel-inner img {
    height: 220px;
}
section.whyFareKey h1 {
    font-size: 22px;
    padding-bottom: 10px;
}
section.whyFareKey {
    padding-top: 20px;
}
.misioncol01 {
    width: 100%;
    padding-right: 0;
}
.misioncol02 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.valueDtls h2 {
    font-size: 17px;
}
.officebox01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}
section.midlebanner .carousel-inner img {
    height: max-content;
    max-height: 250px;
}
.officeDtls {
    padding-top: 10px;
    padding-bottom: 20px;
}
section.innerbanner .carousel-caption {
    right: auto;
    top: 35%;
    left: auto;
    width: 100%;
}
section.innerbanner .caption {
    justify-content: center;
}
section.innerbanner .carousel-inner .caption h1 {
    font-size: 30px;
    padding-right: 10px;
}
section.innerbanner .carousel-inner .caption img {
    height: 30px !important;
    margin-left:5px;
}
.mob_classlist {
    padding: 0 20px 10px;
}
.newBottomModal .close {
    top: 10px;
    z-index: 99;
}
.mob_classlist li.active {
    color: #ff5a00;
}
.exitclass:after {
    bottom: -5px;
    left: 3px;
    transform: rotate(272deg);
}
.tooltiptext {
    width: auto;
    white-space: nowrap;
    padding: 5px 5px;
}
.exitclass:before {
    top: auto;
    right: 5px;
    transform: rotate(-272deg);
    bottom: 0px;
    left: auto;
}
.mob_cabinclass.fieldWrap.cabinArrow {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
.cabinArrow::before {
        background: url(../images/down_arw_filter.svg) no-repeat;
        display: block;
        width: 10px;
        height: 6px;
        background-size: contain;
        content: '';
        position: absolute;
        right: 15px;
        top: 18px;
    }
.mob_cabinclass.fieldWrap.cabinArrow .cabinSelect {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
}


.mobileApp_Download {
    position: fixed;
    bottom: 0px;
    background: #fff;
    padding: 18px 25px;
    z-index: 9999999;
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: block;
}
.mobileApp_Download p {
    font-size: 13px;
    margin-bottom: 0px;
}
.mobileApp_Download img {
    width: 53px;
    margin-right: 15px;
}
.mobileApp_bg {
    background-color: #000000ad;
    height:350%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 9999;
    top: 0;
}
.app_bdr {
    border-bottom: 1px solid #cccccc70;
    padding-bottom: 15px;
}
button.theme_button.appGetBtn {
    padding: 5px 20px;
    font-size: 14px;
}
img.browser {
    width: auto;
}
.mobileApp_Download h2 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 15px;
}
.mobileApp_Download h4 {
    font-size:17px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}
.appdwnldList {
    background: #f4f4f4;
    padding:15px;
    border-radius: 10px;
}
.appdwnldList li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.appdwnldList ul li span {
    width: 90%;
    line-height: 17px;
}
button.theme_button.dwnloadBtn {
    width: 100%;
    margin: 15px 0 5px;
    border-radius: 50px;
}
.app_rating{
    background: #f4f4f4;
    padding:15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.closebtn {
    background: url(../images/close.svg) no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 10px;
}
.app_rating h2 {
    font-size: 17px;
    font-weight: 600;
    padding-bottom:5px;
    text-align: left;
}
.appStar img {
    width: 90px;
    height: 15px;
}
.appStar {
    align-items: center;
}
.appStar span {
    font-size: 13px;
}
.speedbookicon{
    background: url(../images/tickmark.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 10px;
}
button.theme_button.dwnloadBtn {
    cursor: pointer;
    color: #fff;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
    line-height: 30px;
    padding: 0 30px;
    border: none;
   background: #ff5a00;
    height: 45px;
    font-weight: 600;
}

}