@font-face {
  font-family: 'icons';
  font-style: normal;
  font-weight: 400;
  src: url("icons.eot?2d8097f132bbc22b6ca385d0a35abbbf?#iefix") format("embedded-opentype"),
url("icons.woff2?2d8097f132bbc22b6ca385d0a35abbbf") format("woff2"),
url("icons.woff?2d8097f132bbc22b6ca385d0a35abbbf") format("woff");
}

.icon, .icon-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.icon-icons {
  width: 1em;
  height: 1em;
  position: relative;
  fill: currentColor;
}

.icon {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.icon-arrow-diagonal:before { content: "\f101"; }
.icon-arrow-down:before { content: "\f102"; }
.icon-arrow-left:before { content: "\f103"; }
.icon-arrow-right:before { content: "\f104"; }
.icon-arrow-up-right:before { content: "\f105"; }
.icon-calendar:before { content: "\f106"; }
.icon-check:before { content: "\f107"; }
.icon-checkmark:before { content: "\f108"; }
.icon-close:before { content: "\f109"; }
.icon-doctor-v2:before { content: "\f10a"; }
.icon-facebook-v2:before { content: "\f10b"; }
.icon-facebook:before { content: "\f10c"; }
.icon-full-star:before { content: "\f10d"; }
.icon-instagram-v2:before { content: "\f10e"; }
.icon-instagram:before { content: "\f10f"; }
.icon-linkedin-v2:before { content: "\f110"; }
.icon-linkedin:before { content: "\f111"; }
.icon-menu:before { content: "\f112"; }
.icon-phone:before { content: "\f113"; }
.icon-play:before { content: "\f114"; }
.icon-plus:before { content: "\f115"; }
.icon-shared:before { content: "\f116"; }
.icon-star:before { content: "\f117"; }
.icon-whatsapp-v2:before { content: "\f118"; }
.icon-whatsapp:before { content: "\f119"; }
