.free-consultation-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.8rem 0.8rem;
  overflow: hidden;
}

.free-consultation-banner > h3 {
  position: relative;
  font-size: 1.81rem;
  line-height: 1.81rem;
  font-weight: 900;
  color: var(--brandClr);
  width: 12.93rem;
  margin-top: 1rem;
}

.free-consultation-banner__logo {
  width: 15rem;
  height: 14.05rem;
  transform: rotate(0deg);
  position: absolute;
  bottom: -0.2rem;
  left: 8.1rem;
  z-index: -1;
}

.free-consultation-banner__vector-1 {
  position: absolute;
  top: -0.5rem;
  left: 3.2rem;
  width: 1.47rem;
  height: 1.43rem;
}

.free-consultation-banner > h5 {
  font-size: 1rem;
  margin-top: 1.81rem;
  font-weight: 700;
  color: #d47fa1;
  position: relative;
}

.free-consultation-banner > p {
  font-size: 0.72rem;
  line-height: 0.69rem;
  color: #263238;
  font-weight: 400;
  margin: 0.5rem 0 0 2.6rem;
  position: relative;
}

.free-consultation-banner > p > span > img {
  position: absolute;
  width: 4.2rem;
  bottom: -0.4rem;
  height: 0.5rem;
  left: 4rem;
}

.free-consultation-banner > p > span {
  font-weight: 700;
}
.free-consultation-banner > h5 > img {
  width: 2.21rem;
  height: 2.8rem;
  position: absolute;
  left: -0.6rem;
  top: 1rem;
}

/* .free-consultation-banner > h3  img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 2rem;
    width: 1.47rem;
    height: 1.43rem;
  } */

.banner__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 13.18rem;
  height: 13.45rem;
  border-radius: 0.6rem;
  align-self: center;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 1rem;
  background-color: #ffffff;
  padding: 0.909rem 1rem;
  border-radius: 0.6rem;
  box-shadow: 5px 4px 24px 0px rgba(173, 173, 173, 0.24);
}

.banner__title {
  font-size: 0.8rem;
  color: var(--brandClr) !important;
  font-weight: 700;
}

.banner__input {
  margin-top: 0.5rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.1rem;
  align-self: stretch;
  border: 0.018rem solid #d47fa1 !important;
}

::placeholder {
  color: black !important;
}

.banner__input-message {
  height: 3rem;
}

.banner__submit-btn {
  background-color: var(--brandColor);
  border: 0;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
  color: white;
  align-self: stretch;
  height: 1rem;
  font-size: var(--co-font-2);
  font-weight: 700;
}

/* .banner__description span {
    color: white;
    font-weight: 800;
    background-color: #d47fa1;
    display: inline-block !important;
    padding: 0.35rem 0.35rem;
    border-radius: 0.4rem;
  } */

.banner__title {
  font-size: var(--co-font-6);
  color: var();
  font-weight: 700;
}

.banner__input {
  height: 1.727rem;
  margin-top: 0.363rem;
  border: 0;
  padding: 0 0.5rem;
  border-radius: 0.318rem;
  flex-shrink: 0;
}

.banner__input {
  align-self: stretch;
}

.banner__input-message {
  height: 3.81rem;
}

.banner__submit-btn {
  background-color: var(--brandClr);
  border: 0;
  border-radius: 0.318rem;
  margin-top: 0.6rem;
  color: white;
  align-self: stretch;
  height: 1.2727rem;
  font-size: var(--co-font-2);
  font-weight: 700;
  width: 3.9rem;
  align-self: center;
  flex-shrink: 0;
}

.banner__text-container {
  align-self: flex-start;
}

.banner__price-text {
  margin-top: 1.9rem;
  align-self: flex-end;
  margin-right: 0.4rem;
  position: relative;
}

.banner__price-text > h1 {
  font-size: var(--co-font-7);
  font-weight: 700;
  color: rgba(212, 127, 161, 1);
  line-height: 1.181rem;
}
.banner__price-text > p {
  font-size: var(--co-font-2);
  font-weight: 400;
  color: rgb(0, 0, 0);
  line-height: 0.8rem;
}

.banner__price-text > p > span {
  font-size: var(--co-font-2);
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.banner-floating-arrow {
  position: absolute;
  bottom: -2rem;
  left: -3rem;
  height: 3.826rem;
}

.banner__hollow-arrow-image {
  position: absolute;
  height: 2rem;
  top: -2.3rem;
  right: 4rem;
}
@media screen and (min-width: 768px) {
  .free-consultation-banner__vector-1 {
    top: -0.7rem;
    left: 2.5rem;
  }
  .banerr-hrline {
    display: none;
  }
  .banner__hollow-arrow-image {
    height: 2.698rem;
    top: -3.4rem;
  }
  .free-consultation-banner {
    padding: 1.33rem 2.37rem;
  }

  .free-consultation-banner > h3 {
    font-size: 1.41rem;
    line-height: 1.32rem;
    width: 23.13rem;
    margin-bottom: 1.2rem;
  }
  .free-consultation-banner__logo {
    width: 22.67rem;
    height: 23rem;
    transform: rotate(0deg);
    position: absolute;
    bottom: -8.2rem;
    left: 18.4rem;
  }
  .free-consultation-banner > h5 {
    order: 2;
    margin-top: 3rem;
  }
  .free-consultation-banner > p {
    order: 3;
    /* margin-bottom: 1.5rem; */
    margin: 0.5rem 0 1.5rem 1.2rem;
  }
  .banner__form {
    width: 11.62rem;
    height: 12.94rem;
    padding: 0.45rem;
    margin-left: -11rem;
    margin-bottom: 0;
    margin-top: -0.3rem;
  }
  .banner__input {
    height: 1.75rem;
    font-size: 0.62rem;
    border-radius: 0.418rem;
    width: 10.5rem;
  }

  .banner__title {
    font-size: 0.75rem;
  }

  .banner__input-message {
    height: 3.84rem;
    width: 10.5rem;
  }

  .banner__submit-btn {
    border-radius: 0.41rem;
    height: 1.15rem;
    font-size: 0.62rem;
    font-weight: 700;
    width: 4.2rem;
    margin-top: 0.67rem;
  }

  .banner-floating-arrow {
    position: absolute;
    bottom: -2rem;
    left: -2.5rem;
    height: 3.8rem;
  }

  .free-consultation-banner > h5 > img {
    width: unset;
    height: 3rem;
    left: -1.3rem;
    top: 1rem;
  }
  .banner__input::placeholder {
    color: #47555c !important;
    font-size: 0.62rem !important;
  }
  .free-consultation-banner > p > span > img {
    width: 7.57rem;
    bottom: -0.7rem;
    height: 0.9rem;
    left: 4.8rem;
  }
  .free-consultation-banner > h5 {
    font-size: 1.13rem;
  }

  .free-consultation-banner > p {
    font-size: 0.75rem;
    line-height: 0.84rem;
  }

  .main-app {
    padding: 0 2rem !important;
  }
  .accordion-main-container {
     width: 100%; 
     grid-template-columns: 1fr !important;
  }
}
