#footer{
    background-color: #20612b;
}
#footer .container.footer-rows,
#footer .container.footer-rows a,
#footer .container.footer-rows h4,
#footer .container.footer-rows h4 span{
    color: #fff;
}

#footer h4>span:after {
    background-color: #fff;
    border-color: #fff;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    margin: 16px 0;
    width: 40px;
}

.contact-box ul li>span:before{
    width: unset;
    padding-right: 10px;
}

#footer a.social-icon{
    background-color: #fff;
    border-color: #fff;
}
#footer a.social-icon:hover{
    background: #b6cbb9;
}
#footer a.social-icon::before{
    color: #20612b;
}

.footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.footer-bottom span#signature, .footer-bottom span.copyright {
    width: 100%;
    flex-basis: 100%;
    font-size: 14px;
}

.footer-bottom #signature {
    order: 2;
    margin-left: 0px;
    margin-top: 10px;
}

#footer .footer-bottom, #footer .footer-bottom a {
    color: #979797;
}

.custom-footer__newsletter .btn {
    background: #3db44f;
    border-color: #3db44f;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    color: #fff !important;
}