#footer-container {
    width: 100%;
}

#top-footer,
#middle-footer {
    padding: 2.5em 60px;
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #1A3D3E;
    letter-spacing: 1px;
    margin-top: 0;
}

#top-footer .textwidget p,
#top-footer .textwidget a {
    font-family: 'Kingdom-Sparrow', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 1.5em;
}

#footer-container .socialContainer {
    align-self: flex-end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#footer-container .footer-widget-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer-widget-container .textwidget p:last-of-type,
#footer-widget-container .textwidget h4:last-of-type {
    margin-bottom: 0;
}

#bottom-footer-container {
    font-family: 'Kingdom-Sparrow', sans-serif;
    padding: 1em 0;
    background: #1A3D3E;
    color: #eeeceb;
}

#bottom-footer-container .site-width {
    padding: 0 60px;
}

#bottom-footer-container .site-width,
#top-footer {
    display: flex;
    justify-content: space-between;
    box-sizing: content-box;
    max-width: 1400px;
    margin: auto;
}

#bottom-footer-container .copyright-widget p,
#bottom-footer-container .copyright-widget a {
    margin: 0;
    font-size: 12px;
    color: #eeeceb;
}


@media screen and (max-width: 1000px) {

    #top-footer,
    #middle-footer {
        flex-direction: column;
        padding: 2.5em 15px;
    }

    #footer-container .socialContainer {
        align-self: flex-start;
        margin: 1em 0;
    }

    #footer-container .solve-social-icon {
        padding: 0 20px 0 0;
    }

    #footer-container .footer-widget-2 {
        margin: 1em 0;
    }

    .copyright-widget {
        padding: 0.2em 0;
    }

    #bottom-footer-container .site-width {
        flex-direction: column-reverse;
        padding: 0 15px;
    }

    #footer-widget-container.address,
    #footer-widget-container.contact-details {
        margin: 0 !important;
        margin-top: 50px !important;
    }

    #footer-widget-container h4 {
        font-size: 10px !important;
    }

    #bottom-footer-container h4 {
        text-align: center;
    }

    #bottom-footer-container #accreditation-logos img {
        max-width: 150px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 450px) {

    #top-footer .textwidget p,
    #top-footer .textwidget a {
        font-size: 10px;
    }
}


/* NEW FOOTER STLYING */

#accreditation-logos {
    align-items: center;
    margin-bottom: 50px !important;
}

#accreditation-logos img {
    width: 200px;
}

#bottom-footer-container h4 {
    color: #fff;
    font-size: 14px;
}

#accreditation-logos section#block-13 img {
    max-width: 150px;
}

#footer-container {
    background: #fff !important;
}

#footer-container h3 {
    padding-right: 28%;
}

#middle-footer {
    display: flex;
    justify-content: start;
    box-sizing: content-box;
    max-width: 1400px;
    margin: auto;
}

#footer-widget-container.address,
#footer-widget-container.contact-details {
    margin-left: 120px;
}

#middle-footer h4 {
    font-size: 13px;
    font-weight: 400;
    color: #1b3d3e;
}

#top-footer {
    padding-bottom: 0px;
}

#middle-footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

#shape-divider img {
    margin-bottom: -22px;
    min-width: 100%!important;
}

@media only screen and (max-width: 1000px) {
    #top-footer h3 {
        padding-right: 0px;
    }

    /* #top-footer .footer-widget-2 img {
        max-width: 320px;
    } */

    #middle-footer .social-links h4 {
        font-size: 12px !important;
        text-align: center;
    }

    #middle-footer .address h4,
    #middle-footer .contact-details h4 {
        font-size: 8px !important;
    }

    #footer-widget-container.address,
    #footer-widget-container.contact-details {
        text-align: center;
    }

    #shape-divider img {
        display: none;
    }

    #middle-footer {
        margin-bottom: 50px;
    }

    #bottom-footer-container #accreditation-logos {
        margin-top: 50px;
    }

    #copyright-left,
    #copright-right {
        text-align: center;
    }
}