@font-face {
    font-family: "icomoon";
    src: url("../../assets/fonts/icomoon.eot?uij2m");
    src: url("../../assets/fonts/icomoon.eot?uij2m#iefix") format("embedded-opentype"),
         url("../../assets/fonts/icomoon.ttf?uij2m") format("truetype"),
         url("../../assets/fonts/icomoon.woff?uij2m") format("woff"),
         url("../../assets/fonts/icomoon.svg?uij2m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
}

.icon-sheet:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-map:before {
  content: "\e90a";
}
.icon-left-arrow:before {
  content: "\e907";
}
.icon-done:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-clinics:before {
  content: "\e903";
}
.icon-question:before {
  content: "\e904";
}
.icon-services:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\ea91";
}