#footer{
    background-color: #2fb5d3;
}
#footer .container.footer-rows,
#footer .container.footer-rows a,
#footer .container.footer-rows h3,
#footer .container.footer-rows h3 span{
    color: #fff;
}

#footer h3>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: #b4caca;
}
#footer a.social-icon::before{
    color: #2fb5d3;
}

.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: #ff572d;
    border-color: #ff572d;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    color: #fff !important;
}
.footer-links .footer-link a{
    color: white !important;
}
footer .text-center{
    text-align: start !important;
}

.custom-footer__onlinePayments.col-sm-6.col-lg-3 img {
  filter: brightness(0.2) invert(1);
}