@media (max-width: 767px) {

    .our-menu .row .col-md-3 {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .menu-area .filters li {
        padding: 12px 0px;
    }

    .order-md-2 h5{
        display: none;
    }

    .order-md-1 h5{
        display: block !important;
    }

    .order-md-1 {
        display: flex;
        align-items: flex-start;
    }

    .footer-li{
        padding: 0;
    }
    .food-app img{
        width: 50px;
    }
    .about-img{
        margin-top: 10px;
        width: 250px;
    }

}

@media (max-width:576px) {

    /* .navbar-collapse{
        height: auto;
    } */
    .logo2 {
        display: flex;
        justify-content: center;
        padding: 6vh 0vw;
    }

    .social-icon {
        padding: 112px 0 20px 0px;
    }

    .banner-content {
        text-align: center;

        .baner-head {
            margin-bottom: 0;
        }
    }

    .custonBtn {
        margin: auto;
    }

    .header-social{
        display: flex;
        flex-direction: column;
    }
    /* .navbar-expand-sm .navbar-collapse {
        justify-content: flex-end;
    } */
}