

@media (min-width: 1600px) and (max-width: 1880px) {
}
@media (min-width: 1400px) and (max-width: 1599px)  {
}
@media (min-width: 1360px) and (max-width: 1399px) { 

}
@media (min-width: 1280px) and (max-width: 1359px)  {
}
@media (min-width: 992px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 320px) and (max-width: 767px) {

    ul.cat-list.grid-list-items li {
    width: 100%;
}

.banner-section-four .banner-section-wrapper {
    display: none;
}
    .banner-section-four .filter-wrapper .filter-group form {
          padding: 35px 0 20px 0;
        margin-bottom: 30px;
    }
    header.style-4 .header-logo {
        padding: 0px 0;
    }
    .banner-section-four .filter-wrapper {
    margin: 0 -15px;
    padding-top: 20px;
}
    .flight_type .form-check-inline {
        justify-content: start;
        margin: 0;
        padding-left: 20px;
    }
    .banner-section-four .filter-wrapper .filter-group form .filter-area > .row > div {
    padding: 0 5px;
    margin-top: 10px;
}

.flight_type {
    
    margin-bottom: 10px;
}
.form-wrap .filter-area + button.primary-btn-two {
    width: 94%;
 

}
    .list-grid-cont li {
    width: 100%; 
    }
}