    /******** Google Fonts ********/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

/******** Color Schemes ********/
:root {
    --c-primary-dark: #253068;
    --c-white: #ffffff;
    --c-greyish-white: #F8F6F7;
    --c-red: #0e6517;
    --c-category: #fa9137;
    --c-black-text: #000000;
    --c-grey: #c8faff;
    --ff-primary: 'Roboto Condensed', sans-serif;
    --backcolor: #fff7d6;
    --basecolor: #0e5665;
    --purplecolor: #4e1187;
}

/******** CSS Resets ********/
*{
    padding: 0;
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.error {
    color: red;
}

::-webkit-scrollbar {
    width: 4px;
    height:4px;
}

::-webkit-scrollbar-track {
    background: var(--basecolor) !important;

}

::-webkit-scrollbar-thumb {
    background-color: var(--basecolor);
    border-radius: 5px;
    border: 2px solid var(--c-red);
}
a:focus,
a:hover {
    outline: none;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--c-black-text);
    line-height: 24px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: var(--c-black-text);
    background: #f6eed9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

/******** Utility Classes ********/

.container {
    width: 100%;
    max-width: 1360px;
}


.custom-pad {
    padding: 30px 0;
}

@font-face {
    font-family: 'nature';
    /*a name to be used later*/
    src: url('../fonts/Nature-Beauty-Personal-Use.ttf');
    /*URL to font*/
}
@font-face {
    font-family: 'nature1';
    font-weight: 900;
    /*a name to be used later*/
    src: url('../fonts/FleurDeLeah-Regular.ttf');
    /*URL to font*/
}
 
.Lobster{
  font-family: "DM Serif Text", serif;
}

.nature{
      font-family: 'nature';
      font-weight: bold;
    /*text-shadow: -2px 0px 0px var(--c-red);*/
}
.scroll-top {
    background: #253068;
    z-index: 999;
    border: 0;
}

.scroll-top:hover {
    background: var(--c-red);
}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-start=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
.header li ul {
    position: absolute;
    background: var(--c-primary-dark);
    padding: 20px;
}

.header li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.header-menu {
    background: none;
    border: 0;
}

.header-menu ul li {
    text-align: left;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.header-menu ul li li {
    font-size: 14px;
}

.header-menu ul li a i {
    font-size: 13px;
    float: right;
}



.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar-menu {
    background: none;
    border: 0;
}

.sidebar-menu ul li {
    text-align: left;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.sidebar-menu ul li li {
    font-size: 14px;
}

.sidebar-menu ul li a i {
    font-size: 13px;
    float: right;
}



.navbar-default .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-default .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggler {
    border-color: #5f4b8b;
    background: #5f4b8b;
    outline: none;
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-header {
    display: none;
}

.navbar-nav .nav-link {
    /*font-size: 16px;*/
    color: var(--c-white);
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transition: all 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--c-grey);
}

.navbar-nav .last-btn .nav-link {
    background: var(--c-primary-dark);
    color: var(--c-white) !important;
    border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 8px;
}

.navbar-nav .last-btn .nav-link:hover {
    background: var(--c-red);
}


.navbar-nav .nav-link:after {
    width: 0%;
    transition: .5s;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 4px;
    left: 30%;
    background: #253068;
}

.navbar-nav .nav-link:hover:after {
    width: 40%;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 4px;
    left: 30%;
    background: #253068;
}

.navbar-nav .nav-link.active:after {
    width: 40%;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 4px;
    left: 30%;
    background: #253068;
}

.navbar-nav .last-btn .nav-link:after {
    display: none !important;
}

.navbar-brand img {
    padding-left: 8px;
    width: auto;
    height: 60px;
}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-end=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
.custom-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--basecolor);
}

.navbar .toggler-navbar {
    margin-left: 15px;
}

.sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    width: 300px;
    height: 100%;
    background: var(--c-primary-dark);
    text-align: left;
    font-size: 20px;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: left center;
    transition: .5s;
    z-index: 999;
}

.sidebar.open {
    transform: rotate3d(0, 0, 1, 0deg);
}

.sidebar ul {
    list-style: none;
}

.sidebar li:hover,
.sidebar li.active {
    background: #0000003f;
}

.sidebar li a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block
}

.hamburger-menu {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #c8faff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2.5px;
}

.hamburger-menu span:nth-child(2) {
    top: 12px;
    width: 70%;
    left: 30%;
}

.hamburger-menu span:nth-child(3) {
    top: 21px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.hamburger-menu.open span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.social-right-flot {
    position: fixed;
    right: 0;
    top: 122px;
    width: 50px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    z-index: 999;
    margin-right: 0;
    float: right;
}

.social-right-flot.closed {
    right: -150px;
    /* adjust based on sidebar width */


}

.social-right-flot .goto {
    background: var(--c-black-text);
    width: 100%;
    height: 48px;
    display: block;
    color: var(--c-white);
    text-align: center;
    padding-top: 15px;
    transition: all 0.3s;
}

.social-right-flot .goto:hover i {
    transform: scale(1.2);
}

.get-touch {
    padding: 90px 0 60px;
    text-align: center;
    color: var(--c-black-text);
    display: block;
    font-size: 17px;
    transition: all 0.3s;
}

.get-touch span {
    transform: rotate(-90deg);
    display: block;
    white-space: nowrap;
}

.get-touch:hover {
    transform: scale(1.2);
    color: var(--c-black-text);
}

.social-right-flot img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.social-right-flot img:hover {
    transform: scale(1.2);
}

.divider {
    background: url(../images/devider.png) repeat-x;
    height: 42px;
    background-position-y: center;
}


.left-lvs-top {
    width: 135px;
    position: absolute;
    left: 0;
    top: 22px;
}

.left-lvs-top img {
    width: 100%;
}

.right-lvs-top {
    width: 135px;
    position: absolute;
    right: 0;
    top: 14px;
}

.right-lvs-top img {
    width: 100%
}

.brandabout-left-top {
    width: 48px;
    position: absolute;
    left: 0;
    top: 0;
}

.brandabout-left-top img {
    width: 100%;
}

.brandabout-right-bottom {
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.brandabout-right-bottom img {
    width: 100%
}
/*home page about us section */

/*------------------------ counter-section -----------------------*/
    .counter-section {
        padding: 30px 0 50px;
        position: relative;
        background-image: url(../images/corner.png), url(../images/corner1.png), url(../images/corner3.png), url(../images/corner4.png);
        background-position: left top, left bottom, right top, right bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 15%;

    }
     .counter-section img{max-width: 70%;}
    .counter-data {
        margin: 30px 0px;
        font-size: calc(18px + .15vw);
        text-align: justify;
    }

    .counter-section h2{
        font-size: 30px;
        font-weight: 700;
        color: var(--c-red);
        text-transform: uppercase;
    }
    .counter-container {
        margin: 30px 0px;
    }

    .counter-container .counter {
        font-size: calc(16px + .15vw);
        padding: 0px;
        border-right: 2px solid #0e6517;
        text-align: center; 
        font-family: var(--ff-primary);
        font-weight: bold;
        color:var(--c-red);
    }

    .counter-container .counter:last-child {
        border-right: none;
    }

    .counter-container .counter span,
    .counter-container .counter p {
        margin-bottom: 0px;
        font-size: calc(16px + .15vw);
        font-weight: bold;
    }

/*------------------------ counter-section -----------------------*/


/*home page about us section */
/* ------------------- page logo -------------------   */
.page-logo {
    position: relative;
    padding: 70px 0 70px;
    text-align: center;
    /*border-bottom: 5px solid var(--basecolor);*/
}

/*.page-logo .container {
    /* border-bottom: 1px solid #d1cab9; 
    padding-bottom: 25px;
}
*/
.page-logo .page-logo-img {
    width: 480px;
    height: auto
}

.brand-logo {
    padding: 0px 0 50px;
    /*background: #ffeb3b2e;*/
    background: linear-gradient(45deg, #E0F7FA, #DCEDC8, #E1BEE7);
}

.brand-logo h2 {
    text-align: center;
    color: var(--c-red);
    margin: 0;
    padding: 50px 0 50px;
    font-size: 35px;
    font-family: 'nature';
    /*text-shadow: -2px 0px 0px var(--c-red);*/
}

#brand-logo .item img {
    width: 90%;
    height: auto
}

#brand-logo .item h4 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #67645b;
    padding-top: 10px;
}

/* #brand-logo .owl-nav {
    text-align: center;
    margin: 20px 0;
}

#brand-logo .owl-nav button {
    width: 36px;
    height: 34px;
    background: var(--c-red);
    color: #fff;
    font-size: 27px;
    border-radius: 4px;
    margin: 0 5px;
    line-height: 14px;
    padding: 3px 0 7px !important;
} */

.custom-head {
    text-align: center;
}

.custom-head h3 {
    font-size: 20px;
    font-weight: 700;
     color: var(--c-red);
    text-transform: uppercase;

}

.custom-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c-black-text);
    text-transform: uppercase;

}

.custom-head-red h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--c-red);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-head-red {
    text-align: center;
}

.product-slider-holder {
    padding: 0;
}

.product-holder {
    border-radius: 4px;
    text-align: center;
    padding: 0 15px 10px;
    height: 285px;
    transition: all 0.3s;
    background: rgb(238, 227, 204);
    background: linear-gradient(180deg, rgba(135, 8, 48, 1) 0%, rgba(218, 49, 103, 1) 100%);
}

.product-holder .product-thum {
    height: 180px;
    display: flex;
}

.product-holder .product-thum img {
    width: 100%;
    height: 125%;
    object-fit: cover;
    margin-top: -40px;
    position: relative;
    z-index: 99;
    transition: all 0.3s;
}

.product-holder h2 {
    font-size: 32px;
    color: var(--c-white);
    text-transform: uppercase;
    margin-top: 12px;
    line-height: 34px;
    transition: all 0.5s;
}

.product-slider-holder .item {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
}

.product-slider-holder .item .title-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}

.product-slider-holder .item .title-bg h2 {
    color: #fff;
    /*font-size: 55px;*/font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.product-holder span i {
    color: var(--c-white);
}

.product-holder span {
    visibility: hidden;
    transition: all 0.3s;
    font-size: 0px;
}

.product-holder:hover span {
    visibility: visible;
    font-size: 40px;
}

.product-holder:hover .product-thum img {
    margin-top: -60px;
}

.product-holder:hover h2 {
    margin-top: -14px;
}

.product-slider-holder {
    padding-bottom: 20px;
}

#products-slider .owl-nav {
    display: none;
}

#products-slider .owl-dots {
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

#products-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

#products-slider .owl-dots .owl-dot.active span {
    background: var(--c-red);
}

#products-slider .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 33%;
}

#products-slider .owl-dots .owl-dot span {
    background: #f2adae;
}

#products-slider .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    margin: 5px 0px;
    display: block;
    /* -webkit-backface-visibility: visible; */
    padding: 3px;
}

.front-pro-top {
    padding: 80px 0 50px;
    position: relative;
    background-image: url(../images/herb.webp), url(../images/chl-lft.png);
    background-position: right center, left center;
    background-repeat: no-repeat, no-repeat;
    background-size: 14%, 7%;
}

.lft-chl-one {
    position: absolute;
    bottom: 30px;
    left: 17px;
    width: 104px;
}

.lft-chl-one img {
    width: 100%;
    height: auto;
}

.rit-chl-two {
    position: absolute;
    bottom: 19px;
    right: 17px;
    width: 109px;
}

.rit-chl-two img {
    width: 100%;
    height: auto;
}

#products-slider .owl-item:nth-child(6n+1) .product-holder {
    background: #b00d0d;
}

#products-slider .owl-item:nth-child(6n+2) .product-holder {
    background: #4e1187;
}

#products-slider .owl-item:nth-child(6n+3) .product-holder {
    background: rgb(210, 118, 65);
}

#products-slider .owl-item:nth-child(6n+4) .product-holder {
    background: linear-gradient(180deg, rgba(46, 155, 46, 1) 0%, rgba(69, 145, 65, 1) 100%);
}

#products-slider .owl-item:nth-child(6n+5) .product-holder {
    background: #2196F3;
}

#products-slider .owl-item:nth-child(6n+6) .product-holder {
    background: #ffc107;
}

.feature-head-bg {
    padding: 90px 0 75px;
    position: relative;
    background-image: url(../images/spices_all.png), url(../images/haldi.webp);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 12%, 8%;
}

.lft-chl-three {
    position: absolute;
    top: 15%;
    left: 0px;
    width: 110px;
}

.lft-chl-three img {
    width: 100%;
    height: auto;
}

.rit-chl-four {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 100px;
}

.rit-chl-four img {
    width: 100%;
    height: auto;
}

/*-----------------Banner slider--------------------*/

.carousel-inner {
    background: var(--c-primary-dark);
}

.carousel-caption .container .custom-head {
    text-align: left;
    width: 50%;
    margin-left: 0;
    background: #0b0b0a4f;
    padding: 5px 10px;
}

