
@font-face {
  font-family: 'iconfont';
  src:
    url('../fonts/iconfont/iconfont.ttf?2p4rfb') format('truetype'),
    url('../fonts/iconfont/iconfont.woff?2p4rfb') format('woff'),
    url('../fonts/iconfont/iconfont.svg?2p4rfb#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  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-map-marker2:before {
  content: "\e92b";
}
.icon-phone3:before {
  content: "\e92e";
}
.icon-envelope:before {
  content: "\e926";
}