a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  appearance: none;
  background: none;

  -webkit-font-smoothing: antialiased;
}
input, textarea { outline: none; }
/*----- Google maps -----*/
/*#map {
  height:450px;
  width:100%;
}*/
/*.grecaptcha-badge { visibility: hidden; }*/