@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7lj9q9');
  src:  url('../fonts/icomoon.eot?7lj9q9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff2?7lj9q9') format('woff2'),
    url('../fonts/icomoon.ttf?7lj9q9') format('truetype'),
    url('../fonts/icomoon.woff?7lj9q9') format('woff'),
    url('../fonts/icomoon.svg?7lj9q9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-heart:before {
  content: "\f004";
}
.icon-plane:before {
  content: "\f072";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-drivers-license-o:before {
  content: "\f2c3";
}
.icon-id-card-o:before {
  content: "\f2c3";
}
.icon-home3:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e942";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cross:before {
  content: "\ea0f";
}
