@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;500;600;700;800&amp;display=swap');

@font-face {
    font-family: 'Swiss 721 Light';
    src: url('fonts/Swiss-721-Light.html');
    src: url('fonts/Swiss-721-Lightd41dd41d.html?#iefix') format('embedded-opentype'), url('fonts/Swiss-721-Light-2.html') format('woff'), url('fonts/Swiss-721-Light-3.html') format('truetype'), url('fonts/Swiss-721-Light-4.html#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swiss 721 Medium';
    src: url('fonts/Swiss-721-Medium.html');
    src: url('fonts/Swiss-721-Mediumd41dd41d.html?#iefix') format('embedded-opentype'), url('fonts/Swiss-721-Medium-2.html') format('woff'), url('fonts/Swiss-721-Medium-3.html') format('truetype'), url('fonts/Swiss-721-Medium-4.html#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    background: #fff;
    font-size: 16px;
    font-family:  sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial;
}


/* Header CSS Satrt */

.top-header-row {
    border-bottom: 1px solid #D6D6D6;
}

.top-header ul>li {
    display: inline-block;
}

.top-header ul>li>a {
    transition: all linear 0.3s;
}

ul.company-info>li:not(:last-child),
ul.social-share>li:not(:last-child) {
    margin-right: 10px;
}

ul.company-info>li {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

ul.company-info>li>a {
   color: #fff;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 20px;
}

ul.social-share {
    text-align: right;
}

ul.social-share>li>a {
    color: #ccc;
    display: block;
    padding: 10px 2px;
    font-size: 18px;
    line-height: 20px;
}

ul.social-share>li>a:hover {
    color: #80c02d;
    ;
}

ul.company-info>li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-header {
    padding: 10px 0;
}

ul.menu-item>li {
    display: inline-block;
}

ul.menu-item>li>a {
   font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    display: block;
    padding: 5px 16px;
    font-family: 'Barlow', sans-serif;
    transition: all linear 0.3s;
    position: relative;
}

ul.menu-item>li>a.btn-number {
  background: #2f2583;
    border-radius: 5px;
    color: #fff;
    padding: 7px 2px;
    font-size: 14px;
    margin-left: 15px;
}

ul.menu-item>li>a.btn-number>i {
    margin-right: 5px;
    transform: rotate(-45deg);
}

ul.menu-item>li>a:hover {
    background: #80c02d;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

ul.menu-item>li>a.btn-number:hover {
    background: #000;
    border-radius: 5px;
}


/* slider css */

.homebanner .carousel-item img {
    height: 550px;
    object-fit: 100% 100%;
}

@media(max-width: 500px) {
    .homebanner .carousel-item img {
        height: 100px !important;
        background-size: 100% 100%;
    }
}

.homebanner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 63px;
    height: 63px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0;
    opacity: 1;
}

.homebanner .slick-prev {
    left: 30px;
}

.homebanner .slick-next {
    right: 30px;
}

.homebanner .slick-prev::before,
.homebanner .slick-next::before {
    content: "";
    width: 63px;
    height: 63px;
    display: block;
    background-size: 25px;
}

.innnersection-banner {
    width: 100%;
    position: relative;
}

.innerpage-banner {
    width: 100%;
    
    object-fit: cover;
    background-size: 100% 100%;
}

.homebanner .slick-prev::before {
    background: url(../images/prev-arrow.png) no-repeat center left 10px;
}

.homebanner .slick-next::before {
    background: url(../images/next-arrow.png) no-repeat center;
}

.homebanner .carousel-item,
.homebanner .slider-item {
    position: relative;
}

.homebanner .carousel-item::before,
.homebanner .slider-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.30); */
    top: 0;
    left: 0;
    display: block;
}

.homebanner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homebanner .banner-content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    color: #FFFFFF;
    font-family: 'Swiss 721 Medium';
    margin-bottom: 25px;
}

.homebanner .banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.button>a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    transition: all linear 0.3s;
}

.button>a:not(:last-child) {
    margin-right: 20px;
}

.button>a>img {
    display: inline-block;
    margin-right: 10px;
}

.button>.btn-more {
    margin-right: 20px;
    background: #80c02d;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 18px 53px;
}

.button>.btn-more:hover {
    background: #000;
    color: #fff;
}

.block {
   padding: 25px 0;
}

.about-video {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #80c02d;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 44px 10px;
    width: 100%;
    border-radius: 0 0 35px 35px;
}

.about-content {
    padding-right: 25px;
}

.row-margin {
    margin-top: 20px;
}

.section-title {
    font-weight: 400;
    font-size: 40px;
    color: #00a54f;
    margin: 0 0 10PX;
}

.about-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222;
    margin-bottom: 15px;
    text-align: justify !important;
}

.about-box {
    text-align: center;
}

.about-box img {
    margin-bottom: 15px;
    width: 64px;
}

.about-box p {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

.about-box p strong {
    font-weight: 700;
}

.store-content .tab-content {
    display: none;
}

.store-content .tab-content.current {
    display: inherit;
}

ul.store {
    text-align: center;
    margin-bottom: 25px;
}

ul.store>li {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    display: inline-block;
    width: 100%;
    background: #CCCCCC;
    padding: 25px 15px;
    cursor: pointer;
}

ul.store>li.current {
    background: #80c02d;
    color: #fff;
}

.block-product .section-title {
    margin-bottom: 30px;
}

.product-img {
    margin-top: 10px;
}

.product-text h2 {
   font-size: 23px;
    line-height: 22px;
    color: #00a54f;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.product-box .product-row:not(:last-child) {
    margin-bottom: 40px;
}

.product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-row .product-img-th {
    flex: 0 0 185px;
    max-width: 185px;
    margin-right: 20px;
}

.product-row .product-content {
    flex: 0 0 calc(100% - 205px);
    max-width: calc(100% - 205px);
}

.product-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    min-height: 22px;
}

.product-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    min-height: 38px;
}

.product-content>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #80c02d;
    cursor: pointer;
}

.product-wrapper {
    padding: 0 60px;
}

.btn-view-more {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #80c02d;
    border: 2px solid #80c02d;
    border-radius: 50px;
    padding: 14px 32px;
    transition: all linear 0.3s;
}