.carousel-caption {
    bottom: 40%;
    left: 0;
    width: 100%;
}

.carousel-caption .container .custom-head h3 {
    font-size: 20px;
    font-weight: 700;
   color: var(--c-category);
    
}
.carousel-caption .container .custom-head h2 {
    font-size: 50px;
    color: var(--c-white);
    margin-bottom: 30px;
}

.custom-btn {
    background: var(--c-red);
    color: var(--c-white);
    border-radius: 4px;
    font-size: 16px;
    padding: 12px 28px;
    font-weight: 800;
}

.custom-btn:hover {
    background: var(--c-primary-dark);
    color: var(--c-white);
}

.custom-btn-submit {
    background: var(--c-primary-dark);
    color: var(--c-white);
    border-radius: 4px;
    font-size: 16px;
    padding: 12px 28px;
    font-weight: 800;
    border: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.custom-btn-submit:hover {
    background: var(--c-red);
    color: var(--c-white);
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators {
    background: rgba(0, 0, 0, 0.5);
    width: 90px;
    margin: 0 auto 25px;
    border-radius: 20px;
}


.Why-box {
    background: #F8F6F7;
    background: linear-gradient(45deg, #E0F7FA, #DCEDC8, #E1BEE7);
    border-radius: 6px;
    padding:11px;
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}

.Why-box-holder {
    padding: 0 0 0 0;
}

.Why-box-thum {
    width: 35%;
    height: 120px;
    display: flex;
    align-items: center;
  
}

 .Why-box-thum img {
    max-width: 100%;
    height: inherit;
    object-fit: cover;
}

.Why-box-des {
    width: 65%;
}

.Why-box-des h4 {
    font-size: 22px;
    color: var(--c-black-text);
}

.Why-box-des p {
    font-size: 16px;
    color: var(--basecolor);
    line-height: 22px;
    font-weight: 700;
}

.Why-box:after {
    content: '';
    width: 100%;
    border-radius: 8px;
    background: var(--c-category);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 10px;
}



.Why-box-holder .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.Why-box-holder {
    width: 100%;
    overflow: hidden;
}


#feature-product {
    padding-bottom: 50px;
}

.feature-pro-thum-lft {
    border-radius: 24px;
    overflow: hidden;
}

.feature-pro-thum-rit {
    border-radius: 24px;
    overflow: hidden;
}

.rit-feature {
    gap: 20px;
    display: grid;
}

#feature-product .owl-nav {
    display: none;
}

#feature-product .owl-dots {
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    margin-top: 35px;
    gap: 10px;
}

#feature-product button.owl-dot {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    display: block;
    background: var(--c-red);
    border-radius: 50%;
}

#feature-product button.owl-dot.active {
    opacity: 1;
}

.video-guide-holder {
    background: url(../images/front-video-bg.webp) 0 0 no-repeat;
    background-size: cover;
}

.video-guide-holder .custom-head h2 {
    color: var(--c-white);
}

.video-guide-holder video {
    object-fit: cover;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
}

.video-guide-holder .play-button {
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(231, 22, 72, 1);
    top: 42%;
    left: 47.2%;
    border: 0;
    color: var(--c-white);
    font-size: 22px;
}

.videoplayer-holder {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--c-white);
}

/* .modal-backdrop {
    z-index: 0;
} */

.video-slider-holds .modal-header {
    border: 0;
    margin-right: 0;
    position: absolute;
    z-index: 999;
    right: 0;
    background: rgb(0, 0, 0, 05);
    border-radius: 0;
}

.video-slider-holds .modal-body {
    padding: 0;
}

#video-slider {
    padding-top: 30px;
}

#video-slider .owl-stage-outer {
    overflow: visible;
}

.video-step .video-slider-holds {
    width: 100%;
    overflow: hidden;
}

#video-slider .owl-nav {
    display: none;
}

#video-slider .owl-dots {
    width: 100%;
    margin: 20px auto;
}

#video-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

#video-slider .owl-dots .owl-dot.active span {
    background: var(--c-red);
}

#video-slider .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 33%;
}

#video-slider .owl-dots .owl-dot span {
    background: #f2adae;
}

#video-slider .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    margin: 5px 0px;
    display: block;
    /* -webkit-backface-visibility: visible; */
    padding: 3px;
}

.video-guide-holder {
    position: relative;
}

.video-guide-holder .lemon {
    position: absolute;
    top: 60px;
    left: 0;
    width: 140px;
    z-index: 9;
}

.video-guide-holder .lemon img {
    width: 100%;
    height: auto;
}

.video-guide-holder .gng-lv {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    z-index: 9;
}

.video-guide-holder .gng-lv img {
    width: 100%;
    height: auto;
}





/* Highlights */
.highlights-explore {
    padding: 50px 0 50px;
    position: relative;
    /* background: url(../images/lemns.webp) 0 0 no-repeat;
    background-size: contain; */
}


.highlights-explore .highlight_bg_pic {
    position: relative;
}

.highlights-explore .highlight_bg_pic .highlight_pic {
    position: absolute;
    top: -50px;
    left: -362px;
    transform: rotate(-6deg);
}

.highlights-explore .highlight_bg_pic .highlight_pic img {
    width: 60%;
}

.highlights-explore .custom-head {
    text-align: center;
}

.highlights-explore .custom-head h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--c-red);
    text-transform: uppercase;
}

.highlights-explore .custom-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c-black-text);
    text-transform: uppercase;
}

.highlights_content_wrapper {
    padding: 0;
}

.highlights_content_wrapper .highlight_content {
    display: flex;
    border: 1px solid none;
    border-radius: 12px;
    position: relative;
}

.highlights_content_wrapper .highlight_content .chil_picture_1 {
    bottom: 0;
    /* transform: rotate(21deg); */
    position: absolute;
    right: 0;
    z-index: 9;
    width: 88px;
}

.highlights_content_wrapper .highlight_content .leave_picture_1 img {
    width: 100%;
}

.highlights_content_wrapper .highlight_content .leave_picture_1 {
    position: absolute;
    top: -14px;
    right: 0;
    transform: rotate(44deg);
    z-index: 9;
    width: 70px;
}

.highlight_content .highlight-lft-thum {
    width: 40%;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
    /*height: 325px;*/
}

.highlight_content .highlight-lft-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.highlights_content_wrapper .highlight_content .content_box {
    padding: 50px 0 50px 84px;
    background: linear-gradient(180deg, rgba(135, 8, 48, 1), rgba(218, 49, 103, 1));
    width: 60%;
    border-radius: 0 24px 24px 0;
    position: relative;
}

.hight-product-thum {
    position: absolute;
    bottom: -10px;
    left: -105px;
    width: 190px;
    height: 290px;
    z-index: 999;
    text-align: center;
}

.hight-product-thum img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.highlights_content_wrapper .highlight_content_2 {
    display: flex;
    border: 1px solid none;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s;
}

.highlights_content_wrapper .highlight_content_2 .chil_picture {
    position: absolute;
    width: 110px;
    top: -55px;
    left: 0;
    /* transform: rotate(-50deg); */
    z-index: 9;
    transition: all 0.3s;
}

.highlights_content_wrapper .highlight_content_2 .leave_picture img {
    width: 100%;
}

.highlights_content_wrapper .highlight_content_2 .leave_picture {
    position: absolute;
    top: 195px;
    left: 167px;
    transform: rotate(54deg);
    z-index: 9;
    transition: all 0.3s;
}

.highlight_content_2 .highlight-thum-two {
    width: 40%;
    border-radius: 0 24px 24px 0;
    overflow: hidden;
    /*height: 325px;*/
}

.highlight-thum-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights_content_wrapper .highlight_content_2 .content_box_2 {
    padding: 50px 0 50px 39px;
    background: linear-gradient(180deg, rgba(74, 155, 55, 1), rgba(108, 205, 85, 1));
    width: 60%;
    border-radius: 24px 0 0 24px;
    position: relative;
}

.content_box_2 .hight-product-thum {
    position: absolute;
    bottom: -10px;
    left: 87%;
    width: 190px;
    height: 290px;
    z-index: 999;
    text-align: center;
}

.highlight_content_3 .highlight-lft-thum-three {
    width: 40%;
    border-radius: 24px 0 0 24px;
    /*overflow: hidden;*/
    /*height: 325px;*/
}

.highlight_content_3 .highlight-lft-thum-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights_content_wrapper .highlight_content_3 {
    display: flex;
    border: 1px solid none;
    border-radius: 12px;
    position: relative;
}

.highlights_content_wrapper .highlight_content_3 .chil_picture_1 {
    /* position: absolute;
    bottom: -45px;
    left: 917px;
    transform: rotate(21deg);
    width: 170px;
    transition: all 0.3s; */
    position: absolute;
    bottom: -45px;
    right: 0;
    transform: rotate(210deg);
    width: 73px;
    transition: all 0.3s;
}

.highlights_content_wrapper .highlight_content_3 .leave_picture_1 img {
    width: 100%;
}

.highlights_content_wrapper .highlight_content_3 .leave_picture_1 {
    position: absolute;
    top: -14px;
    right: 0;
    transform: rotate(44deg);
    transition: all 0.3s;
}

.highlights_content_wrapper .highlight_content_3 .content_box_3 {
    padding: 50px 0 50px 39px;
    background: linear-gradient(180deg, rgba(255, 55, 0, 1), rgba(255, 102, 0, 1));
    width: 60%;
    border-radius: 0 24px 24px 0;
}

.highlights_content_wrapper .highlight_content .content_box h4 {
    font-weight: 200;
    font-size: 30px;
    line-height: 33px;
    color: var(--backcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.highlights_content_wrapper .highlight_content .content_box h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: var(--backcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.highlights_content_wrapper .highlight_content .content_box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--backcolor);
    z-index: 9;
    position: absolute;
}

.highlights_content_wrapper .highlight_content_2 .content_box_2 h4 {
    font-weight: 200;
    font-size: 30px;
    line-height: 33px;
    color: var(--backcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative;
    z-index: 999;
}

.highlights_content_wrapper .highlight_content_2 .content_box_2 h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: var(--backcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.highlights_content_wrapper .highlight_content_2 .content_box_2 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--backcolor);
}

.highlights_content_wrapper .highlight_content_3 .content_box_3 h4 {
    font-weight: 200;
    font-size: 30px;
    line-height: 33px;
    color: var(--backcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.highlights_content_wrapper .highlight_content_3 .content_box_3 h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: var(--backcolor);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.highlights_content_wrapper .highlight_content_3 .content_box_3 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--backcolor);
}

/* Social Media */
#socaial_carousel .owl-nav {
    text-align: center;
    margin: 20px 0;
}

#socaial_carousel .owl-nav button {
    width: 36px;
    height: 34px;
    background: var(--c-red);
    color: #fff;
    font-size: 27px;
    border-radius: 4px;
    margin: 0 5px;
    line-height: 14px;
    padding: 3px 0 7px !important;
}


/* Social Media */
.social-media-explore {
    padding: 97px 0 50px;
    position: relative;
    background-image: url(../images/herb.webp), url(../images/chl-lft.png);
    background-position: right, left;
    background-repeat: no-repeat, no-repeat;
    background-size: 9%, 4%;
}

.social-media-explore .custom-head {
    text-align: center;
}

/*
.social-media-explore .custom-head h3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--c-red);
    text-transform: uppercase;
}*/

.social-media-explore .custom-head h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--c-black-text);
    text-transform: uppercase;
}


.social-media-explore .social_bg_pic {
    position: relative;
}

.social-media-explore .social_bg_pic .social_pic img {
    width: 50%;
}

.social-media-explore .custom-head {
    text-align: center;
}

.social-media-explore .custom-head h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--c-red);
    text-transform: uppercase;
}

.social-media-explore .custom-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c-black-text);
    text-transform: uppercase;
}

.social_carousel_wrapper {
    padding: 25px 0 20px;
}

.social_carousel_wrapper .social_carousel .item img {
    width: 100%;
    border: 1px solid none;
    border-radius: 12px;
    height: auto;
    cursor: pointer;
}

.follow_us_wrapper {
    padding: 0 0 50px 0;
    background: url(../images/leaves3.png) left 0 no-repeat;
    background-size: contain;
}

.follow_us_wrapper .follow_us_content {
    margin:auto;
    text-align: center;
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
}

.follow_us_wrapper .follow_us_content .follow_us_text {
    padding: 17px 70px 17px 17px;
    line-height: 10px;
    background-color: var(--c-red);
    border: 1px solid var(--c-red);
    border-radius: 50px;
    width: 70%;
}

