@media only screen and (max-width: 920px) {
    .headerbox {
        display: none;
    }
.bannersection {
    margin-left: 0;
}
    .bannersection .bannerimg {
        height: 200px;
    }

    .aboutsection .aboutbox {
        margin: 20px 0 0;
    }

    .aboutsection {
        padding: 20px 0;
    }

    .headingbox {
        margin: 0 0 15px;
    }

    .aboutsection .aboutbox .aboutcontent a.readmorebtn {
        padding: 8px 20px;
    }

    .productsection {
        padding: 20px 0;
    }

    .support-section .support-box {
        border: none;
        border-bottom: 1px solid #fff;
        padding: 15px 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .support-section .support-section-box {
        margin: 0;
    }

    .support-section [class*=col-]:nth-child(3) .support-box, 
    .support-section [class*=col-]:last-child .support-box {
        border: none;
    }

    .recipessection {
        padding: 20px 0;
    }

    .gallerysection {
        padding: 20px 0;
    }

    .footersection {
        margin: 0;
        padding: 50px 0 30px;
    }

    .footersection .footer-topbox .footerlogoimg a img {
        width: 40%;
    }

    .footersection .footer-topbox .footerlogoimg {
        margin: 0 0 50px;
    }

    .footersection .footer-topbox .footer-box {
        margin: 0 0 20px;
    }

    .footersection .footer-topbox {
        margin: 0 0 0 20px;
        padding: 0;
    }

    .footersection .footer-bottombox {
        margin: 10px 0 0;
    }

    .recipessection .recipesbox a .recipesimg img {height: 200px;}

    .headingbox h2 {
        font-size: 24px!important;
    }

    .mapsection .mapbox {
        margin: 0;
    }

    .footersection:before {
        height: 60px;
        display: none;
    }

    .directorsmessage .directorsmessagebox {
        margin: 0;
    }

    .ms-3 {
        margin: 0!important;
    }

    .directorsmessage .directorsmessagebox .headingbox {
        text-align: center;
    }

    .directorsmessage .directorsmessagebox .headingbox h2:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .aboutvisionsection .aboutvisionbox {
        height: unset;
    }

    .directorsmessage .directorsimage {
        text-align: center;   
    }

    .aboutvisionsection {
        padding: 30px 0;
        margin: 0 0 0px;
    }

    .footersection .footer-topbox .footer-box .footerlist {
        display: none;
    }
    .footersection .footer-topbox .footer-box .footerhead h4 i {display: block;}
    .mobileheader {display: block;}

    .productdetails .productimg {
        position: relative;
        height: unset;
        width: 100%;
        background: #f1f1f1;
        left: 0;
    }

    .productdetails .productdetailsbox {
        padding: 20px 20px 30px;
    }

    .productdetails {
        margin: 20px 0 0;
    }

    .recipesdetails .recipesimg {
        position: relative;
        width: 100%;
        height: unset;
    }

}

@media only screen and (max-width: 767px) {
    .contactsection .contactrow {
        padding: 0;
    }
    
    .aboutsection.aboutpage .aboutbox .headingbox h2 {
        font-size: 22px;
    }
    .bannersection .bannerimg img {
        height: auto;
        object-fit: unset;
        object-position: unset;
    }
    .bannersection .bannerimg {
        height: auto;
    }
    .productsection.productpage {
        background: #fff;
    }
    
    .search-factorylocations form .fields {
        flex-basis: 100%;
        width: 100%;
    }
    
    .search-factorylocations form {
        flex-direction: column;
    }
    
    .search-factorylocations form .fields-btn {
        flex-basis: 100%;
        width: 100%;
    }
    
    .search-factorylocations form .fields-btn button {
        width: 100%;
    }
    
    .search-factorylocations form .fields {
        flex-basis: 100%;
        width: 100%;
    }
    
    .search-factorylocations form {
        flex-direction: column;
    }
    
    .search-factorylocations form .fields-btn {
        flex-basis: 100%;
        width: 100%;
    }
    
    .search-factorylocations form .fields-btn button {
        width: 100%;
    }
    
    .contactsection {
        padding: 0 0 20px 0;
    }
    
    .breadcrumbbox h3 {
        font-size: 18px;
        font-weight: 400;
    }
    
    .breadcrumbbox {
        padding: 20px 0;
    }
    
    .breadcrumbbox ul {
        padding: 5px 15px;
    }
    
    .directorsmessage .directorsmessagebox .details p {
        font-size: 18px;
    }
    .productsection .productbox {
        margin: 20px 0 0;
    }
    
    .productsection .productsectionbox {
        margin: 0;
    }
    
    .breadcrumb-page {
        margin: 0 0 10px;
    }
    
    .productdetails .productdetailsbox .productnamebox h2 {
        font-size: 24px;
    }
    
    .gallerysection .gallerysectionbox {
        margin: 0;
    }
    
    .recipessection .recipessectionbox {
        margin: 0;
    }
    .footersection .footer-topbox .footer-box .footerhead h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 425px) {
    .footersection .footer-topbox .footer-box .footerhead h4 {
        font-size: 16px;
        font-weight: 500;
    }
    
    .recipessection .recipesbox a .recipesinfobox .title span {
        font-size: 16px;
        line-height: unset;
    }
}