.textColor3A7900 {
    color: #3A7900;
}
.bkgFFFFFF {
    background-color: #FFFFFF;
}
.bkg239D1D {
    background-color: #239D1D;
}
.bkgF5F3EC {
    background-color: #F5F3EC;
}
.bkgDAF0CA {
    background-color: #DAF0CA;
}
.bkgEEEEEE {
    background-color: #EEEEEE;
}
.bkgPattern {
    background: url('../images/pages/home/bkgPattern1.webp') repeat;
}
.bkg12{
    background-image: url('../images/pages/home/s12-bkg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
}
.boxHeader {
    color: #619143;
    padding: 10px;
}
.box-shadow-c1c1c1 {
    box-shadow: 4px 4px 20px 10px #c1c1c1;
}
.text-shadow-black {
    text-shadow: 4px 4px 20px #000000;
}
.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: 18px;
    padding: 20px;
    margin: 15px auto;
    text-align: center;
    font-size: 1.5em!important;
    width: max-content;
}
.orderBtnNav {
    background-color: #4B7233;
    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;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #E3EECE;
}
.accordion-button:focus {
    border-color: #E3EECE;
    box-shadow: none;
}
.accordion-header .show {
    background-color: #E3EECE;
}

.carousel-control-next, .carousel-control-prev {
    color: #000000 !important;
}
.instructionPdf, .instructionPdf:hover {
    text-decoration: none;
    color: black;
}

.img_section4_arrow {
    width: 100px;
    margin: auto;
    display: block;
}
.greenBullet li::before {
    content: "\2022";
    color: green;
    font-weight: bold;
    display: inline-block;
}
@media (max-width: 768px) {
    .imgSection4 {
        width: 160px;
        top: -30px;
    }
}

@media (max-width: 992px) {
    .xs-rotate90 {
        transform: rotate(90deg);
    }
}

@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;
    }
    .imgSection4 {
        width: 160px;
        top: -55px;
    }
}

@media (min-width: 993px) {
    .ml-xl-45 {
        margin-left: 45px;
    }
    .imgSection4 {
        width: 245px;
        top: -65px;
    }
    .bkg6{
        background-image: url('../images/pages/home/s8-bkg.webp');
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 30%;
    }
    .bkg8{
        background-image: url('../images/pages/home/s8-bkg.webp');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 30%;
    }
}

@media (min-width: 1399px) {
    .imgSection4 {
        width: 350px;
        top: -265px;
    }
}

@media (min-width: 1600px) {
    .imgSection4 {
        width: 400px;
        top: -300px;
    }
}