@font-face {
  font-family: "IcoCare";
  src:  url("../fonts/icocare.eot");
  src:  url("../fonts/icocare.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icocare.ttf") format("truetype"),
    url("../fonts/icocare.woff") format("woff"),
    url("../fonts/icocare.svg#IcoCare") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icoc {
  font-family: IcoCare !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icoc-greencheck .square:before {
  content: "\e900";
  color: rgb(153, 153, 153);
}
.icoc-greencheck .checkmark:before {
  content: "\e901";
  margin-left: -1.208984375em;
  color: rgb(8, 170, 75);
}
