@media (max-width: 767px) {
    .another_childbtn {
        padding: 10px 0px !important;
    }

    /*.logo {
        height: 47px !important;
    }*/

    .navbar-light {
        background: #72B815;
    }

    .bg-image-gradient {
        background: url(../images/banner.png) no-repeat;
        height: 800px !important;
    }

    .service-section .about-img {
        height: 300px !important;
        width: 300px !important;
        overflow: hidden;
    }

    .home-img {
        padding: 75px 0 !important;
    }

    .ptb-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .ptb-50 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .service-section .service-text {
        margin-top: 20px !important;
    }

    .service-section .service-text .section-title {
        margin-bottom: 5px !important;
    }

    .delivery-section .delivered-img {
        height: 363px !important;
        width: 303px !important;
        padding-top: 56px !important;
    }

    .meal-history .nav-item {
        margin-right: 0px !important;
    }

    .meal-data .rightdiv.meal-imgcontainer {
        display: none !important;
    }

    .meal-description {
        width: 375px !important;
    }
}