ul, li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#new-footer{
    padding: 30px 0;
    /* border-top: 3px solid #032f56;  
    box-shadow: inset 1px 3px 5ox #032f56;*/
    
} 
#new-footer h4{
    font-size: 18px;
    line-height: 1.4;
    color: #032f56;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px;
}
.call-act{
    margin: 0 0 20px;
}
.call-act a{
    color: #032f56;
}
.quick_links ul li{
    margin: 3px 0;
}
.quick_links ul li a{
    color: #0c426d;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}
#end-footer{
    padding: 20px 0;
    background: #032f56;
    color: #fff;
}
.fa-map-marker, .fa-mobile{
    font-size: 18px;
    line-height: 30px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0c426d;
    margin-right: 20px;
    margin-top: 3px;
}
.fa-mobile{
    margin-right: 2px;
}
.social-icon{
    justify-content: space-between;
    max-width: 150px;
    margin-bottom: 10px;
}
.social-icon a{
    color: #032f56;
}
.social-icon .fa, .fa-brands, .fa-mobile-screen{
    font-size: 18px;
    line-height: 30px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0c426d;
}
.fa-brands::before, .fa-mobile-screen::before{ margin-right: inherit !important;}
.location{
    align-items: flex-start;
    justify-content: inherit;
}

@media only screen and (max-width: 767px){
    .quick_links{
        margin-bottom: 20px;
    }
}