#aff_faq .accordion {
  border-radius: 10px;
  border: 2px solid;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}

#aff_faq .accordion-btn {
  border: none;
}

#aff_faq .accordion-header {
  padding: 0.75rem 1.25rem;
}

#aff_faq .accordion-title {
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

#aff_faq .faq-category-box {
  padding: 10px 15px;
}

#aff_faq .faq-category-box .faq-tab-slider {
  background-color: #0060a1;
  bottom: 0;
  display: inline-block;
  height: 4px;
  position: absolute;
  transition: all 0.4s linear;
  width: 30px;
}

#aff_faq .faq-category-box .faq-tab-slider:before {
  -webkit-transition: 0.4s;
  background-color: #fff;
  bottom: 4px;
  height: 20px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

#aff_faq .faq-category-box .nav-tabs {
  border: none !important;
  position: relative;
}

#aff_faq .faq-content {
  color: #6e7481;
  letter-spacing: 0px;
  padding: 0.375rem 0.75rem;
  text-align: left;
}

#aff_faq .faq-content-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}

#aff_faq .faq-content-header-title {
  align-items: center;
  color: #0060a1;
  display: flex;
  font-weight: 700;
}

#aff_faq .faq-content-header-title:hover {
  color: #0060a1;
}

#aff_faq .faq-main-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #edeeef;
  margin: 4% auto;
  padding: 2% 4%;
}

#aff_faq .faq-main-title {
  color: #151e34;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

#aff_faq .faq-sub-box {
  height: 100%;
  line-height: 1.7em !important;
  padding: 0% 4%;
  width: 100%;
}

#aff_faq .faq-sub-title {
  color: #6e7481;
  font-size: 15px;
  text-align: left;
}

#aff_faq .faq-tab-box {
  border-bottom: 5px solid #dadee2;
  display: inline-flex;
  font-size: 16px;
  height: 35px;
}

#aff_faq .faq-tab-box > a {
  font-weight: bold;
  text-align: center;
}

#aff_faq .faq-tab-box-color {
  color: #525660;
  height: 100%;
  width: 100%;
}

#aff_faq .faq-tab-box-color.active {
}

#aff_faq .faq-tab-box-color:hover {
  color: #525660;
}

#aff_faq .sub-title-category:after {
  content: "/";
}

#aff_faq .sub-title-category:last-child:after {
  content: " ";
}