.btn-view-more:hover {
    color: #fff;
    background: #80c02d;
    border: 2px solid #80c02d;
}

.view-more {
    padding-left: 205px;
}

.homeSlider .slick-slide {
    width: 100%;
}

.homeSlider .slick-slide .slider-item img {
    height: 300px;
    object-fit: cover;
    width: 100% !important;
}

.homeSlider .slick-track {
    width: 100% !important;
}

.store-content2 .tab-content2 {
    display: none;
}

.store-content2 .tab-content2.current2 {
    display: inherit;
}

ul.fc {
    text-align: center;
    margin: 25px 0 45px;
}

ul.fc>li {
    display: inline-block;
    margin: 0 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #B8B8B8;
    position: relative;
    cursor: pointer;
}

ul.fc>li.current2 {
    color: #80c02d;
}

ul.fc>li.current2::after {
    content: "";
    width: 94%;
    left: 3%;
    height: 1px;
    background: #80c02d;
    display: block;
    position: absolute;
}

.facility-content ul>li {
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
}

.facility-content ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.faclity-wrap {
    text-align: center;
}

.faclity-icon {
    background: #80c02d;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: all linear 0.3s;
}

.faclity-wrap:hover .faclity-icon {
    background: #000;
}

.faclity-text h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.section-intro {
    margin-bottom: 40px;
}

.section-intro p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.blog-title {
    background-color: #80c02d;
    display: flex;
    justify-content: space-between;
    padding: 31px 15px;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
}

.blog-title h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Barlow', sans-serif;
    margin: 0;
}

.blog-box-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D7D7D7;
}

.blog-box-row .blog-box-img {
    flex: 0 0 215px;
    max-width: 215px;
}

.blog-box-row .blog-box-img2 {
    /* text-align: center; */
    width: 100%;
}

.blog-box .blog-box-row:not(:last-child) {
    margin-bottom: 15px;
}

.block-blog .accordion-button {
    background: #fff;
}

.block-blog .accordion-button {
    background: #fff;
    box-shadow: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.block-blog .accordion-button::after {
    content: none;
}

.block-blog .accordion-item {
    border: 1px solid #D7D7D7;
    border-radius: 0 !important;
}

.block-blog .accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

.block-blog .accordion-button {
    position: relative;
    padding-left: 207px;
    display: block;
    padding: 20px 60px 20px 260px;
    height: 231px;
}

.block-blog .accordion-button p {
    margin: 0;
}

.blog-date {
    position: absolute;
    width: 240px;
    height: 231px;
    left: 0;
    top: 0;
    text-align: center;
    min-height: 195px;
}

.blog-date span {
    display: block;
    font-size: 54px;
    line-height: 48px;
    font-weight: 400;
}

.blog-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.blog-row>div {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #737373;
    font-family: 'Barlow', sans-serif;
}

.block-blog .accordion .accordion-body p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #737373;
    margin-bottom: 5px;
}

.block-blog .accordion .accordion-body>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #80c02d;
}

.block-blog .accordion-body {
    padding: 15px 15px;
}

.view-more.acd-btn {
    padding: 0;
    margin-top: 30px;
}

.block-client {
    padding: 30px 0;
}

.client-logo {
    text-align: center;
}

.footer {
    border-top: 5px solid #80c02d;
    background: #fff;
    padding-top: 60px;
}

.ft-logo {
    margin-bottom: 15px;
}

.footer-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: justify;
}

.download,
.download a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Barlow', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
}

.download .btn-download {
    background: #FFFFFF;
    border: 5px;
    border-radius: 5px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    padding: 10px 20px;
    color: #000 !important;
}

ul.social-share.footer-icon {
    text-align: left;
    margin-top: 25px;
}

ul.social-share.footer-icon>li {
    display: inline-block;
    margin-right: 15px;
}

ul.social-share.footer-icon>li>a {
    color: #fff;
    padding: 8px 2px;
}

ul.social-share.footer-icon>li>a>i {
    transition: all linear 0.3s;
}

ul.social-share.footer-icon>li>a>i:hover {
    transform: scale(1.2);
}

.footer-box h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #2d2e2e;
    margin-bottom: 60px;
}

.footer-box ul.company-info>li,
.footer-box ul.company-info>li>a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #2d2e2e;
    letter-spacing: 0.20px;
}

.footer-box ul.company-info>li {
    padding-left: 40px;
    position: relative;
}

.footer-box ul.company-info>li:not(:last-child) {
    margin-bottom: 35px;
}

.footer-box ul.company-info>li img {
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-box ul.company-info>li>a {
    padding: 0;
}

.footer-box ul.company-info>li.top img {
    top: 0px;
}

.form-wrapper .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #2d2e2e;
    border-radius: 0px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.20px;
    line-height: 17px;
    color: #2d2e2e;
    padding: 0 0 2px;
}

.form-wrapper .form-control::placeholder {
    color: #FFFFFF;
}

.form-wrapper .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
}

.form-wrapper .form-group input[type="submit"] {
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    padding: 11px 29px;
    letter-spacing: 0.15px;
}

.form-wrapper .form-group input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.copyright-wrap {
    border-top: 1px solid #2d2e2e;
    /* margin-top: 20px; */
}

.copyright {
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #2d2e2e;
    margin: 0;
    padding: 20px 10px;
    letter-spacing: 0.20px;
}

.cd-top {
    display: inline-block;
    height: 56px;
    width: 56px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/scrollBtn.png) no-repeat center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
}

.cd-top.cd-fade-out {
    opacity: 1;
    z-index: 9999999999;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

.product-box {
    position: relative;
}

.ingredient-popup {
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.25);
    padding: 60px 30px 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 60px);
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all linear 0.3s;
}

.ingredient-popup.open {
    visibility: visible;
    opacity: 1;
}

.ingredient-img {
    margin-bottom: 20px;
}

.ingredient-content h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #80c02d;
    margin-bottom: 20px;
}

.ingredient-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: 'Swiss 721 Medium';
    margin-bottom: 20px;
}

.ingredient-content ul>li {
    display: inline-block;
}

.ingredient-content ul>li:not(:last-child) {
    margin-right: 8px;
}

.ingredient-content ul>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #80c02d;
    display: block;
    border: 1px solid #80c02d;
    border-radius: 5px;
    padding: 13px 14px;
    margin-bottom: 10px;
    transition: all linear 0.3s;
}

