#radioBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  user-select: none;
}
#radioBox input {
  display: none;
}
#radioBox label {
  width: 32%;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #d1d1d1;
}
#radioBox input:checked + label {
  color: #fff;
  background-color: #ff0000;
}
#radioBox input:hover + label {
  cursor: pointer;
}
#radioBox2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  user-select: none;
}
#radioBox2 input {
  display: none;
}
#radioBox2 label {
  width: 23%;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: solid 2px #d1d1d1;
}
#radioBox2 input:checked + label {
  color: #fff;
  background-color: #ff0000;
}
#radioBox2 input:hover + label {
  cursor: pointer;
}
.modal-map {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact-banner-img {
    height: 600px;
  }
}
@media (max-width: 417px) {
  #radioBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    user-select: none;
  }
  #radioBox input {
    display: none;
  }
  #radioBox label {
    width: 46%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #d1d1d1;
  }
  #radioBox input:checked + label {
    color: #fff;
    background-color: #ff0000;
  }
  #radioBox input:hover + label {
    cursor: pointer;
  }
  #radioBox2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    user-select: none;
  }
  #radioBox2 input {
    display: none;
  }
  #radioBox2 label {
    width: 46%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #d1d1d1;
  }
  #radioBox2 input:checked + label {
    color: #fff;
    background-color: #ff0000;
  }
  #radioBox2 input:hover + label {
    cursor: pointer;
  }
}
/*# sourceMappingURL=contactList.css.map */