.follow_us_wrapper .follow_us_content .follow_us_text p {
    color: var(--c-white);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.follow_us_wrapper .follow_us_content .follow_us_icon {
    padding: 14px 0 14px 10px;
    line-height: 10px;
    background-color: var(--c-white);
    border: 1px solid var(--c-white);
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin-left: -50px;
}

.follow_us_wrapper .follow_us_content .follow_us_icon img {
    width: 14%;
    height: auto;
    border-radius: 50%;
}

/* --------------------- privacy Policy --------------------- */
/* .green-lvs-lft {
    position: absolute;
    top: -204px;
    left: 0px;
    width: 150px;
}

.green-lvs-lft img {
    width: 100%;
    height: auto;
}
 */
/* --------------------- privacy Policy --------------------- */
/* Semi-footer */
.semi_footer_wrapper {
    background: url(../images/footer_bg.jpg);
    padding: 60px 0 80px;
    position: relative;
}

/* .semi_footer_wrapper .news_images {
    margin: -215px 0;
} */

.semi_footer_wrapper .newsletter_content {
    margin: 0px 0 0px;
    padding: 0 20px 0 0;
}

.semi_footer_wrapper .newsletter_content .input-group-text {
    padding: .375rem 4.75rem;
    background-color: var(--c-red);
    border: none;
    color: var(--c-white);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.semi_footer_wrapper .newsletter_content .input-group {
    width: 100%;
}

.semi_footer_wrapper .newsletter_content h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: var(--c-grey);
    padding: 14px 0;
}

.semi_footer_wrapper .newsletter_content h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: var(--c-white);
    padding: 0 0 30px 0;
    text-transform: uppercase;
}

.semi_footer_wrapper .newsletter_content .form-control {
    background-color: transparent !important;
    border: 1px solid var(--c-red) !important;
    color: var(--c-white) !important;
    padding: 12px;
}

.semi_footer_wrapper .newsletter_content .form-control::placeholder {
    color: var(--c-white);
    opacity: 1;
}

/* Footer */
.footer_wrapper {
    padding: 50px 0 0;
    position: relative;
}

.footer_wrapper .footer_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--c-primary-dark);
    padding: 20px 50px 0 0;
}

.footer_wrapper .footer_title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: var(--c-primary-dark);
}

.footer_wrapper .footer_item {
    padding: 20px 0;
}

.footer_wrapper .footer_item ul {
    display: inline-table;
    -webkit-columns: 2;
    columns: 2;
    /* -moz-columns: 2; */
}

.footer_wrapper .footer_item li {
    padding: 0 0 8px;
}

.footer_wrapper .footer_item a {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #625f57;
    text-transform: uppercase;
}

.footer_wrapper .footer_item a:hover {
    color: var(--c-primary-dark);

}

.footer_wrapper .footer_contact {
    padding: 20px 0;
}

.footer_wrapper .footer_contact .ft_item_1 {
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.footer_wrapper .footer_contact .ft_item_2 {
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.footer_wrapper .footer_contact .ft_item_2 i {
    transform: rotate(90deg);
}

.footer_wrapper .footer_contact .ft_item_1 .icon_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #5f5d58;
}

.footer_wrapper .footer_contact .ft_item_2 p {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #625f57;
}

.footer_wrapper .footer_contact .ft_item_2 .icon_text {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #625f57;
}

.footer_wrapper .footer_social {
    padding: 20px 0;
}

.footer_wrapper .footer_social a {
    padding-right: 15px;
}

.footer_wrapper .footer_credits {
    background: var(--basecolor);
    padding: 20px 0;
   /* margin-top: 30px;*/
    color: var(--c-white);
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}

body {
    overflow-x: hidden;
    width: 100%;
}

/* +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= About Us Css +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */

.custom-head-oneline {
    text-align: center;
}

.custom-head-oneline h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c-black-text);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.custom-head-oneline h2 span {
    color: var(--c-red);
}

.custom-head-oneline p {
    margin-bottom: 35px;
}

.global-food-head {
    padding: 80px 0 50px;
    position: relative;
}

.global-food-head .container {
    position: relative;
}

.global-food-head .lft-chl-five {
    position: absolute;
    bottom: 24px;
    left: 0px;
    width: 130px;
}

.global-food-head .lft-chl-five img {
    width: 100%;
}

.global-food-head .gng-lv {
    position: absolute;
    bottom: 88px;
    right: 0;
    width: 100px;
    z-index: 99;
}

.global-food-head .gng-lv img {
    width: 100%;
}

.red-bar {
    background: var(--c-red);
    border-radius: 6px;
    padding: 18px 7%;
}

.red-bar h4 {
    font-size: 20px;
    text-align: center;
    color: var(--c-white);
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

.red-bar h2 {
    font-size: 40px;
    text-align: center;
    color: var(--c-white);
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: bold;
}

.red-bar p {
    font-size: 16px;
    text-align: center;
    color: var(--c-white);
    line-height: 24px;
    margin-bottom: 15px;
}

.brand-box {
    background: #F8F6F7;
    border-radius: 6px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.brand-box-holder {
    padding: 0 0 80px 0;
}

.brand-box-thum {
    display: flex;
    align-items: center;
}

.brand-box-thum img {
    width: 100%;
    height: auto;
}

.brand-box-des {
    width: 100%;
    z-index: 9;
}

.brand-box-des h4 {
    font-size: 20px;
    color: var(--c-black-text);
    text-align: center;
}

/*.brand-box-des p {
    font-size: 16px;
    color: #949394;
    line-height: 22px;
}*/

.brand-box:after {
    content: '';
    width: 100%;
    border-radius: 8px;
    background: var(--c-red);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 10px;
}

/* .brand-box-holder .owl-nav {
    display: none;
} */
/* 
.brand-box-holder .owl-dots {
    display: block;
    padding: 15px 0;
    text-align: center;
}

.brand-box-holder .owl-dots button {
    margin: 0 5px;
}

.brand-box-holder .owl-dots button.active span {
    opacity: 1;
}

.brand-box-holder .owl-dots button span {
    width: 10px;
    opacity: 0.6;
    height: 10px;
    background: var(--c-red);
    display: block;
    border-radius: 50%;
}

.brand-box-holder .owl-carousel .owl-stage-outer {
    overflow: visible;
} */

.brand-box-holder {
    width: 100%;
    overflow: hidden;
}

/* 
.about_social-right-flot {
    position: fixed;
    right: 0;
    top: 12%;
    width: 50px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    z-index: 999;
}

.about_social-right-flot .goto {
    background: var(--c-black-text);
    width: 100%;
    height: 48px;
    display: block;
    color: var(--c-white);
    text-align: center;
    padding-top: 15px;
    transition: all 0.3s;
}

.about_social-right-flot .goto:hover i {
    transform: scale(1.2);
} */

/* double css hai 
 .get-touch {
    padding: 90px 0 60px;
    text-align: center;
    color: var(--c-black-text);
    display: block;
    font-size: 17px;
    transition: all 0.3s;
}

.get-touch span {
    transform: rotate(-90deg);
    display: block;
    white-space: nowrap;
}

.get-touch:hover {
    transform: scale(1.2);
    color: var(--c-black-text);
} */

/* .about_social-right-flot img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.about_social-right-flot img:hover {
    transform: scale(1.2);
} */

.about_banner {
    width: 100%;
    /*height: 18rem;*/
    background-image: url(../images/about-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--c-black-text);
}

.about_banner .head_content {
    padding: 50px 0;
}

.about_banner .head_content h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: var(--c-category);
    text-transform: uppercase;
    padding-top: 60px;
}

.breadcumb {
    text-transform: uppercase;
}

.head_content .breadcumb ul {
    display: flex;
    gap: 10px;
    background: #0000005c;
    padding: 0px 0px 0 5px;
}

.head_content .breadcumb li {
    color: var(--c-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    margin: 0;

}

.head_content .breadcumb li a {
    color: var(--c-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
}


.about_banner .head_content h5 {
    color: var(--c-red);
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}

.about_banner .head_content h5 a {
    color: var(--c-red);
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
}
.testimonial_carousel_wrapper {
    padding: 0 0 20px;
}

.testimonial_carousel_wrapper .testimonial_content {
    overflow: hidden;
}

#testimonial_carousel .owl-dots {
    width: 90%;
    margin: 25px auto;
    display: flex;
    justify-content: center;
}

#testimonial_carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

#testimonial_carousel .owl-dots .owl-dot.active span {
    background: var(--c-red);
    border-radius: 10px;
}

#testimonial_carousel .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 33%;
}

#testimonial_carousel .owl-dots .owl-dot span {
    background: #f2adae;
}

#testimonial_carousel .owl-dots .owl-dot span {
    width: 100%;
    height: 5px;
    margin: 5px 0px;
    display: block;
    /* -webkit-backface-visibility: visible; */
    padding: 3px;
}

.testimonial_carousel_wrapper .testi_content_box {
    padding: 30px 30px;
    background: var(--c-red);
    display: flex;
    gap: 10px;
    border-radius: 30px;
    min-height: 165px;
    overflow: hidden;
}

.testimonial_carousel_wrapper .testi_content_box .testi_pic {
    width: 20%;
}

.testi_content_box .testi_pic .user-thum {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0;
}

.testimonial_carousel_wrapper .testi_content_box .testi_pic img {
    width: 100%;
    height: auto;
}

.testimonial_carousel_wrapper .testi_content_box .testi_text {
    width: 100%;
}

.testimonial_carousel_wrapper .testi_content_box .testi_text h3 {
    padding-bottom: 2px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--c-white);
}

.testimonial_carousel_wrapper .testi_content_box .testi_text h6 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #f6ced3;
    font-family: "Roboto", sans-serif;
}

.testimonial_carousel_wrapper .testi_content_box .testi_text p {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    color: var(--c-white);
}

.about_mid_content_wrapper {
    padding: 50px 0 0;
}

.about_mid_content_wrapper .mid_content_pic_1 {
    margin-bottom: -20px;
}

.about_mid_content_wrapper .mid_content_pic_2 {
    margin-top: -20px;
}

.about_mid_content_wrapper .mid_content_box_1 {
    margin-bottom: 60px;
}

.about_mid_content_wrapper .mid_content_box {
    margin-top: 60px;
    padding-left: 20px;
}

.about_mid_content_wrapper .mid_content_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: var(--c-black-text);
    text-transform: uppercase;
    padding-bottom: 20px;
}

.about_mid_content_wrapper .mid_content_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-black-text);
    padding-bottom: 20px;
}

.about_mid_content_wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-black-text);
    padding-bottom: 20px;
}

.about_mid_content_wrapper ul li {
    list-style-type: disc;
    color: var(--c-black-text);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.about_mid_content_wrapper ul {
    margin-left: 20px;
}

.about_mid_content_wrapper ul li span {
    font-weight: 600;
    color: var(--c-black-text);
    font-size: 18px;
}

.social-media-explore .lft-chl-social {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
}

.social-media-explore .lft-chl-social img {
    width: 100%;
}

.social-media-explore .container {
    position: relative;
}

/*-----------------------About tab-----------------------------*/
.about-tab .hori_tab_nav {
    display: grid;
}

.hori_tab_nav {
    border-radius: 20px;
    border: #ffffff;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 5px 0;
    background: rgb(217 217 217 / 7%);
}

.nav .nav-item button.active {
    background-color: transparent;
    color: #FFFFFF !important;
}

.nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid var(--bs-danger);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    border-radius: 5px;
    border-width: 6px;
}

.nav-pills .nav-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 1px;
}

.tab-content .tab-pane .tab_box {
    display: flex;
    gap: 44px;
}

.tab-content .tab-pane .tab_box .tab_box_pic {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 40%;
}

.tab-content .tab-pane .tab_box .tab_box_text {
    width: 60%;
    margin: 45px 0;
}

.tab-content .tab-pane .tab_box .tab_box_text h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.tab-content .tab-pane .tab_box .tab_box_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #F6ECD7;
    padding-top: 15px;
}

.tab-content .tab-pane .tab_box .tab_box_text p:first-child {
    padding-top: 15px;
}

.testi-top-hd {
    padding: 50px 0 50px;
    position: relative;
}

.testi-top-hd .rit-chl-two {
    right: 0;
    width: 100px;
    /* rotate: 30deg;*/
}


