footer ul.menu li a {
    text-transform: capitalize;
    font-weight: 400;
}

h4{
    font-weight: 700;
}

#footer-main a, #footer-bottom a {
    color: white;
}

#footer-main a:hover, #footer-main a:focus, #footer-bottom a:hover, #footer-bottom a:focus {
    color: var(--theme-color);
}


/** VEHICLE LIST **/
@media (max-width: 991px) {
footer ul.d-vehicle-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

#u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li:after {
    display: none;
}
}
#footer-main .d-vehicle-list-box {
    padding: 0 15px;
}

#u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li {
    flex: unset;
    margin-right: 20px;
    position: relative;
    overflow: visible;
    line-height: 18px;
}

#u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: white;
}

#u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li:last-child:after {
    display: none;
}

#footer-main #u_content_custom_footerNavLinks_1 .d-nav-links-info.d-footer-nav ul.menu>li:not(:last-child)>div:before {
    display: inline-block;
    border-right: 1px solid #ffffff;
}


/** SOCIAL ICONS **/

footer .d-social-box a {
    margin-right: 10px !important;
    background: #ffffff;
    color:  var(--theme-color) !important;

    padding: 15px !important;
    width: unset !important;
    height: unset !important;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
}

footer .d-social-box a:hover {
    background: var(--theme-color-2);
    color: white !important;
}

footer .d-social-box {
    padding: 15px 5px;
}