body {
    background-color: #e0f6ff17 !important;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.zib-modal {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(18, 18, 18, 0.11);
  font-family: Eina04, sans-serif;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: 600px;
  max-width: 800px;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 6px 6px 34px 0 #afafaf;
}

.slider {
  width: 55%;
  height: 100%;
  border: 1px none #000;
  background-color: #fffcfa;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  background-color: transparent;
}

.image {
  width: 80%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 20px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.div-block-2.second-slide {
  display: none;
  opacity: 0;
}

.div-block-2.features-div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  color: #121212;
  font-size: 18px;
}

.paragraph {
  width: 80%;
  color: #121212;
  text-align: center;
}

.slide-nav {
  bottom: 16px;
  margin-bottom: 10px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Eina04, sans-serif;
}

.image-2 {
  width: 105px;
  margin-bottom: 9px;
}

.text-block {
  margin-top: 17px;
  margin-bottom: 17px;
  font-family: Eina04, sans-serif;
  color: #999;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  padding: 1px 1px 1px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: linear-gradient(135deg, #1d90ff, #8307ff);
  font-weight: 600;
  text-decoration: none;
}

.div-block-4.flex-center {
  margin-top: 37px;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: repeating-radial-gradient(circle farthest-corner at 0% 0%, #1d90ff, #8307ff);
}

.div-block-4.flex-center.transition-next {
  width: 60%;
}

.div-block-4.flex-center.transition-next.back {
  width: 37%;
  border: 1px solid #9a9a9a;
  background-color: transparent;
  background-image: none;
  color: #121212;
}

.image-3 {
  width: 42px;
  height: 42px;
  border-radius: 0px;
}

.div-block-5 {
  overflow: hidden;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.text-block-2 {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.div-block-6 {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7.or-div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-3 {
  margin-right: 20px;
  margin-left: 20px;
  color: #999;
  font-size: 12px;
}

.form-block {
  width: 100%;
}

.center-form {
  max-width: 550px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-10 {
  color: #2c4d51;
  text-align: center;
}

.success-message {
  padding: 60px;
  border-radius: 6px;
  background-color: #fafcfd;
  color: transparent;
  line-height: 1.5;
  text-align: left;
}

.lottie-animation-5 {
  max-height: 50px;
  max-width: 50px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3em;
  margin-bottom: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px solid #000;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.input {
  position: relative;
  z-index: 2;
  height: auto;
  margin-bottom: 0px;
  border: 3px solid #cde;
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #2c4d51;
  font-size: 16px;
  font-weight: 300;
}

.input:focus {
  border-width: 3px;
  border-color: #4ba5ff;
}

.input.long {
  height: auto;
  min-height: 0px;
  padding-top: 16px;
  padding-left: 20px;
  border-radius: 6px;
  color: #2c4d51;
  font-size: 16px;
  font-weight: 300;
}

.input.long::-webkit-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long:-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.form-block-2 {
  width: 100%;
}

.input-2 {
  position: relative;
  z-index: 2;
  height: 4em;
  margin-bottom: 0px;
  border: 3px solid #cde;
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #2c4d51;
  font-size: 16px;
  font-weight: 300;
}

.input-2:focus {
  border-width: 3px;
  border-color: #4ba5ff;
}

.input-2.long {
  height: auto;
  min-height: 145px;
  padding-top: 16px;
  padding-left: 20px;
  border-radius: 6px;
  color: #2c4d51;
  font-size: 16px;
  font-weight: 300;
}

.input-2.long::-webkit-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input-2.long:-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input-2.long::-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input-2.long::placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.text-span {
  color: #8307ff;
}

.text-span-2 {
  color: #8307ff;
}

.text-block-11 {
  margin-bottom: 17px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.text-block-12 {
  color: hsla(0, 0%, 60%, 0.6);
}

.text-span-3 {
  color: #ec2d45;
  font-weight: 600;
}

.form-block-3 {
  width: 100%;
}

.input-field {
  width: 100%;
  height: 37px;
  margin-bottom: 7px;
  border: 0px none #000;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 #e7e7e7;
}

.input-field.measuring-unit {
  width: 48%;
  margin-bottom: 16px;
}

.input-field.phone-number {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.input-field.otp {
  width: 250px;
  height: 59px;
  padding-right: 0px;
  padding-left: 32px;
  font-size: 26px;
  letter-spacing: 41px;
}

.submit-button {
  width: 100%;
  border-radius: 6px;
}

    .submit-button.div-block-4 {
        margin-top: 22px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: linear-gradient(47.55deg, #008081 8.54%, #233325 92.2%);
        font-weight: 600;
    }

.form {
  margin-top: 10px;
}

.label {
  display: none;
}

.text-block-13 {
  margin-left: 13px;
  color: #7c7c7c;
  font-size: 10px;
  line-height: 10px;
}

.form-input-div {
  margin-bottom: 16px;
}

.image-4 {
  position: absolute;
  left: auto;
  top: 20px;
  right: 23px;
  bottom: auto;
  z-index: 9;
  width: 20px;
  cursor: pointer;
}

.body {
  font-family: Eina04, sans-serif;
  color: #121212;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.image-6 {
  width: 126px;
}

.div-block-40 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 90%;
  margin-top: 26px;
}

.text-span-4 {
  color: #8307ff;
  font-weight: 600;
}

.form-slider-section {
  position: relative;
  z-index: 9;
}

.fs-container {
  margin-top: 38px;
}

.status-indicator-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #1d90ff, #8307ff);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.div-block-41.status2 {
  background-color: #ebebeb;
  background-image: none;
}

.form-and-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-div {
  width: 50%;
}

.heading-2 {
  margin-top: 0px;
  font-size: 24px;
}

.field-label {
  margin-bottom: 15px;
  margin-left: 10px;
  color: #121212;
  font-size: 18px;
}

.form-block-4 {
  margin-top: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  line-height: 26px;
}

.checkbox {
  width: 60px;
  height: 26px;
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  border-style: none;
  border-color: #ff8ba7;
  border-radius: 20px;
  background-color: #e9e9e9;
  background-image: url('../images/black-circle.svg');
  background-position: 3px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.checkbox.w--redirected-checked {
  width: 60px;
  border-color: #8bc794;
  background-color: #8307ff;
  background-image: url('../images/black-circle.svg');
  background-position: 28px 50%;
  background-size: 20px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  width: 100%;
  margin-left: 10px;
  font-size: 15px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  line-height: 26px;
}

.checkbox-2 {
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
  border-color: #ff8ba7;
  border-radius: 20px;
  background-color: #ffc6c7;
  background-image: url('../images/black-circle.svg');
  background-position: 3px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.checkbox-2.w--redirected-checked {
  border-color: #8bc794;
  background-color: #c3f0ca;
  background-image: url('../images/black-circle.svg');
  background-position: 28px 50%;
  background-size: 20px;
}

.heading-3 {
  margin-left: 10px;
  font-size: 18px;
}

.submit {
  display: block;
}

.submit.div-block-4 {
  width: 60%;
  margin-top: 37px;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  display: none;
}

.heading-4 {
  height: auto;
  margin-top: 42px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.paragraph-2 {
  text-align: center;
}

.image-7 {
  width: 355px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  margin-top: 13px;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-3 {
  margin-bottom: 36px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 1px 1px 6px 0 #e7e7e7;
}

.select-field {
  width: 100px;
  background-color: #fff;
}

.select-field.input-field {
  padding-left: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.text-span-5 {
  color: #ffb6b2;
  font-weight: 600;
}

.text-span-6 {
  color: #999;
}

.text-block-14 {
  margin-top: 17px;
}

.text-block-15 {
  color: #999;
}

.text-span-7 {
  color: #121212;
}

.div-block-44 {
  position: absolute;
  left: 68px;
  top: 19px;
  right: auto;
  bottom: 0%;
  height: 22px;
  border-left: 1px solid #e8e8e8;
}

.div-block-44.line-2 {
  left: 123px;
}

.div-block-44.line-2.line-3 {
  left: 179px;
}

.div-block-45 {
  position: relative;
}

.login-page-section {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 105px;
}

.checkbox-label-3 {
  font-weight: 400;
}

.link {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-16 {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.link-block {
  width: 45%;
}

.div-block-48 {
  width: 55%;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90%;
  max-width: 349px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-2 {
  width: 100%;
  height: 10%;
  padding-top: 30px;
  padding-left: 30px;
}

.link-block-2.login-page-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.slider-3 {
  height: 100vh;
  background-color: transparent !important;
}

.paragraph-4 {
  position: relative;
  z-index: 9;
  width: 80%;
  color: #121212;
  text-align: center;
}

.div-block-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field-3 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.image-9 {
  width: 80%;
  max-width: 600px;
}

.image-9.featured-slide-image {
  position: relative;
  z-index: 9;
  width: 75%;
  max-width: 420px;
}

.image-9.doctor-img-slide {
  margin-top: 27px;
}

.heading-5 {
  position: relative;
  z-index: 9;
  width: 80%;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.image-10 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 16%;
  bottom: auto;
}

.image-10.left-image {
  left: 40px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flag-en {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/norway.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.language-link:hover {
  color: #7735f6;
}

.flag-5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/sweden.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-es {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/1125px-Flag_of_Spain.svg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.language-dropdown.input-field {
  z-index: 999;
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.flag-3 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/france.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-toggle {
  padding: 8px 45px 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20355a;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  left: 0px;
  min-width: 100px;
  padding: 8px 16px 12px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px #f3f3f3;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  margin-right: 35px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-11 {
  position: absolute;
  left: auto;
  top: 63%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.image-12 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 95%;
  }

  .div-block-2 {
    padding-left: 20px;
  }

  .center-form {
    max-width: none;
  }

  .success-message {
    border-radius: 6px;
  }

  .input {
    font-size: 1rem;
  }

  .input-2 {
    font-size: 1rem;
  }

  .form-div {
    margin-right: 20px;
  }

  .heading-2 {
    margin-top: 0px;
  }

  .form-block-4 {
    margin-top: 20px;
  }

  .slider-2 {
    font-size: 19px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .div-block-46 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-2 {
    padding-left: 0px;
  }

  .link-block-2.login-page-top-nav {
    padding-right: 0px;
  }

  .image-9.doctor-img-slide {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    display: none;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-4 {
    max-width: 250px;
  }

  .success-message {
    padding: 45px;
  }

  .lottie-animation-5 {
    max-height: 40px;
    max-width: 40px;
  }

  .form-and-slider {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-div {
    width: auto;
    margin-right: 0px;
  }

  .slider-div {
    display: none;
  }

  .checkbox-label {
    padding-right: 20px;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-48 {
    display: none;
  }

  .link-block-2 {
    padding-left: 0px;
  }

  .language-list.w--open {
    left: -41px;
    min-width: 166px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 100%;
    height: auto;
  }

  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
    text-decoration: none;
  }

  .div-block-4 {
    max-width: none;
    text-decoration: none;
  }

  .text-block-2 {
    text-decoration: none;
  }

  .image-6 {
    margin-bottom: 19px;
  }

  .div-block-40 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-span-4 {
    margin-right: 0px;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 24px;
  }

  .link-block-2 {
    padding-left: 0px;
  }

  .language-dropdown.input-field {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .language-list.w--open {
    box-shadow: 18px 18px 45px 19px #f3f3f3;
  }

  .div-block-52 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-17 {
    margin-top: 12px;
    margin-right: 0px;
  }
}

@font-face {
  font-family: 'Eina04';
  src: url('../fonts/Eina04-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina04';
  src: url('../fonts/Eina04-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina04';
  src: url('../fonts/Eina04-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina04';
  src: url('../fonts/Eina04-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}