/* footer section css start  */

.Footer {
    background: #f2fef2 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 21px #0000001f;
    margin-top: 5%;
}

.Footer .footer_logo-address-text-holder {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 7px;
    margin-top: -100px;
}

.Footer .list-unstyled li {
    margin-bottom: 10px;
}

.Footer .footer_logo_text h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #2e7826;
    margin-bottom: 10px;
}

.Footer .footer_logo_text p {
    text-align: center;
    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.06px;
    color: #a11a39;
    margin-bottom: 0px;
}

.Footer .footer_logo_text {
    padding: 10px 11px;
}

.Footer .icon-text-holder {
    display: flex;
    justify-content: start;
    align-items: center;
}

.Footer .footer-icon {
    color: #fff;
    background: #000;
    padding: 8px;
    border-radius: 50px;
    font-size: 11px;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Footer .footer_logo-address-text-holder {
    margin-top: -70px;
}

.Footer .footer_logo-address-text-holder .footer_address {
    background: #f2f3f2 0% 0% no-repeat padding-box;
    border-radius: 7px;
    padding: 20px 11px;
}

.Footer .footer_logo-address-text-holder .footer_address .footer_Text {
    margin-bottom: 0px;
}
.Footer .footer_Link_Heading {
    font-size: 22px;
    font-weight: 500;

    color: #000000;
    margin-bottom: 15px;
}

.Footer .footer_Text {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.Footer .address_holder .footer_Text {
    font-size: 13px;
}

.Footer .footer_copyright .footer_Text span {
    background: #cbeccf;
    padding-left: 8px;
}

.Footer .footer_copyright .footer_Text {
    text-align: end;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    background: #cbeccf;
    z-index: 1;
}

.Footer .footer_copyright .footer_Text::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: -1;
}

.Footer .social_icon_holder {
    display: flex;
    align-items: center;
}

.Footer .social_icon_holder .social_icon {
    margin: 0px 5px;
    width: 25px;
    height: 25px;
}

.Footer .col-holder {
    padding: 0px 2%;
}

@media (min-width: 0px) and (max-width: 991px) {
    .Footer .footer_logo_text h1 {
        font-size: 25px;
    }

    .Footer .footer_Text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .Footer .footer_Link_Heading {
        font-size: 20px;
    }

    .Footer .footer_copyright .footer_Text span {
        font-size: 12px;
    }

    .Footer .footer_logo-address-text-holder {
        margin-top: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .Footer .footer_logo_text h1 {
        font-size: 20px;
    }

    .Footer .footer_Text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .Footer .footer_Link_Heading {
        font-size: 20px;
    }

    .Footer .footer_copyright .footer_Text span {
        font-size: 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .Footer .footer_logo_text h1 {
        font-size: 20px;
    }

    .Footer .footer_Text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .Footer .footer_Link_Heading {
        font-size: 20px;
    }

    .Footer .footer_copyright .footer_Text span {
        font-size: 12px;
    }
}
/* footer section css end  */
