@media screen and (max-width: 1199px) {
    .navbar .navbar-nav .nav-item {
        padding: 10px 15px;
    }
    .welcome-section .welcome-content {
        margin-left: 80px;
    }
    .welcome-section .welcome-content .sub-title {
        font-size: 28px;
    }
    .welcome-section .welcome-content h2 {
        font-size: 48px;
    }
    .welcome-section .welcome-content h2 span {
        font-size: 32px;
    }
    .categories-box .categories-content .categories-title {
        font-size: 26px;
    }
    .professional-section::before,
    .categories-section::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .spacer {
        padding-bottom: 50px;
    }
    .mobile-menu {
        display: block;
    }
    .product-about-section .about-content h2 {
        font-size: 38px;
    }
    .product-about-section .about-content .sub-title {
        font-size: 28px;
    }
    .section-heading .desc br {
        display: none;
    }
    .section-heading .main-title {
        font-size: 38px;
    }
    .categories-box {
        margin-bottom: 24px;
    }
    .categories-box:last-child {
        margin-bottom: 0;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .footer-block.conpany-info {
        padding-bottom: 30px;
    }
    .footer-block {
        margin-bottom: 30px;
    }
    .footer-section {
        padding: 50px 0 20px 0;
    }
    .header-section.fixed .mobile-menu {
        background: linear-gradient(270.04deg, #203429 29.27%, #475C50 70.73%);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .breadcrumb-section {
        padding: 40px 0;
    }
    .breadcrumb-section .breadcrumb-title {
        font-size: 48px;
    }
    .food-categories {
        padding-top: 50px;
    }
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em var(--thm-b-font);
    }
}

@media screen and (max-width: 767px) {
    .welcome-section .welcome-content {
        padding: 0 12px;
        margin: 0;
    }
    .product-about-section .about-content {
        margin-left: 0px;
        margin-top: 20px;
    }
    .footer-section {
        padding: 30px 0 10px 0;
    }
    .footer-block .footer-block-title {
        margin-bottom: 15px;
    }
    .home main {
        padding-top: 100px;
    }
    .section-heading .main-title {
        font-size: 36px;
    }
    .breadcrumb-section {
        padding: 25px 0;
    }
    .breadcrumb-section .breadcrumb-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 480px) {
    /* .spacer {
        padding-bottom: 30px;
    } */
    .product-about-section .about-content h2 {
        font-size: 32px;
    }
    .product-about-section .about-content .sub-title {
        font-size: 24px;
    }
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em var(--thm-b-font);
    }
}


/* min width */

@media (min-width:991px) and (max-width:1199px) {
    .categories-box .categories-body {
        padding: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1199px) {}