@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #797979;
  font-size: 20px;

  font-weight: 400;
  background: #f9f0fe;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: black;
}
h3 {
}
.areaRow h3 {
  margin-top: 10px;
  font-size: 18px;
}
a,
a:focus,
a:hover,
button,
button:focus,
input[type="submit"],
input[type="submit"]:hover {
  text-decoration: none;
  outline: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a,
a:focus,
a:hover {
  background-color: #5e0fa6 !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none !important;
}
form-group button:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  background-color: #5e0fa6;
  border: none;
  color: white;
}
/*.container,
.container-fluid [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row [class*="col-"] {
  position: relative;
  background-color: white;
  color: black;
}

.container-fluid.hpadding {
  padding: 0;
  overflow: hidden;
  background-color: #f9f0fe;
}
*/
.zerocol {
  padding: 0;
  margin: 0;
  position: relative;
}
.zerocol .row {
  margin-left: 0px;
  margin-right: 0px;
}
.zerocol .row [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.header {
  position: absolute;
  height: 110px;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}
.logo1 {
  left: 25px;
  top: 47px;
  width: 200px;
  position: absolute;
  z-index: 2;
}
.logo2 {
  left: 260px;
  top: 45px;
  width: 58px;
  position: absolute;
  z-index: 2;
}
.logo3 {
  left: 353px;
  top: 54px;
  width: 117px;
  position: absolute;
  z-index: 2;
}
/* .logo1 a img:nth-child(2),
.logo2 a img:nth-child(2),
.logo3 a img:nth-child(2) {
  display: none;
} */
.header img {
  width: 100%;
}
/* .header:after {
  content: "";
  z-index: 1;
  width: 477px;
  height: 78px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/shape1.svg") no-repeat right -45px bottom -12px;
} */

.base_padding {
  padding: 110px 130px 70px 130px;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 0px);
}
.block1 {
  z-index: 1;
  padding-top: 65px;
  padding: 30px;
}
.block2 {
  z-index: 3;
}
.block3 {
  z-index: 2;
  min-height: 650px;
}

.top_title h1 strong {
  font-size: 74px;
  color: #55bdbf;
  display: block;
}
.text_block {
  background: #ffffff;
  box-shadow: 0px 0px 18px #0000000f;
  border: 1px solid #ffffff;
  border-radius: 16px;
  width: 1005;
  float: left;
  padding: 32px 40px;
}
.home_form {
  display: block;
  padding-top: 35px;
  margin-top: 30px;
  position: relative;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 20px;
}
.home_form:before {
  content: "";
  height: 8px;
  background: #55bdbf;
  width: 200px;
  right: -200px;
  top: 0;
  position: absolute;
}
.home_form:after {
  content: "";
  height: 8px;
  background: #55bdbf;
  width: 300px;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 8px 0 0 8px;
}
.home_form em {
  position: absolute;
  right: 308px;
  top: -5px;
  width: 19px;
  height: 19px;
  background: #f4996b;
  border-radius: 50%;
}

/* .contact_form input[type="submit"] {
  padding: 0 30px 0 65px;
  height: 64px;
  display: inline-block;
  background: url("../images/arrow.svg") no-repeat 26px center
    rgba(85, 189, 191, 1);
  border-radius: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  border: 1px solid rgba(85, 189, 191, 1);
} */
.form-group.checkbox {
  margin-bottom: 30px;
}
.form-group.checkbox label {
  position: relative;
  padding-right: 32px;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  color: rgba(124, 124, 126, 1);
}
.form-group.checkbox label a {
  color: rgba(124, 124, 126, 1);
  text-decoration: underline;
}
.form-group.checkbox label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.form-group.checkbox label input[type="checkbox"] + span {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  width: 20px;
  height: 20px;
  background: #fff;
}
.form-group.checkbox label input[type="checkbox"]:checked + span {
  background: url("../images/check.svg") no-repeat center center #fff;
  border: 1px solid rgba(0, 0, 0, 0.28);
}
.form-group.checkbox label input[type="checkbox"]:focus + span {
  border: 1px solid rgba(0, 0, 0, 1);
}
.was-validated .form-group.checkbox label input[type="checkbox"]:valid + span,
.form-group.checkbox label input[type="checkbox"].is-valid + span {
  border: 1px solid rgba(0, 0, 0, 0.28);
}
.was-validated .form-group.checkbox label input[type="checkbox"]:invalid + span,
.form-group.checkbox label input[type="checkbox"].is-invalid + span {
  border: solid 1px #e89368;
}

.shape_block {
  width: 660px;
  height: 683px;
  position: absolute;
  right: 50px;
  top: -70px;
  background: url("../images/shape2.svg") no-repeat left top;
  padding: 48px 0 0 38px;
  background-size: 100% auto;
}
.shape_block img {
  width: 100%;
}
.mobile_header {
  display: none;
}
.shape_block:after {
  content: "";
  background: url("../images/dots.svg") no-repeat;
  width: 266px;
  height: 286px;
  position: absolute;
  z-index: -1;
  right: -105px;
  bottom: -100px;
  background-size: 100% auto;
}

.welcome_block {
  width: 100%;
  float: right;
  padding: 70px 0 0 0;
  font-size: 22px;
  line-height: 32px;
  color: #283565;
  position: relative;
}
.welcome_block:before {
  content: "";
  height: 3px;
  background: #55bdbf;
  left: 24px;
  right: 0px;
  top: 0;
  position: absolute;
  border-radius: 3px;
}
.welcome_block:after {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 16px;
  height: 16px;
  background: #f4996b;
  border-radius: 50%;
}
.welcome_block p {
  width: 100%;
  float: right;
}
.service_form {
  width: 100%;
  float: right;
  padding-top: 45px;
}
.service_form .form-group {
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
  width: 50%;
  padding-left: 22px;
  float: right;
}
/* .service_form .form-group:nth-child(2) {
  padding-left: 0px;
  padding-right: 22px;
} */
.service_form .form-group.submit {
  width: 100%;
  padding: 0;
}
.service_form .form-group .form-control {
  background: #fff;
  border: 1px solid #d4d7e5;
  border-radius: 0;
  height: 46px;
  line-height: 44px;
  padding: 0 22px;
  font-size: 16px;
  color: #283565;
  width: 100%;
  display: block;
}
.service_form .form-group label {
  font-weight: 700;
  font-size: 16px;
  color: #283565;
  width: 100%;
  display: block;
}
.service_form .form-group .form-control + i {
  font-style: normal;
  position: absolute;
  top: 100%;
  right: 0;
  padding-right: 30px;
  background: url("../images/warning.svg") no-repeat right 3px;
  font-size: 14px;
  color: #e89368;
  line-height: 24px;
  display: none;
}
.service_form .was-validated .form-control:valid,
.service_form .form-group .form-control:focus {
  border: 1px solid #d4d7e5;
}
.service_form .was-validated .form-control:invalid {
  border: solid 1px #e89368;
}
.service_form .was-validated .form-control:invalid + i {
  display: block;
}
/* .service_form .form-group:nth-child(2) .form-control + i {
  right: 22px;
} */
.service_form input[type="submit"] {
  padding: 0 30px;
  min-width: 176px;
  height: 66px;
  display: inline-block;
  background: #55bdbf;
  border-radius: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  border: 1px solid #55bdbf;
}

