@font-face {
    font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hj6lk7');
  src:  url('../fonts/icomoon.eot?hj6lk7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hj6lk7') format('truetype'),
    url('../fonts/icomoon.woff?hj6lk7') format('woff'),
    url('../fonts/icomoon.svg?hj6lk7#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;
    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-CHAT_ICON:before {
    content: "\e900";
    color: #4197e3;
  }
.icon-CHAT:before {
    content: "\e901";
  color: #009bec;
  }
.icon-GO_TO_TOP:before {
    content: "\e902";
  color: #009bec;
  }
.icon-MAIL_ICON:before {
    content: "\e903";
    color: #4197e3;
  }
  .icon-PHONE_ICON:before {
  content: "\e904";
    color: #4197e3;
  }
