@font-face {
  font-family: 'icomoon';
  src:  url('./icomoon.eot?9c2li5');
  src:  url('./icomoon.eot?9c2li5#iefix') format('embedded-opentype'),
    url('./icomoon.ttf?9c2li5') format('truetype'),
    url('./icomoon.woff?9c2li5') format('woff'),
    url('./icomoon.svg?9c2li5#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: 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;
}

.icon-prescription-bottle-medical:before {
  content: "\e900";
}
.icon-user-tie:before {
  content: "\e901";
}
.icon-book-medical:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-xmark:before {
  content: "\f00d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-heart:before {
  content: "\f08a";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-calendar:before {
  content: "\f133";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-circle:before {
  content: "\f1ce";
}
.icon-facebook-square:before {
  content: "\f230";
}
.icon-whatsapp:before {
  content: "\f232";
}

.icon-spin {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