/*--------------------core team ----------------------*/
.core-team{
    padding: 70px 0 70px;
    background: linear-gradient(45deg, #E0F7FA, #DCEDC8, #E1BEE7);
    /*position: relative;
    background-image: url(../images/corner.png), url(../images/corner1.png), url(../images/corner3.png), url(../images/corner4.png);
    background-position: left top, left bottom, right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 5%;*/
}

.core-team h2{
    font-weight: bolder;
    font-family:Lobster;
    font-size: calc(24px + .45vw);
    color: var(--c-red);
    margin-bottom: 10px;

}
.core-team h3{
    font-family:var(--ff-primary);
    font-size: calc(16px + .15vw);
}

.core-management
{
    margin: 20px 0;
    /*padding:50px 0; */
    /*background: linear-gradient(45deg, #E0F7FA, #DCEDC8, #E1BEE7);*/
}
.core-management2
{
    /*margin: 20px 0;*/
    /*padding:50px 0; */
    /*background: linear-gradient(-45deg, #E0F7FA, #DCEDC8, #E1BEE7);*/
    /*/background: linear-gradient(45deg, #E1BEE7, #DCEDC8, #E0F7FA );*/
}
.core-management-row
{
    position: relative;
    background-image: url(../images/corner.png),  url(../images/corner4.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 10%;
    padding:20px 20px; 
    border:2px solid var(--c-red);
    border-radius: 10px;

}
.core-management2 .core-management-row .row{
    /*padding:50px;*/
    padding: 24px 0px 0px 40px;
}

.core-management .core-management-row .row{
    /*padding:50px;*/
    padding: 24px 40px  24px 40px;
}
.core-management-img{
    /*background: url(../images/ab.jpg);*/
    padding:20px ;
    /*background-repeat: round;*/
    background-size: cover;
    background-position: top;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.core-management-img img{
   width:100%;
   border-radius: 10px;
}
.core-management2 .core-management-data
{
    padding-left: 40px;
    /*padding: 50px;*/
}
.core-management .core-management-data
{
    padding-right: 40px;
    /*padding: 50px;*/
}
.core-management-data h2 {
    font-family: Lobster;
    font-weight: bold;
    color: var(--c-category);
    text-shadow: 2px 1px 2px var(--c-red);
    font-size: calc(35px + .45vw);
}
.core-management-data h5 {
    font-family: var(--ff-primary);
    font-weight: bold;
    color: var(--c-red);
    margin-bottom: 20px;
    font-size: calc(20px + .25vw);
}
.core-management-data p {
  text-align: justify;
  font-weight: 500;
    font-size: 18px;
    padding: 20px;
   
}
.core-team-holder {
    /*background: url(../images/ab.jpg);*/
    background-repeat: round;
    background-size: cover;
    background-position: top;
    border-radius: 10px;
    padding: 10px 0 10px 0;

}
.core-team-holder .core-listing-content {
    /*
    margin-top: 55%;
    position: relative;
    border-radius: 10px 10px;
    width: 99%*/
}

.core-team-holder  .core-listing-content .core-listing-thumb {
      /* position: relative; */
    /* margin-top: -30px; */
    /* top: 71px; */
    /* max-width: 352px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.core-team-holder  .core-listing-content .core-listing-thumb img {
    width: 91%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
}

.core-team-holder .core-listing-card {
    padding: 0px 15px 0px;
}
.core-team-holder .core-listing-title {
    background:#000000;
    /*border-top: 1px solid #ccc;*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.core-team-holder .core-listing-title h2 {
    font-weight: bold;
    font-family:Lobster;
    font-size: calc(24px + .25vw);
    margin: 0 0 10px 0;
    color:white;
    padding: 20px 0 0;
    text-align: center;
}
.core-team-holder .core-listing-title p {
    font-weight: bold;
    font-size: calc(18px + .25vw);
    margin: auto;
    color: white;
    text-align: center;
    padding:10px 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
}

.core-team-holder .core-listing-title h2::after {
    border-bottom:2px solid red;
}

/*.core-team-holder {
    background: url(../images/ab.png);
    background-size: cover;
    background-position: top;
    border-radius: 10px;
    padding: 10px 0 10px 0;

}
.core-team-holder .core-listing-content {
    
    margin-top: 55%;
    position: relative;
    border-radius: 10px 10px;
    width: 99%
}

.core-team-holder  .core-listing-content .core-listing-thumb {
    position: relative;
    margin-top: -30px;
    top: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;

}

.core-team-holder  .core-listing-content .core-listing-thumb img {
    margin-top: -75%;
    background: white;
    border-radius: 20px;
    border: 5px solid var(--c-red);
}

.core-team-holder .core-listing-card {
    padding: 80px 15px 10px;
    border-radius: 15px;
}
.core-team-holder .core-listing-title {
    
    background: var(--c-greyish-white);
    border-top: 1px solid #ccc;
    border-radius: 10px;
}

.core-team-holder .core-listing-title h2 {
    font-weight: bold;
    font-family:Lobster;
    font-size: calc(22px + .25vw);
    margin: 0;
    color: var(--c-red);
    padding: 10px 0 0;
    text-align: center;
}
.core-team-holder .core-listing-title p {
    font-weight: bold;
    font-size: calc(18px + .25vw);
    margin: auto;
    color: var(--c-category);
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.core-team-holder .core-listing-title h2::after {
    border-bottom:2px solid red;
}*/
/*----------------------Product Listing---------------*/
#myModal .modal-dialog {
    width: 50%;
}

.enq-frm h2 {
    color: var(--c-red);
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.enq-frm form img {
    width: 100%;
    height: auto;
}

.product-listing-wrapper {
    padding: 40px 0 100px;
}

.product-listing-wrapper .product-list-box {
    /*background: rgb(255, 255, 255);*/
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0) 35%, rgba(255, 254, 249, 1) 100%);*/
    border-radius: 8px;
    height: auto;
}

#product-brand-logo {
    padding: 50px 0;
}


.product-list-box .hori_tab_nav ul li.nav-item {
    margin: 5px 10px 5px 0;
}

.product-list-box .hori_tab_nav {
    border-bottom: 0px solid #d4d1ca;
    padding: 6px 10px;
    border-radius: 0;
    background: var(--c-red);
    border-radius: 16px;
}

.product-list-box .hori_tab_nav ul
{
    display: flex;
    overflow: auto;
    width: 100%;
    flex-wrap: nowrap;
}

.product-list-box .mother-tab .nav-link {
    width: 100%;
    padding: 0;
}

.product-list-box .mother-tab .product-logo-box {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background: var(--c-category);
    border-radius: 40px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.product-list-box .mother-tab .active {
    background: var(--c-primary-dark) !important;
}

.prod-listing-items {
    display: grid;
    grid-template-columns: repeat(6, 3fr);
    grid-template-rows: auto;
    margin-top: 15px;
    grid-gap: 20px;
}

.prod-listing-holder {
    background: url(../images/3.png);
     background-repeat: round;
    background-size: 100%;
    border-radius: 10px;
    width: 100%;
    padding: 0px 0 10px 0;

}

.prod-listing-holder .prod-listing-content {
    /*background: var(--c-greyish-white);*/
    background: transparent;
    margin-top: 70%;
    position: relative;
    border-radius: 10px 10px;
    width: 85%
    /*width: 99%*/
}

.prod-listing-holder .prod-listing-content .prod-listing-thumb {
    position: relative;
    margin-top: -30px;
    top: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
}

.prod-listing-holder .prod-listing-content .prod-listing-thumb img {
    margin-top: -75%;
    border-radius: 50%;
}

.prod-listing-holder .prod-listing-category {
    background-color: var(--c-category);
    padding: 7px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 11px 6px;
    min-width: 122px;
}

.prod-listing-holder .prod-listing-category h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--c-white);
    font-family: "Roboto", sans-serif;
}

.prod-listing-holder .prod-listing-card {
    padding: 80px 15px 10px;
    border-radius: 15px;
}


.prod-listing-holder .prod-listing-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    padding: 0;
    /*border-top: 1px solid #ccc;
    background: var(--c-greyish-white);*/
}

.prod-listing-holder .prod-listing-title h2 {
    font-weight: 800;
    font-size: 22px;
    margin: 0;
    color: var(--c-primary-dark);
    padding: 10px 5px;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-box .modal.show .modal-dialog {
    top: 10%;
    max-width: 1220px;
}

.popup-product-details h2 {
    color: var(--c-red);
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 15px;
}

.popup-product-details p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: var(--c-red);
    margin-bottom: 8px;
    line-height: 22px;
}

.popup-product-details .product-video {
    border-radius: 10px;
    overflow: hidden;
}

.popup-product-details .product-video video {
    object-fit: cover;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.prod-listing-items .modal-header {
    margin-right: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.prod-listing-items .modal-header a {
    display: block;
}

.prod-listing-items .modal-header a img {
    width: 100%;
}


.product-container {
    width: 100%;
}


.service-food {
    padding: 50px 0 10px;
}

.service-food-head .container {
    position: relative;
}

.service-food-head .lft-chl-five {
    position: absolute;
    top: -38px;
    left: -46px;
    width: 130px;
}

.service-food-head .lft-chl-five img {
    width: 100%;
}

.service-food-head .rit-chl-two {
    position: absolute;
    top: -26px;
    right: -59px;
    width: 180px;
}

.service-food-head .rit-chl-two img {
    width: 100%;
}

.store-category {
    padding-bottom: 150px;
}

.store-category-holder {
    display: flex;
    gap: 10px;
}

.store-category-holder .store-cateory-box {
    width: 20%;
    height: 285px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.store-category-holder .store-cateory-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s
}

.store-category-holder .store-cateory-box .title {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    z-index: 9;
    padding: 0 10px;
    text-align: center;
    color: var(--c-white);
}

.store-category-holder .store-cateory-box .title h2 {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.store-category-holder .store-cateory-box:after {
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    left: 0;
    height: 30%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    z-index: 1;
}

.store-category-holder .store-cateory-box img:hover {
    transition: transform .2s;
    transform: scale(1.1);
}

.bulk-pack-thum img {
    width: 100%;
    height: auto;
}

.feature-scroller {
    height: 412px;
    padding-top: 20px;
    padding-right: 10px;
}

.feature-scroller .icon-text-box {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 25px;
    border-radius: 10px;
    padding: 18px 25px;
    background: rgb(28, 31, 40);
    background: linear-gradient(90deg, rgba(28, 31, 40, 1) 0%, rgba(69, 33, 50, 1) 100%);
    margin-bottom: 10px;
}

.icon-text-box .icon-box {
    width: 60px;
    height: 60px;
}

.icon-text-box .icon-text h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-decoration: underline;
}

.icon-text-box .icon-text p {
    color: #ccc;
    font-size: 15px;
    line-height: 21px;
}

.thum-txt-box {
    padding: 50px 0 50px;
}

.thum-txt-box .mid_content_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: var(--c-black-text);
    text-transform: uppercase;
    padding-bottom: 20px;
}

.thum-txt-box .mid_content_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-black-text);
    padding-bottom: 20px;
}

.thum-txt-box .mid_content_pic_2 {
    margin-top: -80px;
}

.thum-txt-box .mid_content_box {

    padding: 50px 20px 0;
}

.thum-txt-box .mid_content_pic_2 img {
    width: 100%;
    height: auto;
}

.thum-txt-box .mid_content_pic_1 img {
    width: 100%;
    height: auto;
}

.thum-txt-box .mid_content_box_1 {
    padding: 55px 20px 0;
}

/* ===== Scrollbar CSS ===== */

.longEnough {
    scrollbar-width: 4px;
    scrollbar-color: #D9D9D9 #35202e !important;

}


.longEnough::-webkit-scrollbar {
    width: 4px;
}

.longEnough::-webkit-scrollbar-track {
    background: #4b3b47 !important;

}

.longEnough::-webkit-scrollbar-thumb {
    background-color: #4b3b47;
    border-radius: 10px;
    border: 3px solid #35202e;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background-color: #d9d9d9 !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #433440 !important;
    width: 4px;
}

/*------------------------Distribution Page---------------------*/
.distribution-slider {
    padding: 70px 0 40px;
}

.distribution-slider-thum {
    height: 410px;
    overflow: hidden;
    border-radius: 10px;
}

#distribution-slider {
    height: 470px;
    overflow: hidden;
}

#distribution-slider .owl-nav {
    text-align: center;
    margin: 20px 0;
}

#distribution-slider .owl-nav button {
    width: 36px;
    height: 36px;
    background: var(--c-red);
    color: #fff;
    font-size: 27px;
    border-radius: 4px;
    margin: 0 5px;
    line-height: 14px;
}

.distribution-slider-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.distribution-slider .item {
    height: 410px;
    overflow: hidden;
    border-radius: 15px;
}

.distribution-slider-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.distribution-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.distribution-slider {
    width: 100%;
    overflow: hidden;
}

.distribution-slider .owl-carousel.owl-drag .owl-item:nth-child(2) {
    opacity: 0;
}

.distribution-slider .owl-carousel.owl-drag .owl-item:nth-child(3) {
    width: 750px !important;
}

.distribution-slider .owl-carousel.owl-drag .owl-item:nth-child(4) {
    width: 400px !important;
}

.distribution-content {
    padding: 0 0 50px;
}

.side-custom-head h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--c-black-text);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.side-custom-head h2 span {
    display: block;
    color: var(--c-red);
}

.side-description p {
    margin-bottom: 26px;
}

/*-------------------------contact form-----------------------*/
.contact-frm-sec {
    padding: 0 0 150px;
}

.form-holder {
    background: var(--c-white);
    padding: 25px;
    border-radius: 20px;
}

.from-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.small-leftcustom-head {
    padding: 20px 0 40px;
}

