.leadCaptureForm {
  padding: 30px 0 0 20px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .leadCaptureForm {
    padding-left: 52px;
  }
}

@media (min-width: 992px) {
  .leadCaptureForm {
    padding-left: 70px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}

.leadCaptureForm::before {
  content: " ";
  position: absolute;
  width: calc(100% - 20px);
  height: 310px;
  background-color: #EEF5FD;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .leadCaptureForm::before {
    width: calc(100% - 120px);
  }
}

@media (min-width: 992px) {
  .leadCaptureForm::before {
    width: calc(100% - 58px);
  }
}

.leadCaptureForm .error-text-msg-wrapper {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #C11B10;
  text-align: center;
  width: 100%;
}

.leadCaptureForm h1, .leadCaptureForm h4, .leadCaptureForm .h1, .leadCaptureForm .h4 {
  text-align: left;
  font-weight: 700;
  color: #333333;
  width: calc(100% - 100px);
}

@media (min-width: 768px) {
  .leadCaptureForm h1, .leadCaptureForm h4, .leadCaptureForm .h1, .leadCaptureForm .h4 {
    width: calc(100% - 160px);
  }
}

@media (min-width: 992px) {
  .leadCaptureForm h1, .leadCaptureForm h4, .leadCaptureForm .h1, .leadCaptureForm .h4 {
    text-align: center;
  }
}

.leadCaptureForm h2, .leadCaptureForm .h6 {
  text-align: left;
  font-weight: 700;
  color: #333333;
  width: calc(100% - 68px);
}

@media (min-width: 768px) {
  .leadCaptureForm h2, .leadCaptureForm .h6 {
    width: calc(100% - 129px);
  }
}

@media (min-width: 992px) {
  .leadCaptureForm h2, .leadCaptureForm .h6 {
    width: calc(100% - 202px);
  }
}

