﻿/** SHORT FILTER CSS **/

/**.box_outer_sort {
    box-shadow: 0 0 4px #b8b8b8;
    background: #ffffff;
    margin-bottom: 18px;
    border-radius: 2px;
}
.box_outer_sort ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.box_outer_sort ul li {
    width: 20%;
	border-right: solid 1px #ddd;
}
.box_outer_sort ul li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 10px 15px 15px 15px;
    color: #0072ed;
}
.box_outer_sort ul li a span {
    display: block;
    line-height: 14px;
    font-weight: 600;
    margin: 4px 0 0 0;
    color: #014d9d;
}

.shorts_flight {
  cursor: pointer;
}
.shorts_flight.active {
    background-color: #edf2fa;
    color: #0072ec;
} **/

.wait_popup_session {
    -webkit-backdrop-filter: blur(2px);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .6);
    z-index: 99911;
}
.session_expired {
    width: 95%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}
.session_expired img {
    width: 100px;
}
.session_expired h3 {
    font-size: 22px;
    color: #ed2223;
    font-weight: 600;
    margin: 20px 0 15px;
}
.session_expired p {
    color: #5f5f5f;
    padding: 0;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 500;
}
.session_expired a {
    width: 96%;
    line-height: 38px;
    max-width: 165px;
    height: 38px;
    color: #fff;
    font-size: .9rem;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    background: #014d9d;
}
.bgblue_home {
    background-color: #ff6600 !important;
}

.noflights_error {
    padding: 45px 0;
}
.middle-search_no {
    width: 100%;
    text-align: center;
    float: left;
    margin: 15px 0 20px 0;
}
.no_result {
    width: 70%;
    display: inline-block;
    padding: 40px 0 40px 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px #00000029;
}

.noflights_calls{ width:40%; float:left;}
.noflights_calls img {
    width: 100%;
    position: relative;
    bottom: -59px;
}

.no_result_left {
    width: 60%;
    float: left;
    padding: 0 15px;
}

.no_result_left img{ 
    width:150px;

}

