﻿@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot');
  src:  url('../font/icomoon.eot') format('embedded-opentype'),
    url('../font/icomoon.ttf') format('truetype'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/icomoon.svg') 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-youtube:before {
  content: "\e912";
  color: #f00;
}
.icon-facebook:before {
  content: "\e913";
  color: #1877f2;
}
.icon-reset:before {
  content: "\e910";
}
.icon-download:before {
  content: "\e90e";
}
.icon-mail:before {
  content: "\e90c";
}
.icon-wechat:before {
  content: "\e90d";
}
.icon-cross:before {
  content: "\e90b";
}
.icon-nav-next:before {
  content: "\e909";
}
.icon-nav-prev:before {
  content: "\e90a";
}
.icon-dropdown:before {
  content: "\e90f";
}
.icon-in:before {
  content: "\e908";
}
.icon-location:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e906";
}
.icon-time:before {
  content: "\e907";
}
.icon-prev:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-go:before {
  content: "\e903";
}
.icon-whatsapp:before {
  content: "\e904";
}
.icon-facebook1:before {
  content: "\e911";
}
