:root {
    --btn-bg-color: linear-gradient(180deg, rgba(0,20,116,1) 0%, rgba(0,81,157,1) 50%, rgba(0,20,116,1) 100%);
   --theme-font: 'Open Sans', sans-serif;
   --heading-color: #c40701;
   --heading-font: 'Open Sans', cursive;
}
footer {
   border-bottom: 4px solid var(--heading-color);
}
footer h3 {
  font-family: var(--heading-font) !important;
  color: #fff !important;
} 

footer p , footer span {
  font-family: var(--theme-font);
  font-size: 15px !important;
}

footer #u_row_9 a, footer #u_row_9 span {
   font-size: 14px !important;
}
footer #u_row_8 {
   background-attachment: fixed;
}

footer #u_row_8 a {
   font-size: 18px !important;
}
footer #u_row_8 a:hover {
   color: #000 !important;
}

footer #u_row_9 {
    background: unset;
}

footer #u_row_9 .u-col {
   align-self: center;
}
footer #u_row_9 #u_content_menu_1 a {
    font-weight: bold;
}
footer #u_row_9 #u_content_text_8 a {
color: #fff!important;
}

footer #u_row_9 #u_content_text_8 a:hover {
color: #000;
}
@media(max-width: 991.98px){
   .d-vehicle-list-box .d-con-vehicle-list-divider {
      display: none;
   }
}