.ingredient-content ul>li>a:hover {
    background: #80c02d;
    color: #fff;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.bg-light-blue {
    background: #ECF5FC;
}

.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.video-overlay video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-button {
    position: absolute;
    z-index: 99;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.mouse {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    top: -100px;
    left: 50%;
    bottom: 35px;
    width: 30px;
    margin-left: -15px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mouse {
    width: 30px;
    height: 60px;
    top: -60px;
}

.mouse .mouse__wheel {
    position: absolute;
    width: 4px;
    height: 15px;
    left: 50%;
    top: 10px;
    margin-left: -2px;
    background: #fff;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1.25s infinite linear;
    animation: mouse-wheel 1.25s infinite linear;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.mmsg {
    position: absolute;
    width: 92px;
    font-size: 14px;
    color: white;
    bottom: -32px;
    left: -37px;
    white-space: nowrap;
    text-align: center;
}

@-webkit-keyframes mouse-wheel {

    0%,
    to {
        -webkit-transform: scaleY(0.4) translateY(0);
        transform: scaleY(0.4) translateY(0)
    }

    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -webkit-transform: scaleY(0.4) translateY(12px);
        transform: scaleY(0.4) translateY(12px)
    }
}

@keyframes mouse-wheel {

    0%,
    to {
        -webkit-transform: scaleY(0.4) translateY(0);
        transform: scaleY(0.4) translateY(0)
    }

    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }

    60% {
        -webkit-transform: scaleY(0.4) translateY(12px);
        transform: scaleY(0.4) translateY(12px)
    }
}

.facility-image {
    padding-right: 30px;
}

.block-map {
    line-height: 0;
}

.location-map {
    margin-top: 25px;
}

.location-map>a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.20px;
}

.location-map>a i {
    margin-right: 10px;
    font-size: 18px;
}

#myModal .modal-dialog {
    max-width: 680px;
    width: 100%;
    margin: 1.75rem auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}


/*============About-Us-css Start========*/

.bespoke h4 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.brand-name-p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.diversification h4 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.diversification p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.ceo-back {
    background-color: #80c02d;
    padding: 50px 0;
    margin-top: 50px;
}

.img-curved {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.director-content h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    /* identical to box height */
    color: #FFFFFF;
}

.director-content p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.our-journey-head {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #80c02d;
    margin-bottom: 50px;
}

.journey-back {
    background-color: #ECF5FC;
    padding: 50px 0;
}

#more {
    display: none;
}

.upper-spacing {
    margin-top: 50px;
}


/* .product-content-2>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #80c02d;
    cursor: pointer;
} */

.about-center {
    text-align: center;
}

.team-member {
    text-align: center;
    margin-top: 20px;
}

.team-member h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #80c02d;
}

.team-member h5 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}

.team-member p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}

.about-right {
    position: relative;
}


/*============About-Us-css end========*/


/*============career-Us-css start========*/

.career-head h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    color: #80c02d;
}

.career-head p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: justify;
    padding-right: 30px;
}

.lightback-img {
    background-image: url(../images/career-light-back.html);
    padding: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 2px solid #80c02d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0%;
}

.form-text {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.career-submit {
    margin-top: 20px;
    background-color: #80c02d;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
}

div.scroll {
    height: 528px;
    overflow-x: hidden;
    overflow-y: auto;
    /* text-align: center; */
    padding: 10px;
}


/*============career-Us-css end========*/


/*=============contact-us-css-start=====*/

.contact-back-img {
    padding: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5%;
}

.contact-1 address {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.contact-1 a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}


/*=============contact-us-css-end=====*/


/*=============Events-us-css-start=====*/

.event-head {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    /* identical to box height */
    text-align: center;
    color: #80c02d;
    margin-top: 30px;
    margin-bottom: 30px;
}

.year-box-location {
    text-align: right;
}

.box-design {
    border: 1px solid #80c02d;
    border-radius: 50px;
    padding: 10px 40px 10px 20px;
    background-color: rgba(245, 248, 242, 255);
}

.custom-selecter {
    padding: 30px;
}


/*=============Events-us-css-end=====*/


/*=============csr-css-start=====*/

.csr-main-heading h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    text-align: center;
    color: #80c02d;
}

.csr-main-heading p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.csr-heading h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    /* identical to box height */
    color: #80c02d;
}

.csr-heading p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}

.csr-right-content .upper-spacing {
    margin-top: 40px;
}

.csr-about {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding: 12px 0;
}

ul.csr-tab {
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
}

ul.csr-tab li {
    background: none;
    color: #B8B8B8;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}

ul.csr-tab li.current {
    /* background: #ededed; */
    color: #80c02d;
    padding: 0 20px;
    border-bottom: 4px solid #80c02d;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}

.csr-tab-content .tab-content {
    display: none;
    /* background: #ededed; */
    padding: 15px;
}

.csr-tab-content .tab-content.current {
    display: inherit;
}

.slider-csr h6 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
}

.slider-csr p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}


/*=============csr-css-end=====*/


/*=============Branded-Incredients-css-start=====*/

.Branded-Ingredients h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    color: #80c02d;
    /* text-align: left; */
}

.Branded-Ingredients p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-right: 50px;
    /* text-align: left; */
}

.Bio-immune-border {
    border: 2px solid #80c02d;
    padding: 20px;
    padding-bottom: 20px;
    margin: 12px 0;
}

.Bio-immune h6 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
    color: #80c02d;
    text-align: center;
}

.Bio-immune p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    /* padding-right: 50px; */
    text-align: center;
}


/* search-box-css-start */

* {
    box-sizing: border-box;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #80c02d;
    float: left;
    width: 80%;
    background: rgba(246, 249, 242, 255);
    border-radius: 50px;
}

form.example button {
    float: left;
    padding: 10px;
    color: green;
    font-size: 17px;
    border-left: none;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 718px;
    background: none;
}


/* form.example button:hover {
    background: rgba(246, 249, 242, 255);
} */

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.search-box-align {
    text-align: right;
}


/* search-box-css-end */


/*=============Branded-Incredients-css-end=====*/


/*============Bio-immune-css-start=====*/


/*tab-css-start*/

