@font-face {

    font-family: 'dana-bold';

    src:url('/dana-bold.woff') format('woff'); 

    font-weight:normal;

    font-style:normal;

}

@font-face {

    font-family: 'dana-regular';

    src:url('/dana-regular.woff') format('woff'); 

    font-weight:normal;

    font-style:normal;

}/* Add here all your CSS customizations */


  
  #callBtn{position:fixed;bottom:25px;left:25px;width:65px;height:65px;border-radius:50px;border:none;outline:none;background-color:#2ecc71 !important;z-index:9999999999;}
@keyframes glowing{0%{box-shadow:0 0 -5px #2ecc71;}
50%{box-shadow:0 0 20px #2ecc71;}
100%{box-shadow:0 0 -5px #2ecc71;}
}
#callBtn{animation:glowing 1000ms infinite;}
#callBtn i.fa{font-size:24px;}