ul.menu-main {
    display: flex;
    gap: 50px;
    padding: 20px 0;
    justify-content: space-between;
}

.header_megabar .item-right {
    flex: 0 0 80px;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 1440px) and (max-width: 1680px) {
    .custom-nav-link {
        font-size: 17px;
    }

    .slide-content {
        padding: 0;
    }

    .food_services_featured_sec {
        margin-top: 0;
    }

    .food_services_title h2 {
        font-size: 44px;
        padding-bottom: 15px;
    }

    .food_services_title {
        padding-bottom: 0;
    }

    .product-title br {
        display: none;
    }

    .food_services_needhelp h2 {
        font-size: 35px;
    }

    .food_services_needhelp {
        padding-right: 200px;
    }

    .food_services_faq_main_left .food_services_product_btn {
        padding-top: 50px;
    }

    .item_para {
        padding-right: 35px;
    }

    .testmonial_sldr button.owl-prev {
        left: 36%;
        bottom: -90px;
    }

    /* .foodservice_pad_pt {
        padding-top: 0px;
        padding-bottom: 50px;
    } */

    .testmonial_sldr button.owl-next {
        bottom: -90px;
    }

    .food_services_testim_main_left {
        height: 740px;
    }

    /* .footer-container {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    } */

    .payment-icons {
        gap: 13px;
    }

    .footer-bottom {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .food_services_category .foodservice_pad_pt {
        padding-top: 50px;
        padding-bottom: 0px !important;
    }

    .food_services_featured_sec .foodservice_pad_pt {
        padding-bottom: 0px !important;
    }

    .food_services_featur_main.foodservice_pad_pt {
        padding-bottom: 0;
    }

    .food_services_featured_sec {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px !important;
    }

    .food_services_blog_main.foodservice_pad_pt {
        padding-bottom: 0;
    }

    .card_btn a {
        padding: 15px 20px;
        gap: 10px;
        font-size: 16px;
    }

    .food_services_product_btn a {
        padding: 15px 25px;
        gap: 20px;
        font-size: 18px;
    }

    .read-more {
        font-size: 20px;
    }







    .cards-wrapper .product-card {
        width: 435px;
    }

    .product-card img {
        object-fit: cover;
    }

}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .foodservice_pad_lr {
        padding: 0 40px !important;
    }

    .custom-select {
        font-size: 15px;
    }

    .custom-nav-link {
        font-size: 16px;
    }

    .card_btn a {
        padding: 15px 31px;
        gap: 9px;
        font-size: 15px;
    }

    .food_services_needhelp h2 {
        line-height: 50px;
        font-size: 32px;
    }

    .item_para {
        padding-right: 0;
    }

    .food_services_testim_main_left {
        padding: 30px;
        height: 700px;
    }

    .food_services_testim_main.foodservice_pad_pt {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .payment-icons img {
        max-width: 150px;
    }

    .footer-bottom.foodservice_pad_lr {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }



    .food_services_equipment_main.foodservice_pad_pt {
        padding-bottom: 40px;
    }

    .accordion-content.open {
        height: auto !important;
        overflow-y: scroll !important;
    }

    .food_services_content_title h2 {
        font-size: 35px;
    }

    .cards-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    .cards-wrapper .product-card {
        width: 100%;
    }

    .footer-column h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .header_main_search_select {
        gap: 0;
    }

    .icon-menu {
        gap: 60px;
        justify-content: end;
    }

    .foodservice_pad_lr {
        padding: 0 80px;
    }

    .icon-item {
        padding: 0;
    }

    .foodservice_pad_lr {
        padding: 0 40px !important;
    }

    .footer-container {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .food_services_testim_main.foodservice_pad_pt {
        padding-top: 40px;
        padding-bottom: 40px !important;
    }

    .food_services_title h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .product_card_all .product-card {
        margin: unset;
    }
}

@media only screen and (max-width: 1280px) {
    .food_services_needhelp {
        padding-right: 240px;
    }

    .food_services_needhelp h2 {
        line-height: 45px;
        font-size: 30px;
    }

    .accordion-item {
        margin-bottom: 10px;
    }

    .accordion-header {
        padding: 20px 20px;
    }

    .accordion-content.open p {
        font-size: 18px;
    }

    .food_services_testim_main_left {
        padding: 30px;
    }

    .food_services_title {
        padding-bottom: 0;
    }

    .footer-bottom {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .custom-select {
        font-size: 15px;
    }

    .custom-nav-link {
        color: white;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px 0;
        transition: all 0.3s ease;
    }

    .footer-container {
        gap: 20px;
    }

    .card-title {
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-excerpt {
        font-size: 18px;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .read-more {
        color: #0071CE;
        font-weight: bold;
        text-decoration: underline;
        margin-top: auto;
        font-size: 18px;
        transition: all 0.3s ease;
    }

    .footer-column {
        flex: 1 1 200px;
        min-width: 45%;
    }

    .footer-container {
        gap: 35px;
        column-gap: 50px;
    }

    .food_services_testim_main_left {
        height: 700px;
    }

    .food_services_featured_sec {
        margin-top: 0;
    }

    .cards-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }

    .cards-wrapper .product-card {
        width: 100%;
    }

    .our_commitment_right img {
        height: 100% !important;
        object-fit: cover;
    }

    .our_commitment_right {
        height: 100%;
    }

    .food_services_equipment_main.foodservice_pad_pt {
        padding-bottom: 50px;
    }

    .custom-offcanvas {
        width: 50%;
    }

    .food_corner_category.foodservice_pad_lr {
        padding-bottom: 50px !important;
    }

    .title {
        font-size: 18px;
    }

    .food_services_content_title h2 {
        font-size: 33px;
        padding-right: 155px;
    }


    /* new-css */
    .food_category_main .row {
        gap: 20px !important;
    }

    .food_category_main .row .card {
        padding: 25px;
    }

    .card p {
        margin-bottom: 0;
    }

    .slider-wrapper {
        margin-bottom: 20px;
        width: 80% !important;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1150px) {
    .custom-menu-toggle {
        display: block;
    }

    .custom-navbar-right {
        display: none;
    }

    .dropdown-toggle {
        font-size: 15px;
    }

    .header_main_list ul li {
        font-size: 15px;
    }

    .food_services_sldr button.owl-next {
        top: -130px;
    }

    .food_services_sldr button.owl-prev {
        top: -130px;
    }

    .food_services_needhelp {
        padding-right: 160px;
    }

    .foodservice_pad_pt {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .food_services_selling_sec .foodservice_pad_pt {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .food_services_testim_main_left .food_services_title h2 {
        font-size: 35px;
        font-weight: 700;
    }

    .item_para p {
        font-size: 18px !important;
    }

    .test_fig::after {
        width: 68px;
        height: 65px;
        background-repeat: no-repeat;
    }

    .item_para {
        padding-right: 50px;
    }

    .testmonial_sldr button.owl-prev {
        left: 36%;
    }

    .card_btn a {
        padding: 15px 20px;
        gap: 15px;
        font-size: 18px;
    }

    section#food_services_featured .foodservice_pad_pt {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .food_services_blog_main.foodservice_pad_pt {
        padding-bottom: 0;
    }

    .header_main_search_select.foodservice_pad_lr {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .food_testim_sldr_sec h3 {
        font-size: 20px;
    }

    .dropdown::after {
        height: 30px;
        top: 0;
    }


    .ship_card1_fig img {
        width: 60px;
    }

    .our_commitment_left h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .foodservice_pad_lr {
        padding: 0 40px;
    }

    .header_main_dollar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    /* .header_main_search_select {
        display: grid;
        grid-template-columns: 0.5fr 1.5fr 1fr;
        align-items: center;
        justify-content: center !important;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 14px;
        align-items: center !important;
    } */

    .footer-column p {
        padding-top: 18px;
    }

    .testmonial_sldr button.owl-next {
        bottom: -75px;
    }

    .testmonial_sldr button.owl-prev {
        bottom: -74px;
        left: 33%;
    }

    .food_services_testim_main_left {
        height: 650px;
    }

    .item_para {
        padding-right: 15px;
    }






    .contact-info-sec li a {
        font-size: 20px;
    }

    .header_main_dollar ul li {
        font-size: 20px;
    }

    .header_main_dollar ul {
        gap: 75px;
    }

    .food_category_main .row .card {
        padding: 15px;
    }

    .slider-wrapper {
        margin-bottom: 15px;
    }

    .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }

    .blog_card_sec .card img {
        height: 200px;
    }

}

@media only screen and (max-width: 991px) {
    .dropdown::after {
        height: 30px;
        top: 0;
    }

    .food_services_title h2 {
        font-size: 35px;
        padding-bottom: 20px;
    }

    .food_services_faq_main .row {
        flex-direction: column;
        gap: 30px;
    }

    .food_services_faq_main .row .col-md-7,
    .food_services_faq_main .row .col-md-5 {
        width: 100%;
    }

    .food_services_needhelp {
        padding: 133px 30px;
        padding-right: 310px;
        margin-right: 0;
    }

    .header_main_search {
        display: none;
    }

    .header_main_search_select {
        display: flex;
        grid-template-columns: unset;
        justify-content: space-between !important;
    }

    .food_services_testim_main.foodservice_pad_pt .row {
        flex-direction: column;
        gap: 20px;
    }

    .food_services_testim_main.foodservice_pad_pt .row .col-md-6 {
        width: 100%;
    }

    .food_services_testim_main_left {
        height: 500px;
    }

    .testmonial_sldr button.owl-prev {
        bottom: -65px;
        left: 33%;
    }

    .testmonial_sldr button.owl-next {
        bottom: -65px;
    }

    .product-banner {
        max-width: 100%;
    }

    .food_services_testim_main_right .owl-nav {
        display: none;
    }

    .owl-carousel .item {
        overflow: hidden;
        padding-bottom: 0;
        padding: 18px 0;
    }

    .footer-container.foodservice_pad_lr {
        flex-direction: row;
    }

    .footer-column {
        min-width: 35% !important;
    }

    .header_main_list ul {
        gap: 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }





    .header_main_dollar ul {
        gap: 20px;
        padding: 15px 0;
        flex-wrap: wrap;
    }

    .header_main_search_select {
        display: block;
    }

    .fed-header {
        padding-bottom: 20px;
    }

    .fed-search input {
        height: 60px;
    }

    .fed-logo a img {
        height: 80px;
    }

    .our_commitment .row .col-md-6 {
        width: 100%;
    }

    .accordion {
        width: 100%;
        max-width: 100%;
    }

    .our_commitment .row {
        flex-direction: column;
        gap: 20px;
    }

    .food_services_content_title h2 {
        font-size: 26px;
        padding-right: 70px;
    }

    .product-card img {
        height: auto;
    }





    /* ===========new-css============== */
    .food_category_main .row .card {
        width: 45% !important;
    }

    .food_category_main .row {
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    .slide-content h1 {
        font-size: 32px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .slide-buttons a {
        width: 100%;
        text-align: center;
    }

    .info-section {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .info-box::after {
        display: none;
    }

    .info-box {
        max-width: 100%;
        justify-content: center;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .footer-column {
        min-width: 100%;
    }

    .payment-icons img {
        max-width: 100%;
    }

    .info-box {
        max-width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .footer_shiping.foodservice_pad_lr .info-section {
        flex-direction: row;
        gap: 0;
        text-align: center;
    }

    .fast_shoping::after {
        position: absolute;
        content: '';
        border-left: 1px solid #dfdfdf;
        height: 100px;
        left: -30px;
        transform: unset;
    }


    .header_main_dollar ul {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .foodservice_pad_lr {
        padding: 0 20px !important;
    }

    .slide-buttons a {
        width: max-content;
        text-align: center;
    }

    .food_services_title h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .food_services_testim_main_left {
        height: 550px;
    }

    .footer_shiping.foodservice_pad_lr .info-section {
        flex-direction: row;
        gap: 30px;
        text-align: center;
    }

    .footer-container.foodservice_pad_lr {
        flex-direction: row;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .icon-menu {
        flex-direction: row;
        gap: 10px;
    }

    .header_main_logo a img {
        width: 80px;
    }

    .header_main_list ul li {
        font-size: 13px;
        text-align: center;
    }

    .header_main_dollar.foodservice_pad_lr {
        padding: 10px 0 !important;
    }

    .slide-content {
        padding: 0;
    }

    .slide-content h1 {
        font-size: 25px;
    }

    .food_services_needhelp {
        padding: 20px;
        padding-right: 0;
        margin-right: 0;
    }

    .food_services_needhelp h2 {
        line-height: inherit;
        font-size: 18px;
    }

    .food_services_testim_main_left .food_services_title h2 {
        font-size: 25px;
        font-weight: 700;
    }

    .food_services_testim_main_left {
        height: 680px;
    }

    .testmonial_sldr button.owl-prev {
        left: 24%;
    }

    .testmonial_sldr button.owl-prev {
        left: 24%;
    }

    .food_services_sldr button.owl-prev {
        top: -45px;
    }

    .food_services_sldr button.owl-next {
        top: -45px;
    }

    .food_services_title h2 {
        font-size: 25px;
        padding-bottom: 50px;
    }

    .food_services_title h2 {
        font-size: 25px;
        padding-bottom: 0;
    }

    .footer_shiping.foodservice_pad_lr .info-section {
        flex-direction: column;
    }

    .food_services_title.foodservice_pad_lr {
        padding-bottom: 50px !important;
    }

    .fast_shoping::before {
        display: none;
    }

    .footer-bottom.foodservice_pad_lr {
        flex-direction: column;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        gap: 10px;
    }



    .fed-header {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(207px, 1fr));
        gap: 20px;
    }

    .header_main_dollar ul {
        gap: 6px;
    }

    .product-card img {
        height: auto;
    }

    .food_services_banner_title {
        padding: 0 20px;
    }

    .food_services_main h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }

    .custom-offcanvas {
        width: 100%;
    }

    .fed-header {
        display: grid;
        grid-template-columns: 100px 200px;
        gap: 20px;
    }

    .food_services_contents_buseness {
        padding-right: 20px;
    }

    .food_services_content_title h2 {
        font-size: 22px;
        padding-right: 0;
        line-height: inherit;
    }

    .cards-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

    .fed-cart {
        display: none;
    }

    .header_main_dollar ul li {
        font-size: 16px;
    }

    .contact-info-sec li a {
        font-size: 16px;
    }

    .header_main_dollar ul {
        gap: 10px;
        padding: 0;
        flex-wrap: wrap;
    }

    .fed-header {
        padding-bottom: 0;
    }

    .food_category_main .row {
        margin: 0;
    }

    .food_services_contents h3 {
        font-size: 24px;
    }

    .food_services_contents {
        padding-bottom: 0px;
    }

    .food_services_content_main {
        padding-top: 0;
    }

    .food_services_contents.show {
        padding-bottom: unset;
    }

    .food_services_contents h3 {
        font-size: 20px;
        padding-top: 15px;
    }



    /* ===========new-css============== */
    .food_category_main .row .card {
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    form.search-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px;
    }

    .search-select,
    .search-input,
    .search-button {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

    .search-select {
        border-right: none;
    }

    .product-banner {
        flex-direction: column;
        text-align: center;
    }

    .product-banner img {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .product-pricing {
        justify-content: center;
    }



    .fed-header {
        display: grid;
        grid-template-columns: 100px 450px;
        gap: 10px;
    }

    .compare_sec {
        display: none;
    }

    .header_main_search_select.foodservice_pad_lr {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .header_main_search_select p {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width: 575px) {}

@media (max-width: 480px) {
    .icon-menu {
        /* flex-direction: column; */
        gap: 20px;
    }

    .icon-item::after {
        display: none;
    }
}

@media only screen and (max-width: 425px) {}


@media only screen and (max-width: 375px) {}

/*Privacy policy*/