
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  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-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before {
    content: "\f285";
}
.bi-check-all::before {
    content: "\f269";
}
.bi-telephone::before {
    content: "\f5c1";
}
.bi-calendar3::before {
    content: "\f214";
}
.bi-telephone-fill::before {
    content: "\F5B4"; 
}
.bi-play-fill::before {
    content: "\F4F4"; 
}
