@font-face
{
    font-family: 'boxicons';
    font-weight: normal;
    font-style: normal;
    
    src: url('../fonts/boxicons.eot');
    src: url('../fonts/boxicons.eot') format('embedded-opentype'),
    url('../fonts/boxicons.woff2') format('woff2'),
    url('../fonts/boxicons.woff') format('woff'),
    url('../fonts/boxicons.ttf') format('truetype'),
    url('../fonts/boxicons.svg?#boxicons') format('svg');
}
.bx
{
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-li
{
    color:#f50303;   
}

.bx-chevron-right:before {
  content: "\ea1d";
}
.bx-chevron-right-circle:before {
  content: "\ea1e";
}
.bx-chevron-right-square:before {
  content: "\ea1f";
}

.bx-chevron-left:before {
  content: "\ea1a";
}
.bx-chevron-left-circle:before {
  content: "\ea1b";
}
.bx-chevron-left-square:before {
  content: "\ea1c";
}


.bx-check:before {
  content: "\ea0f";
}
.bx-checkbox:before {
  content: "\ea10";
}
.bx-checkbox-checked:before {
  content: "\ea11";
}
.bx-checkbox-square:before {
  content: "\ea12";
}
.bx-check-circle:before {
  content: "\ea13";
}
.bx-check-double:before {
  content: "\ea14";
}
.bx-check-shield:before {
  content: "\ea15";
}
.bx-check-square:before {
  content: "\ea16";
}
.bxl-twitter:before {
  content: "\e962";
}
.bxl-facebook:before {
  content: "\e920";
}
.bxl-instagram:before {
  content: "\e930";
}
.bxl-skype:before {
  content: "\e955";
}
.bxl-linkedin:before {
  content: "\e93a";
}


.bx-map:before {
  content: "\eb21";
}
.bx-envelope:before {
  content: "\ea8e";
}
.bx-phone-call:before {
  content: "\eb7d";
}

.bx-link:before {
  content: "\eb07";
}
.bx-link-alt:before {
  content: "\eb08";
}
.bx-link-external:before {
  content: "\eb09";
}

.bx-plus:before {
  content: "\eb89";
}
.bx-plus-circle:before {
  content: "\eb8a";
}
.bx-plus-medical:before {
  content: "\eb8b";
}