.small-leftcustom-head h4 {
    color: var(--c-red);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.small-leftcustom-head h3 {
    color: var(--c-black-text);
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.small-leftcustom-head p {
    color: var(--c-grey);
    font-size: 16px;
    font-weight: 400;
    text-align: left; 
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section select
{
    border-radius: 0;
    background: #f0f0f0;
    border: 0;
    padding: 15px 20px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.form-section textarea {
    border-radius: 0;
    background: #f0f0f0;
    border: 0;
    padding: 15px 20px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

#inputGroupPrepend {
    background: none;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.form-section input[type="text"].phone {
    padding-left: 65px;
}

/*---------------contact page----------------------*/
.contact-information-holder {
    padding: 60px 0 30px;
}

.contact-info .info {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.info-txt {
    width: 80%;
    padding-top: 7px;
}

.contact-info {
    padding: 40px 0 0 30px;
}

.contact-info h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-info .info i {
    width: 40px;
    height: 40px;
    background: var(--c-red);
    border-radius: 50%;
    color: var(--c-white);
    text-align: center;
    padding-top: 11px;
}

.contact-info .info p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Inter", serif;
}

.contact-info .info p strong {
    font-weight: 700;
    display: block;
}

.contact-info .info a {
    font-size: 16px;
    line-height: 22px;
    color: var(--c-black-text);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}

.contact-sub-btn {
    align-items: center;
    display: flex;
}

/* ----------------------------Our Facility Css ----------------------------------- */
.facility_head_wrapper {
    padding: 40px 0;
}

.facility-gallery-wrapper {
    padding: 10px 0 80px;
}

.wht-round-box {
    background: var(--c-white);
    border-radius: 20px;
    padding: 20px;
}

.facility-lst .nav .nav-item button.active {
    color: var(--c-white);
    background: var(--c-red);
}

.facility-lst .nav-pills {
    width: 400px;
}

.facility-lst .nav-pills li {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding-right: 0px;
}

.facility-lst .nav-pills li button {
    background: #fbe9eb;
    border-radius: 15px;
    font-size: 16px;
    color: var(--c-black-text) !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    text-align: left;
    letter-spacing: 0;
    line-height: 22px;
    padding: 19px 30px;
}

.facility-lst .nav-pills li button:hover {
    color: var(--c-white);
    background: var(--c-red);
}

.facility-lst .nav .nav-item button.active::after {
    display: none;
}

.facility-lst .facility-tab-thum {
    border-radius: 15px;
    overflow: hidden;
}

.facility-lst .facility-tab-thum img {
    width: 100%;
    height: auto;
}

.facility-lst .facility-tab-describtion {
    padding: 20px 15px;
}

.facility-lst .tab-content {
    padding: 0 0 0 15px;
}

/*.facility-lst .facility-tab-head {
    height: 400px;
}*/

.facility-lst .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d61f35 !important;
}

.facility-lst .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d9d9d9 !important;
    width: 4px;
}

.mfp-title {
    font-size: 20px;
}

/* ---------------------------- Blog Css-------------------------*/
.blog-listing-wrapper {
    padding: 70px 0 180px;
}

.blog-listing-wrapper .blog-listing-holder {
    display: grid;
    grid-gap: 20px;
}

.blog-listing-wrapper .blog-listing-holder .blog-list {
    background-color: var(--c-white);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 25px;
    width: 100%;
}

.blog-listing-holder .blog-list .blog-thumb {
    border-radius: 15px;
    overflow: hidden;
    width: 40%;
    height: auto;
    max-width: 281px;
}

.blog-listing-holder .blog-list .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content .blog-listing-category {
    background-color: #d61f351f;
    padding: 8px 15px;
    border-radius: 18px;
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content .blog-listing-category a {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: var(--c-red);
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content {
    margin-top: 8px;
    width: 60%;
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--c-black-text);
    padding-bottom: 6px;
    margin-top: 15px;
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7e7c7c;
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    padding-top: 20px;
    color: #555555;
}

.blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content p a {
    color: var(--c-red);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.blog-listing-wrapper .side-bar-container .side-search-box {
    padding: 30px 20px;
    background-color: #d61f351f;
    border-radius: 15px;
}

.side-search-box .input-group button {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 2;
    height: 47px;
    border: none;
    z-index: 99;
    width: 45px;
}

.side-bar-container .side-search-box .form-control {
    padding: 0.7rem .75rem !important;
    border: 0;
    font-family: "Roboto", sans-serif;
    border-radius: 4px !important;
}

.side-bar-container .side-categories-box {
    padding: 30px 20px;
    background-color: #d61f351f;
    border-radius: 15px;
}

.side-bar-container .side-categories-box h3 {
    font-weight: 700;
    font-size: 22px;
    color: var(--c-red);
    text-transform: uppercase;
    margin-bottom: 0px;
}

.side-bar-container .side-categories-box ul {
    padding: 15px 0 0;
}

.side-bar-container .side-categories-box li {
    padding-bottom: 10px;
}

.side-bar-container .side-categories-box li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #312b28;
    text-transform: uppercase;
}

/*---------------------Privacy policy-------------------------*/

.policy-sec {
    padding: 40px 0 160px;
}

.custom-content-body p {
    color: #31302b;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
}

.custom-content-body h2 {
    color: #31302b;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    margin: 30px 0 15px;
}

.custom-content-body h3 {
    color: #31302b;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    margin: 30px 0 15px;
}

.custom-content-body ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.custom-content-body ul li {
    color: #31302b;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    list-style-type: disc;
}

.privacy-policy-content {
    height: 650px;
}

.privacy-policy-content .mCSB_container {
    padding-right: 60px;
}


.privacy-policy-content .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background-color: #d61f35 !important;
}

.privacy-policy-content .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #d9d9d9 !important;
    width: 4px;
}

/*--------------------------blog details-------------------------*/
.blog-listing-wrapper .blog-listing-holder .blog-list-1 {
    display: table;
    background-color: var(--c-white);
    border-radius: 20px;
    padding: 15px;
    width: 100%;
}

.blog-listing-holder .blog-list-1 .blog-thumb {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}

.blog-listing-holder .blog-list-1 .blog-thumb img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.blog-listing-holder .blog-list-1 .blog-text-content .blog-listing-category {
    background-color: #d61f351f;
    padding: 8px 15px;
    border-radius: 18px;
}

.blog-listing-holder .blog-list-1 .blog-text-content .blog-listing-category a {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: var(--c-red);
}

.blog-listing-holder .blog-list-1 .blog-text-content {
    margin-top: 8px;
}

.blog-listing-holder .blog-list-1 .blog-text-content h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--c-black-text);
    padding-bottom: 6px;
    margin-top: 15px;
}

.blog-listing-holder .blog-list-1 .blog-text-content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #747474;
    font-family: Roboto;
}

.blog-listing-holder .blog-list-1 .blog-text-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    padding: 15px 0;
    color: #555555;
}

