.footer .menu {
    flex-direction: column;
}

.footer .d-social-box a i {
    border: 1px solid #111111;
    color: #222 !important;
    background: transparent;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 150ms ease-in-out;
}
.footer .d-social-box a:hover i {
    background: #222222;
    border: 1px solid #111111;
    color: #fff !important;
}

footer .d-social-box a {
    width: 30px !important;
    height: 30px !important;
}

.d-vehicle-list-box .d-vehicle-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
}

/* QUICK LINKS */
.footer-links > ul.menu > li > div {
    align-items: flex-start !important;
}

.footer-links> ul.menu > li {
    background: url(https://images.unlayer.com/projects/5192/1648648378752-bg-li.png) no-repeat;
    background-position: 0 5px;
    margin-bottom: 5px;
    padding-left: 15px;
}

.footer-links> ul.menu > li a {
    text-transform: capitalize;
    color: #222222;
}

footer #u_content_custom_footerNavLinks_2 .d-nav-links-info.d-footer-nav ul.menu>li>div .d-dropdown:after {
    border-top-color: #222 !important;
}
/*
.footer-links> ul.menu > li > div > a::before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    content: '\f101';
    left: -24px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
#u_content_custom_webpros-link_1 .d-webpros-link {
    text-align: center;
    width: 150px;
}
#u_content_custom_webpros-link_1 .d-webpros-link img {
  max-width: 150px;
}

#u_content_custom_vehicleList_2 .d-con-usefor-footer .d-vehicle-list-box a {
    text-align: left;
}

.d-vehicle-list-heading {
  display: none;
}

@media screen and (max-width: 768px) {
  #u_content_custom_vehicleList_2 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list-heading {
    text-align: center;
  }
}

.d-location-info a {
    color: #fff;
}

#u_content_custom_copyright_1 .d-con-copyright p.d-copyright {
    text-align: right !important; 
    font-weight: bold !important;
}

footer.footer #u_row_10 a:hover {
    color: var(--theme-color) !important;
}