@font-face {
  font-family: "icomoon";
  src: url("../dist/fonts/icomoon.eot");
  src: url("../dist/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../dist/fonts/icomoon.woff")
      format("woff"), url("../dist/fonts/icomoon.ttf") format("truetype"), url("../dist/fonts/icomoon.svg#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: never;
    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-android-icon:before {
    content: "\e900";
}
.icon-apple-icon:before {
    content: "\e901"; 
}
.icon-facebook-icon:before {
    content: "\e902";
}
.icon-instagram-icon:before {
    content: "\e903";
}
.icon-left-arrow:before {
    content: "\e904";
}
.icon-play-btn-icon:before {
    content: "\e905"; 
}
.icon-right-arrow:before {
    content: "\e906";
}
.icon-top-arrow:before {
    content: "\e907"; 
}
