@font-face {
  font-family: 'khatri-icon';
  src:  url('../fonts/khatri-icon.eot?re602c');
  src:  url('../fonts/khatri-icon.eot?re602c#iefix') format('embedded-opentype'),
    url('../fonts/khatri-icon.ttf?re602c') format('truetype'),
    url('../fonts/khatri-icon.woff?re602c') format('woff'),
    url('../fonts/khatri-icon.svg?re602c#khatri-icon') 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: 'khatri-icon' !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-schedule:before {
  content: "\e911";
}
.icon-call:before {
  content: "\e900";
}
.icon-check-mark:before {
  content: "\e901";
}
.icon-clock:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-location:before {
  content: "\e907";
}
.icon-Minus:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-plus:before {
  content: "\e90b";
}
.icon-right-circle-arrow:before {
  content: "\e90c";
}
.icon-Stethoscope:before {
  content: "\e90d";
}
.icon-top-arrow:before {
  content: "\e90e";
}
.icon-twiiter:before {
  content: "\e90f";
}
.icon-youtube:before {
  content: "\e910";
}