.lob-footer {
    border-top: 6px solid #47A23F;
    position: relative;
}
.lob-footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6px;
    background: #fff;
}
.lob-footer .logo-footer img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.lob-footer .footer-link-area .social-link {
    width: 29px;
    height: 29px;
    line-height: 7px;
    text-align: center;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}



.lob-footer .footer-links {
    border-bottom: 1px solid #47A23F;
} 
.footer-content-area {
    text-align: center;    
}

.footer-link-area {
    text-align: center;
    margin-bottom: 18px;
}

.footer-content-area p {
    font-size: 15px;
    font-weight: 500;
}
.social-list {
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .social-list {
        display: table;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 992px) {
    .lob-footer .center-border {
        height: 92%;
        position: absolute;
        width: 1px;
        background-color: #47A23F;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-content-area {
        text-align: right;
    }
    .lob-footer .logo-footer img {
        margin-right: 0;
        text-align: right;
    }
    .footer-link-area {
        text-align: left;
    }

}