/* Font family css */
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('..fonts/Roboto-Black.html') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* icon css start here */
@font-face {
    font-family: 'Harit';
    src:  url('../icons/Harit7885.eot?2hoz32');
    src:  url('../icons/Harit7885.eot?2hoz32#iefix') format('embedded-opentype'),
      url('../icons/Harit7885.ttf?2hoz32') format('truetype'),
      url('../icons/Harit7885.woff?2hoz32') format('woff'),
      url('../icons/Harit7885.svg?2hoz32#Harit') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Harit' !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-dot:before {
    content: "\e900";
    color: #f44336;
  }
  .icon-download1:before {
    content: "\e901";
  }
  .icon-menu:before {
    content: "\e902";
    color: #fff;
  }
  .icon-search:before {
    content: "\e903";
    color: #fff;
  }
  .icon-tick .path1:before {
    content: "\e905";
    color: rgb(20, 110, 70);
  }
  .icon-tick .path2:before {
    content: "\e906";
    margin-left: -1.388671875em;
    color: rgb(29, 177, 111);
  }
  .icon-cross:before {
    content: "\e904";
  }