@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.icon-magnifying-glass:before { content: "\f002" !important; }
.icon-right-arrow:before,
.icon-right-arrow1:before { content: "\f061" !important; }
.icon-email:before { content: "\f0e0" !important; }
.icon-pin:before { content: "\f3c5" !important; }
.icon-plus:before { content: "\f067" !important; }
.icon-contract:before { content: "\f15c" !important; }
.icon-easy-to-use:before { content: "\f058" !important; }
.icon-fund:before { content: "\f4c0" !important; }
.icon-group:before { content: "\f0c0" !important; }
.icon-insurance-1:before,
.icon-insurance:before,
.icon-life-insurance:before,
.icon-policy:before { content: "\f3ed" !important; }
.icon-success:before { content: "\f00c" !important; }