@media (min-width: 1500px) and (max-width: 1920px) {
    .navbar-nav .nav-link {
        /*font-size: 17px;*/
        padding-left: 16px;
        padding-right: 16px;
    }

    .semi_footer_wrapper {
        padding: 60px 0 140px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }

    .semi_footer_wrapper .newsletter_content h2 {
        font-size: 30px;
    }

    .semi_footer_wrapper .newsletter_content h1 {
        padding: 0px 0 14px;
    }

    /* .semi_footer_wrapper .newsletter_content .input-group {
        width: 92%;
    } */
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .navbar-nav .nav-link {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .product-holder h2 {
        font-size: 26px;
    }

    .carousel-caption .container .custom-head h2 {
        font-size: 60px;
    }

    .about-tab {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .global-food-head .lft-chl-five {
        width: 210px;
    }

    .global-food-head .gng-lv {
        width: 150px;
    }

    .prod_pic_wrapper .product-category-content .category-item-holder {
        height: 250px;
    }

    .prod_pic_wrapper .product-category-content .prod-thumb a img {
        height: 175px;
    }

    .product-list-box .mother-tab .product-logo-box {
        padding: 2px 20px;
        font-size: 14px;
    }

    .product-list-box .all-category-link a {
        padding: 12px 24px;
        font-size: 14px;
    }

    .prod-listing-holder .prod-listing-title h2 {
        font-size: calc(16px + .15vw);
    }

    .service-food-head .rit-chl-two {
        right: -10px;
        width: 130px;
    }

    .about_banner .head_content h1 {
        font-size: 30px;
    }

    .head_content .breadcumb li a {
        font-size: 15px;
    }

    .form-section input[type="text"],
    .form-section input[type="email"] {
        font-size: 14px;
    }

    #inputGroupPrepend {
        font-size: 14px;
    }

    .form-section textarea {
        font-size: 14px;
    }

    .contact-info .info p {
        font-size: 15px;
    }

    .custom-head-red h2 {
        font-size: 30px;
    }

    .feature-scroller {
        height: 433px;
    }

    .contact-info {
        padding: 40px 0 0 20px;
    }

    /* .page-logo .container img {
        width: 335px;
        height: auto
    }*/

    .product-category-content ul li .prod-title h3 a {
        font-size: 20px;
    }

    .prod_pic_wrapper .product-category-content .prod-thumb {
        min-height: 185px;
    }

    .prod_pic_wrapper .product-category-content .prod-thumb img {
        height: 157px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .page-logo {
        padding: 50px 0 50px;
    }

    .navbar-toggler {
        float: left;
        margin: 0;
        height: 45px;
        width: 45px;
        border-radius: 0;
        z-index: 1
    }

    .navbar-toggler .icon-bar {
        width: 24px;
        background: #fff;
        transition: .5s ease;
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(2) {
        transform: rotate(0) translateY(0) translateX(0);
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(3) {
        opacity: 1
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0) translateY(0) translateX(0);
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        transform: rotate(-45deg) translateY(5px) translateX(-5px);
    }

    .navbar-toggler .icon-bar:nth-child(3) {
        opacity: 0
    }

    .navbar-toggler .icon-bar:nth-child(4) {
        transform: rotate(45deg) translateY(-4px) translateX(-3px);
    }

    .navbar-header {
        display: block;
    }

    .container {
        width: 100%;
        max-width: 991px;
    }

    .carousel-caption .container .custom-head h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }


    .custom-btn {
        font-size: 16px;
        padding: 8px 14px;
    }

    .custom-header .navbar {
        margin-right: 0;
    }

    .carousel-caption {
        /*bottom: 80px;*/
        left: 25px;
        width: 100%;
    }

    .page-logo {
        padding: 50px 0 50px;
    }

    .page-logo .page-logo-img {
        width: 250px;
        height: auto;
    }

    .left-lvs-top,
    .right-lvs-top {
        width: 75px;
    }

    .brand-logo h2 {
        font-size: 38px;
    }

    .rit-chl-two {
        bottom: 10px;
        right: 0px;
        width: 83px;
    }

    .lft-chl-one {
        bottom: 10px;
        left: 0px;
        width: 83px;
    }

    .rit-chl-four {
        width: 70px;
    }

    .lft-chl-three {
        width: 80px;
    }

    .highlights-explore .custom-head h2 {
        font-size: 20px;
    }

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .videoplayer-holder {
        border-radius: 15px;
    }

    .video-guide-holder .play-button {
        width: 40px;
        height: 40px;
        top: 34%;
        left: 44.2%;
        font-size: 15px;
    }

    .product-holder h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .product-slider-holder .item .title-bg h2 {
        font-size: 48px;
    }

    .feature-head-bg {
        padding: 20px 0 30px;
    }

    #feature-product .feature-item-box {
        gap: 0px;
    }

    .front-pro-top {
        padding: 20px 0 50px;
    }

    #products-slider .owl-item .product-holder {
        height: 220px !important;
    }

    .product-holder .product-thum img {
        height: 120%
    }

    .product-holder .product-thum {
        height: 152px;
    }

    .prod-listing-items {
        display: grid;
        grid-template-columns: repeat(4, 3fr);
        grid-template-rows: auto;
        margin-top: 30px;
        grid-gap: 20px;
    }

    .highlights-explore {
        background-size: 12%;
    }

    .highlights_content_wrapper .highlight_content_3 .chil_picture_1 {
        /* bottom: -20px;
        width: 90px; */
        bottom: -55px;
        width: 74px;
        transform: rotate(223deg);
    }

    .highlights_content_wrapper .highlight_content_3 .leave_picture_1 {
        top: -83px;
        width: 100px;
    }

    .highlights_content_wrapper {
        padding: 0;
        width: 100%;
        /*overflow-x: hidden;*/
    }

    .front-pro-top {
        width: 100%;
        overflow-x: hidden;
    }




    /*--------------------About----------------------*/
    .navbar-nav .nav-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .global-food-head .lft-chl-five {
        bottom: 35px;
        left: -14px;
        width: 120px;
    }

    .global-food-head .gng-lv {
        bottom: 115px;
        width: 120px;
    }

    .tab-content .tab-pane .tab_box .tab_box_text {
        margin: 0;
    }

    .testi-top-hd {
        padding: 50px 0 70px;
    }

    .testi-top-hd .rit-chl-two {
        width: 20%;
        top: 0;
    }

    .testimonial_carousel_wrapper .testi_content_box {
        min-height: 0;
    }

    .testimonial_carousel_wrapper .testi_content_box .testi_text {
        width: 100%;
    }

    .about_mid_content_wrapper .mid_content_title {
        font-size: 28px;
        line-height: 43px;
    }

    .about_mid_content_wrapper p {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 5px
    }

    .about_mid_content_wrapper ul li span {
        font-size: 14px;
    }

    .about_mid_content_wrapper ul li {
        font-size: 12px;
    }

    .social-media-explore {
        padding: 70px 0 40px;
        background-size: 19%, 9%;
    }

    .social-media-explore .lft-chl-social {
        bottom: -65px;
        left: 80px;
        width: 130px;
    }

    .semi_footer_wrapper .news_images {
        margin: -150px 0;
    }

    .semi_footer_wrapper .newsletter_content h1 {
        padding: 14px 0 0;
    }

    .semi_footer_wrapper .newsletter_content h2 {
        font-size: 22px;
        padding: 0 0 20px 0;
    }

    .semi_footer_wrapper .newsletter_content .input-group {
        width: 100%;
    }

    .semi_footer_wrapper .newsletter_content .input-group-text {
        padding: .375rem 2rem;
    }

    .news-letter-pic .rit-chl-two {
        top: -174px;
        right: 60px;
        width: 30%;
    }

    .about_mid_content_wrapper ul {
        margin-left: 0;
    }

    .side-custom-head h2 {
        font-size: 31px;
    }

    .blog-listing-holder .blog-list-1 .blog-thumb {
        height: auto;
        margin-bottom: 20px;
    }

    .prod_pic_wrapper .product-category-content ul li {
        width: 31%;
    }
/*
     .core-management-img {
     background: none;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler {
        float: left;
        margin: 0;
        height: 45px;
        width: 45px;
        border-radius: 0;
        z-index: 1
    }

    .navbar-toggler .icon-bar {
        width: 24px;
        background: #fff;
        transition: .5s ease;
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(2) {
        transform: rotate(0) translateY(0) translateX(0);
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(3) {
        opacity: 1
    }

    .navbar-toggler.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0) translateY(0) translateX(0);
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        transform: rotate(-45deg) translateY(5px) translateX(-5px);
    }

    .navbar-toggler .icon-bar:nth-child(3) {
        opacity: 0
    }

    .navbar-toggler .icon-bar:nth-child(4) {
        transform: rotate(45deg) translateY(-4px) translateX(-3px);
    }

    .navbar-header {
        display: block;
    }

    .container {
        width: 100%;
        max-width: 991px;
    }

    .carousel-caption .container .custom-head h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }



    .custom-btn {
        font-size: 16px;
        padding: 8px 14px;
    }

    .custom-header .navbar {
        margin-right: 0;
    }

    .carousel-caption {
        bottom: 80px;
        left: 25px;
        width: 100%;
    }

    .page-logo .page-logo-img {
        width: 250px;
        height: auto;
    }

    .left-lvs-top,
    .right-lvs-top {
        width: 75px;
    }

    .brand-logo h2 {
        font-size: 38px;
    }

    .rit-chl-two {
        bottom: 10px;
        right: -13px;
        width: 100px;
    }

    .lft-chl-one {
        bottom: 20px;
        left: -10px;
        width: 100px;
    }

    .rit-chl-four {
        width: 80px;
    }

    .lft-chl-three {
        width: 80px;
    }

    .highlights-explore .lft-chl-three {
        width: 110px;
    }

    .highlights-explore .custom-head h2 {
        font-size: 20px;
    }

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .highlights_content_wrapper .highlight_content .content_box {
        padding: 50px 20px 50px 80px;
    }

    .hight-product-thum {
        bottom: 195px;
        left: 35%;
        width: 100px;
        height: 180px;
        z-index: 999;
        text-align: center;
    }

    .highlights_content_wrapper .highlight_content .chil_picture_1 {
        width: 120px;
    }

    .highlights_content_wrapper .highlight_content .content_box h2 {
        font-size: 24px;
        line-height: 23px;
    }

    .highlights_content_wrapper .highlight_content .content_box p {
        font-size: 16px;
        line-height: 19px;
    }

    /*.highlight_content .highlight-lft-thum {*/
    /*    height: 257px;*/
    /*}*/

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .content_box_2 .hight-product-thum {
        bottom: -95px;
        /* left: 32%; */
        width: 138px;
        height: 190px;
        z-index: 999;
        text-align: center;
    }

    .highlights_content_wrapper .highlight_content_2 .chil_picture_2 {
        width: 120px;
    }

    .highlights_content_wrapper .highlight_content_2 .content_box h2 {
        font-size: 24px;
        line-height: 23px;
    }

    .highlights_content_wrapper .highlight_content_2 .content_box p {
        font-size: 16px;
        line-height: 19px;
    }

    .highlight_content_2 .highlight-lft-thum {
        height: 200px;
    }

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .highlights_content_wrapper .highlight_content_3 .content_box_3 {
        padding: 40px 20px 40px 20px;
        text-align: center;
    }

    .hight-product-thum {
        left: -50px;
        bottom: 15px;
        width: 100px;
        height: 180px;
        z-index: 999;
        text-align: center;
    }

    .highlights_content_wrapper .highlight_content .chil_picture_1 {
        width: 66px;
    }

    .highlights_content_wrapper .highlight_content_3 .content_box_3 h2 {
        font-size: 24px;
        line-height: 23px;
    }

    .highlights_content_wrapper .highlight_content_3 .content_box_3 p {
        font-size: 16px;
        line-height: 19px;
    }

    .highlight_content_3 .highlight-lft-thum {
        height: 200px;
    }

    .videoplayer-holder {
        border-radius: 15px;
    }

    .video-guide-holder .play-button {
        width: 40px;
        height: 40px;
        top: 34%;
        left: 44.2%;
        font-size: 15px;
    }

    .product-holder h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .product-slider-holder .item .title-bg h2 {
        font-size: 48px;
    }

    .feature-head-bg {
        padding: 20px 0 30px;
    }

    #feature-product .feature-item-box {
        gap: 0px;
    }

    .front-pro-top {
        padding: 20px 0 50px;
    }

    #products-slider .owl-item .product-holder {
        height: 220px !important;
    }

    .product-holder .product-thum img {
        height: 120%
    }

    .product-holder .product-thum {
        height: 152px;
    }

    .highlights-explore {
        background-size: 12%;
    }

    /* .highlights_content_wrapper .highlight_content_3 .chil_picture_1 {
        bottom: -20px;
        width: 90px;
    } */

    .highlights_content_wrapper .highlight_content_3 .leave_picture_1 {
        top: -83px;
        width: 100px;
    }

    .highlights_content_wrapper {
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .front-pro-top {
        width: 100%;
        overflow-x: hidden;
    }

    /*--------------------About----------------------*/
    .navbar-toggler {
        display: none;
    }

    .navbar .toggler-navbar {
        margin-left: 400px;
    }

    .red-bar h4 {
        font-size: 19px;
    }

    .global-food-head .lft-chl-five {
        bottom: 40px;
        left: -14px;
        width: 100px;
    }

    .global-food-head .gng-lv {
        bottom: 100px;
        width: 100px;
    }

    .video-guide-holder .lemon {
        width: 85px;
    }

    .video-guide-holder .gng-lv {
        width: 100px;
    }

    .tab-content .tab-pane .tab_box {
        display: table;
    }

    #pills-tabContent .tab_box_pic img {
        width: 100%;
    }

    .tab-content .tab-pane .tab_box .tab_box_pic {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab-content .tab-pane .tab_box .tab_box_text {
        width: 100%;
    }

    .testi-top-hd .rit-chl-two {
        width: 120px;
        top: 5%;
    }

    .testimonial_carousel_wrapper .testi_content_box {
        padding: 30px 30px;
        justify-content: center;
        /*min-height: 0;*/
    }

    .testimonial_carousel_wrapper .testi_content_box {
        background: var(--c-red);
        display: flex;
        flex-direction: column;
    }

    .testimonial_carousel_wrapper .testi_content_box .testi_pic {
        width: 100%;
    }

    .testimonial_carousel_wrapper .testi_content_box .testi_pic {
        width: 100%;
    }

    .social-media-explore {
        background-size: 19%, 9%;
    }

    .social-media-explore .lft-chl-social {
        bottom: -35px;
        left: 20px;
        width: 100px;
    }

    .follow_us_wrapper {
        margin-bottom: 5%;
        background: url(../images/leaves3.png) left 25px no-repeat;
        background-size: 9%;
    }

    .semi_footer_wrapper {
        padding: 60px 0 100px;
    }

    .semi_footer_wrapper .news_images {
        margin: -150px 0;
    }

    .semi_footer_wrapper .newsletter_content {
        margin: -60px 0;
    }

    .semi_footer_wrapper .newsletter_content h1 {
        padding: 14px 0 5px;
    }

    .semi_footer_wrapper .newsletter_content h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .semi_footer_wrapper .newsletter_content .input-group {
        width: 100%;
    }

    .semi_footer_wrapper .newsletter_content .input-group-text {
        padding: .375rem 1rem;
    }

    .news-letter-pic .rit-chl-two {
        top: -200px;
        right: 20px;
        width: 40%;
    }

    .scroll-top {
        z-index: 99999999;
        right: 30px !important;
        bottom: 10px !important;
    }

    .about_mid_content_wrapper .mid_content_pic_2 {
        margin: 15px 0;
    }

    .about_mid_content_wrapper .mid_content_pic_1 img {
        width: 100%
    }

    .about_mid_content_wrapper .mid_content_pic_2 img {
        width: 100%
    }

    /*--------------------Category----------------------*/
    .product-category-content ul li .prod-title h3 a {
        font-size: 18px;
    }

    .prod_pic_wrapper .product-category-content ul li {
        width: 31%;
        margin: 10px 8px;
    }

    .thum-txt-box .mid_content_pic_2 {
        margin-top: 20px;
    }

    .store-category-holder .store-cateory-box {
        height: auto;
    }

    .side-custom-head h2 {
        font-size: 24px;
    }

    .side-bar-container {
        margin-top: 20px;
    }

    .blog-listing-holder .blog-list-1 .blog-thumb {
        height: auto;
        margin-bottom: 20px;
    }

    /*-----------------facility-------------------------*/

    .facility-lst .nav-pills li button {
        font-size: 12px;
        padding: 11px 16px;
    }

    .wht-round-box {
        padding: 20px 10px;
    }

    .facility-lst .nav-pills {
        width: 300px;
    }

    .facility-lst .tab-content {
        padding: 20px 0 0 0px;
    }

    /*------------------food Service---------------------*/
    .service-food-head .rit-chl-two {
        position: absolute;
        top: -60px;
        right: 0px;
        width: 100px;
    }

    .service-food-head .lft-chl-five {
        position: absolute;
        top: -65px;
        left: -3px;
        width: 108px;
    }

    .store-category-holder .store-cateory-box {
        width: 48%;
    }

    .store-category-holder .store-cateory-box .title h2 {
        font-size: 20px;
    }

    .store-category-holder {
        flex-wrap: wrap;
    }

    .feature-scroller .icon-text-box {
        padding: 10px 10px;
        gap: 10px;
    }

    /*--------------------listing-------------------------*/
    /*.product-list-box ul.mother-tab li.nav-item {
        width: 24%;
    }

    .product-list-box ul.mother-tab {
        flex-wrap: wrap;
    }*/

    .product-list-box .hori_tab_nav {
        padding: 15px 10px;
    }

    .product-list-box .mother-tab .product-logo-box {
        padding: 6px 10px;
        font-size: 13px;
    }

    .product-list-box .hori_tab_nav ul li.nav-item {
        margin-bottom: 7px;
    }

    .product-list-box .all-category-link a {
        padding: 16px 10px;
        font-size: 13px;
    }

    #myTabContent .container {
        padding: 15px 0 !important;
    }

    .product-listing-wrapper .tab-content .tab-pane .tab_box {
        display: block;
    }

    .product-listing-wrapper .product-list-box .product-icon-content .icon-box-content {
        padding: 0 15px;
    }

    .product-listing-wrapper .product-list-box .product-icon-content .icon-text-box ul {
        gap: 5px;
    }

    .product-listing-wrapper .product-list-box .product-icon-content .icon-text-box ul li {
        padding: 1px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .prod-listing-items {
        grid-template-columns: repeat(3, 3fr);
    }

    .popup-pro-dscription {
        padding-left: 0px;
    }

    #pills-tabContent {
        padding: 0 !important;
    }

    .prod-listing-items {
        gap: 10px;
    }

    .prod-listing-holder .prod-listing-title h2 {
        font-size: 17px;
    }

  

}

