@media (min-width: 1600px) and (max-width: 1880px) {
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px)  {
}
@media (min-width: 1360px) and (max-width: 1399px) { 
    .list-grid-cont li {
    width: 32.5%;
    border: 1px solid var(--theme-color);
    padding: 33px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
}
@media (min-width: 1280px) and (max-width: 1359px)  {
    .list-grid-cont li {
    width: 32.5%;
    border: 1px solid var(--theme-color);
    padding: 33px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
}


@media (min-width: 992px) and (max-width: 1279px) {
        .list-grid-cont li {
    width: 32.5%;
    border: 1px solid var(--theme-color);
    padding: 33px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 320px) and (max-width: 767px) {
    .tg-hero-3-content {
    display: none;
}
.tg-hero-tu-2-wrapper {
        padding-top: 40px;
    }

    header.tg-header-height.tg-header-tu-2-wrap {
    height: auto !important;
}
.search-area .container {
    padding: 0;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) #bebebe !important;
}
   
  .fromTofromBox .row .col-6:not(:last-child) {
        margin-bottom: 15px;
    }
    .FromCodeSearchBox.pe-lg-1.search-form-field-one {
    flex: 0 0 auto;
    width: 100%;
}
.flight-type {
    margin-bottom: 0px !important;
}
.search-nav ul.nav.nav-pills li.nav-item {
        width: 48%;
    }
.search-nav ul.nav.nav-pills li.nav-item button {
        width: 100%;
    }
    .form-group-icon {
        position: relative;
    }
    li.parsley-required, .parsley-errors-list {

    left: 0px !important;

    bottom: 0px;

}
.tg-header-lg-space {
        padding: 0 0px;
    }
      .list-grid-cont li {
    width: 100% !important; 
    }
}