.textColor3A7900 {
    color: #3A7900;
}
.sixthSection, .eighthSection {
    background: #f4f4f4;
    background: linear-gradient(180deg, #f4f4f4 0%, #f7f7f7 50%, #f4f4f4 100%);
}

.section2Part2Center {
    width: 2px;
    background: #619143;
    height: 270px;
    left: calc(50% - 1px);
    top: 0;
}

.section2Part2CenterText {
    border-radius: 30px;
    padding: 15px;
    line-height: 100% !important;
    background: #eaa000;
    color: white;
    z-index: 2;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 35px);
}

.bkgECEBE6 {
    background-color: #ECEBE6;
}

.linearGradientGreen {
    background: rgb(253,254,252);
    background: linear-gradient(180deg, rgba(253,254,252,1) 0%, rgba(195,224,175,1) 100%);
}

.linearGradientYellow {
    background: rgb(247,234,139);
    background: linear-gradient(180deg, rgba(247,234,139,1) 0%, rgba(255,254,251,1) 100%);
}

.videoContainer {
    position: relative;
}

.sixthSectionHeaderContainer {
    font-weight: 500;
    color: #000;
    top: 0;
    left: 0;
    z-index: 1;
}
.seventhSectionUl {
    font-weight: 500;
    text-align: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.seventhSectionUl li {
    padding-bottom: 8px;
}

.faqMobileImg {
    width: auto;
    height: 80px;
}
.colore20014 {
    color: #e20014;
}

.underlineBlackBg:after {
    background-color: #000;
}
.thirdSection {
    background: url('../images/pages/home/bkg.webp') no-repeat center;
    background-size: cover;
}

.fourthParagraphBeforeAddCheckbox::before {
    /*background: ;*/
}

.footerDesktopImagesBarContainer {
    background: #7d5028;
}
.round-border-1 {
    border-radius: 12px;
}

.d-inline-flex {
    display: inline-flex;
}
.cta {
    background-color: #fff;
    color: #000;
    border-radius: 18px;
    padding: 20px;
    margin: 15px auto;
    text-align: center;
    width: max-content;
    font-size: 1.3em;
}
.separator {
    width: 100%;
    color: #619143;
    border-bottom: solid 5px #619143;
    margin: 1rem 0;
}

.separator2 {
    width: 90%;
    color: #939598;
    border-bottom: solid 5px #939598;
}
.orderBtn {
    background-color: #4B7233;
    color: #FFFFFF;
    border-radius: 40px;
    padding: 10px 40px;
    margin: 15px auto;
    text-align: center;
    font-size: 1.5em!important;
    width: max-content;
}
.orderBtnNav {
    background-color: #2f9742;
    color: #FFFFFF;
    border-radius: 18px;
    padding: 10px 20px;
    margin: 5px auto;
    text-align: center;
    font-size: 1.5em!important;
    width: max-content;
}
.companyPhoneBtn {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 40px;
    padding: 2px 20px;
    margin: 2px auto;
    text-align: center;
    font-size: 1.5em!important;
    width: max-content;
}
.carouselbkg {
    z-index: 1;
}
.box-shadow {
    box-shadow: 4px 4px 20px 10px #D3D2CE;
    border-radius: 5px;
    padding: 0.8rem!important;
}
.accordion-item:nth-child(odd) .accordion-button:not(.collapsed), .accordion-item:nth-child(odd) .accordion-button.collapsed {
    background-color: #e1f5d2;
    color: #656263;
    border-radius: 10px;
}

/*.accordion-button:focus {*/
/*    border-color: #cbe1ba;*/
/*    box-shadow: 0 0 0 0.25rem rgb(225 245 210 / 25%)*/
/*}*/

.accordion-item:nth-child(even) .accordion-button:not(.collapsed), .accordion-item:nth-child(even) .accordion-button.collapsed {
    background-color: #effae7;
    color: #656263;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #E3EECE;
}
.accordion-button:focus {
    border-color: #E3EECE;
    box-shadow: none;
}
.accordion-header .show {
    background-color: #E3EECE;
}

#carouselExampleControls .carousel-inner {
    overflow: unset !important;
}
.carousel-control-next, .carousel-control-prev {
    color: #000000 !important;
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
    .section2Part2Center {
        width: 2px;
        background: #619143;
        height: 150px;
        left: calc(50% - 1px);
        top: 0;
    }

    .section2Part2CenterText {
        border-radius: 30px;
        padding: 15px;
        line-height: 100% !important;
        background: #eaa000;
        color: white;
        z-index: 2;
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 35px);
    }

    .xs-rotate90 {
        transform: rotate(90deg);
    }
    .fertilizer {
        height: 50%;
    }
    .advBoxes, .bkgGradient {
        margin-bottom: 10px;
        background: linear-gradient(135deg, rgb(216, 229, 235) 0%, rgb(255, 255, 255) 50%, rgb(216, 229, 235) 100%);
    }
    .bkgLiver {
        background: url('../images/pages/home/liver_bkg.png') no-repeat center;
        background-size: 90%;
    }
}