.service_form.step2 .form-group {
  margin-bottom: 60px;
  padding-right: 0px;
}
.service_form.step2 .form-group.required {
  color: #55bdbf;
  font-weight: 700;
  font-size: 18px;
  padding-top: 50px;
}
.service_form.step2 .form-group.required a {
  color: #55bdbf;
  text-decoration: underline;
}

.service_form.step2.disable {
  padding-top: 0px;
}
.service_form.step2.disable .warning {
  padding-right: 30px;
  background: url("../images/warning.svg") no-repeat right 3px;
  font-size: 22px;
  color: #e89368;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 40px;
}
.service_form.step2.disable .form-group .form-control {
  background: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 9px;
  pointer-events: none;
}
.welcome_block h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.signature {
  text-align: left;
  padding-top: 80px;
  width: 100%;
  float: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.signature span {
  display: inline-block;
  text-align: center;
}
.signature span img {
  display: none;
}

.welcome_block.step3 p a {
  display: none;
}
.service_form.allfield .form-group {
  padding: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.service_form.allfield .form-group .form-control {
  width: 254px;
}
.service_form.allfield .form-group.full .form-control {
  width: 70%;
}
.service_form.allfield input[type="submit"] {
  background: url("../images/arrow.svg") no-repeat 26px center
    rgba(85, 189, 191, 1);
  padding-left: 65px;
}

.service_form.allfield .form-group select {
  background: url("../images/arrow2.svg") no-repeat 16px center #fff;
  border: 1px solid #d4d7e5;
  border-radius: 18px;
  height: 46px;
  line-height: 44px;
  padding: 0 22px 0 35px;
  font-size: 16px;
  color: #283565;
  width: 254px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.welcome_container {
  position: relative;
}
.welcome_container:after {
  content: "";
  z-index: -1;
  width: 904px;
  height: 543px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/shape8.svg") no-repeat right bottom;
  background-size: 100% auto;
}
.welcome_container.terms:after {
  content: "";
  z-index: -1;
  width: 536px;
  height: 400px;
  position: absolute;
  right: auto;
  left: -55px;
  bottom: 0;
  background: url("../images/shape9.png") no-repeat right top;
  background-size: 100% auto;
}
.welcome_container .container {
  max-width: 985px;
  padding-top: 0;
  padding-bottom: 100px;
}
/* .welcome_container .header:after {
  content: "";
  z-index: -1;
  width: 291px;
  height: 320px;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  background: url("../images/wshape1.svg") no-repeat left top;
  display: block !important;
} */
/* .welcome_container .header:before {
  content: "";
  z-index: -1;
  width: 537px;
  height: 169px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background: url("../images/wshape2.svg") no-repeat right top;
} */
.welcome_container .logo1 {
  left: auto;
  top: 41px;
  right: 160px;
  width: 168px;
}
.welcome_container .logo2 {
  width: 44px;
  left: 150px;
  top: 41px;
}
.welcome_container .logo3 {
  width: 200px;
  left: 225px;
  top: 41px;
}
.welcome_container .logo1 img,
.welcome_container .logo2 img,
.welcome_container .logo3 img {
  display: block !important;
}
.welcome_container .top_title {
  color: #283565;
  font-size: 16px;
  line-height: 24px;
  padding-left: 270px;
  position: relative;
  padding-bottom: 180px;
  width: 100%;
  float: right;
  z-index: 2;
}
.welcome_container .top_title:after {
  display: none;
}
.welcome_container .top_title h1 {
  font-size: 75px;
  line-height: 70px;
  font-weight: 900;
}
.welcome_container .top_title h1 strong {
  font-size: 50px;
  line-height: 74px;
  font-weight: 900;
}
.welcome_container .top_title h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #283565;
  margin-bottom: 10px;
}
.welcome_container .top_title p strong {
  font-weight: 900;
  color: #55bdbf;
}
.welcome_container .top_title ul {
  display: block;
  position: absolute;
  left: -60px;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.welcome_container .top_title ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.welcome_container .top_title ul li img {
  max-width: 100%;
}
.areaRow {
  background: #ffffff;
  width: 100%;
  float: right;
  margin-bottom: 38px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: black;
}

.progress_bar_wrap {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -472.5px;
  bottom: 0;
  padding: 90px 0;
  text-align: center;
}

.topfix .progress_bar_wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  background: #fff;
  margin-left: auto;
  padding-bottom: 45px;
}
.progress_bar_wrap:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 50%;
  margin-left: -100%;
  top: 130px;
  height: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(220, 220, 220, 0.25);
  pointer-events: none;
}
.progress_bar {
  position: relative;
  width: 945px;
  z-index: 2;
  height: 10px;
  background: #c7d3eb;
  border-radius: 10px;
  direction: ltr;
  display: inline-block;
  margin: 0 auto;
}
.header-progress-bar {
  height: 10px;
  border-radius: 10px;
  background: #2c7ee9;
  width: 0%;
  text-align: right;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  position: relative;
}
.header-progress-bar i {
  position: absolute;
  z-index: 5;
  right: -15px;
  top: -40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #283565;
  padding-bottom: 8px;
  background: url("../images/arrow3.svg") no-repeat center bottom;
  font-style: normal;
}

/* .area:nth-child(even) .areaRow:after {
  content: "";
  background: url("../images/shape6.png") no-repeat right top;
  width: 537px;
  height: 546px;
  position: absolute;
  right: -215px;
  z-index: -1;
  top: 50%;
  margin-top: -250px;
} */
/* .area:nth-child(odd) .areaRow:after {
  content: "";
  background: url("../images/shape7.png") no-repeat right top;
  width: 535px;
  height: 545px;
  position: absolute;
  left: -190px;
  z-index: -1;
  top: 50%;
  margin-top: -250px;
} */
.shide {
  width: 0;
  height: 0;
  display: none;
}
.areaRow h2,
.areaRow h4 {
  width: 100%;
  float: right;
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  color: black;
  margin-bottom: 34px;
}

.areaRow h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.welcome_form {
  width: 100%;
  float: right;
  position: relative;
}
.forfix {
  width: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: -190px;
  bottom: 0;
}
.welcome_form .form-group {
  float: left;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 15px;
}
/* .welcome_form .form-group:nth-child(even) {
  padding-right: 0px;
  padding-left: 15px;
} */
.welcome_form .form-group.full {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
}
.welcome_form .form-group i,
.welcome_form .form-group em {
  color: #d30000;
}
.welcome_form .form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #797979;
  display: block;
  width: 100%;
}
.welcome_form .form-group.submit {
  width: 100%;
  padding: 0;
  margin-bottom: 0px;
}
.welcome_form .form-group .form-control {
  position: relative;
  /* padding: 0 10px !important; */
  padding: 0px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #999999;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.welcome_form .form-group .form-control:focus {
  border: solid 1px #dddddd !important;
  display: block;
}

