section.footer_bg {
    padding-bottom: 0;
    position: relative;
    padding-top: 20px;
}

section.footer_bg:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: white;
}

.logo_img_footer {
    padding: 9px 0;
    font-size: 35px;
}

.logo_img_footer a {
    color: #00C8DC;
}

.heading-footer {
    padding-top: 15px;
    padding-left: 0px;
}

.sub-heading-footer {
    color: #00C8DC;
    font-size: 14px;
    line-height: 40px;
}

.footer-main-text h3 {
    color: #00C8DC;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 2px solid #00C8DC;
    display: inline-block;
    font-family: "raleway", sans-serif !important;
    padding: 0
}

ul.footer-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-list a {
    font-family: "raleway", sans-serif !important;
    color: #00C8DC;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.footer-about p {
    font-family: "raleway", sans-serif !important;
    color: #00C8DC;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.footer-social {
    color: #00C8DC;
    font-size: 46px;
}