@media (min-width: 769px) and (max-width: 992px) { /*lg*/
    .mh-xs-540 {
        min-height: 540px;
    }
    .row.row {
        --bs-gutter-y: 0;
        --bs-gutter-x: 0;
    }

}

@media (min-width: 993px) {
    .ml-xl-45 {
        margin-left: 45px;
    }
    .advantagesListContainer li:nth-child(4), .advantagesListContainer li:nth-child(12) {
        position: relative;
    }

    .sixthSectionHeaderContainer small{
        font-size: calc(1.3rem + .6vw);
        font-weight: bold;
    }
    .bkgFertilizer {
        background: url('../images/pages/home/bkgFertilizer.webp') no-repeat center;
        background-size: cover;
    }
    .fertilizer {
        height: 80%;
    }

    .advantagesGridTemplate {
        row-gap: 5px;
        column-gap: 2px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
        "dummyBoxGrid boxCenter boxRight5"
        "boxLeft1 boxCenter boxRight5"
        "boxLeft1 boxCenter boxRight6"
        "boxLeft2 boxCenter boxRight6"
        "boxLeft2 boxCenter boxRight7"
        "boxLeft3 boxCenter boxRight7"
        "boxLeft3 boxCenter boxRight8"
        "boxLeft4 boxCenter boxRight8"
        "boxLeft4 boxCenter boxRight9"
        "dummyBoxGrid2 boxCenter boxRight9";
    }

    .boxLeft1 {
        grid-area: boxLeft1;
    }
    .boxLeft2 {
        grid-area: boxLeft2;
    }
    .boxLeft3 {
        grid-area: boxLeft3;
    }
    .boxLeft4 {
        grid-area: boxLeft4;
    }
    .boxRight5 {
        grid-area: boxRight5;
    }
    .boxRight6 {
        grid-area: boxRight6;
    }
    .boxRight7 {
        grid-area: boxRight7;
    }
    .boxRight8 {
        grid-area: boxRight8;
    }
    .boxRight9 {
        grid-area: boxRight9;
    }
    .boxCenter {
        grid-area: boxCenter;
        align-items: center;
    }
    .advBoxes {
        background: linear-gradient(135deg, rgb(216, 229, 235) 0%, rgb(255, 255, 255) 50%, rgb(216, 229, 235) 100%);
    }
    .advGridHeader {
    }

    .ingredientsGridTemplate {
        row-gap: 15px;
        column-gap: 2px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "ingredientsGrid1 ingredientsGrid4"
        "ingredientsGrid2 ingredientsGrid6"
        "ingredientsGrid3 ingredientsGrid6"
        "ingredientsGrid3 ingredientsGridVideo"
        "ingredientsGrid5 ingredientsGridVideo"
        "ingredientsGrid7 ingredientsGridVideo";
    }
    .ingredientsGrid1 {
        grid-area: ingredientsGrid1;
    }
    .ingredientsGrid2 {
        grid-area: ingredientsGrid2;
    }
    .ingredientsGrid3 {
        grid-area: ingredientsGrid3;
    }
    .ingredientsGrid4 {
        grid-area: ingredientsGrid4;
    }
    .ingredientsGrid5 {
        grid-area: ingredientsGrid5;
    }
    .ingredientsGrid6 {
        grid-area: ingredientsGrid6;
    }
    .ingredientsGrid7 {
        grid-area: ingredientsGrid7;
    }
    .ingredientsGridVideo {
        grid-area: ingredientsGridVideo;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1399px) {
}

@media (min-width: 1600px) {

}

.bife {
    width: fit-content;
    margin: auto;
    text-align: left;
}