/* ---------------faq-section START--------------- */
.faq-section.active .faq-wrap .faq-list {
  opacity: 1;
}
.faq-section .faq-wrap .faq-list {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
.faq-section .faq-wrap .faq-list .list-item {
  box-sizing: border-box;
  border-bottom: 3px solid #f2f6fa;
}
.faq-section .faq-wrap .faq-list .list-item:nth-of-type(1) {
  border-top: 3px solid #f2f6fa;
}
.faq-section .faq-wrap .faq-list .list-item.active .btn-faq::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq-section .faq-wrap .faq-list .list-item.active .faq-box.q-box {
  background-color: #f2f6fa;
}
.faq-section .faq-wrap .faq-list .list-item .btn-faq {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
.faq-section .faq-wrap .faq-list .list-item .btn-faq::before, .faq-section .faq-wrap .faq-list .list-item .btn-faq::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ccc;
}
.faq-section .faq-wrap .faq-list .list-item .btn-faq::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.faq-section .faq-wrap .faq-list .list-item .faq-box {
  box-sizing: border-box;
  line-height: 1.5;
  padding: 35px 60px;
}
.faq-section .faq-wrap .faq-list .list-item .faq-box.q-box {
  transition: background-color 0.3s;
}
.faq-section .faq-wrap .faq-list .list-item .faq-box.q-box .title {
  line-height: inherit;
  box-sizing: border-box;
  padding-right: 10px;
}
.faq-section .faq-wrap .faq-list .list-item .faq-box.a-box {
  display: none;
}
.faq-section .faq-wrap .faq-list .list-item .faq-box.a-box .a-inner {
  line-height: inherit;
}

/* ---------------faq-section END--------------- */
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------faq-section START--------------- */
  .faq-section .faq-wrap .faq-list .list-item:hover .faq-box.q-box {
    background-color: #f2f6fa;
  }
  /* ---------------faq-section END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------faq-section START--------------- */
  .faq-section .faq-wrap .faq-list .list-item .btn-faq::before, .faq-section .faq-wrap .faq-list .list-item .btn-faq::after {
    right: 50px;
  }
  .faq-section .faq-wrap .faq-list .list-item .faq-box {
    padding: 32px 50px;
  }
  /* ---------------faq-section END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------faq-section START--------------- */
  .faq-section .faq-wrap .faq-list .list-item .btn-faq::before, .faq-section .faq-wrap .faq-list .list-item .btn-faq::after {
    right: 40px;
  }
  .faq-section .faq-wrap .faq-list .list-item .faq-box {
    padding: 29px 40px;
  }
  /* ---------------faq-section END--------------- */
}
@media screen and (max-width: 991px) {
  /* ---------------faq-section START--------------- */
  .faq-section .faq-wrap .faq-list .list-item:active .faq-box.q-box {
    background-color: #f2f6fa;
  }
  /* ---------------faq-section END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------faq-section START--------------- */
  .faq-section .faq-wrap .faq-list .list-item .btn-faq::before, .faq-section .faq-wrap .faq-list .list-item .btn-faq::after {
    right: 30px;
  }
  .faq-section .faq-wrap .faq-list .list-item .faq-box {
    padding: 26px 30px;
  }
  /* ---------------faq-section END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------faq-section START--------------- */
  .faq-section .faq-wrap .faq-list .list-item .btn-faq::before, .faq-section .faq-wrap .faq-list .list-item .btn-faq::after {
    right: 20px;
  }
  .faq-section .faq-wrap .faq-list .list-item .faq-box {
    padding: 23px 20px;
  }
  /* ---------------faq-section END--------------- */
}
/* ---------------media screen END--------------- */