@media screen and (max-width: 767px)  {
    .head_content .breadcumb li {
        font-size: 15px;
    }

    .head_content .breadcumb li a {
        font-size: 15px;
    }


    /* --------------------- counter-section ------------------------

    .counter-section {
        padding: 100px 0;
        background-size: 30%;
    }

    .counter-section img{
        padding:14px;
    }

    .counter-data {
        margin: 22px 0px;
        font-size: calc(15px + .15vw);
    }

    .counter-container .counter p {
        margin-bottom: 0px;
        font-size: calc(13px + .15vw);
    }
    
    .counter-container .counter span{
        font-size: calc(14px + .15vw);
    }

    /* --------------------- counter-section ------------------------*/
    .semi_footer_wrapper .newsletter_content {
        padding-top: 40px !important;
    }

    .custom-head-red h2 {
        font-size: 25px;
    }

    .custom-head-red p {
        font-size: 16px;
        line-height: 20px;
    }

    .distribution-slider .owl-carousel.owl-drag .owl-item:nth-child(3) {
        width: 0 !important;
    }

    #distribution-slider {
        height: auto;
    }

    .distribution-slider .item {
        height: 300px;
    }

    .prod_pic_wrapper .product-category-content ul li {
        float: left !important;
        width: 47% !important;
        margin: 10px 8px !important;
    }

    .store-category-holder .store-cateory-box {
        height: auto;
    }

    .store-category-holder .store-cateory-box .title h2 {
        font-size: 12px;
    }

    .thum-txt-box .mid_content_pic_2 {
        margin-top: 20px;
    }

    /*--------------------core team ----------------------*/
    .core-team{
        padding: 40px 0 40px;
    }

    .core-team h2{
        font-weight: bolder;
        font-family:Lobster;
        font-size: calc(24px + .45vw);
        color: var(--c-red);
        margin-bottom: 10px;

    }
    .core-team h3{
        font-family:var(--ff-primary);
        font-size: calc(16px + .15vw);
    }

    .core-management
    {
        margin: 20px 0;
        /*padding:50px 0; */
        /*background: linear-gradient(45deg, #E0F7FA, #DCEDC8, #E1BEE7);*/
    }
    .core-management2
    {
        /*margin: 20px 0;*/
        /*padding:50px 0; */
        /*background: linear-gradient(-45deg, #E0F7FA, #DCEDC8, #E1BEE7);*/
        /*/background: linear-gradient(45deg, #E1BEE7, #DCEDC8, #E0F7FA );*/
    }
    .core-management-row
    {
        background-size: 30%;
        padding:20px 20px; 
        
    }
    .core-management2 .core-management-row .row{
        padding: 10px 10px 0px 10px;
    }

    .core-management .core-management-row .row{
        padding: 10px 0px 0px 10px;
    }
    .core-management-img{
        width: 90%;
        background-repeat: round;
    }
    .core-management-img img{
       width:100%;
       border-radius: 20px;
    }
    .core-management2 .core-management-data
    {
        padding-left: 20px;
    }
    .core-management .core-management-data
    {
        padding-right: 20px;
    }
    .core-management-data h2 {
        font-family: Lobster;
        font-weight: bold;
        color: var(--c-category);
        text-shadow: 2px 1px 2px var(--c-red);
        font-size: calc(35px + .45vw);
    }
    .core-management-data h5 {
        font-family: var(--ff-primary);
        font-weight: bold;
        color: var(--c-red);
        margin-bottom: 20px;
        font-size: calc(20px + .25vw);
    }
    .core-management-data p {
        padding: 0px 10px 20px 0px;
    }
    /*.core-team-holder {*/
    /*    background: url(../images/ab.jpg);*/
    /*    background-repeat: round;*/
    /*    background-size: cover;*/
    /*    background-position: top;*/
    /*    border-radius: 10px;*/
    /*    padding: 10px 0 10px 0;*/

    /*}*/
    /*     .core-team-holder .core-listing-content {*/
   
    /*    margin-top: 55%;*/
    /*    position: relative;*/
    /*    border-radius: 10px 10px;*/
    /*    width: 99%*/
    /*}*/

    .core-team-holder  .core-listing-content .core-listing-thumb {
         display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;

    }

    .core-team-holder  .core-listing-content .core-listing-thumb img {
        width: 90%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        
    }

    .core-team-holder .core-listing-card {
        padding: 0px 15px 0px;
    }
    .core-team-holder .core-listing-title {

        background: #000000;
        /*border-top: 1px solid #ccc;*/
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .core-team-holder .core-listing-title h2 {
        font-weight: bold;
        font-family:Lobster;
        font-size: calc(24px + .25vw);
        margin: 0 0 10px 0;
        color:white;
        padding: 20px 0 0;
        text-align: center;
    }
    /*.core-team-holder .core-listing-title p {*/
    /*    font-weight: bold;*/
    /*    font-size: calc(18px + .25vw);*/
    /*    margin: auto;*/
    /*    color: white;*/
    /*    text-align: center;*/
    /*    padding: 10px 0 20px;*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*    justify-content: center;*/
    /*    width: 90%;*/
    /*}*/

    .core-team-holder .core-listing-title h2::after {
        border-bottom:2px solid red;
    }

    /*}

    @media(min-width:260px) and (max-width: 576px) {*/

    .navbar-brand img {
        width: auto;
        height: 50px;
    }

    .container {
        width: 100%;
        max-width: 767px;
    }

    .carousel-caption .container .custom-head h2 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .carousel-caption .container .custom-head h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .custom-btn {
        font-size: 13px;
        padding: 8px 14px;
    }

    .custom-header .navbar {
        margin-right: 0;
    }

    .carousel-caption {
        bottom: 10px;
        left: 20px;
        width: 100%;
    }


    .page-logo .page-logo-img {
        width: 175px;
        height: auto;
    }

    .left-lvs-top,
    .right-lvs-top {
        width: 60px;
    }

    .brand-logo h2 {
        font-size: 30px;
    }

    .rit-chl-two {
        bottom: 20px;
        right: -3px;
        width: 60px;
    }

    .lft-chl-one {
        bottom: 20px;
        left: -10px;
        width: 60px;
    }

    .rit-chl-four {
        width: 66px;
    }

    .lft-chl-three {
        width: 70px;
    }

    .highlights-explore .lft-chl-three {
        width: 100px;
    }

    .highlights-explore .custom-head h2 {
        font-size: 20px;
    }

    .highlights_content_wrapper .highlight_content {
        display: block;
    }

    .highlight_content .highlight-lft-thum {
        width: 100%;
        border-radius: 24px 24px 0 0;
    }

    .highlights_content_wrapper .highlight_content .content_box {
        width: 100%;
        border-radius: 0 0 24px 24px;
    }

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .highlights_content_wrapper .highlight_content .content_box {
        padding: 70px 20px 50px 20px;
        text-align: center;
    }

    .hight-product-thum {
        bottom: 195px;
        left: 35%;
        width: 100px;
        height: 180px;
        z-index: 999;
        text-align: center;
    }

    .highlights_content_wrapper .highlight_content .chil_picture_1 {
        width: 120px;
    }

    .highlights_content_wrapper .highlight_content .content_box h2 {
        font-size: 24px;
        line-height: 23px;
    }

    .highlights_content_wrapper .highlight_content .content_box p {
        font-size: 16px;
        line-height: 19px;
    }

    .highlight_content .highlight-lft-thum {
        height: 200px;
    }

    .highlights_content_wrapper .highlight_content_2 {
        display: block;
    }

    .highlight_content_2 .highlight-thum-two {
        width: 100%;
        border-radius: 0 0 24px 24px;
    }

    .highlights_content_wrapper .highlight_content_2 .content_box_2 {
        width: 100%;
        border-radius: 24px 24px 0 0;
        padding: 40px 20px 70px 20px;
        text-align: center;
    }

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .content_box_2 .hight-product-thum {
        bottom: -95px;
        left: 32%;
        /* width: 138px; */
        height: 190px;
        z-index: 999;
        text-align: center;
    }

    .highlights_content_wrapper .highlight_content_2 .chil_picture_2 {
        width: 120px;
    }

    .highlights_content_wrapper .highlight_content_2 .content_box h2 {
        font-size: 24px;
        line-height: 23px;
    }

    .highlights_content_wrapper .highlight_content_2 .content_box p {
        font-size: 16px;
        line-height: 19px;
    }

    .highlight_content_2 .highlight-lft-thum {
        height: 200px;
    }

    .highlights_content_wrapper .highlight_content_3 {
        display: block;
    }

    .highlight_content_3 .highlight-lft-thum-three {
        width: 100%;
        border-radius: 24px 24px 0 0;
    }

    .highlights_content_wrapper .highlight_content_3 .content_box_3 {
        width: 100%;
        border-radius: 0 0 24px 24px;
    }

    /* .right-lvs-top img {
        width: 100% !important;
    } */

    .highlights_content_wrapper .highlight_content_3 .content_box_3 {
        padding: 40px 20px 40px 20px;
        text-align: center;
    }

    .hight-product-thum {
        bottom: 195px;
        left: 35%;
        width: 100px;
        height: 180px;
        z-index: 999;
        text-align: center;
    }

    .highlights_content_wrapper .highlight_content .chil_picture_1 {
        width: 60px;
        bottom: -27px;
        transform: rotate(186deg);
        position: absolute;
        right: 0;
        z-index: 9;
    }

    .highlights_content_wrapper .highlight_content_3 .content_box_3 h2 {
        font-size: 24px;
        line-height: 23px;
    }

    .highlights_content_wrapper .highlight_content_3 .content_box_3 p {
        font-size: 16px;
        line-height: 19px;
    }

    .highlight_content_3 .highlight-lft-thum {
        height: 200px;
    }

    .videoplayer-holder {
        border-radius: 15px;
    }

    .video-guide-holder .play-button {
        width: 40px;
        height: 40px;
        top: 34%;
        left: 44.2%;
        font-size: 15px;
    }

    .product-holder h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .product-slider-holder .item .title-bg h2 {
        font-size: 48px;
    }

    .feature-head-bg {
        padding: 20px 0 30px;
        background-size: 18%, 15%;
    }

    #feature-product .feature-item-box {
        gap: 20px;
    }

    .highlights_content_wrapper .highlight_content_3 .chil_picture_1 {
        left: 0;
    }

    .front-pro-top {
        /* padding: 20px 0 50px; */
        padding: 44px 0 28px;
    }

    #products-slider .owl-item .product-holder {
        height: 205px !important;
    }

    .product-holder .product-thum img {
        height: 120%
    }

    .product-holder .product-thum {
        height: 152px;
    }

    /* .highlights-explore {
        background-size: 12%;
    } */

    .highlights_content_wrapper .highlight_content_3 .chil_picture_1 {
        transform: rotate(228deg);
        width: 58px;
    }

    .highlights_content_wrapper .highlight_content_3 .leave_picture_1 {
        top: -83px;
        width: 100px;
    }

    .highlights_content_wrapper {
        padding: 0;
        width: 100%;
        overflow-x: hidden;
    }

    .front-pro-top {
        width: 100%;
        overflow-x: hidden;
    }

    .follow_us_wrapper .follow_us_content {
        width: 90vw;
        display: flex;
        flex-direction: column;
    }

    .follow_us_wrapper .follow_us_content .follow_us_text {
        padding: 17px;

        width: 100%;
    }


    .follow_us_wrapper .follow_us_content .follow_us_text p {
        font-size: 16px;
    }

    .follow_us_wrapper .follow_us_content .follow_us_icon img {
        width: 9%;
        height: auto;
    }

    .vdo-pop .modal-dialog {
        width: 96%;
    }

    .prod-listing-holder .modal-header {
        background: #fff;
    }

    .carousel-caption .container .custom-head {
        width: 40%;
    }

    .dscription-content-txt {
        height: auto;
    }

    .highlights_content_wrapper .highlight_content_2 .leave_picture {
        left: 75%;
    }

    .page-logo {
        padding: 50px 0 50px;
    }

    /*--------------------About----------------------*/
    .navbar-toggler {
        display: none;
    }

    .global-food-head {
        padding: 30px 0 50px;
    }

    .custom-head-oneline h2 {
        font-size: 20px;
    }

    .about-tab {
        padding: 10px !important;
    }

    .about_mid_content_wrapper ul {
        margin-left: 0;
    }

    .global-food-head .gng-lv {
        bottom: 80px;
        width: 85px;
    }

    .global-food-head .lft-chl-five {
        bottom: 40px;
        width: 53px;
    }

    .global-food .brand-box-holder {
        padding: 0 0 20px 0;
    }

    .red-bar h4 {
        font-size: 16px;
    }

    .video-guide-holder .lemon {
        /*about us page*/
        top: -58px;
        width: 80px;
    }

    .video-guide-holder .gng-lv {
        /* top: -64px; */
        width: 100px;
    }

    .custom-head h2 {
        font-size: 20px;
    }

    .nav-pills .nav-link {
        font-size: 16px;
    }

    .tab-content .tab-pane .tab_box {
        display: table;
    }

    .tab-content .tab-pane .tab_box .tab_box_pic {
        width: 100%;
    }

    .tab-content .tab-pane .tab_box .tab_box_text {
        width: 100%;
    }

    .tab-content .tab-pane .tab_box .tab_box_text h1 {
        font-size: 16px;
        line-height: 26px;
    }

    .about-tab .tab_box_pic img {
        width: 100%;
    }

    .testi-top-hd {
        padding: 50px 0 0;
    }

    .testi-top-hd .rit-chl-two {
        width: 100px;
        top: 25%;
    }

    .testimonial_carousel_wrapper .testi_content_box {
        padding: 20px 30px;
        background: var(--c-red);
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .testi_content_box .testi_pic .user-thum {
        width: 55px;
        height: 55px;
    }

    .testimonial_carousel_wrapper .testi_content_box .testi_text h3 {
        padding-bottom: 0;
        font-size: 18px;
    }

    .testimonial_carousel_wrapper .testi_content_box .testi_text h6 {
        padding-bottom: 8px;
        font-size: 14px;
    }

    .testimonial_carousel_wrapper .testi_content_box .testi_text p {
        font-size: 13px;
        line-height: 18px;
    }

    .about_mid_content_wrapper .mid_content_pic_2 {
        margin: 15px 0;
    }

    .testimonial_carousel_wrapper .testimonial_content {
        margin-top: 40px;
    }

    .about_mid_content_wrapper .mid_content_title {
        font-size: 20px;
    }

    .social-media-explore {
        padding: 35px 0 35px;
        background-size: 24%, 14%;
    }

    .social-media-explore .custom-head h2 {
        font-size: 20px;
    }

    .social-media-explore .lft-chl-social {
        bottom: -33px;
        left: -23px;
        width: 80px;
    }

    .follow_us_wrapper {
        margin-bottom: 10%;
        background: url(../images/leaves3.png) left 100px no-repeat;
        background-size: 10%;
    }

    .follow_us_wrapper .follow_us_content .follow_us_text p {
        font-size: 15px;
    }

    .follow_us_wrapper .follow_us_content .follow_us_icon {
        padding: 14px 0 14px 5px;
        margin-left: 0;
        width: 100%;
    }

    .semi_footer_wrapper .news_images {
        margin: -159px 0;
    }

    .news-letter-pic .rit-chl-two {
        top: -174px;
        right: 60px;
        width: 30%;
    }

    .semi_footer_wrapper {
        padding: 30px 0 40px;
    }

    .semi_footer_wrapper .newsletter_content {
        padding: 0px;
    }

    .semi_footer_wrapper .newsletter_content h2 {
        font-size: 17px;
        line-height: 30px;
    }

    .semi_footer_wrapper .newsletter_content .input-group {
        width: 100%;
    }

    .semi_footer_wrapper .newsletter_content .input-group-text {
        padding: .375rem 1rem;
    }

    .footer_wrapper .footer_contact .ft_item_2 .icon_text {
        font-size: 14px;
    }

    .footer_wrapper .footer_text {
        margin-bottom: 20px;
    }

    .about_mid_content_wrapper .mid_content_pic_1 img {
        width: 100%;
    }

    .about_mid_content_wrapper .mid_content_pic_2 img {
        width: 100%;
    }

    .prod-listing-holder .prod-listing-category h3 {
        font-size: 13px;
        line-height: 14px;
    }

    /*-----------------facility-------------------------*/
    .facility-lst .tab-holds {
        display: block !important;
    }

    .facility-lst .nav-pills li button {
        font-size: 12px;
        padding: 11px 16px;
    }

    .wht-round-box {
        padding: 20px 10px;
    }

    .facility-lst .nav-pills {
        width: 94%;
    }

    .facility-lst .tab-content {
        padding: 20px 0 0 0px;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0px;
    }

    /*--------------------Category----------------------*/
    .prod_pic_wrapper .product-category-content ul li {
        float: none;
        width: 100%;
        margin: 10px 0;
    }

    .product-category-content ul li .prod-title h3 a {
        font-size: 21px;
    }

    .prod_pic_wrapper .product-category-content .prod-thumb img {
        height: 230px;
    }

    /*--------------------Distribution----------------------*/
    .side-custom-head h2 {
        font-size: 30px;
    }

    .thum-txt-box {
        padding: 50px 0 0;
    }

    /*------------------food Service---------------------*/
    .service-food-head .rit-chl-two {
        position: absolute;
        top: -60px;
        right: 0px;
        width: 100px;
    }

    .service-food-head .lft-chl-five {
        position: absolute;
        top: -65px;
        left: -3px;
        width: 108px;
    }

    .store-category-holder .store-cateory-box {
        width: 98%;
    }

    .store-category-holder .store-cateory-box .title h2 {
        font-size: 20px;
    }

    .store-category-holder {
        flex-wrap: wrap;
    }

    .feature-scroller .icon-text-box {
        padding: 10px 10px;
        gap: 10px;
    }

    .blog-listing-wrapper .blog-listing-holder .blog-list {
        display: table;
    }

    .blog-listing-holder .blog-list .blog-thumb {
        width: 100%;
    }

    .blog-listing-wrapper .blog-listing-holder .blog-list .blog-text-content {
        margin-top: 15px;
        width: 100%;
    }

    .side-bar-container {
        margin-top: 20px;
    }

    .blog-listing-holder .blog-list-1 .blog-thumb {
        height: auto;
        margin-bottom: 20px;
    }

    /*--------------------listing-------------------------*/
    /*.product-list-box ul.mother-tab li.nav-item {
        width: 50%;
    }

    .product-list-box ul.mother-tab {
        flex-wrap: wrap;
    }*/

    .product-list-box .hori_tab_nav {
        display: block;
        padding: 15px 10px;
    }

    .product-list-box .mother-tab .product-logo-box {
        font-size: 13px;
        width: 100%;
    }

    .product-list-box .hori_tab_nav ul li.nav-item {
        margin-bottom: 7px;
    }

    .product-list-box .all-category-link a {
        padding: 16px 10px;
        font-size: 13px;
    }

    .product-list-box .hori_tab_nav ul {
        display: flex;
        overflow: auto;
        width: 100%;
        flex-wrap: nowrap;
    }

    #myTabContent .container {
        padding: 15px 0 !important;
    }

    .product-listing-wrapper .tab-content .tab-pane .tab_box {
        display: block;
    }

    .product-listing-wrapper .product-list-box .product-icon-content .icon-box-content {
        padding: 0 15px;
    }

    .product-listing-wrapper .product-list-box .product-icon-content .icon-text-box ul {
        gap: 5px;
    }

    .product-listing-wrapper .product-list-box .product-icon-content .icon-text-box ul li {
        padding: 1px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .prod-listing-items {
        grid-template-columns: repeat(2, 2fr);
    }

    .popup-pro-dscription {
        padding-left: 0px;
    }

    #pills-tabContent {
        padding: 0 !important;
    }

    .prod-listing-items {
        gap: 10px;
    }

    .prod-listing-holder .prod-listing-title h2 {
        font-size: calc(16px + .15vw);
        height: 55px;
    }

    .cer-icon-box a {
        font-size: 13px;
    }

    .prod-listing-holder .prod-listing-category {
        margin: 15px 8px;
        padding: 7px 6px;
    }

}


