
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: 'Bootstrap Icons' !important; /* Make sure to match the font-family name */
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-telephone-fill::before {
    content: "\f5b4"
}
.bi-chevron-right::before {
    content: "\f285"
}
.bi-arrow-right::before {
    content: "\f138"
}
