/** Shopify CDN: Minification failed

Line 141:1 Expected "}" to go with "{"

**/
h2.form-status.form-status-list.form__message {
    font-size: 19px;
    margin-bottom: 8px;
    color: #428445;
}
.client-content-wrap {
  background: #7fc8bd70;
  padding: 1px 0px 130px 0px;
}

.REFER_YOUR_CLINICIAN .inner-client-content-wrap h2 {
  font-family: "YsansPro-ExtraBold";
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #867898;
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0.03em;
}
.Talk_To_Your_client h2 {
    font-family: "YsansPro-ExtraBold";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #867898;
    text-align: center;
}
.box-client-content-wrap p {
  font-family: "YsansPro-Regular";
  font-style: normal;
  font-weight: 650;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #867898;
  padding: 0;
  margin: 0;
}

.box-client-content-wrap {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}

.box-client-content-wrap .form_main {
  padding: 35px 0 0;
}

.box-client-content-wrap .form_main .input input {
  width: 100%;
  border: 2px solid #867898;
  border-radius: 4px;
  padding: 10px;
  font-family: 'Ysans Std';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: #6F6586;
  background: transparent;
  margin-bottom: 10px;
}
.box-client-content-wrap .form_main .input textarea {
  width: 100%;
  border: 2px solid #867898;
  border-radius: 4px;
  padding: 10px;
  font-family: 'Ysans Std';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: #6F6586;
  background: transparent;
  margin-bottom: 10px;
}
.inner-client-content-wrap h2 {
    text-align: center;
    font-weight: 700;
    font-family: 'YsansPro-Bold';
    color: #867898;
    font-size: 40px;
}
.box-client-content-wrap .form_main .input input::placeholder {
  color: rgba(139, 120, 152, 0.6);
}
.box-client-content-wrap .form_main .input textarea::placeholder {
  color: rgba(139, 120, 152, 0.6);
}

.box-client-content-wrap .form_main input:focus-visible {
  outline: none;
  outline-offset: unset;
  box-shadow: none;
}

.box-client-content-wrap .form_button {
  text-align: center;
  margin-top: 35px;
}

.box-client-content-wrap .form_button button {
  background: #6F6586;
  border-radius: 8px;
  font-family: "YsansPro-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border: unset;
  cursor: pointer;
  text-transform: uppercase;
  height: 41px;
  width: 136px;
}

@media screen and (max-width:991px) {
  .inner-client-content-wrap {
    padding: 0 30px;
  }
  .box-client-content-wrap p {
    font-size: 16px;
    line-height: 18px;
  }
  .REFER_YOUR_CLINICIAN .inner-client-content-wrap h2 {
  text-transform: capitalize;
}