footer  #u_row_8 {
   border-top: 7px solid var(--theme-color);
}

footer #u_content_custom_social_1 .d-social-box a {
  width: 40px;
  height: 40px;
}
footer #u_content_custom_social_1 .d-social-box a i {
  margin-top: 7px;
}

footer #u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li {
    flex: unset !important;
    text-align: left;
    width: unset;
    margin: 5px;
}

footer #u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li:after {
    content: " | ";
    color: #111;
    margin-left: 5px;
}

#u_content_custom_social_1 .d-con-footer-social.d-social-box a:hover {
     color: var(--theme-color) !important;
     border: 1px solid var(--theme-color) !important;
}

.footer div#u_content_text_6 a:hover {
    color: #000 !important;
}

div#u_content_text_6 a:hover strong {
    color: #d61f26;
}

/** QUICK LINKS **/

.quick-links {
    padding-left: 1em;
}

.quick-links li {
    margin: 0.25em 0;
    padding-left: 1em;
    position: relative;
    text-transform: uppercase; 
}

.quick-links li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 9px;
    height: 3px;
    width: 15px;
    background: #3273B8;
}