.contentArea {
  padding-top: 45px;
}
.contentArea h2 {
  font-size: 26px;
  margin-top: 30px;
}
.contentArea h3 {
  font-size: 22px;
  margin-top: 30px;
}
.contentArea p {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
}
.contentArea .list,
.contentArea ul {
  list-style: none;
  font-weight: 300;
  overflow: hidden;
  padding: 0 2px;
}

.contentArea .list li,
.contentArea ul li {
  margin-bottom: 6px;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  font-family:  "Roboto", sans-serif;
}

.contentArea .list li:before,
.contentArea ul li:before {
  position: absolute;
  left: 0px;
  top: 2px;
  content: "\f192";
  font-family: "FontAwesome";
  color: #ce5d70;
  font-size: 12px;
}

.contentArea .list.bullet.sitemap-links li a {
  color: #333;
  text-decoration: none;
}
.faqBox h3 {
  text-align: center;
  margin: 25px 0;
}

.faqBox {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 30px;
  border-radius: 8px;
}

.faqBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faqBox ul li {
  border-bottom: 1px solid #ccc;
  padding: 13px 0;
  border-radius: 0;
  margin-bottom: 12px;
  list-style: none;
}

.faqBox ul li .faqhead {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.faqBox ul li .faqhead:after {
  content: "+";
  font-size: 19px;
  color: #3c8ba3;
  top: 0px;
  position: absolute;
  right: 0px;
  width: 25px;
  display: inline-block;
  border: 1px solid #3c8ba3;
  text-align: center;
  height: 25px;
  line-height: 19px;
  border-radius: 50%;
}

.faqBox ul li .faqcontent {
  padding-top: 10px;
  font-size: 13px;
}

.faqBox ul li:before {
  display: none;
}
.faqBox ul li .faqhead.active:after {
  content: "-";
}

.faqBox ul li .faqcontent {
  padding-top: 20px;
}
.faqcontent ul li {
  border: none;
  margin: 0;
  padding: 10px 20px;
}

.faqcontent ul li:before {
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  .faqBox ul li .faqhead {
    font-size: 14px;
    font-weight: 600;
  }
  .contentArea p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
  }
  .faqBox ul li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    border-radius: 0;
    margin-bottom: 12px;
    list-style: none;
  }
}
