@font-face {
    font-family: 'icomoon';
    src:  url('../font/icons/icomoon.eot?cpomqx');
    src:  url('../font/icons/icomoon.eot?cpomqx#iefix') format('embedded-opentype'),
      url('../font/icons/icomoon.ttf?cpomqx') format('truetype'),
      url('../font/icons/icomoon.woff?cpomqx') format('woff'),
      url('../font/icons/icomoon.svg?cpomqx#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-caret{
    font-size: 7px;
  }
  .icon-caret:before {
    content: "\e90a";
  }
  .icon-tel:before {
    content: "\e900";
  }
  .icon-arrow:before {
    content: "\e901";
  }
  .icon-edit:before {
    content: "\e902";
  }
  .icon-elements:before {
    content: "\e903";
  }
  .icon-hospital:before {
    content: "\e904";
  }
  .icon-mail:before {
    content: "\e905";
    color: #C4A679;
  }
  .icon-personalcard:before {
    content: "\e906";
  }
  .icon-profile-2user:before {
    content: "\e907";
  }
  .icon-telegram:before {
    content: "\e908";
    color: #C4A679;
  }
  .icon-whatsapp:before {
    content: "\e909";
    color: #C4A679;
  }
  