#contact-form .help-block {
  line-height: 1.7;
  transform: translateY(-50%);
  width: 120px;
}

#contact-form .products-slit{
  border-bottom: 0px solid transparent !important
}

@media screen and (max-width: 768px){
  #contact-form .help-block {
    width: auto;
  }
}

#apnd_form {
  width: 420px;
}

@media screen and (max-width: 768px){
  #apnd_form {
    width: auto;
  }
}

#contact #apnd_form .apnd_form_in{
  display: flex;
  flex-wrap: wrap;
}

#contact #apnd_form .apnd_form_label{
  width: 100%;
  padding: 10px 0;
}

#contact #apnd_form .apnd_form_txt{
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  font-weight: normal;
  width: 100%;
}

#contact #apnd_form .apnd_form_checkbox_wrap{
  width: 100%;
  display: none;
}

#contact #apnd_form .checkbox{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

#contact #apnd_form .checkbox .checkbox-inline{
  width: 100%;
  font-size: 14px;
  margin-left: 25px;
}

#contact #apnd_form .checkbox .checkbox-inline input{
  margin-right: 15px;
}

.products-form-img{
  width: 100%;
}

#contact #contact-address{
  width: 200px;
  height: 30px;
}

#contact .products-form td {
  width: 420px;
}

@media screen and (max-width: 768px){
  #contact .products-form td {
    width: auto;
  }
}











