.header {
  z-index: 2;
  width: 100%;
  height: 75px;
  background: white;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 10px 20px;
  box-sizing: border-box; }
  @media (max-width: 520px) {
    .header {
      height: 50px; } }

.header_h1 {
  font-family: Jost, arial, helvetica;
  font-weight: bold;
  color: #324A27;
  width: fit-content;
  margin: 0;
  top: 25px;
  width: 500px;
  max-width: calc(50% - 20px);
  right: 50%; }
  @media (max-width: 910px) {
    .header_h1 {
      top: unset;
      right: unset;
      max-width: unset;
      margin-left: 25px;
      position: relative; } }
  @media (max-width: 520px) {
    .header_h1 {
      width: 90%;
      font-size: 20px;
      margin-left: unset; } }
  .header_h1 span {
    font-weight: 300; }

.top {
  background-color: white;
  width: 100%;
  height: 700px;
  position: relative; }
  @media (max-width: 1124px) {
    .top {
      height: 700px; } }
  @media (max-width: 910px) {
    .top {
      height: 300px;
      display: flex;
      justify-content: center;
      align-items: center; } }

.top_hero_bg {
  position: relative;
  width: calc(100% - 40px);
  left: 20px;
  height: 100%;
  background-color: #9CADAC; }
  @media (max-width: 910px) {
    .top_hero_bg {
      width: 100%;
      left: 0px; } }

.top_hero {
  background-image: url(../images/healthcare.png);
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: 100%;
  opacity: 40%;
  transform: scaleX(-1); }
  @media (max-width: 910px) {
    .top_hero {
      transform: scaleX(1); } }

.top_text {
  width: 500px;
  max-width: calc(50% - 20px);
  right: 50%;
  top: 75px;
  color: white;
  position: absolute; }
  @media (max-width: 1124px) {
    .top_text {
      right: unset;
      left: 50px; } }
  @media (max-width: 910px) {
    .top_text {
      top: unset;
      left: unset;
      max-width: unset;
      margin: auto;
      padding-left: 40px; } }
  @media (max-width: 520px) {
    .top_text {
      width: 90%;
      padding-left: 20px; } }

.top_text_title {
  font-family: Signika, arial, helvetica;
  font-size: 50px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.15; }

.top_text_p {
  font-family: Jost, arial, helvetica;
  font-weight: 600;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.75; }

.second-section {
  position: relative;
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px; }
  .second-section .svg-curves path {
    fill: white !important; }

.features_title {
  font-family: Signika, arial, helvetica;
  font-size: 30px;
  color: #5C5C5C;
  margin: auto;
  padding-bottom: 50px;
  width: fit-content;
  text-align: center; }
  @media (max-width: 910px) {
    .features_title {
      max-width: 90%; } }

.features {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px; }
  @media (max-width: 910px) {
    .features {
      width: 250px; } }

.feature {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  text-align: center;
  font-family: Jost, arial, helvetica; }
  @media (max-width: 910px) {
    .feature {
      margin-right: 0px !important;
      margin-top: 50px !important; } }
  .feature:nth-child(1) {
    background-color: #DCFFD7;
    margin-right: 50px; }
  .feature:nth-child(2) {
    background-color: #fff3ae; }
  .feature:nth-child(3) {
    background-color: #D3EDFF;
    margin-top: 50px; }

.feature_svg_wrap {
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.feature_svg {
  width: 70px;
  display: block; }

.feature_bold_text {
  font-size: 18px;
  margin: 0px; }

.feature_light_text {
  margin: 0px;
  max-width: 75%;
  text-align: center;
  margin: auto; }

.third-section {
  position: relative;
  background-color: #E6E6E6;
  padding: 100px 0 150px 0; }
  .third-section .svg-curves path {
    fill: #E6E6E6 !important; }

.stats {
  margin: auto;
  width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 910px) {
    .stats {
      width: unset;
      flex-direction: column; } }

.stat_box {
  width: 150px;
  text-align: center; }
  @media (max-width: 910px) {
    .stat_box {
      margin-bottom: 100px; }
      .stat_box:nth-child(3) {
        margin-bottom: 0px; } }

.stat_num {
  font-family: Signika, arial, helvetica;
  margin: 0px;
  font-size: 40px; }

.stat_text {
  font-family: Jost, arial, helvetica;
  margin: 0px;
  font-size: 20px; }

.fourth-section {
  position: relative;
  background-color: blue;
  padding: 50px 0 60px 0; }
  .fourth-section .svg-curves path {
    fill: blue !important; }

.testimonial {
  width: 800px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: Jost, arial, helvetica; }
  @media (max-width: 910px) {
    .testimonial {
      width: unset;
      flex-direction: column-reverse; } }

.testimonial_img {
  border-radius: 200px;
  width: 200px;
  height: 200px;
  object-fit: cover; }

.testimonial_text {
  margin-right: 50px;
  position: relative; }
  @media (max-width: 910px) {
    .testimonial_text {
      margin-right: 0px;
      max-width: 75%;
      margin-top: 25px; } }

.testimonial_quote {
  font-family: serif, sans-serif, ui-rounded;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: -20px;
  left: -10px; }

.testimonial_words {
  max-width: 400px;
  font-size: 20px;
  font-weight: 600; }

.footer {
  position: relative;
  background-color: #060624; }
  .footer .svg-curves path {
    fill: #060624 !important; }

.copyright-text {
  color: white;
  font-family: Jost, arial, helvetica;
  margin: 0px;
  padding: 20px;
  position: relative; }

.footer-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px;
  padding: 20px;
  padding-top: 0px;
  list-style-type: none; }

.footer-item {
  margin-right: 20px;
  flex-shrink: 0; }
  .footer-item a:link, .footer-item a:active, .footer-item a:visited, .footer-item a:hover {
    color: white;
    text-decoration: none;
    font-family: Signika, arial, helvetica; }
  .footer-item a:hover {
    opacity: .7; }

.svg-curves {
  width: 100%;
  overflow: hidden;
  height: 100px;
  position: absolute;
  bottom: 100%; }
  @media (max-width: 910px) {
    .svg-curves {
      display: none; } }

.svg-curves_curve {
  position: absolute;
  width: 120%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: .5; }
  .svg-curves_curve:nth-child(2) {
    opacity: 1;
    width: 160%; }

.form {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 500px;
  background-color: white;
  z-index: 3;
  border-radius: 5px;
  box-shadow: 2px 2px #888888 5px;
  border: 1px solid black; }
  @media (max-width: 1124px) {
    .form {
      left: unset;
      right: 5%; } }
  @media (max-width: 910px) {
    .form {
      position: relative;
      left: 0px;
      top: 0px;
      margin: auto;
      width: 100%;
      padding-bottom: 50px;
      border: none;
      border-bottom: 5px solid #bebebe; } }

@media (max-width: 910px) {
  .form_form {
    margin: auto;
    width: 500px; } }

@media (max-width: 520px) {
  .form_form {
    width: 100%; } }

.form_hat {
  height: 20px;
  border-radius: 5px 5px 0 0;
  background-color: white; }
  @media (max-width: 910px) {
    .form_hat {
      display: none; } }

.form_progress {
  position: relative;
  height: 70px;
  width: 100%; }

.form_progress_bar {
  position: absolute;
  width: calc(100% - 50px);
  background-color: #E7E7E7;
  height: 20px;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%); }

.form_progress_bar_complete {
  width: 25%;
  background-color: #6691FF;
  height: 100%;
  border-radius: 20px;
  transition: width .25s; }

[data-page="2"] .form_progress_bar_complete {
  width: 50%; }

[data-page="3"] .form_progress_bar_complete {
  width: 75%; }

.form_page_title {
  border-radius: 5px;
  color: #5B554B;
  font-size: 30px;
  font-family: Jost, arial, helvetica;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: auto; }
  @media (max-width: 520px) {
    .form_page_title {
      margin-bottom: 15px; } }

.form_heading {
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: Jost, arial, helvetica;
  font-weight: 600;
  color: #5B554B; }

.form_pages {
  min-height: 300px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 520px) {
    .form_pages {
      width: 100%;
      margin-bottom: 15px;
      height: 475px; } }

.form_page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: left .25s, opacity .25s; }

.form_form[data-page="1"] .form_page[data-page="1"] {
  left: 0;
  opacity: 1; }

.form_form[data-page="1"] .form_page[data-page="2"] {
  left: 100%; }

.form_form[data-page="1"] .form_page[data-page="3"] {
  left: 200%; }

.form_form[data-page="1"] #back {
  opacity: 0;
  pointer-events: none; }

.form_form[data-page="2"] .form_page[data-page="1"] {
  left: -100%; }

.form_form[data-page="2"] .form_page[data-page="2"] {
  left: 0%;
  opacity: 1; }

.form_form[data-page="2"] .form_page[data-page="3"] {
  left: 100%; }

.form_form[data-page="3"] .form_page[data-page="1"] {
  left: -200%; }

.form_form[data-page="3"] .form_page[data-page="2"] {
  left: -100%; }

.form_form[data-page="3"] .form_page[data-page="3"] {
  left: 0%;
  opacity: 1; }

.form_page_row {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
  margin-top: 25px; }
  @media (max-width: 520px) {
    .form_page_row {
      margin-top: 0px; } }

.form_input_case {
  background-color: white;
  width: calc(33.3% - 10px);
  height: 35px;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.29); }
  .form_input_case.radio_case {
    border-radius: 30px; }
  .form_input_case[data-after] {
    outline: 1px solid red; }
  @media (max-width: 520px) {
    .form_input_case {
      width: 100% !important;
      margin-bottom: 15px; } }
  .form_input_case:after {
    content: attr(data-after);
    font-family: Jost, arial, helvetica;
    color: white;
    font-size: 11px;
    font-weight: 600;
    background-color: #ff0000;
    position: absolute;
    border-radius: 4px;
    top: calc(100% + 5px);
    padding: 0px 5px;
    box-sizing: border-box;
    left: 0; }
    @media (max-width: 520px) {
      .form_input_case:after {
        top: calc(100%); } }

.half_width {
  width: calc(50% - 10px); }
  @media (max-width: 520px) {
    .half_width {
      width: 100% !important; } }

.whole_width {
  width: 100%; }

.radio_label {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: Jost, arial, helvetica;
  font-size: inherit;
  font-weight: 400;
  color: #5B554B;
  border-radius: 20px; }

.form_page_radio {
  position: relative;
  margin-right: 20px;
  margin-top: -1px; }
  .form_page_radio::after {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 10px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.29);
    box-sizing: border-box;
    content: ""; }
  .form_page_radio:checked:after {
    background-color: #6691FF;
    border: none; }

.form_page_input {
  width: 100%;
  height: 100%;
  border: none;
  font-family: Jost, arial, helvetica;
  font-weight: 400;
  background-color: white;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box; }

.form_page_select {
  width: 100%;
  height: 100%;
  border: none;
  padding: 5px 10px;
  margin: 0;
  border-radius: 5px;
  background-color: white;
  font-family: Jost, arial, helvetica;
  font-weight: 400;
  font-size: inherit;
  color: #5B554B;
  -webkit-appearance: none; }

.form_page_select,
.form_page_input,
.form_page_radio {
  outline: none; }

.form_page_select_arrow {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-family: Jost, arial, helvetica;
  font-weight: 600;
  font-size: inherit;
  background-color: white;
  color: #D2C6B5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  pointer-events: none; }

.form_buttons {
  display: flex;
  justify-content: space-between;
  align-items: bottom;
  flex-direction: row-reverse;
  padding: 20px 5%;
  border-radius: 0 0 10px 10px; }
  @media (max-width: 910px) {
    .form_buttons {
      border-radius: 0px; } }

.form_button {
  border-radius: 10px;
  height: 35px;
  border: none;
  width: calc(50% - 10px);
  font-weight: 600;
  font-family: Jost, arial, helvetica;
  color: white;
  font-size: 18px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: opacity .25s; }
  .form_button#next {
    background-color: #60D935; }
  .form_button#back {
    background-color: grey; }

.focusedInput {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

button, input, select, label {
  cursor: pointer; }

.loading_page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  border-radius: 20px; }

.form_loading .loading_page {
  opacity: 1;
  pointer-events: auto; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.loading_img {
  animation: rotate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear; }

.success_page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  border-radius: 20px; }

.form_success .success_page {
  opacity: 1;
  pointer-events: auto; }

.success_message {
  font-family: Jost, arial, helvetica;
  font-size: 40px;
  max-width: 75%;
  text-align: center; }

html, body {
  height: 100%;
  padding: 0;
  margin: 0; }
