@font-face {
  font-family: 'Ultimate-Icons';
  src:
    url('fonts/Ultimate-Icons.ttf?1ddi1j') format('truetype'),
    url('fonts/Ultimate-Icons.woff?1ddi1j') format('woff'),
    url('fonts/Ultimate-Icons.svg?1ddi1j#Ultimate-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ua-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Ultimate-Icons' !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;
}

.ua-icon-location-pin:before {
  content: "\e947";
}
.ua-icon-Clock:before {
  content: "\e94e";
}
.ua-icon-mail2:before {
  content: "\ea84";
}
.ua-icon-phone3:before {
  content: "\e942";
}
.ua-icon-mobile2:before {
  content: "\ea3c";
}
.ua-icon-facebook2:before {
  content: "\ea91";
}
.ua-icon-Instagram:before {
  content: "\ea92";
}
.ua-icon-twitter2:before {
  content: "\e9df";
}
.ua-icon-youtube:before {
  content: "\e9e5";
}
.icon-whatsapp:before {
  content: "\ea93";
}