/* ------------------------------- container-detail ------------------------------ */
.container-detail .table {
    /* border-color: var(--c-category)!important; */
    border-radius: 10px;
    border-collapse: separate;
    /* needed for spacing */
    border-spacing: 3px;
    border-width: 0;
}

.container-detail .table thead tr th {
    border-color: var(--c-category) !important;
    border-radius: 10px;
    font-family: var(--ff-primary);
    font-size: calc(14px + .9vw);
    background-color: var(--purplecolor);
    color: var(--c-white);
    padding:10px;
    vertical-align: middle;
}
.container-detail .table tfoot tr th {
    border-color: var(--c-white) !important;
    border-radius: 10px;
    font-family: var(--ff-primary);
    font-size: 16px;
    background-color: var(--c-white);
    color: var(--c-red);
    text-align: left;
    padding:15px;
}
.container-detail .table tbody tr th {
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 3px;
    text-wrap: nowrap;
    text-align: center;
}
.container-detail .table tbody tr td {
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 3px;
    /*text-wrap: nowrap;*/
    text-align: center;
    font-family: var(--ff-primary);
    font-size: calc(16px + .15vh);
    padding: 10px 20px;
    font-weight: bold;
}
.container-detail .table tbody .category_title th{
    background-color: var(--c-red) !important;
    color: var(--c-white) !important;
    padding: 10px;
    font-size: 25px;
    vertical-align: middle;
}
.container-detail .table tbody .category_title2 th{
    padding: 20px;
    background: url(../images/devider.png) repeat-x;
    height: 42px;
    background-position-y: center;
    vertical-align: middle;
}

/*.container-detail .table tbody tr:nth-child(odd) td {
    background-color: var(--c-category) !important;
    color:#fff !important;
    font-family: var(--ff-primary);
    font-weight: 900;
    padding: 10px;
    font-size: calc(16px + .15vw);
    vertical-align: middle;
}

.container-detail .table tbody tr:nth-child(even) td {
    background-color:#fff !important;
    color: var(--c-category) !important;
    font-family: var(--ff-primary);
    font-weight: 900;
    padding: 10px;
    font-size: calc(16px + .15vw);
    vertical-align: middle;
}
*/


/*- ------------------------------------ harvest chart ------------------ */
.harvest .table {
    /* border-color: var(--c-category)!important; */
    border-radius: 10px;
    border-collapse: separate;
    /* needed for spacing */
    border-spacing: 3px;
    border-width: 0;
}

.harvest .table thead tr th {
    border-color: var(--c-primary-dark) !important;
    border-radius: 10px;
    font-family: var(--ff-primary);
    font-size: calc(14px + .9vw);
    background-color: var(--c-primary-dark);
    color: var(--c-white);
}

.harvest .table tbody tr td,
.harvest .table tbody tr th {
    border-radius: 10px;
    border-collapse: separate;
    /* needed for spacing */
    border-spacing: 3px;
    width: 20px;
    text-wrap: nowrap;
    text-align: center;
}


.harvest .table tbody tr:nth-child(even) td,
.harvest .table tbody tr:nth-child(even) th {
    /*background-color: var(--c-red) !important;*/
    background-color: #fa913740 !important;
    color: var(--c-red) !important;
    padding: 5px;
    vertical-align: middle;

}
.harvest .table tbody tr:nth-child(even) td .harvest_img,
.harvest .table tbody tr:nth-child(even) th  .harvest_img{
    height:60px!important;
    border:5px solid  var(--c-red);
    border-radius:50%
}

.harvest .table tbody tr:nth-child(odd) td,
.harvest .table tbody tr:nth-child(odd) th {
    /*background-color: var(--c-category) !important;*/
    background-color: #19875424 !important;
    color:var(--c-category) !important;
    padding: 5px;
    vertical-align: middle;
}
.harvest .table tbody tr:nth-child(odd) td .harvest_img,
.harvest .table tbody tr:nth-child(odd) th  .harvest_img{
    height:60px!important;
    border:5px solid  var(--c-category);
    border-radius:50%
}

.harvest .table tbody tr th {
    font-family: var(--ff-primary);
    font-size: calc(13px + .9vw);
}

/*---------------------------- certificate ----------------------------*/

.certificate {
    background: white;
    background-image: url('../images/ellipse.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    border-bottom: 10px solid var(--c-primary-dark);
    background-size: auto;
    border-radius: 20px;
    padding-top: 30px;
}

.certifacte-item {
    background-image: url(../images/leaves2.webp), url(../images/leaves1.png);
    background-position: right -30px, left -30px;
    background-repeat: no-repeat, no-repeat;
    background-size: 33%;
}

.certifacte-item img {
    width: 50%;
    border: 5px solid var(--basecolor);
    background: white;
    position: relative;
    z-index: 9;
}

.certifacte-item h6 {
    height: 60px;
}

@media screen and (max-width: 1200px) {
    .certifacte-item {
        background-position: right -20px, left -20px;
    }
}

@media screen and (max-width: 1024px) {
    .certifacte-item {
        background-position: right -20px, left -20px;
    }
}

@media screen and (max-width: 768px) {
    .product-listing-wrapper {
        padding: 20px 0 50px;
    }
    .prod-listing-holder .prod-listing-card {
        padding: 70px 0px 0px;
        border-radius: 15px;
    }
    .certifacte-item {
        background-position: right -30px, left -30px;
    }
    .prod-listing-card .custom-btn-submit{
        padding: 12px 9px;
    }
}

@media screen and (max-width: 576px) {
    .certificate {
        background-size: 100%;
    }

}


.spinner{
    width:18px;
    height:18px;
    border:3px solid #ccc;
    border-top:3px solid #333;
    border-radius:50%;
    display:inline-block;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}