.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 10px 0;
  width: 99.9%;
  /*height: 60px;*/
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  margin: -45px auto;
  text-align: center;
  outline: none;
  font-size: 2.2em;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #f9f9f9;
}
#form-map{
	
	height: 300px;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}