@font-face {
  font-family: 'thefont';
  
  src:  
    local("thefont"),
    url('thefont.woff2') format('woff2'),
    url('thefont.woff') format('woff');
    display: swap;  
    font-weight: normal;
    font-style: normal;
}


[class^="icon-"]:before, 
[class*=" icon-"]:before {
  font-family: "thefont";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  
  text-transform: none;
  line-height: 1em;
  
  text-align: left;  
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-booking:before { content: '\e802'; } 
.icon-booking-y:before { content: '\e804'; } 
.icon-call:before { content: '\e805'; } 
.icon-call-neurologist:before { content: '\e806'; } 
.icon-call-now:before { content: '\e808'; } 
.icon-discuss:before { content: '\e80f'; } 
.icon-virtual:before { content: '\e810'; } 
.icon-cr:before { content: '\e811'; } 
.icon-fee:before { content: '\e812'; } 
.icon-gmail:before { content: '\e813'; } 
.icon-help:before { content: '\e814'; } 
.icon-ig:before { content: '\e815'; } 
.icon-just-txt:before { content: '\e816'; } 
.icon-linkedin:before { content: '\e817'; } 
.icon-map-pin:before { content: '\e818'; } 
.icon-med-logo:before { content: '\e819'; } 
.icon-ms-team:before { content: '\e81b'; } 
.icon-specialist:before { content: '\e81e'; } 
.icon-telegram:before { content: '\e81f'; } 
.icon-the-x:before { content: '\e820'; } 
.icon-whatsapp:before { content: '\e821'; }
.icon-wwha:before { content: '\e822'; } 
.icon-zoom:before { content: '\e823'; } 
.icon-dial:before { content: '\e827'; } 




