.contact_main_container .well legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'OpenSans-semibold';
  padding-bottom: 1rem;
}

.contact_main_container .well .form-group {
  margin-bottom: 15px;
}

.contact_main_container .well .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: 'OpenSans-Regular';
}

.contact_main_container .well .form-group .form-control {
  display: block;
  width: 96%;
  height: 34px;
  padding: 6px 12px;
  font-family: 'OpenSans-Regular';
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact_main_container.free_main_container {
  width: 92.13%;
  margin: 6rem auto 10rem auto;
  align-items: unset;
  justify-content: unset;
}
.contact_main_container {
  margin: 5rem 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_main_container .well {
  min-height: 20px;
  width: 50%;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.contact_main_container .contact_submit {
  background-color: #f2ae39;
  border: none;
  border-radius: 3rem;
  height: 40px;
  font-family: 'OpenSans-SemiBold';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.contact_main_container .contact_submit:disabled {
  opacity: 0.4;
  cursor: default;
}
.contact_main_container.free_main_container .well {
  width: 46% !important;
  height: min-content;
}
.free_left_side_section {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.free_left_side_section .image_holder {
  width: 100%;
}

.free_left_side_section .image_holder img {
  width: 80%;
}

.free_left_side_section .description_holder {
  width: 73.5%;
  margin: 2rem 2rem 0 2rem;
}

.free_left_side_section .text.text_and_image {
  font-family: 'OpenSans-Regular';
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
}
@media only screen and (max-width: 78.4375em) {
  .contact_main_container .well {
    width: 85%;
  }
  .contact_main_container {
    margin: 0rem;
  }
}

.contact_recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
