@font-face {
  font-family: 'enticon';
  src:  url('../fonts/enticon.eot?rk2fdb');
  src:  url('../fonts/enticon.eot?rk2fdb#iefix') format('embedded-opentype'),
    url('../fonts/enticon.ttf?rk2fdb') format('truetype'),
    url('../fonts/enticon.woff?rk2fdb') format('woff'),
    url('../fonts/enticon.svg?rk2fdb#enticon') 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: 'enticon' !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-full-star:before {
  content: "\e902";
  color: #1b123d;
}
.icon-half-star .path1:before {
  content: "\e900";
  color: rgb(155, 153, 171);
}
.icon-half-star .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(27, 18, 61);
}
.icon-arrow_circle:before {
  content: "\e905";
}
.icon-throat_icon:before {
  content: "\e906";
}
.icon-nose_icon:before {
  content: "\e907";
}
.icon-ear_icon:before {
  content: "\e908";
}
.icon-call:before {
  content: "\e909";
  color: #fff;
}
.icon-whatsapp:before {
  content: "\e90a";
  color: #fff;
}
.icon-mail:before {
  content: "\e90b";
  color: #fff;
}
