footer h4,
footer p{
    color:#fff;
}

footer h4,
footer .h4{
    font-family: 'Assistant', sans-serif !important;
    font-size: 24px;
    font-weight: 800;
    margin-bottom:12px;
    color:#fff !important;
    display:block;
}

footer span.consent__link,
footer a{
    cursor: pointer;
    color:#74b0d4;
    text-decoration:none;
}


footer span.consent__link:hover{
    color: #0a58ca;
}

.footer__phone{
    color:#fff;
    font-size: 28px;
    display: block;
}

.footer__phone i{
    color:#74b0d4;
}

footer .textField.form-control{
    border-color: #fff !important;
}

footer input[type="submit"]{
    font-family: "Font Awesome 5 Pro";
    text-align: center;
}

.footer__socials{
    margin-top: 12px;
    list-style: none;
    padding:0;
}

.footer__socials li{
    float:left;
    margin-right: 6px;
}

.footer__socials a{
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 100%;
    transition: all 0.5s ease;
    transform: scale(1.0);
}

.footer__socials a:hover{
    transition: all 0.5s ease;
    transform: scale(1.4);
}

.footer__socials a i{
    color:#fff;
}

#footer__logo{
    position: relative;
    top:-24px;
    height:56px;
    width: 142px;
    width: auto;
}

.footer__secondrow{
    width: 100%;
    height:1px;
    margin-top: 24px;
    border-top:1px solid rgba(255,255,255,0.09);
    padding-top: 6px;
}

.footer__copy{
    padding-top: 9px;
    color:#fff;
    text-align: right;
}

.footer__secondrowcover{
    background: #003777;
    width: 30px;
    height:30px;
    position: absolute;
    left:86px;
    top:0px;
}

.footer__block{
    margin-bottom: 18px;
}

footer .socialcontainer a
{
    color:white !important;
    margin-right:20px;
}
footer .socialcontainer a i
{
    font-size:22px;

}

/* Very Large Devices */
@media only screen and (min-width : 1200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
    .md-flex-center{
        display:flex;
        align-content: center;
        align-items:center;
        flex-direction:column;
    }
}
@media only screen and (max-width : 992px){
    .footer__phone{
        font-size: 22px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
    .footer__phone{
        font-size: 1em !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 544px){
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
}