@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "medical" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "medical" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ambulance:before {
  content: "\61";
}
.icon-bandaid:before {
  content: "\62";
}
.icon-blood:before {
  content: "\63";
}
.icon-doctor-man:before {
  content: "\64";
}
.icon-doctor-women:before {
  content: "\65";
}
.icon-emergency:before {
  content: "\66";
}
.icon-handshake:before {
  content: "\67";
}
.icon-heart:before {
  content: "\68";
}
.icon-heart-beat:before {
  content: "\69";
}
.icon-immunisation:before {
  content: "\6a";
}
.icon-medical:before {
  content: "\6b";
}
.icon-medical-care:before {
  content: "\6c";
}
.icon-medical-doctors:before {
  content: "\6d";
}
.icon-wheelchair:before {
  content: "\6e";
}
.icon-wellness:before {
  content: "\6f";
}
.icon-vasectomy:before {
  content: "\70";
}
.icon-prescriptions:before {
  content: "\71";
}
.icon-nurse:before {
  content: "\72";
}
.icon-minor-surgery:before {
  content: "\73";
}
.icon-medical-treatment:before {
  content: "\74";
}
.icon-medical-record:before {
  content: "\75";
}
