/* get quote on home page */
@media (max-width: 768px) {
  .quote-overlay {
    padding: 50px 20px !important;
    margin: 0rem !important;
  }
  .quote-subtitle {
    /* font-weight: 500; */
    margin-bottom: 25px !important;
    margin-top: 16px !important;
    padding: 0px 10px !important;
  }
  .btn-submit {
    margin-top: -3px !important;
    margin-bottom: -6px !important;
  }
  .recaptcha-notice {
    color: #ccc;
    margin-top: 0px !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }
  .quote-form-container {
    height: auto !important;
  }
}

.quote-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  border-radius: 2px;
  color: white;
  max-width: 1076px;
  margin: 2rem auto;
  padding: 60px 100px;
}

.quote-form-container {
  max-width: 1065px;
  height: 705px; /* optional */
  margin: 0 auto;
  /* padding: 60px 40px; */
  position: relative;
  text-align: center;
}

.quote-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.quote-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0px 45px;
}

.quote-subtitle strong {
  font-weight: 700;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: transparent;
  max-width: 705px;
  margin: 0 auto;
}

.input-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 705px;
  margin: 0 auto;
}

.input-group input {
  width: calc(50% - 10px);
  max-width: none;
}

.quote-form input[type="email"],
#address-field,
textarea {
  max-width: 705px;
  margin: 0 auto;
  display: block;
}

.quote-form input:not(.input-group input),
.quote-form textarea {
  margin-top: 0px;
}

input,
textarea {
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #e2e1e5;
  border-radius: 2px;
  background: white;
  color: #333;
  width: 100%;
  max-width: 705px;
}

.textarea-message {
  width: 100%;
  height: 132px;
  resize: vertical;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.quote-submit {
  background: #f15a24;
  color: white;
  padding: 14px 24px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.btn-submit {
  background: #f15a24;
  color: white;
  padding: 16px 36px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
}

.recaptcha-notice {
  color: #ccc;
  font-size: 14px;
  margin-top: 20px;
}
