/* Desktop Layout: 1920px. */

@media only screen and (min-width: 1900px) {
    .filter_section_area.mobile {
        display: none !important;
    }
}


/* Desktop Layout: 1024px. */

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
    .flights_allsteps ul li {
        padding: 12px 2px 12px 35px;
    }
    .time_schedule p {
        font-size: 11px;
    }
    .single_flight_fare h4 {
        font-size: 15px;
    }
    .single_Bottom_item span {
        font-size: 10px;
    }
    .single_Bottom_item p.fz11 {
        font-size: 10px !important;
    }
    .flight_logo_name p {
        font-size: 14px;
    }
    .left_side {
        width: 79%;
    }
    .filter_section_area.mobile {
        display: none !important;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .floatinglogo {
        text-align: center;
    }
    .floatinglogo img {
        width: 15%;
    }
    .filter_section_area .mobile {
        display: block !important;
    }
    .flights_allsteps ul li {
        padding: 12px 0px 12px 33px;
    }
    .flights_allsteps ul li a {
        font-size: 9px;
        font-weight: 500;
    }
    .flights_allsteps ul li a i.fa {
        font-size: 14px;
        margin-right: 2px;
    }
    .time_schedule p {
        font-size: 11px;
    }
    .single_flight_fare h4 {
        font-size: 15px;
    }
    .filter_section_area.mobile {
        display: block !important;
        border-radius: 5px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        width: 22%;
    }
    .floatinglogo {
        text-align: center;
    }
    .floatinglogo img {
        width: 15%;
    }
    .filter_section_area.mobile {
        display: block !important;
    }
    .flights_allsteps,
    .login {
        display: none;
    }
    .flights_allsteps ul li {
        padding: 12px 0px 12px 33px;
    }
    .flights_allsteps ul li a {
        font-size: 9px;
        font-weight: 500;
    }
    .flights_allsteps ul li a i.fa {
        font-size: 14px;
        margin-right: 2px;
    }
    .time_schedule p {
        font-size: 11px;
    }
    .single_flight_fare h4 {
        font-size: 15px;
    }
    .source_desination,
    .time_schedule,
    .passengerTypes {
        margin-bottom: 15px;
    }
    .single_flight_fare {
        margin-bottom: 10px;
    }
    .single_Bottom_item {
        margin-bottom: 15px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}