.elementor-location-header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
	max-width: 100vw;
}
.elementor-location-header.hide,.elementor-location-header.hide2{
	position:absolute;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
