footer .quicklinks ul.menu li a{
    text-align: center;
}

a {
    text-decoration: none !important;
}

footer #u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list {
    justify-content: center;
}
    
footer #u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li {
    flex: unset !important;
    text-align: center;
    align-items: center;
    margin: 10px;
}

.d-social-box.d-con-footer-social a i {
    color: #375287 !important;
    background: white;
    border-radius: 50%;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    aspect-ratio: 1/1;
    height: 30px;
   border: 1px solid white;
}

.d-social-box.d-con-footer-social a i:hover {
    background: #375287;
    color: white !important;
}

footer .d-social-box a:hover, .d-social-box a:not(:hover) {
    text-align: center;
    display: inline-block;
    width: unset !important;
    height: unset !important;
    padding: 3px;
    line-height: 1em;
}

footer #u_content_custom_social_1 .d-con-footer-social.d-social-box a:not(:last-of-type) {
    margin-right: 10px;
}

footer div#u_content_text_8 a:hover {
    color: #859fd3 !important;
}

@media (max-width: 768px) {

footer #u_content_custom_logo_1 .d-logo-box {
    text-align: center;
}
}