/* .contact-form {
  background: black;
}
.contact-form * {
  background: black;
  color: white;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  border: 1px solid #363636;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border: 1px solid #585858 !important;
}
.contact-form select {
  background: black !important;
}
#get-a-quote {
  background: #0973ba;
  color: white;
  border: 2px solid #0973ba;
}
#get-a-quote:hover {
  background: transparent;
} */
