@font-face {
    font-family: boxicons;
    font-weight: 400;
    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');
    font-display: swap;
}
.bx {
    font-family: boxicons !important;
    font-weight: 400;
    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-envelope:before {
    content: "\eac1";
}

.bxs-error-circle:before {
    content: "\eda4";
}
.bx-loader:before {
    content: "\eb45";
}

.bx-mail-send:before {
    content: "\eb53";
}

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

.bxs-message-error:before {
    content: "\ee30";
}

.bxs-phone:before {
    content: "\ee66";
}
.bx-phone-call:before {
    content: "\ebb3";
}

.bxs-plus-circle:before {
    content: "\ee79";
}

