.tp-faq-area {
  background-color: var(--lightbg);
  margin-top: 3rem;
  padding-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .tp-faq-area {
    margin-top: 0;
  }
}
.tp-faq-area .p-relative {
  position: relative;
}
.tp-faq-area ul {
  padding-inline: 25px;
}
.tp-faq-area ul li {
  line-height: 1.8;
  list-style: disc;
  text-align: justify;
  margin-bottom: 10px;
}
.tp-faq-area .tp-faq-img {
  position: absolute;
  bottom: -52%;
  left: 33%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-area .tp-faq-img {
    bottom: 4%;
    left: 54%;
  }
}
@media (max-width: 767px) {
  .tp-faq-area .tp-faq-img {
    display: none;
  }
}
.tp-faq-area .tp-faq-border-shape {
  position: absolute;
  bottom: 9%;
  left: -21%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-area .tp-faq-left-wrapper {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-faq-area .tp-faq-left-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.tp-faq-area .tp-faq-section-box p {
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-faq-area .tp-faq-section-box p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-faq-area .tp-faq-section-box p {
    font-size: 16px;
  }
  .tp-faq-area .tp-faq-section-box p br {
    display: none;
  }
}
.tp-faq-area .tp-faq-active {
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
  border-radius: 0 0 20px 20px;
}
.tp-faq-area .tp-custom-accordion .accordion-items {
  border-bottom: 1px solid #ebecf0;
  padding: 0 20px;
  position: relative;
  background: var(--plainclr);
  transition: 0.3s;
  margin-bottom: 10px;
}
.tp-faq-area .tp-custom-accordion .accordion-items.boxsadow {
  box-shadow: none;
  border-radius: none;
}
.tp-faq-area .tp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 35px 0;
  line-height: 20px;
  background: transparent;
  border: 0;
  font-weight: 700;
}
.tp-faq-area .tp-custom-accordion .accordion-buttons .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid var(--bordertwo);
  border-radius: 50%;
  transition: 0.3s;
}
.tp-faq-area .tp-custom-accordion .accordion-buttons .accordion-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--lihover-clr);
  border-radius: 2px;
}
.tp-faq-area .tp-custom-accordion .accordion-buttons .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--lihover-clr);
  border-radius: 2px;
  transition: 0.4s;
}
.tp-faq-area .tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
  border-color: var(--darkclr);
}
.tp-faq-area .tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-area .tp-custom-accordion .accordion-body {
  padding: 0px 0 40px 0;
  padding: 0px 0 40px 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 35px;
}

.pt-140 {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .pt-140 {
    padding-top: 0px;
  }
}

.pb-120 {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .ab-company-area {
    padding-bottom: 0;
  }
  .logo-carousel .logo_icon {
    margin-bottom: 0;
  }
  .tp-custom-accordion {
    margin-top: -24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ab-company-area {
    padding-top: 3rem;
  }
}
.faq_img {
  width: 100%;
  margin-top: 35px;
  text-align: center;
  position: relative;
}
.faq_img img {
  width: 80%;
}/*# sourceMappingURL=impact-faq.css.map */