/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
.faq-categories {
  border: none;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .faq-categories {
    margin-bottom: 10px;
  }
}
.faq-categories .nav-link {
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(36, 44, 45, 0.8);
  padding: 15px 20px;
  border-radius: 50px;
}
.faq-categories .nav-link.active {
  background-color: #F2F2F2;
  border-radius: 50px;
  color: rgba(36, 44, 45, 0.8);
  border: none;
}

.accordian-style-2 {
  border: none;
}
.accordian-style-2 .accordion-item {
  border: none;
  border-radius: 20px;
  background-color: #F2F2F2;
  padding: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .accordian-style-2 .accordion-item {
    padding: 20px;
  }
}
.accordian-style-2 .accordion-button {
  background-color: inherit;
  box-shadow: none;
  padding: 0;
  color: rgba(36, 44, 45, 0.8);
  font-size: 18px;
  font-weight: 600;
  justify-content: space-between;
}
html[dir=rtl] .accordian-style-2 .accordion-button {
  text-align: right;
}
@media (max-width: 767.98px) {
  .accordian-style-2 .accordion-button {
    font-size: 16px;
  }
}
.accordian-style-2 .accordion-button::after {
  margin: 0;
  content: "";
  background-image: url(../images/faq-accordian-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
}
@media (max-width: 767.98px) {
  .accordian-style-2 .accordion-button::after {
    width: 35px;
    height: 35px;
  }
}
.accordian-style-2 .accordion-body {
  padding: 0;
  margin-top: 20px;
  color: rgba(36, 44, 45, 0.8);
  font-size: 16px;
  font-weight: 400;
}
