@media (max-width: 991px) {



}

@media (max-width: 767px) {
    .addressnew ul {
        display: block;
    }
    .mob-hide{display:none!important;}
    .av-hero {
        padding: 33px 0 24px;
    }
    .addressnew ul li{font-size:14px;}
    .footerLinks h4 {
        font-size: 17px;
    }
    .btn-lg {
        padding: 7px 10px;
        font-size: 13px;
    }
    .av-hero-stat .num {
        font-size: 22px;
    }
    .av-hero-stats {
        display: flex;
        gap: 17px;
        flex-wrap: wrap;
        margin-top: 17px;
    }
    .av-hero .lead {
        font-size: 15px;
        margin: 20px 0 32px;
    }
    .av-hero h1 {
        color: #fff;
        font-weight: 900;
        font-size: 26px;
        line-height: 30px;
    }
    .footer-data {
        display: block !important;
        color: #fff;
        justify-content: space-between;
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .hide{display:none;}
    .av-trust-strip {
        /* background: var(--av-gray-50); */
        padding: 40px 0 0;
    }
    .av-hero {
        height: 570px;
    }
    .section {
        padding: 50px 0;
    }
    .av-trust-grid {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .av-trust-card {
        width: 47%;
    }
    .av-hero h1 br{display:none;}
    .text-coral {
        color: #fff !important;
        margin-left: 6px;
    }
    .av-iata-badge{width:100%;}
    .terms h1 {
       
        margin-top: 28px;
    }
    .terms p {
        text-align: left;
        line-height: 22px;
        font-size: 13px;
    }
    .btn-floating:hover img {
        margin-bottom: 1px;
        display: inline-block;
        height: 25px;
    }
    .btn-floating {
        width: 35px;
        height: 35px;
        margin-bottom: 80px;
    }
    .btn-floating:hover {
        width: auto;
        padding: 0 10px;
        cursor: pointer;
    }
    .btn-floating{
        z-index:999;
    }
    .btn-floating.phone{bottom:70px;}
    .av-flow, .av-paths, .av-trust {
        display: block !important;
    }
        .av-q, .av-trust b {
            font-size: 14px !important;
        }
    .av-trust div {
        padding: 10px 18px!important;
    }
    .av-tabs {
        display: flex;
         flex-wrap:inherit!important; 
        gap: 10px;
        justify-content: center;
        margin: 6px 0 28px;
        width: 100%;
        overflow-x: scroll!important;
    }
}
