.schedule-demo {
  padding: 6rem 0;
}
.left-block p {
  color: #504ee4;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.left-block h1 {
  color: #0e0d59;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.left-block ul li {
  color: #0e0d59;
  font-size: 1.01256rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 34px;
  text-indent: -30px;
  list-style: none;
  max-width: 470px;
}
.left-block ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.left-block ul li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-image: var(--charm-tick);
  position: relative;
  top: 4px;
  left: -4px;
}

/* right div */
.book-form-wrapper {
  width: 100%;
}
.book-form {
  width: 100%;
  padding: 48px 40px 72px;
  border-radius: 16px;
  background: linear-gradient(
      34deg,
      #ffc9eb -4.75%,
      rgba(182, 209, 253, 0.38) 72.37%,
      rgba(175, 210, 255, 0) 116.35%
    ),
    #fff;
}

.poweredby {
  color: #201e50;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.15px;
}
.inputForm {
  width: 70%;
  margin: auto;
}
.formandtext {
  width: 80%;
  margin: auto;
}
.formText {
  color: #0e0d59;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3rem;
}

.form-control::placeholder {
  color: #9f9fc7;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.form-group label {
  color: #0e0d59;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.form-group input {
  font-size: 16px;
  line-height: 24px;
  color: #888a98;
  padding: 10px 17px !important;
}
.btn-blue {
  background: #5856ce;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 4px;
}
.inputForm {
  width: 70%;
  margin: auto;
}
.formandtext {
  width: 80%;
  margin: auto;
}
.demo_error {
  position: relative;
  top: -10px;
  font-size: 0.825rem;
  color: #f93b3b;
}

@media only screen and (max-width: 576px) {
  .book-form {
    margin-top: 2rem;
    padding: 3rem 1rem 4rem;
  }
  .inputForm {
    width: 90%;
  }
}
