@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?4in68e');
  src:  url('fonts/icomoon.eot?4in68e#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4in68e') format('truetype'),
    url('fonts/icomoon.woff?4in68e') format('woff'),
    url('fonts/icomoon.svg?4in68e#icomoon') 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: 'icomoon' !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-minus:before {
  content: "\e907";
  color: #f5fafb;
}
.icon-more:before {
  content: "\e906";
  color: #00abbd;
}
.icon-prev:before {
  content: "\e900";
  color: #f5fafb;
}
.icon-next:before {
  content: "\e901";
  color: #f5fafb;
}
.icon-download:before {
  content: "\e902";
}
.icon-plus:before {
  content: "\e903";
  color: #f5fafb;
}
.icon-check:before {
  content: "\e904";
  color: #f5fafb;
}
.icon-phone:before {
  content: "\e905";
  color: #f5fafb;
}
