.banner {
  padding: 1.35rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.2rem;
  background-color: #fff;
  margin-bottom: 6rem;
}

.banner__image {
  /* width: 14.75rem; */
  height: 2.15rem;
}
.banner__heading {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--brandClr);
  letter-spacing: -0.02rem;
}
.banner__left-container {
  /* width: 14.75rem; */
  padding: 0 1.2rem;
}
.banner__heading-image-bg {
  position: relative;
}
.banner__heading-image-bg > div {
  display: inline;
  margin-right: 0.2rem;
  /* width: 7.1rem; */
  height: 1.84rem;
  background: #ffacc2;
  color: #fffffe;
  font-size: 1.2rem;
  transform: rotate(1.5deg);
  /* display: flex
; */
  justify-content: center;
  padding: 0.1rem 0.4rem 0rem 0.4rem;
  border-radius: 0;
  text-align: center;
}

.banner__heading-image-bg > div > span {
  display: inline-block;
  transform: rotate(-1.5deg) !important;
  text-transform: capitalize;
}

.banner__sub-heading {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.05rem;
  color: #c7527f;
  background-color: #fff3f8;
  padding: 0.02rem 0.4rem;
  width: 14.5rem;
  /* height: 0.79rem; */
  margin-bottom: 0.33rem;
  letter-spacing: -0.02rem;
}

.banner__description {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.05rem;
  color: #5a5b60;

  margin: 0.4rem 0 1rem 0;
}

.banner__get-consultation-btn {
  width: 10.5rem;
  height: 2rem;
  background-color: var(--brandClr);
  border: none;
  color: #fdfdfd;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 2.4rem;
  cursor: pointer;
}
.banner__right-container {
  width: 100%;
  height: 19.45rem;
  background-image: url("../assets/banner-sm-img.webp");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11.15rem 1.2rem 0 1.2rem;
}
.banner__form {
  background-color: var(--brandClr);
  width: 18.2rem;
  height: 23.6rem;
  box-shadow: 0px 0.1rem 0.4rem 0px #00000026;
  text-align: center;
  padding: 0.8rem 0.6rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0.4rem;

  text-align: left;
}

.banner__header {
  display: none;
}

button {
  cursor: pointer;
}
.banner__title {
  font-size: 1rem;
  color: #fffffe;
  font-weight: 600;
  margin-bottom: 0rem;
}
.banner__tag-line {
  font-size: 0.7rem;
  color: #fffffe;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.banner__input {
  height: 2.45rem;
  width: 100%;
  margin-bottom: 0.8rem;
  color: var(--brandClr);
  border: 1px solid #d791ab;
  padding: 0.8rem 0.6rem;
  /* color: grey; */
  background-color: transparent;
  border-radius: 0.2rem;
}

.banner__message {
  width: 100%;
  height: 3.63rem;
  border: 1px solid #d791ab;
  padding: 0.2rem;
  color: var(--brandClr);
  background-color: transparent;
  margin-bottom: 1.8rem;
  padding: 0.5rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .banner__message {
    margin-bottom: 0 !important;
  }
}
.banner__input2,
.banner__message2 {
  border: solid 1px #fdfdfd;
  color: #fdfdfd;
}

.banner__submit-btn {
  height: 2rem;
  width: 9.1rem;
  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;
  justify-self: center;
  /* margin-top: 0.4rem; */
}
.banner__submit-btn2 {
  background-color: #fdfdfd;
  color: var(--brandClr);
  margin-top: 0.4rem;
}

.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;
}

.badges-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background-color: #fff;
}

