.terms-and-condition .for-image {
  display: flex;
  justify-content: flex-end;
}
.terms-and-condition .for-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.terms-and-condition .for-title h3 {
  font-size: 3.6rem;
  color: #2E2F74;
  line-height: 4.5rem;
  font-weight: 300;
}
.terms-and-condition .for-title p {
  font-size: 1.4rem;
  color: #737373;
  font-weight: 300;
}
.terms-and-condition .scrolabbel-content {
  height: 376px;
  overflow-y: scroll;
  margin-top: 2rem;
}
.terms-and-condition .scrolabbel-content p {
  margin-bottom: 2rem !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #737373;
}
.terms-and-condition .scrolabbel-content p strong {
  display: block;
}
.terms-and-condition .form-check {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.terms-and-condition .form-check .checkbox-label {
  font-size: 1.8rem;
  color: #737373;
}
.terms-and-condition .form-check label {
  color: #6FA9DC;
}
.terms-and-condition .form-check label.checkbox {
  position: relative;
}
.terms-and-condition .form-check label.checkbox .check-icon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 1px #623CE7;
  background-color: transparent;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  margin-right: 2rem;
}
.terms-and-condition .form-check label.checkbox .check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: 0.2s all ease-in-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16' style=''%3e%3cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center center;
  transform: scale(1.3);
  opacity: 0;
}
.terms-and-condition .form-check label.checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.terms-and-condition .form-check label.checkbox input[type=checkbox]:checked + .check-icon {
  border-color: #3C3E9F;
  background: #3C3E9F;
}
.terms-and-condition .form-check label.checkbox input[type=checkbox]:checked + .check-icon::before {
  transform: scale(1);
  opacity: 1;
}
.terms-and-condition .form-check label.checkbox input[type=checkbox]:focus ~ .check-icon {
  box-shadow: 0 0 0 4px rgba(47, 86, 212, 0.1);
}
.terms-and-condition footer .interactive-btns li {
  margin-right: 0;
}
@media (max-width: 768px) {
  .terms-and-condition .for-image {
    justify-content: center;
  }
  .terms-and-condition .for-title {
    align-items: center;
    margin-top: 15px;
  }
  .terms-and-condition .component-container h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .terms-and-condition .component-container p {
    font-size: 1.2rem;
  }
  .terms-and-condition .component-container .scrolabbel-content p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=terms-and-conditions.css.map */