    /* <!-- contact-secton start --> */
    .Contact-Sec {
        margin-top: 76px;
    }

    .Contact-Sec .contact-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 5px;
    }

    .Contact-Sec .content-sec h3 {
        line-height: 100%;
        margin: 0;
    }

    .Contact-Sec .content-sec p {
        margin: 0;
        padding-top: 7px;
        font-size: 20px;
        line-height: 100%;
        font-weight: 400;
    }

    .Contact-Sec .anc-sec a {
        display: flex;
        align-items: center;
        background: #000000;
        text-align: left;
        padding: 24px 38px;
        gap: 19px;
        border-radius: 16px;
        box-shadow: 0 -6px 0px rgba(118, 158, 69, 1);
        transition: all 0.3s ease;
    }

    .Contact-Sec .anc-sec a:hover {
        background: rgba(118, 158, 69, 1);
        box-shadow: 0 -6px 0px #000000;
        color: #FFFFFF;
    }


    .Contact-Sec .anc-content h6,
    p {
        margin: 0;
    }

    .Contact-Sec .anc-content p {
        padding-top: 7px;
    }

    /* <!-- contact-secton End --> */


    /* <!-- Services-section start  --> */

    .Services-Sec .service-head .service-left h3,
    p {
        margin: 0;
    }

    .Services-Sec .service-head {
        padding: 35px 0px;
    }

    .Services-Sec .service-head .service-left p {
        padding-top: 5px;
        font-weight: 400;
        font-family: Inter;
    }

    .Services-Sec .service-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Services-Sec .service-head .anchor-serives a {
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 19px 37px;
    }

    .Services-Sec .service-head .anchor-serives a:hover {
        background: #000000;
    }

    .Services-Sec .service-head .anchor-serives p {
        font-family: Satoshi;
        font-weight: 700;
        font-size: 19px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
    }

    .Services-Sec .why-choose {
        margin-top: 82px;
    }

    .Services-Sec .why-choose .why-main {
        display: flex;
        gap: 45px;
        /* align-items: center; */
    }

    .Services-Sec .why-choose .left-side-content h3 {
        margin: 0;
    }

    .Services-Sec .why-choose .why-image {
        padding-top: 35px;
    }

    .Services-Sec .why-choose .why-card h6 {
        color: #FFFFFF;
        background: #769E45;
        font-size: 22px;
        margin: 0;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }

    .Services-Sec .why-choose .why-card:hover h6 {
        background: #F7488E;
    }

    .Services-Sec .why-choose .why-card h5 {
        font-weight: 900;
        font-size: 22px;
        color: #000000;
        margin: 0;
        padding: 20px 0px 0px 7px;
    }

    .Services-Sec .why-choose .why-card p {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #858585;
        margin: 0;
        padding: 15px 0px 0px 7px;
        max-width: 270px;
    }

    .Services-Sec .why-choose .why-card {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 30px;
        border: 1px solid #0000000F;
    }

    .Services-Sec .why-choose .why-card:hover {
        box-shadow: 8px 43px 64px 0px #0000000D;
    }

    .Services-Sec .why-choose .right-side-content {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 30px;
        row-gap: 30px;
    }

    /* Services-section End */


    /* <!-- Pink-Leaf-Sectoin start --> */


    .Pink-Leaf-Sec .Pink-Leaf-Main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .Pink-Leaf-Sec .leaf-content h4 {
        font-weight: 900;
        font-size: 34px;
        max-width: 882px;
        margin: auto;
    }

    .Pink-Leaf-Sec .leaf-content p {
        font-family: Inter;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #858585;
        margin-top: 14px;
        max-width: 1156px;
    }

    .Pink-Leaf-Sec .Discover-anc {
        margin-top: 42px;
        background: #F7F9F4;
        border-radius: 20px;
        padding: 30px 52px;
        border: 1px solid rgba(118, 158, 69, 0.26);

    }

    .Pink-Leaf-Sec .Discover-anc h6 {
        font-weight: 900;
        font-size: 20px;
        text-align: center;
        margin: 0;
    }

    .Pink-Leaf-Sec .Discover-anc .dis-anchor a {
        margin: auto;
        margin-top: 24px;
        display: flex;
        justify-content: center;
        display: inline-block;
        padding: 18px 52px;
    }

    section.Pink-Leaf-Sec {
        padding-bottom: 40px;
    }


    /* responsive -design  */

    @media screen and (max-width:1399px) {
        .Contact-Sec {
            margin-top: 66px;
        }

        .Contact-Sec .anc-sec a {
            padding: 20px 36px;
        }

        .Services-Sec.p_120 {
            padding: 110px 0px;
        }


        .Services-Sec .why-choose {
            margin-top: 60px;
        }

        .Services-Sec .why-choose .why-main {
            flex-direction: column;
            gap: 40px;
            align-items: center;
        }

        .Services-Sec .why-choose .left-side-content {
            text-align: center;
            width: 100%;
        }

        .Services-Sec .why-choose .why-image img {
            max-width: 100%;
            height: auto;
            width: 100%;
        }

        .Services-Sec .why-choose .right-side-content {
            grid-template-columns: 1fr 1fr;
            column-gap: 20px;
            row-gap: 25px;
            justify-content: center;
        }

        .Services-Sec .why-choose .why-card h6 {
            width: 55px;
            height: 55px;
            font-size: 20px;
        }

        .Services-Sec .why-choose .why-card h5 {
            font-size: 20px;
        }

        .Services-Sec .why-choose .why-card p {
            font-size: 16px;
            line-height: 26px;
            max-width: 100%;
        }
    }

    @media screen and (max-width:1199px) {
        .Contact-Sec {
            margin-top: 56px;
        }

        .Contact-Sec .content-sec p {
            padding-top: 5px;
            font-size: 18px;
        }

        .Contact-Sec .anc-sec a {
            padding: 17px 34px;
        }

        .Services-Sec .service-head .anchor-serives a {
            padding: 15px 30px;
        }

        .Services-Sec .service-head .anchor-serives p {
            font-size: 17px;
        }

        .Services-Sec .why-choose {
            margin-top: 50px;
        }

        .Services-Sec .why-choose .why-image img {
            max-width: 100%;
            height: auto;
        }

        .Services-Sec.p_120 {
            padding: 90px 0px;
        }

        .Pink-Leaf-Sec .leaf-content h4 {
            font-size: 28px;
            max-width: 712px;
        }

        .Pink-Leaf-Sec .leaf-content p {
            font-size: 18px;
            margin-top: 12px;
            max-width: 696px;
        }

        .Pink-Leaf-Sec .Discover-anc {
            margin-top: 36px;
            padding: 26px 50px;
        }

        .Pink-Leaf-Sec .Discover-anc h6 {
            font-size: 18px;
        }

        .Pink-Leaf-Sec .Discover-anc .dis-anchor a {
            margin-top: 20px;
            padding: 14px 40px;
        }

        .Services-Sec .service-head {
            padding: 25px 0px;
        }
    }

    @media screen and (max-width:991px) {
        .Contact-Sec {
            margin-top: 46px;
        }

        .Contact-Sec .content-sec p {
            font-size: 17px;
        }

        .Contact-Sec .image-con img {
            width: 45px;
            height: 45px;
        }

        .Contact-Sec .anc-sec a {
            padding: 14px 26px;
        }

        .Services-Sec .service-head {
            padding: 16px 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .Services-Sec .service-head .service-left h3,
        p {
            text-align: center;
        }

        .Services-Sec .service-head .anchor-serives a {
            padding: 12px 25px;
        }

        .Services-Sec .why-choose {
            margin-top: 40px;
        }

        .Services-Sec .why-choose .why-card p {
            line-height: 24px;
            text-align: left;
        }

        .Services-Sec .why-choose .why-card h6 {
            width: 45px;
            height: 45px;
            font-size: 16px;
        }

        .Services-Sec.p_120 {
            padding: 65px 0px;
        }

        .Pink-Leaf-Sec .leaf-content h4 {
            font-size: 24px;
            max-width: 612px;
        }

        .Pink-Leaf-Sec .leaf-content p {
            font-size: 17px;
            margin-top: 10px;
            max-width: 656px;
            line-height: 28px;
        }

        .Pink-Leaf-Sec .Discover-anc {
            margin-top: 30px;
            padding: 24px 32px;
        }

        .Pink-Leaf-Sec .Discover-anc .dis-anchor a {
            margin-top: 20px;
            padding: 12px 30px;
        }

        .dis-anchor a img {
            width: 20px;
            height: 10px;
        }

        .Contact-Sec .anc-content p {
            padding-top: 7px;
            text-align: left;
        }
    }

    @media screen and (max-width:767px) {
        .Contact-Sec .content-sec p {
            font-size: 16px;
            line-height: 20px;
        }

        .Contact-Sec .anc-sec a {
            padding: 10px 22px;
        }

        .Contact-Sec {
            margin-top: 36px;
        }

        .Contact-Sec .anc-sec a {
            box-shadow: 0 -3px 0px rgba(118, 158, 69, 1);
        }

        .Contact-Sec .contact-main .anc-sec {
            width: 100%;
        }

        .Services-Sec.p_120 {
            padding: 40px 0px;
        }

        .Services-Sec .why-choose .why-image {
            padding-top: 15px;
        }

        .Services-Sec .why-choose .right-side-content {
            grid-template-columns: 1fr;
            row-gap: 25px;
            max-width: 100%;
            width: 100%;
        }

        .Services-Sec .why-choose .why-card p {
            line-height: 24px;
            text-align: left;
            max-width: 100%;
        }

        .Pink-Leaf-Sec .leaf-content h4 {
            font-size: 22px;
            max-width: 400px;
        }

        .Pink-Leaf-Sec .leaf-content p {
            font-size: 16px;
            max-width: 606px;
            line-height: 22px;
        }


    }

    @media screen and (max-width:575px) {

        .Contact-Sec .content-sec p {
            font-size: 15px;
            line-height: 19px;
        }

        .Services-Sec .service-head {
            gap: 15px;
        }

        .Services-Sec .why-choose .why-card {
            padding: 26px;
        }

        .Pink-Leaf-Sec .leaf-content h4 {
            font-size: 18px;
            max-width: 323px;
        }
    }