.welcome_form .form-group .form-control::-webkit-input-placeholder {
  color: #283565;
  opacity: 1 !important;
  font-weight: 400;
}
.welcome_form .form-group .form-control::-moz-placeholder {
  color: #283565;
  opacity: 1 !important;
  font-weight: 400;
}
.welcome_form .form-group .form-control:-ms-input-placeholder {
  color: #283565;
  font-weight: 400;
  opacity: 1 !important;
}
.welcome_form .form-group .form-control::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 1 !important;
}

.welcome_form .form-group input[type="submit"] {
  height: 45px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  background-color: #7c36b0;
  width: 90%;
  margin: 0 5%;
  cursor: pointer;
  margin-top: 15px;
}
.welcome_form .form-group input[type="submit"]:disabled {
  background-color: #f5f5f5;
  color: #c9c9c9;
  cursor: default;
}
/* .submit-button {
  display: flex;
  align-content: center;
} */
.welcome_form .form-group .bmi {
  display: block;
  background: #55bdbf;
  border-radius: 11px;
  height: 50px;
  border: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: #fff;
  margin-top: 18px;
}
.welcome_form .form-group.checkbox {
  width: 100%;
  padding: 0;
}
.welcome_form .form-group.checkbox div {
  width: 100%;
  float: right;
  padding-bottom: 15px;
}

.welcome_form .form-group.checkbox label {
  padding-bottom: 0px;
  position: relative;
  margin: 0px;
  padding: 0 30px 0 15px;
  width: auto;
}
.welcome_form .form-group.checkbox label input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.welcome_form .form-group.checkbox label input[type="checkbox"] + span {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #fcfbfb;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.welcome_form .form-group.checkbox label input[type="checkbox"]:checked + span {
  background: url("../images/check2.svg") no-repeat center center #55bdbf;
  border: 1px solid #55bdbf;
}

.search {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  float: left;
}
.search input[type="text"] {
  position: relative;
  padding: 0 12px 0 40px !important;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #283565;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  z-index: 1;
}
.search input[type="text"]:focus,
.sarrow[aria-expanded="true"] + input[type="text"] {
  border: solid 1px #55bdbf !important;
}

.search input[type="text"]:focus::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
  opacity: 0 !important;
  font-weight: 400;
}
.search input[type="text"]:focus::-moz-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
  opacity: 0 !important;
  font-weight: 400;
}
.search input[type="text"]:focus:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
  font-weight: 400;
  opacity: 0 !important;
}
.search input[type="text"]:focus::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0 !important;
}

.sarrow {
  display: block;
  border: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  background: url("../images/arrow1.svg") no-repeat center center
    rgba(26, 26, 26, 0);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transition: all 0.15s ease-in-out;
  opacity: 1;
  z-index: 2;
}
.sarrow[aria-expanded="true"] {
  transform: rotate(180deg);
  opacity: 1;
}
.sarrow:after {
  display: none;
}

.search_filter {
  position: absolute;
  left: 0 !important;
  top: 1px !important;
  right: 0 !important;
  max-height: 135px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 !important;
  z-index: 99;
  border: 0;
  border-radius: 0;
}
.search-list {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  width: 100%;
  float: left;
}

.search-list li {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  color: #283565;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}
.search-list li:hover {
  background: #f5f5f5;
}
.welcome_form .form-group .search-list li label {
  overflow: hidden;
  width: 100%;
  padding-right: 44px;
  position: relative;
  color: #283565;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: left;
}
.search-list li label input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  right: 0;
  top: 0;
}
.search-list li label input[type="checkbox"] + span {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
  background: #fcfbfb;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.search-list li label input[type="checkbox"]:checked + span {
  background: url("../images/check2.svg") no-repeat center center #55bdbf;
  border: 1px solid #55bdbf;
}

.footer .header-progress-bar {
  display: none;
}
.terms_condition {
  width: 100%;
  float: right;
  background: #ffffff;
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.15);
  border-radius: 27px;
  padding: 25px 45px 65px 25px;
}
.terms_condition h1 {
  font-size: 40px;
  line-height: 59px;
  text-align: center;
  color: #55bdbf;
  margin-bottom: 15px;
}
.terms_condition h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #283565;
}

.terms_condition ul {
  display: block;
  padding: 0 20px 0 0;
  margin: 0;
  list-style: decimal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #55bdbf;
}
.terms_condition:after {
  content: "";
  background: url("../images/shape6.png") no-repeat right top;
  width: 537px;
  height: 546px;
  position: absolute;
  right: -255px;
  z-index: -1;
  top: 100px;
}
.terms_condition ul li {
  display: blocj;
  padding: 0 0 20px 0;
  margin: 0;
}
.terms_condition ul li ul {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
  list-style: lower-alpha;
}
.terms_condition ul li ul li {
  padding-bottom: 0px;
}
.terms_condition ul li ul li ol {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: 400;
  list-style: lower-roman;
  padding: 0 15px 0 0;
  margin: 0;
}
.terms_condition ul li ul li ol li {
  padding-bottom: 0px;
}
.terms_condition ul li ul li ul {
  list-style: lower-roman;
  padding: 0 12px 0 0;
  margin: 0;
}
.terms_condition ul li ul li ul li {
  padding-bottom: 0px;
}
.terms_condition li strong {
  font-weight: 500;
}

