.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:200px 0px 0px
}
.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;
  font-weight:300;
}
body 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;
} */

.form-sec .book_a_call a.cta_button {
  border-radius: 20px;
  padding: 8px 20px;
}
body header .banner-hover .form-sec .book_a_call a.cta_button {
  padding: 3.5px 20px;
}
@media (min-width: 768px){
  .form-sec.wbookacall .location span.flex.align-center {
    min-width: 218px;
  }
  .form-sec.wbookacall .close-icon.loc-clear {
    right: 69px;
  }
  .form-sec.loc_added span.place {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 110px;
    overflow: hidden;
    min-width: 110px;
    line-height: 1;
}
}

@media (min-width: 768px){
  body .list-my-home-banner .form-sec {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .list-my-home-banner.banner-hover .form-sec .book_a_call{
    flex-basis: 100%;
  }
  .list-my-home-banner.banner-hover .form-sec .book_a_call.mobile_guest_cunt {
    flex-basis: 100%;
    margin-top: 8px;
    padding-left: 0;
    margin-right: 10px;
  }
  .list-my-home-banner.banner-hover .form-sec .book_a_call.mobile_guest_cunt a.cta_button {
    border-radius: 0px;
    display: block;
    padding: 7px 10px;
    font-size: 16px;
  }
  .list-my-home-banner.banner-hover .form-sec .book_a_call a.cta_button{
    border-radius: 0px;
    display: block;
  }
  .list-my-home-banner.banner-hover {
    padding: 110px 0px 279px;
  }
  body.list-my-home-page .list-my-home-banner.banner-hover {
    padding: 110px 0 62px;
  }
  .list-my-home-banner .form-sec {
    background: transparent;
    box-shadow: unset;
    bottom: 56px;
    padding-top:0px;
  }
  .list-my-home-banner .content-wrapper {
    padding: 0 30px;
  } 
  .list-my-home-banner .contents h1 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom:13px;
  }
  .list-my-home-banner .contents p{
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
  }
  .list-my-home-banner .form-sec .search a.cta_button {
    border-radius: 2px;
    padding: 12px 20px;
  }
  .list-my-home-banner.banner-hover .form-sec .search {
    margin-top: 8px;
  }
  .list-my-home-page .form-sec.loc_added.guest_added {
    background-color: transparent; 
  }
}
@media(max-width:480px){
  .banner-hover .form-sec .next_prev_mobile.baw {
    display: block !important;
  }
  .list-my-home-banner.banner-hover .form-sec .book_a_call.mobile_guest_cunt{
    margin-right:0;
    display: block;
  }
  .list-my-home-banner.banner-hover .form-sec .search {
    padding-left:0px;
  }
}