footer {
    padding: 40px 0 20px 0;
    background-color: #01023D;
    color: #fff;
}
.footer-container {
    max-width: 1220px;
    margin-left: 30%;
    margin-right: auto;
    display: flex;
}
.footer-container h3 {
    margin: 0 0 20px 0;
    color: inherit;
    font-size: 1.8rem;
    line-height: 156%;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0px;
}
.footer-container p:nth-child(2) {
    line-height: 1.5;
    font-size: 16px;
    margin: 16px 0;
}
.footer-container p {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 20px;
}
.footer-container p img {
    width: 18px;
    margin-right: 4px;
}
.copyright {
    background: #ffffff;
    padding: 20px 0;
}
.copyright img {
    margin-left: 30%;
    width: 106px;
}
.footer-contact {
    width: 250px;
}
.footer-quicklinks {
    display: flex;
    justify-content: flex-start;
    width: 250px;
    flex-direction: column;
}
.footer-quicklinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.footer-quicklinks ul li {
    margin-bottom: 16px;
    line-height: 20px;
}
.footer-quicklinks a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.footer-quicklinks a.disabled {
    cursor: not-allowed;
}