/* #Media Queries ================================================== */
@media (min-width: 768px) {
}
/* END__ */
@media (min-width: 1200px) {
}
/* END__ */
@media (min-width: 1600px) and (max-width: 1699px) {
}
/* END__ */
@media (min-width: 1400px) and (max-width: 1599px) {
  .basr_padding {
    padding: 110px 50px 70px 50px;
  }
  .top_title h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .top_title h1 strong {
    font-size: 66px;
  }
  .shape_block {
    width: 550px;
    height: 600px;
    position: absolute;
    right: 30px;
    top: -60px;
    padding: 38px 0 0 32px;
  }
}
/* END__ */
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
  .logo1 {
    left: 20px;
    top: 43px;
    width: 150px;
  }
  .logo2 {
    left: 200px;
    top: 40px;
    width: 48px;
  }
  .logo3 {
    left: 290px;
    top: 43px;
    width: 100px;
  }
  .base_padding {
    padding: 110px 40px 70px 40px;
  }
  .top_title h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .top_title h1 strong {
    font-size: 58px;
  }
  .shape_block {
    width: 480px;
    height: 530px;
    position: absolute;
    right: 20px;
    top: -50px;
    padding: 38px 0 0 32px;
  }
  /*.block3:after { width: 200px; height:  230px; left:  -154px; bottom:  -80px; background-size:  100% auto;}*/
  .shape_block::after {
    width: 200px;
    height: 266px;
    right: -75px;
    bottom: -100px;
  }
}
/* END__ */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
  .logo1 {
    left: 20px;
    top: 43px;
    width: 150px;
  }
  .logo2 {
    left: 200px;
    top: 40px;
    width: 48px;
  }
  .logo3 {
    left: 290px;
    top: 43px;
    width: 100px;
  }
  .base_padding {
    padding: 110px 40px 70px 40px;
  }
  .top_title h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .top_title h1 strong {
    font-size: 58px;
  }
  .shape_block {
    width: 480px;
    height: 530px;
    position: absolute;
    right: 20px;
    top: -50px;
    padding: 38px 0 0 32px;
  }
  /*	 .block3:after { width: 200px; height:  230px; left:  -154px; bottom:  -80px; background-size:  100% auto;}*/
  .contact_form input[type="submit"],
  .service_form.allfield input[type="submit"] {
    font-size: 20px;
    background-size: 20px auto;
  }
  .shape_block:after {
    width: 200px;
    height: 266px;
    right: -75px;
    bottom: -100px;
  }
  .welcome_container .container {
    padding-bottom: 50px;
  }
  .welcome_container:after {
    width: 704px;
    height: 543px;
  }
  .shape3 {
    display: none;
  }
}
/* END__ */
@media (min-width: 768px) and (max-width: 991px) {
}
/* END__ */

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 20px;
    background: #fff;
  }
  .header:after {
    display: none;
  }
  .logo1 {
    left: auto;
    right: 20px;
    top: 32px;
    width: 120px;
  }
  .logo2 {
    left: 20px;
    top: 30px;
    width: 38px;
  }
  .logo3 {
    left: 90px;
    top: 32px;
    width: 80px;
  }
  /* .logo1 a img:nth-child(1),
  .logo2 a img:nth-child(1),
  .logo3 a img:nth-child(1) {
    display: none;
  }
  .logo1 a img:nth-child(2),
  .logo2 a img:nth-child(1),
  .logo3 a img:nth-child(2) {
    display: block;
  } */
  .block1 {
    order: 2 !important;
    z-index: 3;
  }
  .block2 {
    order: 3 !important;
    z-index: 2;
  }
  .block3 {
    order: 1 !important;
    z-index: 1;
    min-height: auto;
  }
  .base_padding {
    padding: 0 0 60px 0;
  }
  .base_padding:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 65px;
    height: 70px;
    left: 0px;
    bottom: 0px;
    background: url("../images/shape5.svg") no-repeat left bottom;
    background-size: 100% auto;
  }
  .base_padding .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .base_padding .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .text_block {
    box-shadow: none;
    padding: 130px 32px 0 32px;
    position: relative;
  }
  .text_block:before {
    content: "";
    background: url("../images/shape3.svg") no-repeat;
    width: 72px;
    height: 114px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
  }
  .text_block:after {
    content: "";
    background: url("../images/dots2.svg") no-repeat left bottom;
    width: 44px;
    height: 76px;
    position: absolute;
    right: 40px;
    top: 16px;
    z-index: 3;
    background-size: 100% auto;
  }
  .top_title {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    height: 194px;
    padding: 35px 32px 0 20px;
  }
  /* .top_title:before {
    content: "";
    background: url("../images/curve_right.svg") no-repeat left top;
    right: 0;
    top: 0;
    bottom: 0;
    width: 62px;
    z-index: -1;
    position: absolute;
  }
  .top_title:after {
    content: "";
    background: url("../images/curve_left.svg") no-repeat left top;
    left: 0;
    right: 60px;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
  } */
  .top_title h1 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 0px;
    position: absolute;
    padding: 0 32px 20px 32px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top_title h1 strong {
    font-size: 58px;
  }
  .shape_block {
    display: none;
  }
  /*.block3:after { display: none;}*/
  .home_form {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 18px;
  }
  .home_form:before {
    height: 4px;
    width: 32px;
    right: -32px;
  }
  .home_form:after {
    height: 4px;
    width: 300px;
    border-radius: 4px 0 0 4px;
  }
  .home_form em {
    right: 305px;
    top: -3px;
    width: 10px;
    height: 10px;
  }
  .contact_form input[type="submit"],
  .service_form.allfield input[type="submit"] {
    font-size: 17px;
    background-size: 20px auto;
    height: 60px;
    line-height: 58px;
    padding: 0 30px 0 55px;
    background-position: 17px center;
  }
  .form-group.checkbox label,
  .form-group.checkbox label a {
    color: rgba(36, 76, 119, 1);
    font-size: 14px;
    line-height: 20px;
  }
  .mobile_header {
    display: block;
    width: 100%;
    float: right;
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 0 0 0 70px;
    text-align: center;
  }
  .mobile_header img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .mobile_header:after {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 400px;
  }

  .welcome_block {
    padding: 130px 32px 0 32px;
  }
  .welcome_block:before {
    content: "";
    background: url("../images/shape3.svg") no-repeat;
    width: 72px;
    height: 114px;
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 2;
    left: auto;
    border-radius: 0;
  }
  .welcome_block:after {
    content: "";
    background: url("../images/dots2.svg") no-repeat left bottom;
    width: 44px;
    height: 76px;
    position: absolute;
    right: 40px;
    top: 16px;
    z-index: 3;
    background-size: 100% auto;
    left: auto;
    border-radius: 0;
  }

  .service_form.allfield .form-group .form-control {
    width: 300px;
  }
  .service_form.allfield .form-group.full .form-control {
    width: 100%;
  }
  .service_form.allfield .form-group select {
    width: 300px;
  }

  .welcome_container .container {
    padding-bottom: 50px;
  }
  .welcome_container:after {
    width: 704px;
    height: 543px;
  }
  .welcome_container .logo1 {
    top: 18px;
    right: 94px;
    width: 148px;
  }
  .welcome_container .logo2 {
    left: 100px;
    top: 22px;
  }
  .welcome_container .logo3 {
    left: 175px;
    top: 24px;
  }
  .welcome_container .header:after {
    width: 194px;
    height: 320px;
    background-size: 100% auto;
  }
  .welcome_container .header:before {
    width: 384px;
    height: 129px;
    background-size: 100% auto;
  }
  .welcome_container .top_title {
    left: auto;
    right: auto;
    top: auto;
    height: auto;
    padding: 0 0 90px 0;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }
  .welcome_container .top_title:before {
    display: none;
  }
  .welcome_container .top_title h1 {
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    font-size: 55px;
    line-height: 50px;
  }
  .welcome_container .top_title h1 strong {
    font-size: 35px;
    line-height: 45px;
  }
  .welcome_container .top_title h2 {
    font-size: 14px;
    line-height: 21px;
  }
  .welcome_container .top_title ul {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .forfix {
    width: 5px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -150px;
    bottom: 0;
  }

  .progress_bar_wrap {
    width: 100%;
    left: 50%;
    margin-left: -50%;
    bottom: 30px;
    padding: 45px 0 20px 0;
    box-shadow: 0px 4px 4px rgba(220, 220, 220, 0.25);
  }
  .topfix .progress_bar_wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    background: #fff;
    margin-left: auto;
    padding: 45px 20px 20px 20px;
  }
  .progress_bar_wrap:after {
    top: 70px;
  }
  .progress_bar {
    position: relative;
    width: 100%;
    z-index: 2;
    height: 10px;
    background: #c7d3eb;
    border-radius: 10px;
    direction: ltr;
    display: inline-block;
    margin: 0 auto;
  }

  .areaRow h2 {
    padding-bottom: 10px;
  }
  */ .welcome_container > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
