/*----------------------------------------*/
/*  7.11 faq css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq {
    margin-left: 0;
  }
}
.tp-faq-dec {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.04em;
  color: #09090b;
}
.tp-faq-item {
  border-radius: 0;
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
  background: #f6f6f6;
  padding: 10px 30px 10px 30px;
  margin-bottom: 16px;
}

.tp-faq-body {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  padding-bottom: 13px;
  padding-right: 112px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-body {
    padding-right: 0;
  }
}
.tp-faq-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #66666c;
}

.tp-service-details-faq .tp-faq-body p {
  font-size: 18px;
  line-height: 156%;
  color: var(--tp-common-black);
  margin-bottom: 20px;
  margin-left: 69px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-body p br {
    display: none;
  }
}
.tp-service-details-faq .tp-faq-item {
  box-shadow: none;
  background: transparent;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-service-details-faq-two .tp-faq-item {
  padding: 20px 0;
}
.tp-faq-button {
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
  position: relative;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  padding-right: 50px;
}

.tp-service-details-faq .tp-faq-button {
  font-size: 28px;
  font-family: var(--tp-ff-sequel-medium);
  font-weight: inherit;
  letter-spacing: -0.02em;
  display: flex;
}
@media (max-width: 574.98px) {
  .tp-faq-button {
    font-size: 18px;
  }
}
.tp-faq-button span {
  font-weight: 500;
  margin-right: 70px;
}
.tp-service-details-faq-two .tp-faq-button span {
  margin-right: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-button span {
    margin-right: 30px;
  }
}
.tp-faq-button::before, .tp-faq-button:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 7px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--tp-common-black);
  background: var(--tp-common-black);
  text-align: center;
  border-radius: 30px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
  transition: all 0.5s ease;
}
.tp-faq-button.collapsed::before, .tp-faq-button.collapsed:after {
  background: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(9, 9, 11, 0.05);
}
.tp-faq-button.collapsed:after {
  content: "\f067";
}

