@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) {
    .list-grid-4 li {
        width: 33.33%;
    }
}
@media (max-width:1279px) {
    .form-main-wrapper .contact-main-wrapper .form-cont-wrap {
    padding: 0px 0px 85px !important;
}
.form-main-wrapper .contact-main-wrapper .form {
    background: none;
    padding: 85px 0px 10px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .list-grid-3 li {
        width: 50%;
    }

    .list-grid-4 li {
        width:50%;
    }

    .airline-inner-page  .tabulation {
        margin-top: 0px;
    }

    .airline-inner-page {
        padding: 30px 0 50px 0 !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {

    .tabulation input[type="text"]  , .tabulation .cs-select ,   .tabulation label{
        width: 100%;

    }
      .tab-content {
        padding: 15px;
        padding-top: 5px;
    }

    .tab-content .btn {
        margin-top: 10px;
    }

    .tabulation .nav-tabs li {
        width:50%;
    }

    #fh5co-logo {
        padding-left: 0px;
    }
    .nav-tabs > li > a {

    margin-right: 0px;
 }
 .list-grid-3 li , .list-grid-4 li {
    width: 100%;
}
.contact-us-widget .call-aside-cont h3 {
    position: absolute;
    bottom: -4px;
    left: 11%;
    color: #000;
    font-weight: 600;
    font-size: 26px;
}
.contact-us-widget .call-aside-cont p {
    position: absolute;
    bottom: -7px;
    left: 11%;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    opacity: 1;
    letter-spacing: 0;
}
.contact-us-widget {
    margin-bottom: 20px;
}

.airline-inner-page  .tabulation {
    margin-top: 0px;
}

.airline-inner-page {
    padding: 30px 0 50px 0 !important;
}

.airline-inner-page  .title-breadcrumb{
    font-size: 30px !important;
}

.flight_type .form-check-inline label {
    width: auto;
}
.disclaimer_cont p {
    margin-bottom:80px;
}
}


@media only screen and (min-width:768px){
.mobile-main2 {
    display: none;
}
.quick-lnk .flt-ht {
    display: none;
}
.quick-lnk {
    height: 250px !important;
    padding: 60px 0 !important;
}
.fh5co-hero.inner-single-page {
    height: auto;
}
}

@media only screen and (max-width:767px){
.tp {
    top: 0;
    bottom: unset !important;
}
    .mobile-main2 {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        background: var(--back-mob);
        padding: 12px !important;
    }
        .mobile-popup {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
        .call-icon {
        background: var(--white);
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 53px;
        border-radius: 30px;
        margin-right: 0%;
    }
    .call-now {
        margin: 0 0 0 5px;
        text-align: center;
        color: #000;
    }
        .call-now p {
        font-size: 4vw !important;
        margin-bottom: 0;
        font-weight: 500 !important;
        color: var(--white);
    }
        .call-now span {
        font-size: 28px;
        font-weight: 600;
        animation: headShake 0.8s linear 1s infinite alternate;
        display: block;
        color: var(--white);
    }
    .call-icon img {
    width: 40px;
}
.flight_type {
    text-align: center;
}


#fh5co-header-section {
    height: 91px;
}
.mt {
    margin-bottom: 0px;
}

.flt-ht {
    padding: 0;
}
ul.nav.nav-tabs {
    text-align: center;
}
.nav-tabs .active a {
    background: var(--back-mob) !important;
}
.nav-tabs > li > a {
        color: var(--back-mob);
    }
.tabulation input[type="text"] {
    color: var(--back-mob) !important;
    font-weight: normal;
}
.btn.btn-primary {
    background: var(--back-mob);
}
.tabulation input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
color: var(--back-mob);
}
	.destion {
    background: #000 !important;
}
.flight_type .form-check-inline {
    margin: 0;
}
.banr .flt-ht {
    margin-top: -5px;
}

.banr .fh5co-cover {
    padding: 0 !important;
}



}