@font-face {
  font-family: "bootstrap-icons";
  src: url("bootstrap-icons.woff2") format("woff2"),
       url("bootstrap-icons.woff") format("woff");
font-style: normal;
font-display: swap;
}

.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-list::before { content: "\f479"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-book::before { content: "\f194"; }
.bi-play-fill::before { content: "\F4F4"; }
.bi-envelope:before { content: "\f32f"; }
.bi-share:before { content: "\f52e"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-check-circle::before {content: "\f26b";}
.bi-arrow-left::before {content: "\f12f";}
.bi-arrow-right::before {content: "\f138";}
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-quote::before { content: "\F6B0"; }
.bi-check-circle-fill::before {content: "\f26a";}
.bi-check2-circle::before {content: "\f270";}