.choices__list{
  color: #2f2f2f;
}
.choices__inner{
  padding: 0!important;
  border: none!important;
  padding: 0 10px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  resize: none;
  border-radius: 5px;
  color: #2f2f2f;
}
input[type="text"]{
  width: 100%!important;
}
.choices__list--dropdown .choices__item--selectable{
  padding-right: 10px!important;
}

.form-row textarea{
  height: 120px;
  color: black;
}
.form-row input{
  height: 35px;
}

.form-row .btn-blue{
  height: 35px;
  padding: 12px 0;
}

.contact_us_parent_div{
  background: #FDF6F8;
  border-radius: 10px;
  padding: 10px!important;
}

.break_custom{
  height:1px; visibility:hidden;
  margin-top:-28px;
}

@media only screen and (max-width: 800px) {
  .break_custom{
    height:1px; visibility:hidden;
    margin-top:0px;
  }
  .contact_us_parent_div{
    margin-top: 15px;
  }
}

.contact_us_submit{
  background: #8A73F7;
  color: #ffffff;
}

.contact_us_submit:hover{
  background: #8A73F7;
  color: #ffffff;
}

.section-banner [class*="banner-"]{
  padding: 0px 15px 0px 0px!important;
}
