@font-face {
  font-family: 'Panton';
  src: url('fonts/PantonDemo-Light.woff2') format('woff2'),
	   url('fonts/PantonDemo-Light.woff') format('woff'),
	   url('fonts/PantonDemo-Light.eot') format('eot'),
	   url('fonts/PantonDemo-Light.ttf') format('ttf');
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: 'Panton';
  src: url('fonts/PantonDemo-Black.woff2') format('woff2'),
	   url('fonts/PantonDemo-Black.woff') format('woff'),
	   url('fonts/PantonDemo-Black.eot') format('eot'),
	   url('fonts/PantonDemo-Black.ttf') format('ttf');
  font-style: normal;
  font-weight: 800;
  font-display: block;
}


@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_Rg.woff2') format('woff2'),
	   url('fonts/Aller_Rg.woff') format('woff'),
	   url('fonts/Aller_Rg.eot') format('eot'),
	   url('fonts/Aller_Rg.ttf') format('ttf');
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_Lt.woff2') format('woff2'),
	   url('fonts/Aller_Lt.woff') format('woff'),
	   url('fonts/Aller_Lt.eot') format('eot'),
	   url('fonts/Aller_Lt.ttf') format('ttf');
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller_Bd.woff2') format('woff2'),
	   url('fonts/Aller_Bd.woff') format('woff'),
	   url('fonts/Aller_Bd.eot') format('eot'),
	   url('fonts/Aller_Bd.ttf') format('ttf');
  font-style: normal;
  font-weight: 800;
  font-display: block;
}

body *{
	font-family: 'Aller', sans-serif!important;
}
.panton{
  font-family: 'Panton', sans-serif!important;	
}

#clicktocall #close-button .elementor-icon{
	background-image: url(img/ico-close.png)!important;
	background-position:center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    z-index: 9999;
    top: 2px;
    right: 10px;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}
#clicktocall #close-button i{
	display:none;
}