

/* formTestCus */
.formTestCus{
  margin-bottom: 10px;
}
.formTestCus .itemCus{
  margin-bottom: 20px;
}
.formTestCus .itemCus .ques{
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.formTestCus .itemCus .lstQues{
  font-size: 15px;
  line-height: 23px;
  padding-left: 30px;
}
.formTestCus .itemCus .lstQues li{
  margin-bottom: 12px;
}
.formTestCus .itemCus .lstQues label{
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.formTestCus .lstQues  input[type=radio]{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* margin-top: 0; */
  margin-right: 10px;
  background-color: #f4f4f4;
}
.formTestCus .lstQues  input[type=checkbox]{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* margin-top: 0; */
  margin-right: 10px;
  background-color: #f4f4f4;
  border-radius: 0;

}
/* formTestCus */