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

.bx {
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-left-arrow-circle:before {
    content: "\eb34";
}

.bx-file:before {
    content: "\ead5";
}

.bx-info-circle:before {
    content: "\eb21";
}

.bx-donate-heart:before {
    content: "\eaaf";
}

.bx-help-circle:before {
    content: "\eb0d";
}

.bx-calendar-event:before {
    content: "\ea19";
}

.bxs-chevrons-up:before {
    content: "\ed41";
}

.bxl-whatsapp:before {
  content: "\e98a";
}