.badges {
  background-color: #d7d7d7;
  width: 18.2rem;
  height: 5.5rem;
  border-radius: 0.4rem;
  padding: 0.6rem 0.8rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
input {
  min-height: unset !important;
}

.badges-1 {
  background-color: #e4d8fb;
  color: var(--brandClr);
}
.badges-2 {
  background-color: #ffe5f0;
  color: #c7527f;
}
.badges-3 {
  background-color: #f7f7f7;
  color: #6e6e6e;
}

.badges > h1 {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  z-index: 2;
}

.badges > p {
  font-size: 0.7rem;
  z-index: 2;
}
.badges-container__img {
  /* width: 5.58rem; */
  height: 1.46rem;
  position: absolute;
  top: 1.85rem;
  left: 2.3rem;
  transform: scale(3.5);
}

.banner__input::placeholder,
.banner__message::placeholder {
  color: #b0b0b0;
}

.banner__input2::placeholder,
.banner__message2::placeholder {
  color: #fdfdfd99;
  border: var(--brandClr);
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 0rem 0;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 2.41rem;
    margin-bottom: 0;
  }

  .banner__left-container {
    /* width: 13.02rem; */
    width: 21.79rem;

    display: flex;
    flex-direction: column;
    padding: 1.54rem 0 0 1.83rem;
  }

  .banner__heading-image-bg > div {
    /* width: 5.47rem; */
    height: 1.4rem;
    margin-right: 0;
    font-size: 1.01rem;
    padding: 0 0.2rem;
    /* position: absolute;
    right: 0.6rem;
    top: 0rem; */
  }
  .banner__heading {
    font-size: 1.01rem !important;
    margin-bottom: 0;
    letter-spacing: -0.02rem;
    margin-top: 0;
    line-height: 1.3rem;
  }

  .banner__sub-heading {
    font-size: 0.375rem;
    line-height: 0.56rem;
    width: 12.85rem;
    margin-top: -0.6rem;
    height: 0.72rem;
    letter-spacing: -0.008rem;
    margin-left: 0.08rem;
    padding: 0.08rem 0.2rem;
  }
  .banner__description {
    font-size: 0.45rem;
    line-height: 140%;
    margin: 0.3rem 0 0.67rem 0;
    width: 16.03rem;
  }

  .banner__get-consultation-btn {
    width: 4.28rem;
    height: 1.05rem;
    font-size: 0.377rem;
    font-weight: 600;
    border-radius: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner__right-container {
    width: 15.18rem;
    height: 10.22rem;
    background-image: url(../assets/banner-md-img.webp);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.07rem 2.56rem 0 0rem;
  }
  .banner__header {
    display: flex;
    background-color: #fff;
    height: 0.98rem;
    justify-content: center;
    align-items: center;
    font-size: 0.44rem;
    font-weight: 500;
    color: #282828;
  }
  .banner__header > a {
    font-size: 0.44rem;
    font-weight: 500;
    color: #282828 !important;
    text-decoration: none;
    user-select: none;
    font-family: "Poppins" !important;
  }
  .banner__header > img {
    width: 0.377rem;
    height: 0.377rem;
    margin-right: 0.11rem;
  }
  .banner__form-input-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.3rem 0.62rem;
  }
  .banner__form {
    display: flex;
    background-color: var(--brandClr);
    width: 10.07rem;
    height: 11.58rem;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0.25rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 2rem;
  }

  .banner__title {
    font-size: 0.588rem;
    color: #ffffff;
    font-weight: 600;
    /* border: 1px solid #d791ab; */
    margin-bottom: initial;
    margin-top: 0;
  }

  .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: 1.88rem;
    margin-bottom: 0 !important;
    border: 1px solid #d791ab;
    padding: 0.2rem;
    border-radius: 0.08rem;
    font-size: 0.375rem;
    background-color: transparent;
  }
  .banner__input2,
  .banner__message2 {
    border: solid 1px#fffffe;
    color: #fdfdfd;
  }

  .banner__input::placeholder,
  .banner__message::placeholder {
    font-size: 0.375rem;
    font-weight: 400;
    color: #b0b0b0;
  }
  .banner__input2::placeholder,
  .banner__message2::placeholder {
    color: #fdfdfd99;
  }
  .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;
  }
  .banner__submit-btn2 {
    background-color: #fffffe;
    color: var(--brandClr);
  }

  .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;
  }

  .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;
  }

  .badges-container {
    flex-direction: row;
    gap: 0.3rem;
  }

  .badges {
    background-color: #d7d7d7;
    width: 8.3rem;
    height: 3.75rem;
    cursor: pointer;
    border-radius: 0.16rem;
    padding: 0.5rem 0rem 0.5rem 0.66rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .badges-container__img {
    /* width: 5.58rem; */
    height: 1.46rem;
    position: absolute;
    top: 1rem;
    left: 1.3rem;
    transform: scale(2.3);
    z-index: 0;
  }

  .badges-1 {
    background-color: #e4d8fb;
    color: var(--brandClr);
  }
  .badges-2 {
    background-color: #ffe5f0;
    color: #c7527f;
  }
  .badges-3 {
    background-color: #f7f7f7;
    color: #6e6e6e;
  }

  .badges > h1 {
    font-size: 0.5rem;
    font-weight: 500;
    z-index: 2;
    margin-bottom: 0.08rem;
  }

  .badges > p {
    font-size: 0.375rem;
    margin-top: 0rem;
    z-index: 2;
  }

  .hidebrline {
    display: none;
  }
}

.err-message {
  color: red;
  font-size: calc(16rem / 22);
  /* height: 1rem; */
  margin-bottom: 1rem;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .err-message {
    color: red;
    font-size: 0.6rem;
    margin-bottom: 0;
    font-size: calc(16rem / 53);
  }
}

.captcha-container {
  width: 15.45rem;
  /* height: 4.5rem; */
  /* background-color: white; */
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .captcha-container {
    width: calc(470rem / 53);

    /* height: calc(136rem / 53); */
  }
}
