@font-face {
  font-family: 'simple-line-icons';
  src:  url('../fonts/simple-line-icons/Simple-Line-Icons.eot?v=2.2.2');
  src:  url('../fonts/simple-line-icons/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
        url('../fonts/simple-line-icons/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
        url('../fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
        url('../fonts/simple-line-icons/Simple-Line-Icons.woff?v=2.2.2') format('woff'),
        url('../fonts/simple-line-icons/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-phone,
.icon-envelope {
  font-family: 'simple-line-icons';
  speak: none;
  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-phone:before {
  content: "\e600";
}
.icon-envelope:before {
  content: "\e086";
}