
.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-arrow-left-circle-fill::before {
  content: "\f129";
}
.bi-arrow-right-circle-fill::before {
  content: "\f133";
}
.bi-caret-left-fill::before {
  content: "\f22d";
}
.bi-caret-right-fill::before {
  content: "\f231";
}
.bi-check-all::before {
  content: "\f269";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-instagram::before {
  content: "\f437";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-youtube::before {
  content: "\f62b";
}
.bi-telephone::before {
  content: "\f5c1";
}
.bi-calendar3::before {
  content: "\f214";
}