.leadCaptureForm .action-buttons {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .leadCaptureForm .action-buttons {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .leadCaptureForm .action-buttons div {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}

.leadCaptureForm h1, .leadCaptureForm .h1 {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .leadCaptureForm h1.splitted-text > span, .leadCaptureForm .h1.splitted-text > span {
    display: block;
  }
}

.leadCaptureForm .heading-wrap {
  margin-bottom: 30px !important;
}

.leadCaptureForm .show-more-fields {
  margin: auto;
}

.leadCaptureForm .show-more-fields p {
  color: #202F60;
  font-weight: 600;
  float: left;
  margin-bottom: 0;
}

.leadCaptureForm .show-more-fields span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #202F60;
  display: inline-block;
  margin-left: 10px;
}

.leadCaptureForm .show-more-fields span i {
  vertical-align: middle;
}

.leadCaptureForm .show-more-fields span i::before {
  content: "\f282";
  color: #fff;
  position: relative;
  left: 6.5px;
  top: 1px;
  font-size: 12px;
  font-weight: 700 !important;
  vertical-align: middle;
}

.leadCaptureForm form {
  background: #ffffff;
  padding: 30px 15px;
  position: relative;
  border-top: 4px solid #202F60;
  box-shadow: 4px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0 0;
}

@media (min-width: 992px) {
  .leadCaptureForm form {
    padding: 60px 135px;
  }
}

.leadCaptureForm form .hidden-fields {
  display: none;
}

@media (min-width: 768px) {
  .leadCaptureForm form .hidden-fields {
    display: block;
  }
}

.leadCaptureForm form .form-group {
  margin-bottom: 0px;
}

.leadCaptureForm form .form-group .invalid-feedback {
  font-size: 14px;
  font-weight: 500;
  color: #C11B10;
  position: absolute;
  bottom: 7px;
}

.leadCaptureForm form .form-group .invalid-feedback::before {
  margin-bottom: 1px;
  margin-right: 5px;
  content: "\f431";
  display: inline-block;
  font-family: bootstrap-icons !important;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
}

.leadCaptureForm form .form-group .invalid-feedback.email_address_success_msg {
  color: #307e3e !important;
  display: none;
}

.leadCaptureForm form .form-group .invalid-feedback.email_address_success_msg::before {
  content: none;
}

.leadCaptureForm form .form-group .form-control {
  background-image: none;
}

.leadCaptureForm form .form-group .form-control.is-invalid {
  border-color: #C11B10;
  background-color: rgba(255, 236, 232, 0.5);
}

.leadCaptureForm form .form-group .form-control:valid:focus, .leadCaptureForm form .form-group .form-control.is-valid:focus {
  border-color: rgba(51, 51, 51, 0.35);
  box-shadow: none;
}

.leadCaptureForm form img {
  position: absolute;
  z-index: 1;
  width: 90px;
  right: -6px;
  top: -103px;
}

@media (min-width: 768px) {
  .leadCaptureForm form img {
    width: auto;
    right: 34px;
    top: -131px;
  }
}

@media (min-width: 992px) {
  .leadCaptureForm form img {
    right: 41px;
  }
}

.leadCaptureForm form .form-group {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .leadCaptureForm form .form-group {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.leadCaptureForm form .form-group label {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
}

@media (min-width: 768px) {
  .leadCaptureForm form .form-group label {
    line-height: 29px;
  }
}

.leadCaptureForm form .form-group .terms_condition_block {
  font-weight: 600;
  color: #666666;
}

@media (min-width: 768px) {
  .leadCaptureForm form .form-group .terms_condition_block {
    padding-top: 30px;
  }
}

.leadCaptureForm form .form-group .terms_condition_block a {
  color: #2953DE;
}

.leadCaptureForm form .form-group .email_address_success_msg {
  color: #307e3e !important;
  display: none;
}

.leadCaptureForm form .form-group .email_address_success_msg::before {
  content: none;
}

.leadCaptureForm form .form-group .select-container i {
  font-size: 15px;
  position: absolute;
  right: 30px;
  line-height: 60px;
  color: #999999;
  pointer-events: none;
}

.leadCaptureForm form .form-group .select-container select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 35px;
}

.leadCaptureForm form .form-group .select-container .date-calendar-icon {
  background: url("../images/Calendar.svg") no-repeat center 0px;
  width: 25px;
  height: 22px;
  position: absolute;
  top: 47px;
  right: 25px;
  cursor: pointer;
}

.leadCaptureForm form .form-group .form-control {
  border: 1px solid rgba(51, 51, 51, 0.35);
  border-radius: 5px;
  height: 60px;
  padding: 15px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
}

.leadCaptureForm form .form-group .form-control::-webkit-input-placeholder {
  color: #666666;
  font-weight: 500;
  opacity: 1;
}

.leadCaptureForm form .form-group .form-control:-ms-input-placeholder {
  color: #666666;
  font-weight: 500;
  opacity: 1;
}

.leadCaptureForm form .form-group .form-control::placeholder {
  color: #666666;
  font-weight: 500;
  opacity: 1;
}

.leadCaptureForm form .form-group .form-control:-ms-input-placeholder {
  color: #666666;
  font-weight: 500;
}

.leadCaptureForm form .form-group .form-control::-ms-input-placeholder {
  color: #666666;
  font-weight: 500;
}

.leadCaptureForm form .form-group .form-control.font-rawline {
  font-family: 'rawline';
  font-weight: 700;
}

.leadCaptureForm form .form-group select:invalid,
.leadCaptureForm form .form-group select option[value="select"] {
  color: #666666;
  font-weight: 500;
}

.leadCaptureForm form .form-group .skip-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 31px;
  text-decoration: underline;
  color: #333333;
}

.leadCaptureForm form .form-group .btn-primary {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .leadCaptureForm form .form-group .btn-primary {
    margin-bottom: 0;
  }
}

.leadCaptureForm.three-column-form form, .leadCaptureForm.article-page-form form, .leadCaptureForm.two-step-form form {
  padding: 30px 15px;
}

.leadCaptureForm.article-page-form, .leadCaptureForm.two-step-form {
  margin-top: 60px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .leadCaptureForm.article-page-form, .leadCaptureForm.two-step-form {
    margin-top: 80px;
  }
}

.leadCaptureForm.article-page-form h1, .leadCaptureForm.article-page-form h4, .leadCaptureForm.article-page-form .h1, .leadCaptureForm.article-page-form .h4, .leadCaptureForm.two-step-form h1, .leadCaptureForm.two-step-form h4, .leadCaptureForm.two-step-form .h1, .leadCaptureForm.two-step-form .h4 {
  text-align: left;
}

@media (min-width: 768px) {
  .leadCaptureForm.article-page-form .action-buttons, .leadCaptureForm.two-step-form .action-buttons {
    -webkit-justify-content: start;
    justify-content: start;
  }
  .leadCaptureForm.article-page-form .action-buttons div, .leadCaptureForm.two-step-form .action-buttons div {
    max-width: 50%;
  }
}

.leadCaptureForm.two-step-form form:last-of-type {
  display: none !important;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 {
  padding: 0;
  margin: 0 -15px;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1:before {
  display: none;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 .heading-wrap {
  display: none;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .full-width-wrapper img {
  position: static;
  width: unset;
}

@media (min-width: 768px) {
  .leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .full-width-wrapper img {
    width: auto;
  }
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .h1 {
  width: 100%;
  color: #202f60;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right h4 {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group label {
  display: none;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group {
  padding: 0;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group input.form-control {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  color: #333333;
  width: 100%;
  height: 70px;
  border: 1px solid #e2e2e2;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group input.form-control {
    font-size: 16px;
  }
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group input.form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group.button-container .btn-primary {
  margin-bottom: 0;
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group .invalid-feedback {
  top: 140px;
}

@media (min-width: 992px) {
  .leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group .invalid-feedback {
    top: 72px;
  }
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .input-group.form-group .form-group .invalid-feedback::before {
  content: "\f431";
}

.leadCaptureForm.two-step-form.medicare-guide-two-step-form1 form .vanitylanding-zipcode-component > div:first-child > div:first-child .vanitylanding-zipcode-right .step-indicators {
  margin-top: 30px;
}

.leadCaptureForm.two-step-form .step-indicators, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators {
  margin: 0 auto;
  display: block !important;
}

.leadCaptureForm.two-step-form .step-indicators.second-form, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators.second-form {
  margin: 30px auto 0;
}

.leadCaptureForm.two-step-form .step-indicators ol, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators ol {
  margin-left: unset !important;
  margin-right: unset !important;
  margin-bottom: unset !important;
}

.leadCaptureForm.two-step-form .step-indicators ol li, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators ol li {
  list-style: none;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin-right: 4px;
  margin-left: 4px;
  text-indent: -999px;
  margin-bottom: unset !important;
  padding-left: 0 !important;
}

.leadCaptureForm.two-step-form .step-indicators ol li::before, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators ol li::before {
  content: none !important;
}

.leadCaptureForm.two-step-form .step-indicators ol li.completed, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators ol li.completed {
  background-color: #08A71F;
  border-color: #08A71F;
}

.leadCaptureForm.two-step-form .step-indicators ol li.active, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators ol li.active {
  position: relative;
  top: -0.5px;
  border-color: #5C6F9E;
  padding: 2.5px !important;
}

.leadCaptureForm.two-step-form .step-indicators ol li.active::after, .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators ol li.active::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #5C6F9E;
}

@media (min-width: 992px) {
  .leadCaptureForm.medicare-guide-two-step-form2 .step-indicators.second-form {
    margin-top: 60px;
  }
}

.leadCaptureForm.article-page-interactive-form::before {
  width: calc(100% - 19px);
}

@media (min-width: 768px) {
  .leadCaptureForm.article-page-interactive-form::before {
    width: calc(100% - 86px);
  }
}

@media (min-width: 992px) {
  .leadCaptureForm.article-page-interactive-form::before {
    width: calc(100% - 68px);
  }
}

.leadCaptureForm.article-page-interactive-form form img {
  top: unset;
  bottom: calc( 100% + 3px);
  right: 9px;
  width: 68px;
}

@media (min-width: 768px) {
  .leadCaptureForm.article-page-interactive-form form img {
    width: 99px;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .leadCaptureForm.article-page-interactive-form form img {
    width: 160px;
    right: 16px;
  }
}
