@charset "UTF-8";

.qa-question {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
  width: 100%;
  min-height: 40px;
  padding: 8px 40px 8px 15px;
  position: relative;
  cursor: pointer;
  background-color: #fafafa;
  color: #333 !important;

  /* background: rgba(40, 155, 125, 0.7); */
    /* rgba(40, 155, 125, 0.7); */
}

.qa-question.active{
  background: #30628f;
  color: #fff !important;

}


.qa-question i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 25px;
  /* background: rgba(255, 255, 255, 0.9); */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
}

.qa-question.active i.fa-plus {
  display: none;
}

.qa-question i.fa-minus {
  display: none;
}

.qa-question.active i.fa-minus {
  display: block;
  color: #eee;
}

.qa-answer {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 34px;
  color: #333;
  width: 100%;
  background-color: #fafafa;
  padding:15px 20px;
  font-weight: 500;
  display: none;
  font-weight: 400;
}

.qa-answer.active{
  display: block;
  color: #333 !important;
}

.qa-question-box {
  margin-bottom: 30px;
  /* border: 1px #54a6d4 solid; */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.qa-connect-box{
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 15px;
}

.qa-connect-box p{
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
}
