@font-face {
    font-family: 'icomoon';
    src:    url('../../fonts/icomoon.eot?9b0opb');
    src:    url('../../fonts/icomoon.eot?9b0opb#iefix') format('embedded-opentype'),
        url('../../fonts/icomoon.ttf?9b0opb') format('truetype'),
        url('../../fonts/icomoon.woff?9b0opb') format('woff'),
        url('../../fonts/icomoon.svg?9b0opb#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;
		font-size: 20px;
		margin-right: 5px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bill-payment:before {
    content: "\e900";
}
.icon-books-mags:before {
    content: "\e901";
}
.icon-entertainment:before {
    content: "\e902";
}
.icon-games:before {
    content: "\e903";
}
.icon-nmc:before {
    content: "\e904";
}
.icon-recharge-cards:before {
    content: "\e905";
}
.icon-share-bazar:before {
    content: "\e906";
}
.icon-topup:before {
    content: "\e907";
}
.icon-travel:before {
    content: "\e908";
}

