    body {
        background-color: #F9FFF4;
        font-family: 'poppins';
    }


    /* footer  */
    .footer-block {
        background-color: #FCFFFF;
        box-shadow: rgba(88, 163, 233, 0.3) 0px 7px 29px 0px;
        position: relative;
        margin-top: 110px;
    }

    .footerpara {
        color: #414141;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;
        margin-top: 15px;
    }

    .footer-details {
        background-color: #52A300;
        color: #fff;
        padding: 19px;
        padding-bottom: 15px;
    }

    .page-links {
        padding: 0;
    }

    .page-links>li {
        list-style-type: none;
        margin-bottom: 5px;

    }

    .page-links>li>a {
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .contact-num,
    .related-link {
        text-decoration: none;
        font-size: 15px;
        color: #fff;
    }



    .cont-details {
        /* border: 1px solid */
    }

    .footer-rights {
        background-color: #E4F3FA;
        color: #004F70;
        font-weight: 600;
        font-size: 16px;
    }

    .blues {
        color: #01AFF8 !important
    }

    .social-media {
        display: flex;
        gap: 25px;
        margin-top: 14px;
    }

    .footAddress {
        font-size: 15px;
    }


    .mainbar {
        justify-content: center !important;
    }

    .logoimg {
        width: 280px;
    }

    .headerlinks {
        color: #603500;
        font-weight: 600;
        font-size: 17px;
    }

    .nav-item {
        padding: 0px 8px;
    }

    .nav-link.active {
        color: #458B00 !important;
        font-weight: 600;
    }

    .mainHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


    .contactbox>a {
        text-decoration: none;
        color: #282828;
        font-weight: 500;
    }

    .banners {
        width: 100%
    }

    .grassFooter {
        position: absolute;
        top: -94px;
        right: 0px;
        width: 725px;

    }

    .abtplant {
        width: 100%;
    }

    .abtcontent {
        background-image: url(../images/abtRect.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: max-content;
        padding: 31px;
    }

    .abtcontent>p {
        color: white;
    }

    .abtLeaf {
        z-index: -1;
        position: absolute;
        right: -134px;
        top: -140px;
    }


    .brandCards {
        background-image: url(../images/leafbackground.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;

    }


    /* owl carosal   */
    .carousel-wrap {
        margin: 90px auto;
        padding: 0 5%;
        width: 80%;
        position: relative;
    }

    /* fix blank or flashing items on carousel */
    .owl-carousel .item {
        position: relative;
        z-index: 100;
        -webkit-backface-visibility: hidden;
    }

    /* end fix */
    .owl-nav>div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
    }

    .owl-nav i {
        font-size: 52px;
    }

    .owl-nav .owl-prev {
        left: -30px;
        font-size: 30px;
    }



    .owl-nav .owl-next {
        right: -30px;
    }

    .owl-nav {
        text-align: center;
        margin-top: 24px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto !important;
    }

    .prod-img {
        background-color: #FFF8EB;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;

    }

    .prod-det {
        background-color: #458B00;
        height: 50px;
        text-align: center;
        color: white;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .prod-items {
        border-radius: 9px !important;
        overflow: hidden;
    }


    .carousel-wrap {
        margin: 29px auto;
    }

    /* owl acarosal end  */
    /* --- Multi-level dropdown positioning --- */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        width: 300px !important
    }


    .dropdown-menu {
        width: 100% !important
    }

    .dropdown-item {
        white-space: normal !important;
    }

    .abtcontent>p {
        font-size: 19px;
    }

    /* about team  */
    .ourTeam {
        background-image: url(../images/ourteam.jpg);
        background-size: cover;
        background-repeat: no-repeat;
     
        padding: 31px;
    }

    .teamCard {
        padding: 7px 6px !important;
    }

    .teamTitle {
        color: #458B00;
        background-color: rgba(82, 163, 0, 0.07);
        padding: 6px 16px;
        width: max-content;
        border-radius: 8px;
    }

    .teamPosition {
        color: #512D00;
        font-weight: 500;
    }

    .teamDetail {
        font-size: 14px;
    }

    .galblock img {
        width: 100%;
    }

    .brandimg {
        background-color: #FFF3E4;
        border-top-right-radius: 108px;
        border-bottom-right-radius: 108px;
        padding: 40px 4px;
    }

    .cocopeatProduct {
        background-color: #EFFFDF;
    }

    .productDetails {
        font-size: 21px;
    }

    .cocopeatproductimg {
        width: 100%
    }

    .cocopeatContainer {
        background-color: #FFFAF3;
        padding: 15px
    }

    .footerPagelink {
        display: flex;
        justify-content: center;

    }

    .productdetail {
        background-color: #EFFFDF;
        padding: 15px;
        margin-top: 10px;
    }



    .produsage span {
        color: #458B00;
        font-weight: 500;
    }

    .cardimg {
        height: 400px;
    }

    @media only screen and (min-width:1281px) {
        .banners {
            width: auto
        }

        .grassFooter {
            width: auto;
            top: -114px;
        }
    }

    @media only screen and (min-width:629px) and (max-width:1194px) {
        .abtLeaf {
            display: none;

        }

        .dropdown-submenu>.dropdown-menu {

            width: 100% !important
        }

    }

    @media only screen and (max-width:628px) {
        .mainHeader {
            display: none;
        }

        .grassFooter {
            top: -63px;
            width: 100%;
        }

        .footer-block {
            margin-top: 60px;
        }

        .abtLeaf {
            display: none;

        }

        .footerPagelink {
            display: flex;
            justify-content: initial;
            align-items: initial;
        }

        .dropdown-submenu>.dropdown-menu {

            width: 100% !important
        }

    }