@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
form, h6{
  font-family: 'Roboto Flex', sans-serif;
  color: #566573;
  font-size: 13px;
  margin-top: 10px;
}

input{
  font-family: 'Roboto Flex', sans-serif;
  color: #566573;
  font-size: 13px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid lightgrey;
  height: 28px;
}

select{
  font-family: 'Roboto Flex', sans-serif !important;
  height: 28px;
  width: 100%;
  color: #566573;
  font-size: 13px !important;
  margin-top: 5px;
  padding: 0px;
}

option{
  font-family: 'Roboto Flex', sans-serif;
  color: #566573;
  font-size: 13px;
}

.btn_style{
  font-size: 13px;
  font-family: 'Roboto Flex', sans-serif;
}

.banner {
  height: 80px;
  background: #a4c4ad;
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  color: white;
}

.form-row{
  margin-top: 8px;
}
  #map{
    height: 400px;
    width: 100%px;
  }
