.footer-new{
    width: 100%;
    background: #102C4C;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 11px 0;
}
.footer-new .footer-box{
    color: white;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.footer-new .footer-box img{
    margin-right: 11px;
}
.footer-new .footer-box a{
    color: white;
}
.copyrights{
    display: none !important;
}
.BigPageFooter {
    margin: 0;
    background-color: #f2f2f2 !important;
}
.BigPageFooter .footer{
    height: unset !important;
}
.BigPageFooter .footer .footerDescription{
    color: #69737A;
}
.BigPageFooter .footer .footerLinks a{
    color: #102C4C !important;
}
.BigPageFooter .footer .footerLinks{
    border: none !important;
}
@media screen and (max-width: 996px) {
    .SmallPageFooter{
        padding: 0;
    }
    .footer-new{
        flex-direction: column;
        align-items: flex-start;
        padding-top: 26px;
        padding-left: 26px;
    }
    .footer-new .footer-box{
        margin-bottom: 21px;
    }
    .SmallPageFooter .footer{
        background-color: #f2f2f2 !important;
        padding-left: 24px;
        padding-bottom: 24px;
    }
    .SmallPageFooter .footer .footerDescription{
        margin-left: 0;
        margin-bottom: 8px;
    }
    .SmallPageFooter .footer .footerLinks a{
        color: #102C4C;
    }
}