.no_result_left h1 {
    font-size: 22px;
    margin: 20px 0 12px 0;
    color: #014d9d;
    font-weight: 600;
    text-align: center;
}
.no_result_left p {
    font-size: 18px;
    margin: 0px 0 15px 0;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.no_result_left h3 {
    font-size: 16px;
    margin: 40px 0 10px 0;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
}
.no_result_left h5 {
    font-size: 18px;
    margin: 4px 0 5px 0;
    color: #333333;
    font-weight: 600;
}
.calls_mearror {
    background: #f60;
    color: #fff !important;
    padding: 14px 25px;
    font-size: 20px;
    display: inline-block;
    line-height: 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none !important;
}
a.Fresh_Again {
    color: #007bff;
    text-decoration: none;
    margin: 2px 0 0 0;
    display: inline-block;
    border: solid 1px #007bff;
    padding: 2px 15px 2px 15px;
    border-radius: 10px;
}

/** SHORT FILTER CSS **/

/** PRELOADING **/

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background: #ffffffd4;
  top:0px;
  left:0px;
}
.loader {
    position: absolute;
    z-index: 3;
    border: 0px solid #fff;
    top: 50%;
    animation: loader 2s infinite ease;
    transform: translate(-50%, -50%);
    left: 50%;
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
    position: relative;  
}
.cv-spinner img {
    width: 14%;
}
.spinner {
    width: 110px;
    height: 110px;
    border: 4px #ddd solid;
    border-top: 4px #014d9d solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    text-align: center;
    line-height: 132px;
    position: absolute;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

/** PRELOADING **/


/** LOADER PAGE CSS **/

.build_loader {
    background: url(../images/skyback.jpg) left top no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.main_popup {
    width: 550px;
    padding: 0px 0 0px;
    margin: 50px auto;
}
.pkfty {
   padding: 0px;
   text-align: center;
}
.pkfty h3 {
    font-size: 18px;
    margin: 30px 0 0px 0;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background: #f9f9f9;   
    color: #fd5003;
    border-radius: 35px;
}
.pls_my {
    text-align: center;
    width: 80%;
    margin: 20px auto 0 auto;
}
.dating_dsdr {
    margin: 12px auto;
    width: 80%;
}
.dating_dsdr ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.dating_dsdr ul li {
    width: 33.3%;
    text-align: center;
}
.nb_bord{ border-right: solid 1px #ddd;}
.dating_dsdr ul li img {
    width: 25px;
    display: block;
    margin: 0 auto;
}
.dating_dsdr ul li p {
    font-size: 14px;
    margin: 4px 0 6px 0;
    color: #777;
}

.dating_dsdr ul li h6 {
    font-size: 15px;
    margin: 10px 0 10px 0;
    color: #292929;
    font-weight: 600;
}

.progress {
    padding: 1px;
    background: rgb(222 222 222);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    height: 20px;
}

.progress-bar {
    height: 17px;
    background-color: #ee303c;
    border-radius: 4px;
    transition: 10s linear;
    transition-property: width, background-color;
}

.progress-striped .progress-bar {
    background-color: #FCBC51;
    width: 100%;
    background-image: linear-gradient(45deg, #fca311 15%, transparent 15%, transparent 40%, #fca311 40%, #fca311 75%, transparent 75%, transparent);
    -webkit-animation: progressAnimationStrike 15s linear;
    -moz-animation: progressAnimationStrike 15s linear;
    -o-animation: progressAnimationStrike 15s linear;
    animation: progressAnimationStrike 15s linear;
}
@-webkit-keyframes progressAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@-moz-keyframes progressAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@-o-keyframes progressAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes progressAnimationStrike {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.Fetching_rr {
   padding: 10px 0 0 0;
   text-align: center;
}
.Fetching_rr i {
    font-size: 20px;
    color: #fd5003;
}
.Fetching_rr h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 5px 0;
    color: #014d9d;
}
.Fetching_rr p {
   font-size: 14px;
   font-weight: 400;
   margin: 0px 0 0px 0;
   line-height: 14px;
}
.pop_logo{}
.pop_logo img {
    width: 200px;
}


.pop_tollfree{ float:right; margin: 0px 0 0 0;}
.pop_tollfree a {
    background: #191446;
    padding: 5px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
}

.pop_tollfree a i {
    background: #28d025;
    padding: 5px 7px;
    border-radius: 16px;
    margin: 0 0 0 -9px;
}

.Popup_call {
   margin: 20px 0 0 0;
   text-align: center;
}
.Popup_call a {
   background: #f60;
   padding: 8px 17px 8px 50px;
   color: #fff;
   text-decoration: none;
   font-size: 18px;
   display: inline-block;
   border-radius: 5px;
   font-weight: 600;
   text-transform: uppercase;
   position: relative;
}
.Popup_call a i {
    background: #ffffff52;
    width: 32px;
    height: 32px;
    position: absolute;
    line-height: 32px;
    color: #fff;
    border-radius: 20px;
    left: 10px;
    top: 5px;
}
.Popup_call p{ font-size:12px; color:#777; margin: 20px 0 15px;} 


/** LOADER PAGE CSS **/


.desktop_search {
    background: #014d9d;
    display: table;
    width: 100%;
}

.list_itenry {
    background: #efeee5;
    padding: 30px 0;
}

.all_filters{}
.fare_alert_button {
    color: #ff6600;
    background: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #ff6600;
    text-align: center;
    cursor: pointer;
}

.fare_alert_button .ringing-bell{ width:18px;}

.notes_sd{ font-size:12px; margin:0 0 0 0;}

.matrixBox { margin-bottom:20px;}
.matrixBox h3 {
    font-size: 18px;
    margin: 0 0 0 0;
    font-weight: 500;
    color: #333;
}

.slider_matrix {
    margin-bottom: 20px;
    box-shadow: rgba(0, 63, 127, 0.15) 0px 2px 3px 0px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 15px;
}



.slider_matrix .matrix__aside {
    position: relative;
    float: left;
    width: 14%;
    z-index: 1;
}

.slider_matrix .matix__Box_lg {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 0;
    font-size: 13px;
    height: 63px;
    line-height: normal;
    padding: 8px;
    position: relative;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.matrix__wrapper .matix__Box-lg,.is_default {
    cursor: default;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-left: 30px !important;
}

.slider_matrix .matrix__cell {
    padding: 3px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    width: 100%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    font-size: 14px;
    position: relative;
}

.slider_matrix .matrix__aside .matrix__cell {
    text-align: left;
    color: #ff6600;
    padding-left: 30px;
    font-size: 12px;
}

.slider_matrix .matrix__rights {
    position: relative;
    float: left;
    width: 86%;
} 


.wrapper {
  padding: 70px 0;
  overflow-x: hidden;
}

#news-slider{
    margin-top: 0px;
}
.post-slide {
    margin: 0 0px;
    margin-top: 0px;
    position: relative;
}

.post-slide .post-content {
    padding-left: 0px;
    text-align: center;
}
.post-slide .post-content a h6 img {
    width: 45px;
    height: auto;
    display: block;
    margin: 5px auto 5px auto;
}

.post-slide .post-content a{
    text-decoration:none;
}
.post-slide .post-content a h6 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 0;
    color: #333;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 63px;
    padding: 5px 10px;
	position:relative;
}

span.malti_armat {
    position: absolute;
    right: 12px;
}

.post-slide .post-content a h4 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 12px 0 10px 0;
    margin: 0;
    height: 36px;
    border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.post-slide .post-content a h5 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 12px 0 10px 0;
    margin: 0;
    height: 36px;
    border-right: 1px solid #d9d9d9;
}

.owl-controls .owl-buttons {
    margin: 5px 0;
    position: absolute;
    top: -40px;
    width: 10%;
    text-align: end;
    right: 0;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
    display: inline-block;
    background: #fff;
    border: 1px solid #014d9d;
    margin-left: 5px;
    transition: background 0.50s ease;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 5px;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background:#3498db;
    border-color: #3498db;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #444;
    font-size:26px;
    line-height: 26px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover:after,
.owl-controls .owl-next:hover:after{
    color:#fff;
}
@media only screen and (max-width: 480px){
    .post-slide .post-date{
        width: 70px;
    }
    .post-content{
        padding-left: 85px;
    }
	.owl-controls .owl-prev, .owl-controls .owl-next{ width: 20px; height: 20px;}
	.owl-controls .owl-prev:after, .owl-controls .owl-next:after { font-size: 16px; line-height: 12px; position: relative; top: -3px;}
	.slider_matrix{ box-shadow: 0 0 7px 0 #00000029; margin-top: 5px;}
}



.Nwes_rlts {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
    padding: 15px 15px 10px;
    position: relative;
    display: table;
    width: 100%;
    border: 1px solid #B1B7C7;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}
.Departure_gfd {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 15px;
    padding-left: 0px;
}

.Departure_gfd span {
    font-size: 12px;
    margin: 0 10px 0 0;
    background: #e2f2f3;
    padding: 2px 10px 2px 10px;
    line-height: 12px;
    display: none;
}

.Ons_leftsr {
    width: 80%;
    float: left;
    border-right: 1px dashed #ccc;
}	
.ddiadcfr {
    border-top: 1px dashed #ccc;
    margin: 0px 0 10px 0px;
    clear: both;
    display: table;
    width: 100%;
}

.ftbs_details {
    display: table;
    padding: 10px 0 0 0;
    border-top: dashed 1px #ddd;
    width: 100%;
    margin: 10px 0 0 0;
}


/*--- /.price-range-slider ---*/

.price-range-slider {
    width: 100%;
    float: left;
    padding: 0px 0px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 14px;
    box-shadow: none;
    border: none;
    margin: 10px 0 15px 0;
    font-weight: 500;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #55a4ab;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #ff6600;
  height: 17px;
  width: 17px;
  top: -0.51em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #ffffff;
}

.price-range-slider .ui-widget.ui-widget-content{ box-shadow: none;}

/*--- /.price-range-slider ---*/


/** FLIGHT LIST CSS **/



.ffuuls_p {
    display: table;
    width: 100%;
	margin: 0px 0 10px 0;
}
.arlt_kk{ width:26%; float:left;}
.arlt_kk img {
    width: 45px;
    border: solid 1px #ddd;
    float: left;
    margin: 9px 5px 0 0;
    border-radius: 4px;
}
.arlt_kk p {
    font-size: 12px;
    margin: 6px 0 0 0;
}
.arlt_kk p span {
    display: block;
    font-weight: 500;
    color: #989898;
}
.ruot_ttyps {
    width: 40%;
    float: left;
    padding: 0px 20px 0 20px;
    margin: 4px 0 0 0;
	position:relative;
}

.ruot_ttyps h6 {
    font-size: 12px;
    color: #626262;
    margin: 0 0 8px 0;
    text-align: center;
}

.ruot_ttyps h6 span {
    position: relative;
    padding: 0 20px;
    text-align: center;
}



.ruot_ttyps h6 span:before {
    position: absolute;
    content: '';
    top: 18px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #ff6600;
    border: solid 3px #ffffff;
    border-radius: 9px;
    z-index: 1;
    transform: translate(-50%, 0px);
}
/* .ruot_ttyps h6 span:after {
    position: absolute;
    content: '';
    top: 23px;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #8d8d8d;
    border-radius: 19px;
    z-index: 1;
    transform: translate(-50%, 0px);
} */

.ruot_ttyps p {
    font-size: 12px;
    color: #626262;
    margin: 6px 0 0 0;
    text-align: center;
}

.ruot_ttyps h6 span:hover .promo_detai2 {
    display: block;
}
.promo_detai2 {
    position: absolute;
    left: 46%;
    top: 35px;
    width: 260px;
    border: solid 1px #b1b7c7;
    background: #fff;
    text-align: left;
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    display: none;
    box-shadow: inset 0 0 4px #00000033;
    transform: translate(-50%, 0px);
    z-index: 1;
}
.promo_detai2:before {
    font-family: fontawesome;
    content: "\f0d8";
    position: absolute;
    top: -20px;
    left: 48%;
    font-size: 27px;
    color: #fff;
    text-shadow: 0 -2px 0 #b1b7c7;
}
.promo_detai2 h5 {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 4px 0 4px 0;
}

.ruot_ttyps p span {
    padding: 0px 10px;
}

.nbvc{ text-align-last: left !important;}
.Nffrto {
    width: 17%;
    float: left;
    text-align-last: end;
}
.Nffrto h5 {
    font-size: 12px;
    color: #494949;
    margin: 0px 0 5px 0;
    font-weight: 400;
    line-height: 11px;
}
.Nffrto h4{ font-size:16px; color:#000; margin:0px 0 4px 0; font-weight:600;}
.Nffrto h4 span{ font-size:13px;}
.Nffrto h6{ font-size:13px; color:#888; margin:0px; font-weight:500; position:relative;}
.Nffrto h6:hover .airp_name{ display: block; }
.airp_name {
    position: absolute;
    display: none;
    top: -30px;
    left: 90%;
    background: #fff;
    padding: 5px 10px;
    font-size: 12px;
    color: #919192;
    border-radius: 4px;
    z-index: 1;
    box-shadow: inset 0 0 4px #00000033;
    transform: translateX(-90%);
    white-space: nowrap;
    border: 1px solid #ced0d4;
    font-weight: 400;
}

.lbtrd_rght {
    width: 20%;
    float: left;
    text-align: end;
    padding: 30px 0 0 0;
}
.lbtrd_rght h2 {
    font-size: 22px;
    color: #3ab54a;
    margin: 0px 0 2px 0;
    font-weight: 600;
}

.lbtrd_rght h2 span {
    color: #6e6e6e;
    font-weight: 400;
    display: block;
    font-size: 13px;
}
.lbtrd_rght h5 {
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #767676;
    font-weight: 500;
}
.lbtrd_rght h6 {
    font-size: 13px;
    margin: 0;
    color: #6e6e6e;
    font-weight: 400;
}
.lbtrd_rght p {
    font-size: 13px;
    margin: 0;
    color: #fd5a02;
    font-weight: 400;
}
.lbtrd_rght a {
    display: block;
    background: #fd5a02;
    color: #fff;
    padding: 6px 15px 6px 15px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    width: 85%;
    float: right;
}


.middle_ways{ width:33%; float:left; padding:0 0 0 0;}
.leg-points {
    background: #8d8d8d;
    height: 1px;
    position: relative;
    text-align: center;
    margin: 4px 0;
}
.middle_ways p {
    font-size: 12px;
    margin: 15px 0 0 0;
    text-align: center;
}

.leg-points:after, .leg-points:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -4px;
    top: -5px;
    background: #8d8d8d;
    border-radius: 20px;
}
.leg-points:after {
    content: "";
    left: auto;
    right: 0px;
    background: url(../images/plane.svg) no-repeat 100% #fff;
    width: 18px;
    background-size: 18px;
    height: 18px;
    top: -9px;
}

.onne_wy {
    width: 20%;
    float: left;
    text-align: end;
    padding: 0 0 0 0 !important;
}
.onne_wy h5 {
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #767676;
    font-weight: 500;
}
.onne_wy h2 {
    font-size: 22px;
    color: #3ab54a;
    margin: 0px 0 2px 0;
    font-weight: 600;
}
.onne_wy h2 strong {
    font-weight: 600;
    font-size: 16px;
}
.onne_wy h2 span{
	color: #6e6e6e;
    font-weight: 400;
    display: block;
    font-size: 12px;
}

.onne_wy h6 {
    font-size: 13px;
    margin: 0;
    color: #6e6e6e;
    font-weight: 400;
}
.onne_wy p {
    font-size: 12px;
    margin: 0;
    color: #fd5a02;
    font-weight: 400;
}
.onne_wy a {
    display: block;
    background: #ff6600;
    color: #fff;
    padding: 8px 15px 6px 15px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 85%;
    float: right;
    box-shadow: 0 4px #e54726, -5px 7px transparent;
}

.operated_ar {
    display: none;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

.flterd_dl {
    width: 30%;
    float: left;
}
.flterd_dl a {
    font-size: 14px;
    color: #006de2;
    margin: 0 0 0 0;
    display: inline-block;
    text-decoration: none;
}
.flterd_dl a i {
    width: 18px;
    height: 18px;
    background: #007bff;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    font-size: 16px;
    margin: 0 0px 0 4px;
    line-height: 18px;
}

.bagges_info {
    width: 30%;
    float: left;
}
.bagges_info ul{ list-style:none; padding:0px; margin:0px;}
.bagges_info ul li {
    display: block;
    width: 22px;
    float: left;
    background: #ffeee2;
    text-align: center;
    height: 22px;
    border-radius: 26px;
    margin: 0 5px 0 5px;
    line-height: 22px;
}
.bagges_info ul li img {
    width: 16px;
}

.fli_res_dl {
    width: 40%;
    float: left;
    text-align: end;
}
.fli_res_dl a {
    display: block;
    font-size: 15px;
    color: #f60;
    font-weight: 500;
    text-decoration: none;
}

.shortest_pres {
    border-bottom: none;
    margin-bottom: 18px;
}

.nav-tabs.shortest_pres .nav-link {
    margin-bottom: -1px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px;
    margin-right: 8px;
    background-color: #fff;
    height: 46px;
    padding: 0 20px 0 20px;
}

.nav-tabs.shortest_pres .nav-link span {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #f60;
    font-weight: 500;
    line-height: 16px;
}

.nav-tabs .shortest_pres .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #014d9d;
    border-color: #014d9d #014d9d #014d9d;
}

.nav.nav-tabs.lslobed {
    border-bottom: none;
    margin-bottom: 10px;
}

.nav-tabs.lslobed .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #014d9d;
    font-weight: 600;
    font-size: 14px;
    background-color: #ffffff;
    margin: 0 8px 0 0;
    border-bottom: solid 2px #014d9d;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
}

.nav-tabs.lslobed .nav-item.show .nav-link, .nav-tabs.lslobed .nav-link.active {
    color: #ff5a00;
    background-color: #ffffff;
    border-color: #fff;
    border-bottom: solid 2px #ff5a00;
}

.mndfrty {
    margin: 10px 0 0 0;
    box-shadow: #ababab 0 0 5px inset;
    padding: 12px;
    border-radius: 10px;
}

.mlxt_it{}
.mlxt_it h6 {
    font-size: 15px;
    color: #014d9d;
    margin: 0px;
    background: #efeee5;
    padding: 8px 10px 8px 10px;
    border-radius: 2px;
    font-weight: 600;
}
.mlxt_it h6 span {
    font-size: 14px;
    color: #171717;
    font-weight: 500;
    float: right;
}
.layover_time_travel {
    font-size: 13px;
    margin: 0px auto 8px auto;
    display: table;
    width: 98%;
    padding-top: 4px;
    position: relative;
}
.layover_time_travel span {
    color: #014d9d;
    float: right;
    font-weight: 500;
}
.layover_time_travel strong {
    font-weight: 400;
    text-align: start;
    background: #fff8e6;
    padding: 4px 22px 4px 22px;
    font-size: 12px;
    line-height: 13px;
    display: inline-block;
    border-radius: 14px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0px);
    border: solid 1px #fff8e6;
    color: #8a6d3b;
}

.rtored {
    border-top: solid 1px #ddd;
    padding: 20px 0 0 0;
}

.bk_fltIt {
    margin: 0px 0 0 0;
    display: table;
    width: 100%;
}
.LLt_one {
    width: 7%;
    float: left;
    padding: 0 10px;
}
.LLt_one img{ width:100%;}


.LLT_two{ width:20%; float:left; padding:0px 10px;}
.LLT_two h6 {
    font-size: 12px;
    color: #333;
    margin: 4px 0 0 0;
}
.LLT_two p{ font-size:12px; color:#333; margin:0px;}

.LLT_three{ width:26.5%; float:left; padding:0px 10px;}
.LLT_three h5{ font-size:14px; color:#000; margin:0px 0 4px 0; }
.LLT_three p{ font-size:12px; color:#333; margin:0px;}

.LLT_Four {
    width: 20%;
    float: left;
    padding: 0px 10px;
    text-align: end;
}
.LLT_Four h6 {
    font-size: 13px;
    color: #5c5b5b;
    margin: 2px 0 0 0;
}
.LLT_Four p{ font-size:12px; color:#333; margin:0px;}

tr.fare-summary-text {
    background: #efeee5;
    font-size: 13px;
}

tr.fare-summary-text th {
    font-size: 13px;
    color: #014d9d;
    font-weight: 700;
}

table.table.table-bordered.table-hover td {
    font-size: 13px;
}

table.table.table-bordered.table-hover td p{ margin:0px;}

/** FLIGHT LIST CSS **/


/** FLIGHT LIST 2 CSS **/

.fli_res_box_cont {
    border-radius: 20px;
    background: #FFF;
    border: 1px solid #B1B7C7;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.fli_res_box_dep_row {
    padding: 12px 15px 12px;
}
.fli_res_box_dep_det {
    padding: 0;
    display: flex;
    align-items: center;
}
.fli_res_box_dep_al {
    float: left;
    width: 16%;
    word-break: break-all;
}
.fli_res_box_dep_al span {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto 4px auto;
}
.fli_res_box_dep_al p{
	font-size: 12px;
    font-weight: 500;
    color: #6C6C6C;
    text-align: center;
	margin: 0;
}

.fli_res_box_dep_time {
    width: 28%;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 0 0 0 1rem;
}
.fli_res_box_dep_time h3 {
    font-size: 17px;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.fli_res_box_dep_time h6 {
    font-size: 13px;
    margin: 0 0 0 0;
    font-weight: 500;
    color: #777;
}

.fli_res_box_dep_stop {
    width: 28%;
    float: left;
}

.fli_res_box_dep_stop_line .bf_legline {
    border-top: 1px dashed #6C6C6C;
    position: relative;
    margin: 10px 15px;
}
.fli_res_box_dep_stop_line .bf_legline>span>img {
    position: absolute;
    left: 5px;
    top: -2px;
}
.fli_res_box_dep_stop_line .bf_legline>span {
    background: #fff;
    padding: 0 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: -8px;
    transform: translateX(-50%);
}
.fli_res_box_dep_stop_line .bf_legline:before, .fli_res_box_dep_stop .bf_legline:after {
    content: '';
    position: absolute;
    left: -11px;
    top: -5px;
    width: 8px;
    height: 8px;
    background: #1442CC;
    border-radius: 50%;
}
.fli_res_box_dep_stop_line .bf_legline:after {
    left: auto;
    right: -11px;
}
.fli_res_box_dep_stop_line {}
.fli_res_box_dep_stop_line h6 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 0 0;
}

.fli_res_box_dep_stop_line p {
    font-size: 13px;
    text-align: center;
    margin: 0 0 0 0;
}

.arr_time_rt{ text-align:right;}

.fli_res_box_bot {
    border-top: 1px solid #EEEFF2;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

/** FLIGHT LIST 2 CSS **/

/** SIDEBAR CSS STYLE **/

.accordion.fltairli .card-header .title {
    font-size: 15px;
    color: #121212;
    font-weight: 600;
    display: inline-block;
    line-height: 16px;
}
.accordion.fltairli .card-header {
    padding: 14px 10px;
    background: #fff;
    height: 50px;
    display: flow;
}

.accordion.fltairli .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
    margin: -3px 0 0 0;
}


.card-header{
  cursor: pointer;
  border-bottom: none;
}
.accordion.fltairli .card {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.accordion.fltairli .card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.card-body.airselct_box {
    padding: 0 10px;
}

.check_bx {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 0px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
}

label.check_bx strong {
    float: right;
    font-weight: 500;
}

.fly_imgs {
    float: left;
    margin-right: 10px;
	margin-top:3px;
}

/* Hide the browser's default checkbox */
.check_bx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark_ar {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #014d9d;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}



/* When the checkbox is checked, add a blue background */
.check_bx input:checked ~ .checkmark_ar {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_ar:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_bx input:checked ~ .checkmark_ar:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_bx .checkmark_ar:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid;
    border-color: #014d9d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.one_flttp {
    margin: 0 0 0px 0;
    display: table;
    width: 100%;
    background: #fff;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
}

.one_flttp h4 {
    font-size: 14px;
    color: #070707;
    font-weight: 500;
    margin: 0 0 0px 0;
    padding-bottom: 10px;
}

.innest-div {
    float: left;
    width: 24%;
    margin: 0 .5% 1% .5%;
}

.inner-div label {
    font-size: 13px;
    color: #000000;
}
.innest-div span {
    display: block;
    font-size: 10px;
    color: #525252;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}

.innest-div span strong{ display:block;}

.innest-div span svg {
    fill: #525252;
    width: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    height: 22px;
}

/* The container */
.check-container2 {
    position: relative;
    padding-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}
/* Hide the browser's default checkbox */
.check-container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark2, .checkmark-ok {
    padding: 6px 4px !important;
    background-color: #fff !important;
    border-radius: 4px;
    font-weight: normal;
    border: solid 1px #ddd;
    margin: 0 0 0 0;
}
/* On mouse-over, add a grey background color */
.check-container2:hover input ~ .checkmark2, .check-container2:hover input ~ .checkmark-ok {
  background-color: #E8E8E8;
}
/* When the checkbox is checked, add a blue background */
.check-container2 input:checked ~ .checkmark2, .check-container2 input:checked ~ .checkmark-ok {
    background-color: #e0e8f6 !important;
    color: #014d9d;
}
.check-container2 input:checked ~ .checkmark2 > svg {
  fill: #f60;
}

/** SIDEBAR CSS STYLE **/


/** MODIFY SEARCH FORM MOBILE **/

.modifySearchInfoBox {
    background: #e9e9e9;
    padding: 12px 10px;
	display:none;
}

.searchInfo_left {
   /* width: 50%;*/
    display: inline-block;
}

    .searchInfo_left h5 {
        font-size: 25px;
        color: #333;
        margin: 0px 0 0px 35px;
        font-weight: 600;
    }

.searchInfo_left h5 span {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 0 5px;        
}

.searchInfo_left h6 {
    font-size: 12px;
    color: #777;
    margin: 0 0 0 0;
	font-weight: 400;
}

.searchInfo_left h6 span {
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

    .searchInfo_left h5 img {
        width: 37px;
        margin: -2px 4px 0px 4px;
    }

.searchInfo_right {
    width: 50%;
    float: right;
    margin-top:-7px;
}

#modifySearchBtn {
    background: #ff6600;
    color: #fff;
    display: block;
    width: 74%;
    text-align: center;
    border-radius: 2px;
    padding: 11px 0 12px 0;
    font-size: 16px;
    line-height: 16px;
    float: right;
    margin: 1px 0 0 0;
}

.mobileFilterBox {
    background: #f8f8f8;
    /*padding: 8px 10px 8px 10px;*/
	display:none;
}


.filter_text {
    font-size: 14px;
    font-weight: 500;
    margin: 0px auto 0 auto;
    display: block;
    width: 90%;
    text-align: center;
    border: solid 1px #818494;
    color: #014d9d;
    padding: 8px 0 8px 0;
    line-height: 13px;
    border-radius: 30px;
	background: #fff;
}
.uitk_badge_text {
    background: #f60;
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    margin: 0 2px 0 2px;
}

.mobile_apply_flt {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background: #ffffff;
    left: 0;
    text-align: left;
    padding: 6px 10px 7px 10px;
    z-index: 99999;
	box-shadow: 0 2px .75rem rgba(12, 14, 28, .08);

}

.rmoved_filters {
    text-align: left;
    background: none;
    border: none;
    color: #014d9d;
    font-size: 15px;
    padding: 4px 0 0 0;
    font-weight: 500;
}

.rmoved_filters span {
    font-size: 15px;
    margin: 0px 2px 0 0;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0px;
	line-height: 14px;
}

#apply_nows {
    height: 41px;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #55a4ab;
    color: #ffffff;
    outline: 0;
    background-color: #55a4ab;
    font-weight: 400;
    padding: 10px 35px 10px 35px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}

#reset_nows {
    height: 30px;
    font-size: 15px;
    border-radius: 40px;
    border: 1px solid #ebfdff;
    color: #007bff;
    outline: 0;
    background-color: transparent;
    font-weight: 400;
    padding: 2px 0px 0px 0px;
    float: right;
    display: block;
}

.more_results_loads {
    background: #fff;
    border: solid 1px #ff6600;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
    display: block;
    color: #ff6600;
    border-radius: 5px;
}

.closed_modyfm {
    position: absolute;
    right: 12px;
    color: #fff;
    border: solid 1px #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 18px;
    line-height: 23px;
    top: 12px;
	display:none;
	z-index: 9;
}
.closed_modyfm img {
    width: 12px;
}

.callnow_mm {
    position: absolute;
    width: auto;
    top: 6px;
    right: 3%;
    padding: 2px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #f60;
}

#mobile_nav {
    display: none;
}


@media(max-width:400px) {
    .navbar-light .navbar-brand img {
        width: 127px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.call-icon-container {
    position: absolute;
    left: -4%!important;
    top: 36%!important;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: tilt-shaking 0.6s linear infinite;
    transform-origin: center center;
}


/*****************call banners in list css start*/

.agent-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
    flex-wrap: wrap;
}

.agent-box-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    flex-wrap: wrap;
    min-width: 250px;
}

.agent-img {
    border-radius: 50%;
    width: 65px;
    height: auto;
}

.agent-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.agent-text ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    line-height: 1.6;
    color: #444;
}

.agent-text li::before {
    content: '✓ ';
    color: #1c90f3;
    font-weight: bold;
}

.agent-box-right {
    text-align: right;
    min-width: 250px;
    margin-top: 15px;
}

.agent-availability {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.agent-call {
    display: flex;
    align-items: center;
    border: 2px solid #f26522;
    border-radius: 8px;
    padding: 8px 14px;
    color: #f26522;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

    .agent-call-number:hover, .agent-call-number:active, .agent-call:hover, .agent-call:active {
        text-decoration: none !important;
    }

.agent-call-icon {
    background-color: #f26522;
    color: #fff;
    padding: 1px 8px;
    border-radius: 4px;
    margin-right: 10px;
}

.agent-call-ico i {
    font-size: 16px;
}


@media (max-width: 768px) {
    .agent-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .agent-box-left {
        flex-direction: column;
        gap: 15px;
    }

    .agent-box-right {
        text-align: left;
        margin-top: 0px;
        width: 100%;
    }

    .agent-call {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }

    .agent-img {
        width: 85px;
        margin: auto;
    }

    .agent-text ul {
        display: flex;
        flex-direction: column;
        margin-left: 0 !important;
    }

    .agent-text .d-flex {
        flex-direction: column;
    }

    .agent-call-number {
        width: 86%;
    }
}
/*****************call banners in list css end*/



/** MODIFY SEARCH FORM MOBILE **/




/** MOBILE VIEW SECOND CSS **/


@media (min-width:320px) and (max-width:479px) {

.list_itenry { background: #f9f9f9; padding: 30px 0;}
.owl-controls .owl-buttons{ width: 30%; top: -32px;}
.slider_matrix .matrix__aside { width: 22%;}
.slider_matrix .matrix__rights{ width: 78%;}
.matrix__wrapper .matix__Box-lg, .is_default{ padding-left: 10px !important;}
.slider_matrix .matrix__aside .matrix__cell{ padding-left: 10px;}
.post-slide .post-content a h6{ padding: 5px 2px; font-size: 10px;}
.form_bx { padding: 15px 0;}
.nav-tabs.shortest_pres .nav-link{ padding: 0 14px 0 14px; margin-right: 4px; border: solid 1px #ddd !important;
    font-size: 12px; border-radius: 30px !important;}
.Nwes_rlts{ border-radius: 15px; border: 1px solid #B1B7C7; box-shadow: 0px 0px 5px rgb(0 0 0 / 10%); display: block;}	
.Ons_leftsr { width: 100%; border-right: none;}	
.Departure_gfd { font-size: 12px;}
.arlt_kk { width: 100%; float: left;}
.arlt_kk img { margin: 0px 5px 0 0;}
.arlt_kk p { font-size: 12px; margin: 0px 0 18px 0;}
.arlt_kk p span{ display:none;}
.Nffrto{ width: 23%;}
.Nffrto h5 { font-size: 11px; margin: 0px 0 6px 0;}
.Nffrto h4 { font-size: 15px; margin: 0 0 5px 0;}
.ruot_ttyps { width: 54%; padding: 0px 10px 0 10px;}
.operated_ar { font-size: 12px; padding: 8px 0 0 0;}
.onne_wy { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; background: #ffffff;
    border-radius: 0px; padding: 5px 0 5px 0 !important; border-top: dashed 1px #ddd;}
.onne_wy h5{ display:none;}
.onne_wy a{ width: 100%;}
.fli_res_dl{ display:none;}
.bagges_info { width: 32%;}
.flterd_dl { width: 68%;}
.desktop_search{ display:none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; overflow: scroll; padding: 15px 0 0 0;}
.closed_modyfm{ display: block;}
.filters_moblies { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; padding: 48px 10px 55px 10px; display: none; background: #fff; z-index: 9; overflow: scroll;}
.fare_alert_button{ display:none;}
.mobile_apply_flt{ display:block;}	
.matrixBox h3{ display:none;}
.notes_sd { font-size: 9px; margin: 0 0 0 0;}
.modifySearchInfoBox{ display:block;}
.mobileFilterBox{ display:block;/*width:100%;*/}

.mndfrty{ padding: 10px;}
.nav-tabs.lslobed .nav-link{ font-size: 12px; margin: 0 2px 0 0; padding: 5px 5px 5px 5px;}
.mlxt_it h6{ font-size: 13px;}
.mlxt_it h6 span {font-size: 12px; float: none;}
.LLt_one { width: 25%;}
.LLT_two { width: 75%; margin-bottom: 6px;}
.LLT_three{ width:50%;}
.LLT_three p{ font-size: 11px;}
.LLT_Four { width: 35%; text-align: left; margin-top: 5px;}
.layover_time_travel strong{ left: 20%; transform: translate(-50%, 0px);}
.table-responsive>.table-bordered { border: 0; width: 730px;}
.main_popup { width: 100%; margin: 20px auto;}
.pkfty h3{font-size: 15px; padding: 4px 20px 4px 20px;}
.dating_dsdr{ width: 100%;}
.Popup_call a{ padding: 8px 17px 8px 48px; font-size: 16px;}
.dating_dsdr ul li h6{ font-size: 14px;}
.no_result { width: 100%;}
.noflights_calls{ display:none;}
.no_result_left { width: 100%;}
.session_expired a{max-width: 140px;}
	
}


@media (min-width:480px) and (max-width:767px){

.list_itenry { background: #f9f9f9; padding: 30px 0;}
.owl-controls .owl-buttons{ width: 30%; top: -32px;}
.slider_matrix .matrix__aside { width: 22%;}
.slider_matrix .matrix__rights{ width: 78%;}
.matrix__wrapper .matix__Box-lg, .is_default{ padding-left: 10px !important;}
.slider_matrix .matrix__aside .matrix__cell{ padding-left: 10px;}
.post-slide .post-content a h6{ padding: 5px 2px; font-size: 10px;}
.form_bx { padding: 15px 0;}
.nav-tabs.shortest_pres .nav-link{ padding: 0 14px 0 14px; margin-right: 4px; border: solid 1px #ddd !important;
    font-size: 12px; border-radius: 30px !important;}
.Nwes_rlts{  border-radius: 15px; border: 1px solid #B1B7C7; box-shadow: 0px 0px 5px rgb(0 0 0 / 10%); display: block;}	
.Ons_leftsr { width: 100%; border-right: none;}	
.Departure_gfd { font-size: 12px;}
.arlt_kk { width: 100%; float: left;}
.arlt_kk img { margin: 0px 5px 0 0;}
.arlt_kk p { font-size: 12px; margin: 0px 0 18px 0;}
.arlt_kk p span{ display:none;}
.Nffrto{ width: 23%;}
.Nffrto h5 { font-size: 11px; margin: 0px 0 6px 0;}
.Nffrto h4 { font-size: 15px; margin: 0 0 5px 0;}
.ruot_ttyps { width: 54%; padding: 0px 10px 0 10px;}
.operated_ar { font-size: 12px; padding: 8px 0 0 0;}
.onne_wy { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; background: #ffffff;
    border-radius: 0px; padding: 5px 0 5px 0 !important; border-top: dashed 1px #ddd;}
.onne_wy h5{ display:none;}
.onne_wy a{ width: 100%;}
.fli_res_dl{ display:none;}
.bagges_info { width: 32%;}
.flterd_dl { width: 68%;}
.desktop_search{ display:none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; overflow: scroll; padding: 15px 0 0 0;}
.closed_modyfm{ display: block;}
.filters_moblies { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; padding: 48px 10px 55px 10px; display: none; background: #fff; z-index: 9; overflow: scroll;}
.fare_alert_button{ display:none;}
.mobile_apply_flt{ display:block;}	
.matrixBox h3{ display:none;}
.notes_sd { font-size: 9px; margin: 0 0 0 0;}
.modifySearchInfoBox{ display:block;}
.mobileFilterBox{ display:block;/*width:100%;*/}

.mndfrty{ padding: 10px;}
.nav-tabs.lslobed .nav-link{ font-size: 12px; margin: 0 2px 0 0; padding: 5px 5px 5px 5px;}
.mlxt_it h6{ font-size: 13px;}
.mlxt_it h6 span {font-size: 12px; float: none;}
.LLt_one { width: 25%;}
.LLT_two { width: 75%; margin-bottom: 6px;}
.LLT_three{ width:50%;}
.LLT_three p{ font-size: 11px;}
.LLT_Four { width: 35%; text-align: left; margin-top: 5px;}
.layover_time_travel strong{ left: 20%; transform: translate(-50%, 0px);}
.table-responsive>.table-bordered { border: 0; width: 730px;}
.main_popup { width: 100%; margin: 20px auto;}
.pkfty h3{font-size: 15px; padding: 4px 20px 4px 20px;}
.dating_dsdr{ width: 100%;}
.Popup_call a{ padding: 8px 17px 8px 48px; font-size: 16px;}
.dating_dsdr ul li h6{ font-size: 14px;}
.no_result { width: 100%;}
.noflights_calls{ display:none;}
.no_result_left { width: 100%;}
	
}


@media (min-width:768px) and (max-width:1023px){
	
.list_itenry { background: #f9f9f9; padding: 30px 0;}
.owl-controls .owl-buttons{ width: 30%; top: -32px;}
.slider_matrix .matrix__aside { width: 22%;}
.slider_matrix .matrix__rights{ width: 78%;}
.matrix__wrapper .matix__Box-lg, .is_default{ padding-left: 10px !important;}
.slider_matrix .matrix__aside .matrix__cell{ padding-left: 10px;}
.post-slide .post-content a h6{ padding: 5px 2px; font-size: 10px;}
.form_bx { padding: 15px 0;}
.nav-tabs.shortest_pres .nav-link{ padding: 0 14px 0 14px; margin-right: 4px; border: solid 1px #ddd !important;
    font-size: 12px; border-radius: 30px !important;}
.Nwes_rlts{  border-radius: 15px; border: 1px solid #B1B7C7; box-shadow: 0px 0px 5px rgb(0 0 0 / 10%); display: block;}	
.Ons_leftsr { width: 100%; border-right: none;}	
.Departure_gfd { font-size: 12px;}
.arlt_kk { width: 100%; float: left;}
.arlt_kk img { margin: 0px 5px 0 0;}
.arlt_kk p { font-size: 12px; margin: 0px 0 18px 0;}
.arlt_kk p span{ display:none;}
.Nffrto{ width: 23%;}
.Nffrto h5 { font-size: 11px; margin: 0px 0 6px 0;}
.Nffrto h4 { font-size: 15px; margin: 0 0 5px 0;}
.ruot_ttyps { width: 54%; padding: 0px 10px 0 10px;}
.operated_ar { font-size: 12px; padding: 8px 0 0 0;}
.onne_wy { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; background: #ffffff;
    border-radius: 0px; padding: 5px 0 5px 0 !important; border-top: dashed 1px #ddd;}
.onne_wy h5{ display:none;}
.onne_wy a{ width: 100%;}
.fli_res_dl{ display:none;}
.bagges_info { width: 32%;}
.flterd_dl { width: 68%;}
.desktop_search{ display:none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; overflow: scroll; padding: 15px 0 0 0;}
.closed_modyfm{ display: block;}
.filters_moblies { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; padding: 48px 10px 55px 10px; display: none; background: #fff; z-index: 9; overflow: scroll;}
.fare_alert_button{ display:none;}
.mobile_apply_flt{ display:block;}	
.matrixBox h3{ display:none;}
.notes_sd { font-size: 9px; margin: 0 0 0 0;}
.modifySearchInfoBox{ display:block;}
.mobileFilterBox{ display:block;/*width:100%;*/}

.mndfrty{ padding: 10px;}
.nav-tabs.lslobed .nav-link{ font-size: 12px; margin: 0 2px 0 0; padding: 5px 5px 5px 5px;}
.mlxt_it h6{ font-size: 13px;}
.mlxt_it h6 span {font-size: 12px; float: none;}
.LLt_one { width: 25%;}
.LLT_two { width: 75%; margin-bottom: 6px;}
.LLT_three{ width:50%;}
.LLT_three p{ font-size: 11px;}
.LLT_Four { width: 35%; text-align: left; margin-top: 5px;}
.layover_time_travel strong{ left: 20%; transform: translate(-50%, 0px);}	
.table-responsive>.table-bordered { border: 0; width: 730px;}
.main_popup { width: 100%; margin: 20px auto;}
.pkfty h3{font-size: 15px; padding: 4px 20px 4px 20px;}
.dating_dsdr{ width: 100%;}
.Popup_call a{ padding: 8px 17px 8px 48px; font-size: 16px;}
.dating_dsdr ul li h6{ font-size: 14px;}
.no_result{ width: 100%;}
	
}