.banner__form {
  background: #fffffe;
  width: 16.5rem;
  height: 19.63rem;
  box-shadow: 0px 0.1rem 0.4rem 0px #00000026;
  text-align: center;
  padding: 0.8rem 0.6rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  border-radius: 0.4rem;
  text-align: left;
  top: 19.63rem;
}

button {
  cursor: pointer;
}
.banner__title {
  font-size: 0.9rem;
  color: var(--brandClr);
  font-weight: 600;
  /* width: 15.45rem;
  height: 2.1rem; */
  text-align: left;
}
.banner__tag-line {
  font-size: 0.63rem;
  color: var(--brandClr);
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.banner__input {
  height: 2.4rem;
  width: 100%;
  margin-bottom: 0.72rem;
  color: var(--brandClr);
  border: 1px solid #d791ab;
  padding: 0.45rem 0.54rem;
  /* color: grey; */
  background-color: transparent;
  border-radius: 0.2rem;
}

.banner__message {
  width: 100%;
  height: 5.54rem;
  border: 1px solid #d791ab;
  padding: 0.2rem;
  color: var(--brandClr);

  background-color: transparent;
  margin-bottom: 1.63rem;
  padding: 0.5rem 0.6rem;
}
.banner__input2,
.banner__message2 {
  color: #5e5e5eb2;
  background-color: #ffffff;
}

.banner__submit-btn {
  padding: 0.6rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 2.4rem;
  background-color: var(--brandClr);
  color: #fffffe;
  border: 0;
  /* border-radius: 0.08rem; */
  align-self: center;
  /* margin-top: 0.4rem; */
}
.banner__submit-btn2 {
  background-color: var(--brandClr);
  color: #fdfdfd;
  padding: 0.4rem 1rem;
}

.banner__submit-btn.sticky {
  position: fixed;
  bottom: 1rem;
  right: 1remz;
}

.banner__call-btn {
  display: none;
  font-size: 0.416rem;
  background-color: #ebebeb;
  width: 6.5rem;
  position: absolute;
  bottom: -0.4rem;
  right: -0.4rem;
  padding: 0.15rem;
  padding-left: 0.5rem;
  font-weight: 500;
  border-radius: 0.08rem;
}

.banner__phone-container {
  background-color: #fff3f8;
  height: 0.8rem;
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -0.5rem;
  top: 0.05rem;
  border: 0.04rem;
}

.banner__phone-image {
  height: 0.416rem;
  width: 0.416rem;
}

.banner__input::placeholder,
.banner__message::placeholder {
  color: #b0b0b0;
}

.banner__input2::placeholder,
.banner__message2::placeholder {
  color: #5e5e5eb2;
  border: var(--brandClr);
}
.details-container {
  background-color: #e1aaea;
  height: 16.54rem;
  width: 12.27rem;
  padding: 1.09rem 0.909rem 2.22rem 0.909rem;
}

.booknowbutton {
  background-color: #ffffff;
  width: 10rem;
  height: 1.81rem;
  border-radius: 2.18rem;
  border: 1px solid #ffffff;
  color: #5e0a6d;
  font-weight: 600;
  padding: 0.54rem 0.9rem;
}

.banner {
  padding: 0 1.09rem;
  background-size: cover;
  height: 23.63rem;
  background-position: center;
  margin: 0 0 16.8rem 0;
  position: relative;
}
.biopsy__banner__title {
  font-weight: 600;
  font-size: 1.09rem;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5e0a6d;
  width: 15.09rem;
  margin: 0 0 0.36rem 0;
}

.biopsy__banner__description {
  font-weight: 500;
  font-size: 0.72rem;
  color: #802a8f;
  line-height: 150%;
  letter-spacing: 2%;
  margin: 0 0 1.63rem 0;
}

.banner__header {
  display: none;
}
.banner__form-input-container {
  background-color: #ffffff;
  border-radius: 0.36rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner__submit-btn {
  width: 8.27rem;
  height: 1.81rem;
  border-radius: 2.18rem;
  font-size: 0.72rem;
  padding: 0 0.54rem;
}

.banner_header_details {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .details-container {
    height: 12.5rem;
    width: 7.5rem;
  }

  .biopsy__banner__title {
    width: 12.49rem;
    height: 3.5rem;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.905rem;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .biopsy__banner__description {
    width: 11.15rem;
    height: 1.13rem;
    font-weight: 500;
    font-style: Medium;
    font-size: 0.377rem;
    letter-spacing: 2%;
  }
  .booknowbutton {
    width: 5.36rem;
    border-radius: 0.905rem;
    padding: 0.26rem 0.53rem 0.26rem 0.53rem;
    color: #5e0a6d;
    font-size: 0.37rem;
    font-weight: 600;
    height: 1.32rem;
  }

  .banner__form-input-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 12.54rem;
    height: 11.3rem;
    background-color: none;
    padding: 0;
  }
  .banner__form {
    width: 12rem;
    height: 11.3rem;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 1.6rem;
    border-radius: 0.25rem;
    flex-grow: 0;
    flex-shrink: 0;
    right: 2rem;
  }

  .banner__title {
    font-size: 0.6rem;
    border-radius: 0.3rem;
    color: #802a8f;
  }
  .banner__tag-line {
    font-weight: 400;
    font-size: 0.63rem;
    line-height: 100%;
    color: #802a8f;
  }

  .banner__tag-line {
    font-size: 0.333rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    color: white;
    /* border: 1px solid #d791ab; */
  }

  .banner__input {
    height: 0.88rem;
    margin-bottom: 0.25rem;
    border: 1px solid #d791ab;
    padding: 0.18rem 0.22rem;
    color: var(--brandClr);
    font-size: 0.375rem;
    font-weight: 400;
    border-radius: 0.08rem;
    background-color: transparent;
  }

  .banner__message {
    height: 2.45rem;
    margin-bottom: 0.25rem;
    border: 1px solid #d791ab;
    padding: 0.2rem;
    border-radius: 0.08rem;
    font-size: 0.375rem;
    background-color: transparent;
  }
  .banner__input2,
  .banner__message2 {
    padding: 0.2rem 0.26rem;
  }

  .banner__input2 {
    height: 1.21rem;
    width: 11.03rem;
  }
  .banner__message2 {
    height: 2.9rem;
    width: 11.03rem;
  }
  .banner__input::placeholder,
  .banner__message::placeholder {
    font-size: 0.375rem;
    font-weight: 400;
    color: #b0b0b0;
  }
  .banner__input2::placeholder,
  .banner__message2::placeholder {
    color: #5e5e5eb2;
  }
  .banner__input2:focus,
  .banner__message2:focus {
    border: solid 1px #fdfdfd;
  }

  .banner__submit-btn {
    height: 1rem;
    width: 4.7rem;
    font-size: 0.37rem;
    background-color: var(--brandClr);
    color: #fff;
    border: 0;
    border-radius: 0.9rem;
    align-self: center;
    margin-top: 0.4rem;
    padding: 0;
  }
  .banner__submit-btn2 {
    background-color: var(--brandClr);
    color: #fffffe;
    width: unset;
    height: unset;
    padding: 0.28rem 0.37rem;
    font-size: 0.37rem;
  }

  .banner__call-btn {
    display: flex;
    font-size: 0.416rem;
    background-color: #ebebeb;
    width: 6.5rem;
    position: fixed;
    bottom: 1rem;
    right: 1.2rem;
    padding: 0.15rem;
    padding-left: 0.5rem;
    font-weight: 500;
    border-radius: 0.08rem;
    z-index: 9;
  }

  .call-icon {
    height: 0.47rem;
    width: 0.47rem;
    margin: 0 0.2rem 0 0;
  }

  .banner__phone-container {
    background-color: #f0d0dd;
    height: 0.8rem;
    width: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -0.5rem;
    top: 0.05rem;
    border: 0.04rem;
  }

  .banner__phone-image {
    height: 0.416rem;
    width: 0.416rem;
  }

  .banner {
    padding: 0 0 0 1.88rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    height: 14.71rem;
  }
  .banner__header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5e0a6d;
    color: #fff;
    height: 1.22rem;
    width: 100%;
    font-weight: 500;
    font-size: 0.52rem;
    line-height: 100%;
    letter-spacing: 0%;
    border-top-right-radius: 0.28rem;
    border-top-left-radius: 0.28rem;
  }
  .banner__header a {
    color: #fff;
  }
  .banner__title {
    margin: 0.364rem 0 0 0;
    text-align: center;
    letter-spacing: 0.06rem;
  }
  .banner__tag-line {
    text-align: center;
    color: #5e0a6d;
    font-size: 0.33rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 0.56rem 0;
  }
}