/* END__ */
@media only screen and (max-width: 767px) {
  .welcome_form .form-group label {
    float: none !important;
  }
  .logo1 {
    left: auto;
    right: 15px;
    top: 18px;
    width: 120px;
  }
  .logo2 {
    left: 15px;
    top: 18px;
    width: 38px;
  }
  .logo3 {
    left: 70px;
    top: 20px;
    width: 80px;
  }
  .mobile_header {
    height: 300px;
    border-radius: 0 0 0 70px;
    text-align: center;
  }
  .mobile_header img {
    width: 768px;
    height: auto;
  }
  .mobile_header:after {
    height: 300px;
  }
  .top_title {
    padding: 45px 22px 0 20px;
  }
  .top_title h1 {
    font-size: 42px;
    line-height: 42px;
    padding: 0 22px 20px 22px;
  }
  .top_title h1 strong {
    font-size: 35px;
  }
  .text_block {
    box-shadow: none;
    padding: 130px 22px 0 22px;
  }
  .home_form:before {
    width: 22px;
    right: -22px;
  }
  .home_form:after {
    width: 200px;
  }
  .home_form em {
    right: 205px;
  }
  .service_form input[type="submit"] {
    min-width: 130px;
    line-height: 42px;
    height: 44px;
    font-size: 17px;
  }
  .service_form .form-group {
    /* .service_form .form-group,
  .service_form .form-group:nth-child(2) { */
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* .service_form .form-group:nth-child(2) .form-control + i {
    right: 0px;
  } */
  .service_form .form-group label {
    padding-bottom: 5px;
  }
  .service_form .form-group.submit {
    padding-top: 20px;
  }
  .welcome_block {
    padding: 130px 22px 0 22px;
    font-size: 16px;
    line-height: 20px;
  }
  .service_form.step2 .form-group.required {
    padding-top: 10px;
  }
  .service_form.step2 .form-group.submit {
    padding-top: 0px;
  }
  .service_form.step2 .form-group.required {
    font-size: 15px;
  }
  .signature {
    font-size: 15px;
    padding-top: 20px;
  }
  .signature span img {
    display: inline-block;
  }
  .welcome_block h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .welcome_block.step3 p a {
    display: inline-block;
    color: #55bdbf;
    font-size: 17px;
    line-height: 36px;
    padding-right: 32px;
    background: url("../images/phone.svg") no-repeat right center;
    text-decoration: underline;
    font-weight: 500;
  }

  .service_form.allfield .form-group .form-control {
    width: 100%;
  }
  .service_form.allfield .form-group.full .form-control {
    width: 100%;
  }
  .service_form.allfield .form-group select {
    width: 100%;
  }

  .welcome_container .container {
    padding-top: 100px;
  }
  .welcome_container:after {
    background: url("../images/mshape6.svg") no-repeat;
    width: 245px;
    height: 303px;
    left: 0px;
    bottom: -10px;
    right: auto;
  }
  .welcome_container .logo1 {
    top: 19px;
    right: 14px;
    width: 128px;
  }
  .welcome_container .logo2 {
    left: 22px;
    top: 20px;
    width: 30px;
  }
  .welcome_container .logo3 {
    left: 16px;
    top: 19px;
    width: 206px;
  }
  /* .welcome_container .header:after {
    width: 35px;
    height: 217px;
    top: 120px;
    background: url("../images/wshape1a.svg") no-repeat left top;
  }
  .welcome_container .header:before {
    width: 244px;
    height: 150px;
    background: url("../images/frame_mobile.svg") no-repeat right top;
  } */
  .welcome_container .top_title {
    padding-left: 60px;
    padding-right: 60px;
  }
  .welcome_container .top_title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .welcome_container .top_title h1 strong {
    font-size: 32px;
    line-height: 40px;
  }
  .welcome_container .top_title ul {
    padding-bottom: 40px;
  }
  .welcome_container .top_title ul:after {
    content: "";
    background: url("../images/signature.svg") no-repeat center bottom;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 40px;
    z-index: 1;
  }
  .welcome_container .top_title ul img {
    max-width: 200px;
  }
  .welcome_form .form-group.checkbox label {
    width: 100%;
    padding: 5px 30px 5px 15px;
  }
  .welcome_form .form-group {
    /* .welcome_form .form-group,
  .welcome_form .form-group:nth-child(even) { */
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .welcome_form .form-group.full {
    margin-bottom: 30px;
  }
  .welcome_form .form-group.submit {
    text-align: left;
  }
  .areaRow {
    margin-bottom: 60px;
    float: none;
    margin: 0;
  }
  /* .area:nth-child(even) .areaRow:after {
    background: url("../images/mshape1.svg") no-repeat right top;
    width: 367px;
    height: 486px;
    right: -30px;
    top: -140px;
    margin-top: auto;
  } */
  /* .area:nth-child(even) .areaRow:before {
    content: "";
    background: url("../images/mshape2.svg") no-repeat right top;
    width: 316px;
    height: 237px;
    left: -30px;
    top: 140px;
    position: absolute;
    z-index: -1;
  }
  .area:nth-child(odd) .areaRow:after {
    background: url("../images/mshape4.svg") no-repeat right top;
    width: 367px;
    height: 486px;
    right: -30px;
    top: -140px;
    margin-top: auto;
  }
  .area:nth-child(odd) .areaRow:before {
    content: "";
    background: url("../images/mshape5.svg") no-repeat right top;
    width: 316px;
    height: 237px;
    left: -30px;
    top: auto;
    bottom: 290px;
    position: absolute;
    z-index: -1;
  } */
  .shape3 {
    display: block;
    content: "";
    background: url("../images/mshape3.svg") no-repeat right top;
    width: 302px;
    height: 487px;
    left: -30px;
    top: auto;
    bottom: 320px;
    position: absolute;
    z-index: -1;
  }
  .terms_condition {
    padding: 25px;
  }
}
/* END__ */
@media only screen and (max-width: 575px) {
  .formContent {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mobile_header {
    height: 210px;
    border-radius: 0 0 0 60px;
  }
  .mobile_header img {
    width: 100%;
    height: auto;
  }
  .mobile_header:after {
    height: 210px;
  }
  .top_title h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .top_title h1 strong {
    font-size: 26px;
  }
}
/* END__ */
@media only screen and (max-width: 475px) {
}
/* END__ */
@media only screen and (max-width: 400px) {
}
/* END__ */

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/* Remove number input spinners/arrows */
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield !important;
  appearance: none;
}
button,
button:hover,
button:active,
button:focus,
button:disabled {
}
/* Remove WebKit spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Two-column layout for form template 8131 */
.form-layout-wrapper {
  display: flex;
  min-height: 100vh;
  background: #f8f8f8;
}

.left-branding-section {
  width: 50%;
  background: #f9f0fe;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: center;
  padding: 60px 40px;
  position: relative;
}

.branding-content {
  text-align: center;
  color: white;
}

.logo-container {
  display: flex;
  justify-content: flex-start;
}

.evolent-logo {
  width: 200px;
  height: auto;
  color: #7c36b0;
}

.program-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  color: #7c36b0;
  color: white;
}

/* Branding page navigation list */
.branding-page-navigation {
  margin-top: 20px;
  width: 100%;
}

.branding-page-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.branding-page-item {
  background-color: white;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: left;
  user-select: none;
}

.branding-page-item:hover {
  background-color: #f5f5f5;
}

.branding-page-item.active {
  background-color: #5e0fa6;
  color: white;
}

.branding-page-item.active:hover {
  background-color: #5e0fa6;
  color: white;
}

/* Add scrolling when more than 4 pages */
.branding-page-list.scrollable {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}

.right-form-section {
  width: 50%;
  background: transparent;

  overflow-y: auto;
}

.form-container {
  max-width: 100%;
  margin: 0;
  background: white;
  border-radius: 0;
  box-shadow: none;
  padding: 40px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Remove gaps - continuous form */
.right-form-section .container-fluid > div {
  margin-bottom: 0;
}

.right-form-section .areaRow:first-child {
  margin-top: 0;
}

.right-form-section .areaRow:last-child {
  margin-bottom: 0;
}

.areaRow {
  background: white;
  margin: 0;
  border: none;
  box-shadow: none;
  /* display: block; */
}

/* Section headers - refined continuous design */
.areaRow h2 {
  background: transparent;

  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  padding: 0;
  box-shadow: none;
  border: none;
}

/* First section header - no top margin */
.areaRow:first-child h2 {
  margin-top: 65px;
  margin-top: 15px;
}

/* Remove the separate container styling */
.areaRow .container-fluid {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* Override any conflicting form group styles */
.areaRow .form-group {
  background: transparent !important;
  margin: 10px 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Ensure the submit button area has proper styling */
.areaRow + button,
.welcome_form button {
}

.areaRow h2:before,
.areaRow h2:after {
  display: none;
}

/* Form field styling */
.welcome_form .form-group {
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
}

/* .welcome_form .form-group:nth-child(even) {
  padding-left: 0;
} */

.welcome_form .form-group label,
.form-card .form-group label {
  color: #797979;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.welcome_form .form-group .form-control,
.form-card .form-group .form-control {
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  /* padding: 16px 20px; */
  font-size: 16px;
  color: #1f2937;
  background: #f9fafb;
  transition: all 0.2s ease;
  height: auto;
  min-height: 1px;
  height: 48px;
}

.welcome_form .form-group .form-control:focus,
.form-card .form-group .form-control:focus {
  border-color: #8b5cf6;
  outline: none;
  background: white;
}

/* Two-column form fields - optimized layout */
.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

/* Single column form groups */
.form-group {
  margin-bottom: 16px;
}

/* Optimized spacing for continuous form */
.areaRow {
  margin-bottom: 24px;
}

.areaRow:last-child {
  margin-bottom: 0;
}

/* Enhanced form controls for better alignment */
.form-control,
.nice-select,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.2s ease;
  background: white;
  width: 100%;
  box-sizing: border-box;
  color: #374151;
}

/* Select text alignment - left aligned and vertically centered */
select,
.nice-select,
.nice-select .current,
.nice-select .option {
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 40px;
  line-height: normal !important;
}

/* Ensure nice-select dropdown fills full width */
.nice-select-dropdown {
  width: 100% !important;
}

.nice-select-dropdown .list {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Ensure nice-select dropdown options are left aligned and centered */
.nice-select-dropdown .list .option {
  text-align: left !important;
  padding-left: 14px;
  padding-right: 50px;
  display: flex !important;
  align-items: center !important;
  min-height: 40px;
  position: relative !important;
  font-size: 16px !important;
  color: black !important;
  background: white !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.nice-select .option:hover {
  background-color: #f9f0fe !important;
}

.nice-select .option:hover::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 16px !important;
  height: 11px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" fill="none" viewBox="0 0 16 11"><path stroke="%23330449" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.667" d="M14.667 1 5.5 10.167 1.333 6"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  z-index: 999 !important;
}

.select-wrapper {
  position: relative;
}
*/ .select-wrapper::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path stroke="%23646464" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.667" d="m5 7.5 5 5 5-5"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.user-type-select {
  width: 100%;
  padding: 10px 14px;
  padding-right: 50px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  background: white;
  appearance: none;
  cursor: pointer;
  color: #646464;
  font-family: "Roboto", sans-serif;
  min-height: 48px;
  display: flex;
  align-items: center;
  line-height: 1;
  outline: none;
}

.user-type-select.selected {
  border: 1px solid #f4f5f7 !important;
}

/* Override global styles that remove borders - higher specificity needed */
select#user-type:not(.selected) {
  border: 1px solid #d1d5db !important;
}

select#user-type.selected {
  border: 1px solid #f4f5f7 !important;
}

@supports (appearance: base-select) {
  .nice-select {
    appearance: base-select;
  }

  .nice-select::picker(select) {
    appearance: base-select;
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
  }

  .nice-select::picker-icon {
    display: none;
  }
}

/* Textarea specific styling */
textarea.form-control {
  min-height: 200px !important;
  resize: vertical;
}

.form-control:focus,
.nice-select:focus,
select:focus,
input:focus,
textarea:focus {
  border-color: #6b7280;
  box-shadow: 0 0 0 1px rgba(107, 114, 128, 0.1);
  outline: none;
}

/* Placeholder styling */
.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: #999999;
  font-size: 16px;
}

/* Labels with consistent spacing */
label {
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}

/* Required field asterisks */
.required-asterisk,
label .required-asterisk {
  color: #ef4444;
  font-weight: 400;
}

/* File upload styling - Enhanced to match continuous form */
.file-upload-area {
  border: 2px dashed #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  background: #f9fafb;
  margin: 20px 0;
  transition: all 0.3s ease;
}

.file-upload-area .upload-info-text {
  font-size: 16px !important;
  color: inherit !important;
  font-weight: 400;
}

.file-upload-area:hover {
  border-color: #8b5cf6;
  background: #faf5ff;
}

.file-upload-icon {
  color: #8b5cf6;
  font-size: 32px;
  margin-bottom: 16px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent !important;
}
/* .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: transparent !important;
} */
.nice-select .option.selected.focus:hover {
  background-color: #f9f0fe !important;
}

/* Responsive design */
@media (max-width: 1024px) {
  .form-layout-wrapper {
    flex-direction: column;
  }

  .left-branding-section {
    width: 100%;
  }

  .right-form-section {
    width: 100%;
  }

  .program-title {
    font-family: "Albert Sans", sans-serif;
    font-size: 28px;
  }

  .evolent-logo {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .left-branding-section {
    padding: 40px 20px;
  }

  .right-form-section {
    padding: 0px;
  }

  .form-container {
    padding: 24px;
  }

  .areaRow h2 {
    font-size: 18px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .form-row .form-group {
    margin-bottom: 16px;
  }

  .program-title {
    font-family: "Albert Sans", sans-serif;
    font-size: 21px;
  }

  .evolent-logo {
    width: 140px;
  }
}

/* Hide original decorative elements for form template */
/* #base_wrap .area:nth-child(even) .areaRow:after,
#base_wrap .area:nth-child(odd) .areaRow:after,
#base_wrap .area:nth-child(even) .areaRow:before,
#base_wrap .area:nth-child(odd) .areaRow:before {
  display: none !important;
} */

#base_wrap .progress_bar_wrap {
  display: none !important;
}

/* END Form Layout Styles */

/* Additional targeting for Provider fields specifically */
.areaRow input[name*="referring"],
.areaRow input[name*="npi"] {
  display: inline-block !important;
  width: 48% !important;
  vertical-align: top;
  float: none !important;
  box-sizing: border-box !important;
}
.areaRow input[name*="referring"] {
  margin-right: 4% !important;
}
@media (max-width: 900px) {
  .areaRow input[name*="referring"],
  .areaRow input[name*="npi"] {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* .areaRow .formCol:nth-child(2),
.areaRow .formCol:nth-child(3) {
  display: inline-block !important;
  vertical-align: top;
  box-sizing: border-box !important;
} */
/* .areaRow .formCol:nth-child(2) {
  margin-right: 4% !important;
} */
/* @media (max-width: 900px) {
  .areaRow .formCol:nth-child(2),
  .areaRow .formCol:nth-child(3) {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
} */

/* .areaRow:first-child .formCol:nth-child(2) {
  margin-right: 4%;
} */

/* Most specific targeting - override any existing layout */
/* .colsListWrapper .formCol:nth-child(2),
.colsListWrapper .formCol:nth-child(3) {
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
} */

/* .colsListWrapper .formCol:nth-child(2) {
  margin-right: 0% !important;
} */

/* Two-column form layout styles */
.form-layout-wrapper {
  display: flex;
  min-height: 100vh;
  font-family: "Heebo", sans-serif;
}

.left-branding-section {
  flex: 1;
  background: #f9f0fe;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.branding-content {
  text-align: center;
  color: white;
  position: sticky;
  top: 40%;
  margin-top: 30px;
}

.evolent-logo {
  max-width: 200px;
  height: auto;
  padding-bottom: 10px;
}

.program-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  color: #7c36b0;
}

.right-form-section {
  flex: 1;
  background: #f9f0fe;
  overflow-y: auto;
  position: relative;
}

.form-container {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .form-layout-wrapper {
    flex-direction: column;
  }

  .left-branding-section {
    flex: none;
    padding: 60px 20px;
  }

  .program-title {
    font-family: "Albert Sans", sans-serif;
    font-size: 28px;
  }

  .evolent-logo {
    max-width: 150px;
  }

  .form-container {
  }
}

@media (max-width: 768px) {
  .left-branding-section {
    padding: 50px;
  }

  .program-title {
    font-family: "Albert Sans", sans-serif;
    font-size: 21px;
  }

  .evolent-logo {
    max-width: 120px;
  }
  /*.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }*/
}

/* Ensure form cards have proper styling */
.right-form-section .areaRow {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 24px;
}

.right-form-section .welcome_form {
  margin: 0;
  padding: 0;
}

/* Update form field styling for better integration */
.right-form-section .form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.right-form-section .form-control:focus {
  border-color: #9c7edb;
}

.right-form-section input[type="submit"] {
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.nice-select {
  background-color: white !important;
}

.welcome_form
  .form-group
  input.form-control[type="text"][placeholder*="Provide reason for referral to the care navigation program"] {
  height: 200px !important;
  padding-bottom: 9em !important;
}
p {
  margin-bottom: 0px;
}
input[type="file"] {
  opacity: 0;
}

/* Custom file upload styles (start) - commented out for now */
input[type="file"] {
  opacity: 0;

  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: default;
}

.custom-file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 140px;
  border: 2px dashed #7c36b0;
  border-radius: 12px;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  text-align: center;
  transition: all 0.3s ease;
  padding: 40px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.custom-file-upload:hover {
  border-color: #7b2cbf;
  transform: scale(1.01);
  background: #f9f0fe;
  box-shadow: 0 8px 25px rgba(123, 44, 191, 0.15),
    0 4px 6px rgba(123, 44, 191, 0.1);
}

.custom-file-upload.drag-over {
  border-color: #7b2cbf;
  background: #f9f0fe;
  border-style: solid;
  transform: scale(1.01);
  box-shadow: 0 8px 25px rgba(123, 44, 191, 0.2),
    0 4px 12px rgba(123, 44, 191, 0.15);
}

.file-upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.file-upload-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: #494949;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(123, 44, 191, 0.2));
}

.custom-file-upload:hover .file-upload-icon {
  filter: drop-shadow(0 4px 8px rgba(123, 44, 191, 0.3));
}

.file-upload-text {
  font-size: 16px;
  color: #7c36b0;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(123, 44, 191, 0.1);
}

.file-upload-subtext {
  font-size: 16px;
  font-weight: 500;
  color: black;
  transition: color 0.3s ease;
}

.file-input-wrapper {
  position: relative;
}

.custom-file-upload.has-file {
  border-color: #10b981;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  box-shadow: 0 4px 6px rgba(16, 185, 129, 0.1),
    0 2px 4px rgba(16, 185, 129, 0.06);
}

.custom-file-upload.has-file .file-upload-text {
  color: #10b981;
  text-shadow: 0 1px 2px rgba(16, 185, 129, 0.1);
}

.custom-file-upload.has-file .file-upload-icon {
  color: #10b981;
  filter: drop-shadow(0 2px 4px rgba(16, 185, 129, 0.2));
}
.welcome_form .form-group.has-custom-file-upload {
  padding-top: 0px !important;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: default;
  /* display: none; */
  height: 1px !important;
}

.welcome_form .form-group .form-control:has(> input[type="file"]) {
  min-height: 1px !important;
}

.iti {
  display: block !important;
}
.iti__country-container button {
  margin-top: 0 !important;
}
.iti__tel-inpu {
  padding-left: 100px !important;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"],
.iti input.iti__tel-input[type="tel"] {
  padding-left: 40px !important;
}

textarea.form-control {
  /* padding-top: 100px !important;
  line-height: 25px !important; */
  padding-top: 5px !important;
  line-height: 25px !important;
}

@media (max-width: 768px) {
  .custom-file-upload {
    min-height: 120px;
    padding: 30px 15px;
  }

  .file-upload-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .file-upload-text {
    font-size: 15px;
  }

  .file-upload-subtext {
    font-size: 13px;
  }

  .custom-file-upload:hover {
    transform: none;
  }

  .custom-file-upload.drag-over {
    transform: none;
  }
}

@media (max-width: 480px) {
  .custom-file-upload {
    min-height: 100px;
    padding: 25px 10px;
  }

  .file-upload-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
  }

  .file-upload-text {
    font-size: 14px;
  }

  .file-upload-subtext {
    font-size: 12px;
  }
}
/* Custom file upload styles (end) - commented out for now */

/* <input id="13831103-8a7f-4020-b575-4b50d8f7dcc9" name="13831103-8a7f-4020-b575-4b50d8f7dcc9[]" class="form-control" type="file" placeholder="Click here Or drag and drop to upload file" value=""> */
.h2Document {
  margin: 10px 0 0 0 !important;
}
/* //form-group d-block  */
.form-check {
  display: flex;
  align-items: flex-start;
  width: 100% !important;
}
@media (min-width: 999px) {
  .form-check {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
  }
}

.success-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
  margin: auto;
  width: 50vw;
}

.success-content {
  max-width: 650px;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  box-sizing: border-box;
}

/* Illustration Styles */
.illustration-container {
  margin-bottom: 0.8rem;
  flex-shrink: 0;
}

.house-illustration {
  max-width: 160px;
  width: 100%;
  height: auto;
}

/* Typography */
.success-title {
  font-family: var(--font-family);
  font-size: 28px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
  flex-shrink: 0;
}

.success-description {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 1.2rem;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}

/* Button Styles */
.submit-another-form {
  margin-bottom: 0.8rem;
  flex-shrink: 0;
}

.submit-another-btn {
  background-color: var(--button-purple);
  color: var(--white);
  border: none;
  padding: 0.8rem 2.2rem;
  border-radius: var(--border-radius);
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  height: 44px;
  padding: 0 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

.btn-icon {
  width: 17px;
  height: 18px;
}

.submit-another-btn:hover,
.submit-another-btn:focus {
  background-color: var(--button-purple);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(124, 54, 176, 0.2);
}

.submit-another-btn:disabled {
  background-color: var(--button-purple);
  color: var(--white);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-spinner {
  width: 17px;
  height: 18px;
}

.logo-footer {
  margin-top: 0;
  padding: 0;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1367px) {
  .success-content {
    height: 100vh;
    padding: 1.5rem;
    max-width: 800px;
  }

  .house-illustration {
    max-width: 170px;
  }

  .success-title {
    font-size: 32px;
    font-weight: 600;
  }

  .success-description {
    font-size: 24px;
    font-weight: 400;
    max-width: 500px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }

  .illustration-container {
    margin-bottom: 1rem;
  }

  .submit-another-form {
    margin-bottom: 1rem;
  }
}

.evolent-logo {
  display: inline-block;
}

.evolent-logo-img {
  height: 24px;
  width: auto;
  max-width: 120px;
}

.logo-text {
  font-family: var(--font-family);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-dark);
  text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1366px) {
  .success-content {
    height: 100vh;
    padding: 1rem;
  }

  .house-illustration {
    max-width: 150px;
  }

  .success-title {
    font-size: 26px;
    font-weight: 600;
  }

  .success-description {
    font-size: 20px;
    font-weight: 400;
    max-width: 420px;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .success-page {
    padding: 0;
  }

  .success-content {
    padding: 0.5rem;
    height: 100vh;
  }

  .success-title {
    font-size: 28px;
    font-weight: 600;
  }

  .success-description {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1.2rem;
    line-height: 1.4;
  }

  .house-illustration {
    max-width: 160px;
    height: auto;
  }

  .illustration-container {
    margin-bottom: 1rem;
  }

  .submit-another-form {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .success-content {
    padding: 0.5rem;
    height: 100vh;
  }

  .success-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
  }

  .success-description {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .submit-another-btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
    min-width: 180px;
  }

  .house-illustration {
    max-width: 140px;
  }

  .illustration-container {
    margin-bottom: 0.8rem;
  }

  .submit-another-form {
    margin-bottom: 0.8rem;
  }

  .logo-footer {
    padding: 0;
  }

  .evolent-logo-img {
    height: 20px;
  }
}

.submit-another-btn:focus {
  outline: 2px solid var(--button-purple);
  outline-offset: 2px;
}

/*
.container-fluid {
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.row [class*="col-"] {
    background-color: #F9F0FE;
}*/
.success-content {
  animation: fadeIn 1s ease-out;
  background-color: #f9f0fe;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
