@media(max-width:991px) {
    .navbar-light img {
        width: 65px;
    }

    .min-nav {
        background: #ffffff;
        /* right: 0; */
        top: 58px;
        width: 250px;
        z-index: 11;
        padding: 12px;
        position: absolute;
        border-radius: 5px;
        color: #252525 !important;
    }

}

@media(max-width:567px) {
    .contact_nav i {
        font-size: 20px;
        margin-top: 10px;
    }

    .social_icon i {
        font-size: 20px;
        margin-top: 10px;
    }

    .brand_us h5 {
        font-size: 11px;
    }
}

@media(max-width:767px) {
    .brand_us h2 {
        font-size: 18px;
    }

    .titleBar h1 {
        font-size: 23px;
    }

    .about_us span {
        font-size: 18px;
    }

    .about_us h2 {
        font-size: 17px;
    }

    p {
        line-height: 28px;
        font-size: 14px;
    }

    .about_banner {
        width: 100%;
        height: 30vh;
        position: relative;
    }

    .gal_product h2 {
        font-size: 20px;
    }

    .products h2 {
        font-size: 20px;
    }

    .footer_img h5 {
        font-size: 22px;
    }

    .about_banner_caption h1 {
        font-family: "f4";
        font-size: 25px;
    }

    .mission p {
        font-size: 13px;
    }

    .vision_mission h2 {
        font-size: 18px;
    }

    .cont_form h3 {
        font-size: 18px;
    }

    .cont_add h2 {
        font-size: 22px;
    }

    .ic_on img {
        width: 25px;
    }

    .cont_con .cont_info .icon {
        font-size: 35px;
        height: 50px;
        width: 50px;
    }

    .cont_add p {
        font-size: 12px;
    }

    .cont_info h4 {
        font-size: 18px;
    }

    .cont_info a {
        font-size: 14px;
    }

    .cont_form .cont_grp label {
        font-size: 14px;
    }

    .product_card h3 {
        font-size: 16px;
    }

    .pro_milk h2 {
        font-size: 24px;
    }

    .our_products h6 {
        font-size: 13px;
    }

    .our_farm h6 {
        font-size: 13px;
    }

    .our_faq h6 {
        font-size: 13px;
    }
    .navbar-nav {
        font-size: 16px;s
    }
    .navbar-light .navbar-nav .nav-link {
        color: #252525 !important;
    }
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(.6);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}