/*input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
*/
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
ul.parsley-errors-list li {   
    margin: 10px 0px;
    color: #e03025;
    font-weight: 500;
    font-size: 14px;
}

/*.inquiryForm {
    width: 50%;
    margin: 0 auto;
    border: 5px solid #7702ff;
    padding: 40px 40px 100px;
}

.inquiryForm .form-group input {
    height: 40px;
}
.inquiryForm .form-group label {
    font-weight: 600;
    font-size: 16px;
}*/

.inquiryForm button.btn.btn-default {
    background: #a0ce4e;
    color: #ffffff;
    border-color: #ffffff;
    padding: 10px 30px;
    border: transparent;
    /* border-radius: 100px; */
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
  }

p.filesText {
    background: #fff;
    width: fit-content;
   padding: 0px 10px;
    color: #00a4e2;
}
 .inquiryForm button.btn.btn-default:hover { background:#9bdf23;}
.inquiryForm input { height: 40px !important; } 



.inquiryForm input#files {
    width: 100%;
    border: 1px solid #e8eaf0;
    padding: 9px;
    background: #fff;
}

.filesUploader{ width: 100%;
    background: #fff;
    height: 40px;
    padding: 6px 15px;
    position: relative; border:1px solid #d2d2d2;}

.filesUploader input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0px;
}

.inquiryForm input::placeholder , .inquiryForm label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.inquiryForm div.form-group {
    margin-bottom: 30px;
}

.imageBox h3{
  color: #525252 !important;
    font-weight: 500 !important;
}