@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?vpv6zy');
  src:  url('fonts/icomoon.eot?vpv6zy#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vpv6zy') format('truetype'),
    url('fonts/icomoon.woff?vpv6zy') format('woff'),
    url('fonts/icomoon.svg?vpv6zy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" 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-checkmark:before {
  content: "\e905";
  color: #e9580c;
  padding-right: 10px;
}
.icon-location:before {
  content: "\e947";
  color: #ffffff;
  padding-right: 10px;
  font-size: 22px;
}
.icon-whatsapp:before {
  content: "\ea93";
  color: #ffffff;
  padding-right: 10px;
}
.icon-envelope:before {
  content: "\e904";
  color: #ffffff;
  padding-right: 10px;
}
.icon-twitter-with-circle:before {
  content: "\e901";
  color: #ffffff;
}
.icon-facebook-with-circle:before {
  content: "\e902";
  color: #ffffff;
}
.icon-instagram-with-circle:before {
  content: "\e903";
  color: #ffffff;
}

.icon-twitter-with-circle:hover, .icon-facebook-with-circle:hover, .icon-instagram-with-circle:hover {
  opacity: 0,8;
}
.icon-watch_later:before {
  content: "\e900";
  color: #ffffff;
  padding-right: 10px;
  font-size: 22px;
}

.icon-menu:before {
  content: "\e9bd";
  color: #e9580c;
}
