.footer-top-bg {
    background:rgba(0, 15, 70, 1);
}
.footer-middle-bg {
    background-color: #fff !important;
}
.footer-bottom-bg {
    background: rgba(0, 15, 70, 1);
}
.footer-wrapper .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
    list-style: none;
    display: inline-block;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-family: bold-font;
}

.footer-menu .footer-menu-links a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    font-family: Nunito;
    letter-spacing: 1px;
}
.footer-main-section p {
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 300;
}
.last-footer {
	font-size: 18px;
	color: #fff;
	font-family: "nunito";
	padding: 23px 0px;
}
.disclaimer {
    margin: 21px auto;
}
.footer-main-section p {
    font-size: 14px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'Nunito';
}
.text-dark {
    color: #000;
}
.footer-link {
    color: #000;
}
@media(max-width:1024px){
    .footer-menu .footer-menu-links a {
        font-size: 13px;
    }
    .last-footer {
        font-size: 16px;
        padding: 16px 0px;
    }
}
@media(max-width:993px){
    .footer-wrapper .footer-menu .footer-menu-links A {
        text-decoration: none;
    }
}

@media(max-width:991px){
    .footer-wrapper .footer-menu .footer-menu-links {
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .footer-wrapper .footer-menu ul {
        padding: 16px;
    }
}
@media(max-width:560px){
    .footer-wrapper .footer-menu ul {
        padding: 18px 0px;
    }
    .footer-menu .footer-menu-links a {
        font-size: 12px;
    }
    .last-footer {
        font-size: 14px;
    }
    .footer-top-bg {
        background: linear-gradient(180deg, #3A63A5 0%, #7A4E9E 96.5%);
        display: none;
    }
}
@media(max-width:428px){
    .last-footer {
        font-size: 12px;
        padding: 16px 0px;
      }
}