ul.bio-immune {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.bio-immune li {
    background: none;
    color: black;
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
}

ul.bio-immune li.current {
    background-color: #80c02d;
    color: white;
    padding: 0 30px;
    border-radius: 5px;
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
}

.bio-immune-content .tab-content {
    display: none;
    background: rgba(246, 249, 242, 255);
    padding: 15px;
}

.bio-immune-content .tab-content.current {
    display: inherit;
}

.color {
    color: #80c02d;
    font-size: 10px;
}

.span-class {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    color: #80c02d;
    /* text-align: center; */
}

.bio-tab-para {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    /* padding-right: 50px; */
    /* text-align: center; */
}


/*tab-css-end*/


/*============Bio-immune-css-end=====*/


/*============Botanical-Extract-css-Start=====*/


/*Accordian-css-start*/

.accordion-button:not(.collapsed) {
    color: #80c02d;
    background-color: white;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-item {
    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-style: none;
    border-top: 3px solid #80c02d;
}

.extract-list li p {
    color: black;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px;
}

.extract-list li span {
    color: #80c02d;
}


/*============Botanical-Extract-css-End=====*/


/*============Botanical-Description-css-start=====*/


/* 
page-delete */


/*============Botanical-Description-css-End=====*/


/*============CMPL-css-start=====*/

.cmpl-main h4 {
    /* CMPL */
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #80c02d;
}

.cmpl-main p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.cmpl-main ul {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    /* list-style-type: unset; */
}

.cmpl-infra {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #80c02d;
}

.cmpl-para {
    /* font-family: 'Barlow'; */
    font-style: normal;
    /* font-weight: 400; */
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.cmpl-para p::before {
    content: '';
    background: url(../images/green-tick.jpg) no-repeat center;
    height: 16px;
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.cmpl-para p {
    position: relative;
    padding-left: 25px;
}

.cmpl-square {
    border: 1px solid #80c02d;
    padding: 50px;
    margin: 12px 0;
}

.cmpl-square h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #80c02d;
    margin-top: 20px;
}

.cmpl-square p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}


/*==on-hover-css-start*/

.extra-container {
    position: relative;
    width: 100%;
}


/* .cmpl-image {
    display: block;
    height: auto;
} */

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-style: none;
}

.extra-container:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*==on-hover-css-end*/

.cmpl-hover-btn {
    background-color: #80c02d;
    padding: 10px 50px;
    color: white;
    /* More Info */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 100px;
    text-decoration: none;
    display: inline-block;
}


/*============CMPL-css-end=====*/


/*============HEALTHCARE-css-START=====*/

.healthcare h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    /* identical to box height */
    color: #80c02d;
    text-align: left;
}

.healthcare p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: left;
    padding-right: 50px;
}

.healthcare-small-para p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.product-back {
    background-color: #ECF5FC;
    padding: 50px;
}

.product-head1 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #80c02d;
    margin-bottom: 50px;
}

.product-name {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}


/*============HEALTHCARE-css-end=====*/


/*============Personal-care-&-Hygeine-css-start=====*/

.hair-small-back {
    background-color: #ECF5FC;
    padding: 20px;
    margin: 12px 0;
}

.haircare-name {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: #80c02d;
    width: 100%;
    margin-left: 10px;
}

.haircare-list {
    margin-top: 20px;
    padding-left: 10px;
}

.haircare-list li {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    list-style: disc;
}

.cosmos h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #80c02d;
}

.cosmos p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.cosmoss li {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.label-back {
    background-color: #ECF5FC;
    padding: 50px;
}

.label-head h4 {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #80c02d;
}

.label-head p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}

.logo-slider-back {
    background-color: #80c02d;
}

.cosmoss li::before {
    content: '';
    background: url(../images/green-tick.jpg) no-repeat center;
    height: 16px;
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

.cosmoss li {
    position: relative;
    padding-left: 25px;
}

.client-heading {
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: black;
}

.curve-img {
    border-radius: 10px;
}


/*============Personal-care-&-Hygeine-css-end=====*/


/*============AKBA-ULTRA-css-start=====*/

.Branded-Ingredients-list li {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-right: 50px;
    text-align: left;
}


/*============AKBA-ULTRA-css-End=====*/


/*============Spray-Dried-powder-css-start=====*/

.fruits-back {
    background-color: white;
    border-bottom: 5px solid #80c02d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
    margin: 12px 0;
}

.fruits-back-p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #80c02d;
    margin-top: 10px;
}

.fruit-head {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    color: #80c02d;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.load-more-btn {
    background-color: #80c02d;
    padding: 10px 30px;
    color: white !important;
    /* More Info */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #80c02d;
}

.btn-action {
    /* text-align: left; */
}

.btn-enquiry {
    background-color: #80c02d;
    padding: 10px 30px;
    color: white !important;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #ffffff;
    position: fixed;
    left: -59px;
    top: calc(50% - 40px);
    transform: rotate(-90deg);
    z-index: 1;
}

.load-more-btn:hover {
    color: #80c02d !important;
    background-color: #ffffff;
}

/*============Spray-Dried-powder-css-End=====*/


/*============Download-css-Start=====*/

.download-section-back2 {
    background-color: white;
    padding: 30px;
    /* box-shadow: 0 0 10px rgba(10, 10, 10, 10); */
    border: 2px solid #80c02d;
    border-radius: 10px;
}

.download-list li a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    line-height: 22px;
}

ul.download-page {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.download-page li {
    background: white;
    color: black;
    display: inline-block;
    /* padding: 10px 15px; */
    cursor: pointer;
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    border-radius: 10px;
}


/* li.current::before {
        content: "";
        border-left: 12px solid transparent;
        border-top: 12px solid #db1107;
        border-right: 12px solid transparent;
        position: absolute;
        margin-bottom: -12px;
        margin-left: -12px;
        left: 50%;
        bottom: 0;
    } */

ul.download-page li.current {
    background: #80c02d;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-bottom: 4px solid #80c02d; */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 10px;
}

.download-page-content .tab-content {
    display: none;
    /* background: #ededed; */
    /* padding: 15px; */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #000000;
    margin-bottom: 50px;
    /* padding-left: 50px;
        padding-right: 50px; */
}

.download-page-content .tab-content.current {
    display: inherit;
}

/*============Download-css-End=====*/

/*============Gallery-css-Start=====*/
.gallery-page {
    width: 100%;
    padding: 50px 0;
}

.gallery-img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    position: relative;

}

