/* As busresult.php uses the newer version of Font Awesome, some icons (in header and footer) does not exist. This file replaces them with SVG */

.fa-instagram:before {
  content: url(images/instagram.svg) !important;
}

.fa-facebook:before {
  content: url(images/facebook.svg) !important;
}

.fa-linkedin:before {
  content: url(images/linkedin.svg) !important;
}

/* .fa-id-card-o:before {
  content: url(images/id-card.svg) !important;
} */

.fa-question-circle-o:before {
  content: url(images/question-circle.svg) !important;
}

.fa-file-text-o:before {
  content: url(images/file.svg) !important;
}

.fa-envelope-o:before {
  content: url(images/envelope.svg) !important;
}
