footer {
    position: relative;
    z-index: 9999;
}
footer *{
    color:#fff;
}

footer i,
#totop i{
    color:#fff !important;
}

footer a{
    font-size: 20px !important;
}

#totop{
    background: #f9c650;
    color:#fff;
    cursor: pointer;
    position: fixed;
    right:20px;
    bottom:20px;
    border-radius: 64px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.07);
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    z-index: 9999;
}

footer .h4{
    display: block;
    font-family: 'Work Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
}

footer .footer__legal--item{
    margin: 0 !important;
}

footer .footer__legal--item:before{
    display: none !important;
}

footer .footer__logo {
    height: 60px !important;
    width: auto !important;
}

@media screen and (max-width: 767.98px){
    footer .footer__logo{
        height: 50px !important;
    }
}

.text-blue {
    color: #033761 !important;
}

.footer__contact, .footer__contact * {
    font-size: 16px !important;
}

footer .footer__legal--item a {
    font-size: 16px !important;
}