.gallery-img a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.gallery-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-img iframe {
    width: 100%;
    height: 100%;
}

.lightbox .lb-dataContainer {
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

/*============Gallery-css-End=====*/


/*header sub-menu-start*/

.header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.bottom-header .navbar {
    padding: 0;
}

.bottom-header .navbar .navbar-collapse .navbar-nav {
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children {
    position: relative;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown {
    width: auto;
    min-width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    transform: translateX(-0.15em);
    transition: all .25s ease-in-out 0s, visibility 0s linear .15s, z-index 0s linear .05s;
    visibility: hidden;
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: 1px solid #d8d8d8;
    box-shadow: 1px 5px 8px 2px rgb(0 0 0 / 17%);
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children:hover .custom-dropdown {
    opacity: 1;
    transform: translateX(0em);
    transition-delay: 0s, 0s, .15s;
    visibility: visible;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li {
    height: auto;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li a {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    display: block;
    padding: 12px 8px;
    font-family: 'Barlow', sans-serif;
    transition: all linear 0.3s;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li a:hover {
    color: #80c02d;
}

.bottom-header .navbar .navbar-toggler .bar1,
.bottom-header .navbar .navbar-toggler .bar2,
.bottom-header .navbar .navbar-toggler .bar3 {
    width: 24px;
    height: 2px;
    background-color: #80c02d;
    margin: 5px 0;
    transition: 0.4s;
}

.bottom-header .navbar .navbar-toggler.cross .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 6px);
}

.bottom-header .navbar .navbar-toggler.cross .bar2 {
    opacity: 0;
}

.bottom-header .navbar .navbar-toggler.cross .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-4px, -6px);
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children>a:after {
    position: absolute;
    right: 6px;
    top: 14px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children>a {
    padding-right: 20px;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item a:after {
    width: 7px;
    height: 11px;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(270deg);
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item .custom-dropdown {
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
}

.bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item .custom-dropdown a:after {
    display: none
}

/*header sub-menu-end*/


/*home-page-start*/

.block-product .store {
    display: flex;
}

.facility-content .faclity-wrap {
    padding: 20px 0;
}

.section-topgap .about-box {
    padding: 20px 0;
}

.form-select.blog-title {
    box-shadow: none;
    outline: none;
    position: relative;
    background-image: none;
    border-radius: 0;
}

.form-select.blog-title option {
    background-color: #ffffff;
    color: #212529;
    font-size: 20px;
}

.blog-form {
    position: relative;
}

.blog-form img {
    position: absolute;
    top: 36px;
    right: 14px;
}

.blog-box-row .blog-box-img2 img {
    width: 100%;
}

.client-slider .slick-dots {
    display: none !important;
}

ul.fc .tab-links {
    padding: 10px;
    margin: 0;
}

.footer .footer-box {
    padding: 20px 0;
}

.footer .footer-box h2 {
    margin-bottom: 60px;
}

.footer .footer-box ul.company-info>li:not(:last-child) {
    margin-bottom: 20px;
}

.block-blog .accordion-button .angle {
    position: absolute;
    top: 50%;
    right: 15px;
    max-width: 30px;
}

.block-blog .accordion-button:not(.collapsed) .angle {
    transform: rotate(180deg);
}

.blog-date img {
    height: 100%;
}

.homebanner .banner-content .button>.btn-more {
    background: #ffffff;
    color: #80c02d;
    margin: 20px 0 0;
}

.homebanner .banner-content p {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Swiss 721 Medium';
    margin-bottom: 0;
}

.about-video img {
    border-radius: 35px;
}

.block-client .slick-slide img {
    margin: auto;
}

.facility-content {}

.facility-content .food-logo {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.facility-content .food-logo img {
    margin-right: 20px;
}


/*home-page-end*/


/*botanical-extracts-page-start*/

.product-accordion .accordion-inner {
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 2px 2px 7px 2px rgb(0 0 0 / 5%);
    display: none;
    list-style: none;
}

.product-accordion .accordion-inner .accordion-header {
    border-top: 3px solid #80c02d;
}

.product-accordion .accordion-inner .accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
    padding: 1rem 60px 1rem 1.25rem;
    position: relative;
}

.product-accordion .accordion-inner .accordion-header .accordion-button:after {
    display: none;
}

.product-accordion .accordion-inner .accordion-header .accordion-button img {
    position: absolute;
    right: 24px;
    top: 21px;
    background-color: #80c02d;
    border-radius: 50%;
    transform: rotate(180deg);
    max-width: 20px;
}

.product-accordion .accordion-inner .accordion-header .accordion-button.collapsed img {
    transform: rotate(0deg) !important;
}

.product-accordion .accordion-inner .accordion-header .accordion-button:before {
    position: absolute;
    content: '';
    top: 12px;
    right: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #80c02d;
}

.load-more.client-logo {
    margin-top: 30px;
}


/*botanical-extracts-page-end*/


/*oleoresin-oil-page-start*/

.our-range-section .our-range-inner,
.our-range-section1 .our-range-inner {
    display: none;
}


/*oleoresin-oil-page-end*/


/*cmpll-page-start*/

.cmpl-square .overlay .text {
    width: 100%;
}


/*cmpl-page-end*/


/*healthcare-page-start*/

.nutrition-icon-name {
    display: flex;
    align-items: center;
}

.product-formats {
    margin: 12px 0;
}

.hbmk-slider .product-hbmk {
    text-align: center;
}

.hbmk-slider .product-hbmk img {
    margin: auto;
}


/*healthcare-page-end*/


/*personal-care-hygiene-page-start*/

.labels-one,
.labels-two {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.labels-products {
    background-color: #fff;
    margin: 12px;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots {
    display: none !important;
}


/*personal-care-hygiene-page-end*/


/*about-page-end*/

.about-video-section {
    margin: 12px 0 12px !important;
}

.center {
    text-align: center;
}

.our-team .client-logo {
    margin: 0 10px;
}


/*about-page-end*/


/*Carrer-centacr-page-start*/

.lightback-img .form-submit,
.contact-back-img .form-submit {
    background-color: #80c02d;
    background-color: #80c02d;
    padding: 10px 30px;
    color: white !important;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 0;
    box-shadow: none;
    outline: none;
    margin-top: 30px;
}

.career-head .nutrition-icon-name {
    margin: 5px 0;
}

.contact-1.healthcare-small-para {
    padding-left: 10px;
}

.contact-back-img .js-form-item,
.lightback-img .js-form-item {
    margin-bottom: 30px;
}

.contact-back-img .js-form-item .form-control,
.lightback-img .js-form-item .form-control {
    background-color: transparent;
}


/*Carrer-centacr-page-end*/


/*events-page-start*/

.event-img {
    margin: 12px 0;
    width: 100%;
}


/*events-page-end*/


/*blog-page-start*/

.blog-inner {
    width: 100%;
    margin: 12px 0;
    background: #FFFFFF;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
    height: calc(100% - 30px);
}

.blog-inner .blog-img {
    width: 100%;
    display: inline-block;
}

.blog-inner .blog-content {
    width: 100%;
    text-align: left;
    padding: 20px;
}

.blog-inner .blog-content .title {
    width: 100%;
    font-family: 'Swiss 721';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #80c02d;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-inner .blog-content p {
    width: 100%;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: inline-block;
}

.blog-inner .blog-content .action {
    width: 100%;
    display: inline-block;
}

.blog-inner .blog-content .action a {
    margin-right: 15px;
    display: inline-block;
}


/*blog-page-end*/


/*download-page-start*/

.download-list {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
}

.download-list li {
    width: calc(50% - 22px);
    padding: 5px 10px 5px 25px;
    background: #f5f5f5;
    font-size: 13px;
    color: #444444;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}

.download-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #80c02d;
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 50%;
}

.download-list li a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    color: #000000;
    text-decoration: none;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.download-list li a .fa {
    color: #80c02d;
}


/*download-page-end*/

.get-in-tounh-form .js-form-item {}

.get-in-tounh-form .js-form-item .form-control {
    padding: 0px 10px 5px;
    height: 26px;
    overflow: hidden;
    margin: 0;
}

.get-in-tounh-form .js-form-submit {
    background: #FFFFFF;
    border: 5px;
    border-radius: 5px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    padding: 10px 20px;
    color: #000;
}

.get-in-tounh-form .form-item-name,
.get-in-tounh-form .form-item-phone-no- {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 0 10px 50px 0;
}

.get-in-tounh-form .js-form-type-email,
.get-in-tounh-form .form-item-requirement {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 0 0px 50px 10px;
}

.get-in-tounh-form .js-form-type-textarea {
    margin-bottom: 30px;
}

.get-in-tounh-form .form-actions {
    margin-bottom: 30px;
}

.sticky-top {
    position: static;
}

/* .page-wrapper,
.section-video.active {
    display: none;
}

.page-wrapper.active,
.section-video {
    display: block;
} */

ul.bio-tab-para {
    padding-left: 20px;
}

ul.bio-tab-para li {
    margin: 10px 0;
    list-style: disc;
}

.blends-list {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.blends-list li {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    box-shadow: 2px 2px 7px 2px rgb(0 0 0 / 5%);
    padding: 5px 1rem;
    position: relative;
    border-top: 3px solid #80c02d;
    background-color: #fff;
    margin-bottom: 10px;
    display: none;
}


.path-user form {
    margin: 50px auto;
    max-width: 500px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 35px 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 14px 38px 3px #eeeeeec9;
}

.path-user form .js-form-item {
    width: 100%;
    margin-bottom: 30px !important;
    text-align: left;
}

.path-user form .js-form-item label {
    font-size: 18px;
    line-height: 18px;
    color: #212121;
}

.path-user form .js-form-item .form-text {
    border: 1px solid #a8a8a8;
    outline: none !important;
    box-shadow: none !important;
    height: 34px;
    border-radius: 0;
    position: relative;
    font-weight: 300;
    color: #6A6A6A;
    background-color: #fff;
    margin: 0;
    box-sizing: border-box;
}

.path-user form .js-form-item .description {
    font-size: 15px;
    line-height: 20px;
    color: #6A6A6A;
    padding-bottom: 0;
}

.path-user form #edit-submit {
    background: #80c02d;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    color: #fff !important;
    text-align: center;
    border: 1px solid #80c02d;
    border-radius: 5px;
}



/*Responsive-Start*/

@media (max-width: 1199px) {
    header .container {
        max-width: 100%;
    }

    header .bottom-header {
        padding: 10px 0;
    }

    header .bottom-header .navbar-brand img {
        max-width: 230px;
    }

    header .top-header-row ul.company-info>li>a {
        padding: 5px 5px;
    }

    header .top-header-row ul.social-share>li>a {
        padding: 5px 2px;
    }

    header .navbar-expand-lg .navbar-toggler {
        display: block;
        border: 0;
        box-shadow: none;
        outline: none;
        padding: 0;
        position: absolute;
        right: 0;
    }

    header .navbar .navbar-collapse {
        position: absolute;
        top: 58px;
        left: -12px;
        background: #fff;
        width: calc(100% + 24px);
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
        display: none !important;
        transition: 0.4s;
        /* max-height: 400px; */
        overflow-y: auto;
        overflow-x: hidden;
    }

    header .navbar .navbar-collapse.active {
        display: block !important;
    }

    header .bottom-header .navbar .navbar-collapse .navbar-nav {
        display: block;
    }

    header .bottom-header .navbar .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
    }

    header .bottom-header .navbar .navbar-collapse .navbar-nav .nav-item a {
        width: 100%;
        padding: 10px 20px;
        border-top: 1px solid #e5e5e5;
    }

    header .bottom-header .navbar .navbar-collapse .navbar-nav .nav-item .btn-number {
        margin: 10px;
        width: auto;
        display: inline-block;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children>a:after {
        display: none;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown {
        border-radius: 0;
        opacity: 1;
        position: static;
        transform: translateY(0);
        transition: none;
        visibility: visible;
        width: 100%;
        z-index: 999;
        display: none;
        box-shadow: none;
        border: 0;
        border-bottom: 0;
        margin: 0;
        background-color: #fcfcfc;
    }

    header .navbar .navbar-nav .nav-item .trigger {
        position: absolute;
        top: 0px;
        right: 0;
        width: 40px;
        height: 100%;
        cursor: pointer;
        border-left: 1px solid #eaeaea;
        background: #f5f5f5;
        display: block;
    }

    header .navbar .navbar-nav .nav-item .trigger:after {
        position: absolute;
        right: 15px;
        top: 17px;
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-bottom: 0;
        border-left: 5px solid transparent;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children.active {}

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children.active .trigger:after {
        transform: rotate(180deg);
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children.active .custom-dropdown {
        border: 0;
        display: block;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li {
        border: 0;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item .custom-dropdown {
        display: none;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item.active .custom-dropdown {
        display: block;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li a {
        padding: 12px 22px;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item.active .custom-dropdown li a {
        padding: 12px 28px;
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item .trigger:after {
        transform: rotate(00deg);
    }

    .bottom-header .navbar .navbar-collapse .navbar-nav.menu-item>li.item-has-children .custom-dropdown li.nav-sub-item.active .trigger:after {
        transform: rotate(180deg);
    }
}

@media (max-width: 991px) {
    header .top-header-row .col-xxl-2 {
        display: none;
    }

    header .top-header-row .company-info {
        text-align: center;
    }

    .about-video {
        margin-bottom: 50px;
    }

    .block-product .store .tab-link {
        font-size: 15px;
        padding: 15px 10px;
    }

    .block-product .left-product {
        margin-bottom: 50px;
    }

    .facility-image {
        padding: 0 0 50px 0;
    }

    .block-blog .accordion {
        padding-top: 50px;
    }

    .product-wrapper {
        padding: 0 0px;
    }

    .product-row .product-img-th {
        flex: 0 0 140px;
        max-width: 140px;
    }

    .product-row .product-content {
        flex: 0 0 calc(100% - 140px);
        max-width: calc(100% - 140px);
    }

    .about-content {
        padding: 0;
    }

    .video-title {
        font-size: 18px;
        line-height: 23px;
        padding: 8px 10px;
    }

    .block-blog .accordion-button {
        padding: 20px 60px 20px 140px;
        min-height: 131px;
    }

    .blog-date {
        width: 130px;
    }

    .homebanner .banner-content h1 {
        width: 100%;
        font-size: 40px;
        line-height: 50px;
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .homebanner .banner-content {
        width: 100%;
    }

    .homebanner .banner-content .button>.btn-more {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 30px;
    }

    .homebanner .slick-track .slick-slide img {
        min-height: 200px;
        object-fit: cover;
    }

    .homebanner .carousel-item img {
        min-height: 200px;
        /* object-fit: cover; */
    }

    .Branded-Ingredients p {
        padding: 0;
    }

    .accordion-img-center {
        text-align: center;
        margin-bottom: 50px;
    }

    .cmpl-img {
        text-align: center;
        margin-bottom: 50px;
    }

    .csr-right-content {
        padding-top: 50px;
    }

    .career-head {
        margin-bottom: 50px;
    }

    .lightback-img,
    .contact-back-img {
        padding: 20px;
    }

    header .top-header-row ul.company-info>li>a {
        padding: 0px 5px 5px;
    }

    .footer .footer-box h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .container,
    .container-sm {
        max-width: 100%;
    }

    .homebanner .slick-next {
        right: 10px;
    }

    .homebanner .slick-prev {
        left: 10px;
    }

    .homebanner .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

    .homebanner .slick-prev::before,
    .homebanner .slick-next::before {
        width: 40px;
        height: 40px;
    }

    .cosmos {
        margin-top: 50px;
    }

    .labels-products {
        width: 110px;
        height: 110px;
    }

    .director-content {
        margin-top: 50px;
    }

    ul.bio-immune li,
    ul.bio-immune li.current {
        padding: 0 10px;
        font-size: 17px;
        line-height: 40px;
    }

    .video-overlay {
        position: relative;
        height: 100vh;
    }

    .video-overlay:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/slider2.html);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        filter: blur(20px);
    }

    .video-overlay video {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 575px) {
    .homebanner .banner-content h1 {
        max-width: 70%;
    }

    .Branded-Ingredients {
        margin-top: 50px;
    }

    .Branded-Ingredients h4 {
        text-align: center;
    }

    .Branded-Ingredients p {
        text-align: center;
    }

    .nutrition-icon-name {
        display: block;
        text-align: center;
        margin: 0px 0 30px;
    }

    .contact-1.healthcare-small-para,
    .contact-1.healthcare-small-para p {
        padding: 0;
        text-align: center;
    }

    .career-head .nutrition-icon-name {
        margin: 10px 0;
    }

    .career-head h4 {
        text-align: center;
        margin-bottom: 40px;
    }

    .label-back {
        padding: 50px 15px;
    }

    .labels-products {
        margin: 5px;
    }
}

.text-justify {
    text-align: justify;
}

.line-height-30 {
    line-height: 30px;
}

.white_btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
}
.white_btn:hover{
background-color: #fff;
color: #222;
}

.white_green {
      border: 2px solid #00a54f;
    background-color: #00a54f;

    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
}
.white_green:hover{
    border: 2px solid #80c02d;
background: none !important;
color: #000;
}
.ul_style li {
    font-weight: 400;
    list-style: circle;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-left: 30px;
}
.contact_anchor{
    color: #222;
    font-size: 15px;
    font-weight: 500;
}
.contact_anchor:hover{
    color: #80c02d;
    font-size: 15px;
    font-weight: 500;
}
.margin-bottom-20{
    margin-bottom: 40px;
}
.natural_fruits{
    font-weight: 600 !important;
    border-left: 4px solid #80c02d;
}
.width-100{
    width: 100%;
}
div.background {
    background: url(../images/herr.png);
    background-size: 100% 100% !important;
    height: 350px;
    width: 100%;
  }
  
  div.transbox {
    background-color: rgb(0 0 0 / 94%);
    border: 1px solid #fff;
    height: 350px;
    width: 100%;
  }
  .transbox h2{
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    margin: 35px 15px;
    padding: 15px 0px;
    text-align: center;
    color: #4cad3b;
  }
  .herbal_para{
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  .theme_color{
    color: #4cad3b !important;
  }
  .herbal_ul li{
text-align: center;
color: #fff;
list-style: circle;
font-size: 15px;
font-weight: 400;
}
.herbal_anchor{
    text-align: center;
    margin-top: 30px;
    background-color: #4cad3b;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 15px;
    font-weight: 500;
}
.herbal_anchor:hover{
    background-color: #fff;
    color: #000 !important;
}
div.transbox:hover{
    border-left: 5px solid #4cad3b;
}
.double_arrow{
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #222 !important;
}
div.background1 {
    background: url(../images/herbs-1.png);
  }
  div.background2 {
    background: url(../images/herbs-2.png);
  }
  div.background2 {
    background: url(../images/herbs-2.png);
  }
  div.background3 {
    background: url(../images/herbs-3.png);
  }
  div.background4 {
    background: url(../images/herbs-4.png);
  }
  div.background5 {
    background: url(../images/herbs-5.png);
  }
  div.background6 {
    background: url(../images/herbs-6.png);
  }
    div.background7 {
    background: url(../images/herbs-7.png);
  }
  div.background8 {
    background: url(../images/herbs-8.png);
  }
.bg_sec{
    background-color: whitesmoke;
    padding: 10px 0px;
}
.inner_h1{
font-size: 20px;
background-color: #80c02d;
padding: 10px;
color: #fff;
font-weight: 600;
}
.ul_inner{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    list-style: circle;
}
.image_shadow{
    border: 10px solid #80c02d;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.page-item.active .page-link{
    background-color: #4cad3b !important;
    border-color: #4cad3b;
}
.page-link{
color: #222;
font-weight: 600;
}
.oil_shadow{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.oil_h3{
    font-size: 22px;
    color: #4cad3b;
    font-weight: 600;
    padding: 10px 0px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.proname li{
    line-height: 30px;
    border-bottom: 1px solid rgb(121, 119, 119);
    margin-bottom: 5px;
    list-style: circle;
}
.proname li a {
    color: #222;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 500;
}
.proname li a:hover{
    padding-left: 12px;
    color: #4cad3b;
}

/* ...............................................................................................  */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
  
  #whatsapp-chat {
    box-sizing: border-box !important;
  
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 130px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
  }
  a.blantershow-chat {
    /*   background: #009688; */
    background: #4cad3a;
    color: #fff;
    position: fixed;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    z-index: 98;
    bottom: 80px;
    right: 30px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  }
  a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
  }
  .header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    /* background: #009688; */
    background: #4cad3a;
    color: #fff;
    padding: 20px;
  }
  .header-chat h3 {
    margin: 0 0 10px;
  }
  .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
  .info-avatar {
    position: relative;
  }
  .info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
  }
  
  a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
  }
  a.informasi:hover {
    background: #f1f1f1;
  }
  .info-chat span {
    display: block;
  }
  #get-label,
  span.chat-label {
    font-size: 12px;
    color: #888;
  }
  #get-nama,
  span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  #get-label,
  #get-nama {
    color: #fff;
  }
  span.my-number {
    display: none;
  }
  /* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
  textarea#chat-input {
      border: none;
      font-family: "Arial", sans-serif;
      width: 100%;
      height: 42px;
      outline: none;
      resize: none;
      padding: 10px;
      font-size: 14px;
  }
  
  a#send-it {
    width: 50px;
    font-weight: 700;
    padding: 10px 10px 0;
    background:#eee;
    border-radius: 10px;
    
    svg {
      fill:#a6a6a6;
      height: 40px;
      width: 40px;
    }
  }
  
  .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
    & span {
      background: #e2e2e2;
      color: #333;
      font-size: 14.2px;
      line-height: 1.7;
      border-radius: 10px;
      padding: 15px 20px;
      display: inline-block;
    }
  }
  
  .start-chat .blanter-msg {
    display: flex;
    background-color: #fff;
  }
  #get-number {
    display: none;
  }
  a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
  
  }
  
  @keyframes ZpjSY{
    0% {
      background-color: rgb(182, 181, 186);
    }
    15% {
      background-color: rgb(17, 17, 17);
    }
    25% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes hPhMsj {
    15% {
      background-color: rgb(182, 181, 186);
    }
    25% {
      background-color: rgb(17, 17, 17);
    }
    35% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes iUMejp {
    25% {
      background-color: rgb(182, 181, 186);
    }
    35% {
      background-color: rgb(17, 17, 17);
    }
    45% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  
  @keyframes showhide {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }
  @media screen and (max-width: 480px) {
    #whatsapp-chat {
      width: auto;
      left: 5%;
      right: 5%;
      font-size: 80%;
    }
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  
  .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    &::before {
      display: block;
      position: absolute;
      content: "";
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      z-index: 0;
      opacity: 0.08;
      background-image: url("../../../../elfsight.com/assets/chats/patterns/whatsapp.png");
       background-image: url(../../../../res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
    }
  }
  
  .dAbFpq {
    display: flex;
    z-index: 1;
  }
  
  .eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  .hFENyl {
      position: relative;
      display: flex;
  }
  
  .ixsrax {
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      background-color: rgb(158, 157, 162);
      animation-name: ZpjSY;
  }
  
  .dRvxoz {
  
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      background-color: rgb(182, 181, 186);
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      animation-name: hPhMsj;
  }
  
  .kAZgZq {
      padding: 7px 14px 6px;
      background-color: rgb(255, 255, 255);
      border-radius: 0px 8px 8px;
      position: relative;
      transition: all 0.3s ease 0s;
      opacity: 0;
      transform-origin: center top 0px;
      z-index: 2;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      margin-top: 4px;
      margin-left: -54px;
      max-width: calc(100% - 66px);
      &::before {
      position: absolute;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      top: 0px;
      left: -12px;
      width: 12px;
      height: 19px;
  }
  }
  
  .bMIBDo {
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.4);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .cqCDVm {
      text-align: right;
      margin-top: 4px;
      font-size: 12px;
      line-height: 16px;
      color: 
      rgba(17, 17, 17, 0.5);
      margin-right: -8px;
      margin-bottom: -4px;
  }
  .ccustom_passing{
    padding: 20px 5px;
  }
  .bg_section{
    background-color: #f6f6f6;
    border: 5px solid #ddd;
    padding-left: 20px;
  }