.faqs-container .category {
  display: none;
}
.faqs-category-view .page-main {
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}
body.faqs-category-view .featured-banner .featured-image {
  background-position: center right 0;
}
.faqs-category-view .breadcrumbs-parent {
  margin-bottom: 81px;
}
.category-faqs span {
  background: #EEEEEE;
  border-radius: 10px;
  font: normal normal 500 18px/25px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 17.5px 40px;
  color: #414141;
  position: relative;
  display: block;
  width: 100%;
  transition: all .5s;
}
.category-faqs:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  color: #414141;
  font-size: 16px;
  line-height: 23px;
  position: absolute;
  top: 18px;
  right: 40px;
}
.category-faqs.active span {
  color: #FFFFFF;
  background: #ec7b1f 0% 0% no-repeat padding-box;
}
.category-faqs.active:after {
  color: #fff;
  content: '\f106';
}
.faqs-items {
  background: #EEEEEE;
  padding: 0px 35px 0 35px;
  display: none;
  margin-top: 0px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;
}
.faqs-title {
  font: normal normal normal 16px/23px Poppins;
  letter-spacing: 0px;
  color: #414141;
  padding: 18.5px 25px 18.5px 0;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.faqs-title:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
  color: #414141;
  font-size: 16px;
  line-height: 23px;
  position: absolute;
  top: 18px;
  right: 0px;
}
.faqs-title.active {
  color: #EC7B1F;
  border-color: transparent;
  font-weight: 500;
}
.faqs-title.active:after {
  color: #EC7B1F;
  content: '\f106';
}
.faqs-content {
  display: none;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 0;
  padding-bottom: 14px;
  margin-top: -5px;
}
.faqs-title:nth-last-child(2) {
  border-bottom: 0;
}
.category-faqs.active {
  background: #EEEEEE;
  margin-bottom: 0;
}
.category-faqs {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.toolbar-amount {
  display: none;
}
.faqs-category-view .columns .column.main {
  position: relative;
  overflow: hidden;
  padding-bottom: 75px;
}
.faqs-category-view .columns .column.main:before {
  content: '';
  display: block;
  width: 404px;
  height: 404px;
  position: absolute;
  bottom: 33%;
  left: -88px;
  background: url('../images/faq-left.png') no-repeat;
  background-size: contain;
  z-index: -1;
}
.faqs-category-view .columns .column.main:after {
  content: '';
  display: block;
  width: 511px;
  height: 529px;
  position: absolute;
  bottom: -1%;
  right: -75px;
  background: url('../images/faqs-right.png') no-repeat;
  background-size: contain;
  z-index: -1;
}
.faqs-category-view .pager {
  margin-top: 79px;
  margin-bottom: 25px;
}
.faqs-content:last-child {
  border: 0;
}
body .breadcrumbs ul.items li.item.faqs_category {
  text-transform: uppercase;
}
@media (max-width: 1550px) and (min-width: 768px) {
  .faqs-category-view .columns .column.main {
    padding-bottom: 210px;
  }
  .faqs-category-view .columns .column.main:after {
    height: 380px;
    background-position: right;
  }
  .faqs-category-view .columns .column.main:before {
    /* bottom: 0; */
  }
}
@media (max-width: 1024px) {
  .category-faqs:after {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .faqs-category-view .pager {
    margin-bottom: 30px;
    margin-top: 70px;
  }
  .faqs-category-view .columns .column.main {
    padding-bottom: 40px;
  }
  .category-faqs span,
  .faqs-title {
    font-size: 14px;
  }
  .category-faqs span {
    padding: 15px 30px 15px 20px;
  }
  .category-faqs:after {
    right: 20px;
  }
  .faqs-items {
    padding: 0px 20px 0 20px;
  }
  .faqs-title:after {
    /* right: -10px; */
  }
  body.faqs-category-view .featured-banner .featured-image {
    background-position: center right -342px;
  }
  .faqs-category-view .columns .column.main:before {
    width: 70%;
    max-width: 300px;
    top: -13px;
    left: -103px;
    height: 300px;
    display: none;
  }
  .faqs-category-view .columns .column.main:after {
    max-width: 300px;
    width: 70%;
    bottom: -120px;
    top: auto;
    height: 300px;
    display: none;
  }
  .faqs-category-view .row.faqs-container:before,
  .faqs-category-view .row.faqs-container:after {
    content: '';
    display: block;
    width: 361px;
    height: 313px;
    background: url(../images/faq-left-mb.png) no-repeat;
    background-size: contain;
    z-index: -1;
    margin: 0 auto;
    max-width: 100%;
  }
  .faqs-category-view .row.faqs-container:before {
    background-position: center right 20px;
  }
  .faqs-category-view .row.faqs-container:after {
    background: url(../images/faqs-right-mb.png) no-repeat;
    background-size: contain;
    width: 449px;
    height: 440px;
  }
  .faqs-category-view .breadcrumbs-parent {
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .faqs-category-view .row.faqs-container:after {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .faqs-category-view .row.faqs-container:after {
    height: 360px;
  }
}
