@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.eot?2bo384'); /* IE9 Compat Modes */
  src:
    url('fonts/icomoon.woff2?2bo384') format('woff2'), /* Modern browsers */
    url('fonts/icomoon.woff?2bo384') format('woff'), /* IE11 + older modern */
    url('fonts/icomoon.ttf?2bo384') format('truetype'), /* Android, Opera Mini fallback */
    url('fonts/icomoon.svg?2bo384#icomoon') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa-notes-medical,
.fa-tags,
.fa-calendar,
.fa-twitter,
.fa-youtube,
.fa-instagram,
.fa-facebook,
.fa-linkedin,
.fa-chevron-down,
.fa-phone-alt,
.fa-map-marker-alt,
.fa-clock,
.eicon-menu-bar,
.eicon-close,
.eicon-chevron-left,
.eicon-chevron-right{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before{ content: "\e903" !important}
.fa-youtube:before{ content: "\e900" !important}
.fa-instagram:before{ content: "\e901" !important}
.fa-facebook:before{ content: "\e904" !important}
.fa-linkedin:before {content: "\e914" !important;}

.fa-chevron-down:before{ content: "\e905" !important}
.fa-phone-alt:before{ content: "\e908" !important}
.fa-map-marker-alt:before{ content: "\e907" !important}
.fa-clock:before{ content: "\e90a" !important}
.eicon-menu-bar:before{ content: "\e90b" !important}
.eicon-close:before{ content: "\e910" !important}

.eicon-chevron-left:before{ content: "\e90c" !important}
.eicon-chevron-right:before{ content: "\e90e" !important}

.fa-notes-medical:before{ content: "\e913" !important}
.fa-tags:before{ content: "\e912" !important}
.fa-calendar:before{ content: "\e911" !important}


