.footer-desktop {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  background: url("https://stores.yokohama-india.com/yoko/images/bg-footer.png") repeat-x left top;
}

.footer-desktop h3 a {
  color: #fff;
  font-size: 20px;
}

.arrow-icn {
  color: #df0514;
}

.footer-desktop h4 {
  color: #df0514;
  font-size: 17px;
}

.footer-desktop span, .footer-desktop ul li, .footer-desktop ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.footer-desktop ul li a:hover {
  color: #df0514;
}

footer .logo-img {
  width: 175px;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer p {
  font-size: 12px;
}

.social-circle li {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .footer-desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer-desktop {
    display: block;
  }
}
footer {
  background: #000;
  color: #fff;
}
footer p {
  margin-bottom: 0;
}
footer a:hover {
  color: #df0514;
  text-decoration: none !important;
}

ul.accordion {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=footer.css.map */