.list-my-home-banner.section-bg.overlay.banner-hover.form-reach-end.two-field-form-cm {
  padding:0px;
  height:0px;
  overflow:hidden;
}
.list-my-home-banner .form-sec span,
.list-my-home-banner .form-sec svg,
.banner-hover .form-sec .form-card{
  transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
}
.list-my-home-banner.banner-hover {
  padding:282px 0px 240px
}
.list-my-home-banner.overlay::before {
  background: #0F2238;
  opacity: 0.8;
}
.list-my-home-banner .contents {
  max-width: 684px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.list-my-home-banner .contents p {
  line-height: 24px;
  margin-top:4px;
}
body.internal-banner header .banner-hover .form-sec .search a.cta_button {
  padding: 3.5px 20px;
}
/*=== Form Styling ===*/
@media (min-width:768px) {
  .list-my-home-banner .form-sec {
    max-width: 655px;
    margin: 0 auto;
    width: 100%;
    border-radius: 40px;
    padding: 14px 20px 14px 21px;
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 2;
  }
}
.list-my-home-banner .form-sec {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
header .form-sec[form-page="list-my-home"] .search a.cta_button,
.list-my-home-banner .form-sec .search a.cta_button {
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration:none;
}


.list-my-home-page .header_nav .form-sec .form-card input,
.list-my-home-banner.banner-hover .form-sec .form-card input{
  border-radius:100px;
}

/* .list-my-home-page .header_nav .form-sec .form-card input{
border-radius:100px;
} */