
#input_15_6 {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    height: 40px;
    padding: 0px 6px;
  }
  .review-final-answer {
    text-align: center;
  }
  #gform_confirmation_wrapper_15 {
    text-align: center;
  }
  .review-office-link {
    margin-top: 20px;
  }
  .gform-field-label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
  }
.review-section 
.gform_title {
  display: none;
}
.review-section 
.gform_wrapper.gravity-theme 
.gfield_label {
  display: none;
}
.review-section 
.gform_wrapper {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.review-section 
.gform_legacy_markup_wrapper 
.top_label .gfield_label, 
.review-section 
.gform_legacy_markup_wrapper legend.gfield_label {
  display: none;
}

.review-section 
.gform_wrapper.gravity-theme 
.gfield input.large, 
.review-section .gform_wrapper.gravity-theme 
.gfield select.large,
.review-section 
.gform_wrapper.gravity-theme 
.gfield textarea.medium {
  border: 1px solid #d5d5d5;
}
.review-section #gform_15 {
  display:none;
}
#gform_submit_button_15 {
  top: 0;
  left: 0;
  width: 100% !important;
  border: 0;
  border-radius: var(--radius);
  background: var(--primary);
  font-size: 17px !important;
  padding: 12px 60px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
}

.review-section input#input_15_4 {
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.review-section input#input_15_5 {
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.review-section textarea#input_15_2 {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.review-section .gform_confirmation_message {
  text-align: center;
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.75px;
  color: var(--text);
}

.star-rating {
  position: relative;
  width: 100%;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.rating-star {
   font-size: 26px;
   cursor: pointer;
   color: #dabd18b2;
   transition: filter linear .3s;
}

.rating-star:hover {
   filter: drop-shadow(1px 1px 4px gold);
}

.star-rating-result .fas {
    font-weight: 900 !important;
}

.review-section {
    width: 100%;
    display: none;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-section p {
  text-align: center;
}

.review-form-container h3 {
  margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px !important;
    width: 100%;
}

.review-form-container h3:after {
  text-align: center;
    content: '';
    height: 2px;
    width: 10%;
    background: #4c8b33;
    position: absolute;
    left: calc(50% - 5%);
    bottom: -5px;
}

.review-validation {
  text-align: center;
  color: var(--text);
}

.review-final-text {
  padding: 20px;
  border-radius: var(--radius);
  font-size: 14px;
  font-style: italic;
  background: #fafafa;
  margin-top: 40px;
}
.review-copy {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.review-copy-btn {
  display: none;
  margin: auto;
  margin-top: 20px;
  background: #fafafa;
  box-shadow: 0px 0px 6px 2px #e5e5e5;
  color: var(--text);
}
.review-copy-btn:focus {
    border: 0;
    outline: none;
}
.review-copy-btn:hover {
    background: #f5f5f5;
    box-shadow: 0px 0px 2px 1px #e5e5e5;
}
.content-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-copy-success {
  display:none;
  margin: 0px auto 20px auto;
  color: var(--titles); 
  width: 100%;
  text-align: center;
}
.review-copy-failed {
 display: none;
}
.review-container {
    margin: auto;
    padding: 60px 0px;
    min-height: calc(100vh - 77px) !important;
    /* min-height: 800px; */
    display: flex;
    align-items: center;
    z-index: 1;
}
 
.review-form input[type="submit"] {
 display:none;
}

.review-form-container {
  max-width: 850px !important;
  background: white;
  padding: 50px;
  border-radius: var(--radius);
  box-shadow: 0px 10px 8px 4px rgba(0, 0, 0, 0.15);
  margin: auto 20px;
}

.review-form-container h3 {
 margin-top: 0;
 padding:0;
 text-align: center;
}

.review-form {
	border-radius: var(--radius);
}

.review-form input[type='text'], .review-form input[type='email'], .review-form select, .review-form textarea, .review-form button {
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #efefef;
	border-radius: 6px;
    padding: 12px;
}

.review-form-container .control label {
    display: none ;
}


@media screen and (max-width: 767px) {
  .review-form-container {
    padding: 20px;
    position: relative;
}
.review-form {
    position: relative;
    width: 90%;
    margin: auto;
}
.review-container {
    height: unset;
    min-height: unset;
}
}

