.e-share_form {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  margin: 100px auto 0;
}

@media screen and (max-width: 550px) {
  .e-share_form_container input:nth-child(2) {
    width: 100%;
    margin-bottom: 25px;
  }
  .e-share_form_container input:last-of-type {
    width: 100%;
  }
  .e-share_checkbox {
    margin-left: 0;
  }
}

/* CUSTOM CHECKBOX */
.e-share_form .custom-checkbox {
  display: inline-block;
  position: relative;

  cursor: pointer;
  width: 25px;
  height: 22px;
}

.e-share_form .custom-checkbox input {
  opacity: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.e-share_form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgb(59, 59, 59);
}

.e-share_form .custom-checkbox input:checked ~ .checkmark {
  background-color: white;
}

.e-share_form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.e-share_form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.e-share_form .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #d21a21;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.e-share_form > p {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

.e-share_form input.input-error {
  border: 1px solid #d21a21;
}
.e-share_form input.input-error::placeholder {
  color: #d21a21;
}

.e-share_checkbox .e-share_error_checkbox {
  color: #d21a21;
}

.ii-cform:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 390px;
  height: 6px;
  background-color: #e03434;
}

.ii-cform h3 {
  /* color: #ffffff; */
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}

.ii-cform .icontainer {
  position: relative;
  color: black;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.16px;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}
.e-share .outer_icontainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.e-share .outer_icontainer > div {
  width: 48%;
}
.ii-cform .icontainer input {
  height: 48px;
  border-radius: 24px;
  background-color: #f1f2f3;
  border: 1px solid transparent;
  transition: 0.3s ease ease-in-out;
  cursor: pointer;
  outline: none;
  padding: 10px 24px;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.ii-cform .icontainer span {
  font-size: 16px;
  position: absolute;
  padding: 12px 28px;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  display: block;
}

.ii-cform .icontainer span i {
  font-style: normal;
  margin-left: 5px;
}

.ii-cform .icontainer .info {
  color: #3d474e;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 6px 15px;
  position: absolute;
  color: #3d474e;
  right: 10px;
  top: 7px;
  background-color: #ffffff;
  display: none;
  text-transform: uppercase;
  border-radius: 15px;
}

.ii-cform .icontainer.has-value span {
  display: none;
}

.ii-cform .icontainer.has-info .info {
  display: block;
}

.ii-cform .icontainer.has-error-info .info {
  background-color: #e03434;

  color: #ffffff;
  border-radius: 30px;
}

.ii-cform .icontainer.is-error input,
.ii-cform .icontainer.is-error span {
  color: #e03434;
}

.ii-cform form > p:last-of-type {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}

.ii-cform .ccontainer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ii-cform .ccontainer label {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.ii-cform .ccontainer input {
  left: 0;
  top: -2px;
}

.ii-cform .ccontainer.is-error label {
  color: #e03434;
}

.ii-cform .bcontainer {
  padding-top: 38px;
  text-align: center;
}

.ii-cform button {
  width: 145px;
  height: 46px;
  background-color: #d21a21;
  border-radius: 23px;
  margin: 60px auto 0;
  outline: none;
  border: none;
  color: white;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
}

.ii-cform .bcontainer p {
  /* color: #ffffff; */
  font-size: 14px;
  font-weight: 400;
  margin-top: 44px;
}

.ii-cform .bcontainer p a {
  font-weight: 700;
  /* color: #ffffff; */
  text-decoration: none;
}

.ii-cform-step2 {
  display: none;
}

.ii-cform-step2 h3 {
  margin-bottom: 20px;
}

.ii-cform-step2 p {
  text-align: center;
  /* color: #ffffff; */
  font-size: 14px;
  font-weight: 400;
}

.e-share_form .ii-cform-step1 h4 {
  margin-bottom: 40px;
  text-align: center;
}
.e-share .e-share_form p:first-of-type {
  font-size: 12px;
  margin-left: 25px;
  font-weight: 700;
}
.e-share .e-share_form form {
  display: flex;
  flex-direction: column;
}
.e-share .consent-form {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 10%;
}

@media screen and (max-width: 600px) {
  .e-share .outer_icontainer {
    flex-direction: column;
  }
  .e-share .outer_icontainer > div {
    width: 100%;
  }
  .e-share .outer_icontainer > div:first-of-type {
    margin-bottom: 30px;
  }
  .e-share .e-share_form p:first-of-type {
    margin-left: 0;
  }
  .e-share .consent-form {
    gap: 10px;
  }
}

.ii-cform-step2 p {
  margin: 0 !important;
}
