.hero__card-content {
  box-shadow: 5px 5px 15px #03030326;
}
.form-top-image img {
    border-radius: 35px;
}

.hero-new-dd form input[type=text], .hero-new-dd form input[type=email]{
  background-color: #fff;
  border: 1px solid #5b6770;
  border-radius: 10px;
  color: #565d6b;
  padding: 20.6px 20px;
}

.hero-form-inner { opacity: 1; background-color: #FFFFFF; padding: 20px; border-radius: 35px; align-items: center; box-shadow: 5px 5px 15px #03030326; height: 100%; }

.hero-new-dd .hero-parent { display: flex; flex-wrap: wrap; justify-content:center;     align-items: center;} 
.hero-new-dd .hero-form {     width: calc(50% - 20px); margin-right: 10px;} 
.hero-new-dd .hero__card {    width: calc(50% - 20px);     margin-left: 10px; position: relative; z-index: 100;}
.hero-new-dd .hero-form {
  position: relative; z-index: 100;
}
.hero-parent:after { position: absolute; content: ""; height: 400px; width: 100%; bottom: 1px; background: #009ED9; opacity: 0.3; filter: blur(60px); z-index: -4; left: -18px; }
.hero-new-dd .hero-form form input[type=email] { width: 100%; }

/* .hero-new-dd .hero-form .hs-form-booleancheckbox span {
color: #fff;
} */
/* .hero-new-dd .hero-form .legal-consent-container p {
color: #fff;
} */
.hero-new-dd .banner-text-title { position: relative; top: -364px; text-align: center; z-index:10; }
.hero-new-dd .hero-form form a {
  color: #565d6b;
}


.hero__background {
  height: 225px;
  width: 100%;
}

.hero__card-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -145px;
  position: relative;
  z-index: 100;
}

.hero__card {
  display: flex;
  flex-direction: column-reverse;
  max-width: 735px;
  width: 100%;
}

.hero__card-content {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem;
  width: 100%;
}

.hero__main-content {
  width: 100%;
}

.hero__subtitle {
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.hero__button-wrapper {
  margin-top: 1.5rem;
  width: 100%;
}
/* .hero-new-dd .hero-form .legal-consent-container a { color: #fff !important; } */

/* 29/5/task */

/* .hero__card {
display: none !important;
}
.hero-new-dd .hero-parent {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.hero-new-dd .hero-form {
width: 80%;
margin-right: 0px;
} */


/* 29/5/task end */

@media (min-width: 767px) {
  .hero__background {
    height: 450px;
  }

  .hero__card-wrapper {
    margin-top: -290px;
  }

  .hero__card {
    flex-direction: column;
  }

  .hero__card-content {
    padding: 5rem;
  }
}
@media (max-width: 1280px) {
  .hero-new-dd .hero__card-content {
    padding: 4rem;
  }
}

@media (max-width: 1024px) {
  .hero-new-dd .hero__card-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .hero-new-dd .hero__card-content {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-new-dd .hero-form {
    margin-right: 0;
    width: 100%;
  }
  .hero-new-dd .hero__card { margin-left: 0; width: 100%; margin-top: 20px; }
  .hero-new-dd .banner-text-title {  top: -181px; }
}

@media (max-width: 480px) {
  .hero-new-dd .hero-form form input[type=email]{width:95%;}




  @media (max-width: 450px) {
    .banner-text-title h1 {
      font-size: 30px;
    }
  }