.bannerTitle h1,
.bannerTitle p {
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.faqssFilterTabs button.filtersBtn.active:after,
.faqssFilterTabs button.filtersBtn:after {
  height: 2px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  transition: 0.5s;
  position: absolute;
}
.btnGradiant,
.faqsSearch {
  line-height: 16px;
  font-size: 13px;
}
.btnGradiant,
.noResultFound {
  font-style: normal;
  text-align: center;
}
section {
  position: unset;
  overflow: unset;
}
.pageBannerSec {
  padding: 118px 0;
  background: #060606;
  position: relative;
  overflow: hidden;
}
section.pageBannerSec::before {
  position: absolute;
  content: "";
  width: 552px;
  height: 351px;
  border-radius: 620px;
  background: conic-gradient(
    from 90deg at 50% 50%,
    rgba(0, 55, 52, 0.6) 170.6250035762787deg,
    rgba(0, 189, 178, 0.5) 359.9285888671875deg
  );
  filter: blur(95px);
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
}
.faqsSearch,
.faqssFilterTabs button.filtersBtn {
  font-weight: 400;
  height: 37px;
  width: 100%;
  outline: 0;
}
.bannerTitle h1 {
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 19px;
  max-width: 1073px;
  width: 100%;
}
.bannerTitle p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  max-width: 90%;
}
.faqsGroup {
  margin-top: 52px;
  position: relative;
}
.searchIcon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.faqsSearch {
  border: 1px solid #bb92e4;
  border-radius: 5px;
  color: #fff;
  background: 0 0;
  max-width: 250px;
  padding: 10px 10px 10px 33px;
}
.faqsSearch:hover {
  border: 1px solid #fff;
}
.faqsSearch::placeholder {
  color: #fff;
}
.faqsSearch:-ms-input-placeholder {
  color: #fff;
}
.faqsSearch::-ms-input-placeholder {
  color: #fff;
}
.faqsSec {
  margin-top: 86px;
}
.faqsWrapper {
  display: flex;
  column-gap: 35px;
  max-width: 910px;
  margin: 0 auto 60px;
}
.faqsSecBody {
  width: 100%;
}
.faqssFilterTabs {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 42px;
}
.faqssFilterTabs button.filtersBtn {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #64748b;
  max-width: 100%;
  position: relative;
  cursor: pointer;
}
.faqssFilterTabs h2 {
  display: inline-block;
  width: 100%;
}
.btnGradiant:hover .btn-text,
.faqssFilterTabs button.filtersBtn:hover {
  color: #1e43ff;
}
.faqssFilterTabs button.filtersBtn.active {
  background: #e0e7ff;
  color: #1e43ff;
}
.faqssFilterTabs button.filtersBtn:after {
  content: "";
  width: 0;
  background: 0 0;
  bottom: -2px;
  opacity: 0;
}
.faqssFilterTabs button.filtersBtn.active:after {
  content: "";
  width: 100% !important;
  background: #1e43ff !important;
  bottom: -2;
  opacity: 1;
}
.faqssFilterTabs button.filtersBtn:hover:after {
  width: 15px;
  opacity: 1;
  background: #1e43ff;
}
.faqsItem:last-child .faqs-card{
  border: none;
}
.faqs-card {
  border-bottom: 1px solid #d1deef;
}
.faqs-card:hover {
  border-bottom: 1px solid #05ada3;
}
.faqs-accord-card-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0 16px;
}
.addsBody .addsDesc,
.faqs-accord-card-body {
  padding-bottom: 18px;
}
.faqs-accord-card-head h2 {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #121826;
  padding-right: 25px;
}
.faqs-card:hover .faqs-accord-card-head h2 {
  color: #05ada3;
}
.faqs-icon {
  display: flex;
  width: 10px;
  height: 10px;
  background: url(../images/faqSvg-db.svg) 0 0 / contain no-repeat;
  flex: 0 0 18px;
}
.faqs-card.show .faqs-icon {
  transform: rotate(135deg);
}
.faqs-accord-card-body p,
.faqs-accord-card-body ul li {
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: #64748b;
}
.faqs-accord-card-body p,
.faqs-accord-card-body ul {
  margin-bottom: 15px;
}
.faqs-accord-card-body ul,
.faqs-accord-card-body ol{
  padding-left: 40px;
}
.faqs-accord-card-body .answerInner {
  max-width: 749px;
  width: 100%;
}
.faqs-accord-card-body .answerInner p a {
  color: #05ada3;
  text-decoration: none;
}
.faqs-accord-card-body .answerInner p a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faqs-accord-card-body p + p,
.faqs-accord-card-body ul li + li {
  margin-top: 15px;
}
.addsWidget {
  max-width: 230px;
  width: 100%;
}
.addsBody.stick {
  transition: 0.3s ease-in;
  position: -webkit-sticky;
  align-self: flex-start;
  position: sticky;
  top: 100%;
  visibility: hidden;
}
.addsBody.stick.scrollStick {
  top: 170px !important;
  visibility: visible;
}
.addsBody {
  padding: 141px 12px 24px;
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(to right, #f5f5f5, #f5f5f5),
    linear-gradient(
      94.55deg,
      #ff51d7 -9.2%,
      #ff4848 21.42%,
      #6248ff 50.94%,
      #1862ff 95.77%
    );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  position: relative;
  top: 220px;
}
.addsGif {
  margin: 0 auto 8px;
  display: block;
  position: absolute;
  top: -85px;
  left: 28px;
}
.addsBody .addsHead {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  text-align: center;
  background: linear-gradient(
    87.17deg,
    #ff51d7 6.45%,
    #c300ff 20.57%,
    #c300ff 37.05%,
    #30b6ff 61.17%,
    #00f0ff 80.04%,
    #1e43ff 93.85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.addsBody .addsDesc {
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  color: #121826;
}
.btnGradiant {
  max-width: 114px;
  width: 100%;
  display: flex;
  padding: 2px;
  color: #121826;
  height: 37px;
  border-radius: 8rem;
  font-weight: 500;
  column-gap: 8px;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(
    81.22deg,
    #1862ff -14.08%,
    #7731ff 29.91%,
    #d012ff 77.88%
  );
}
.btnGradiant:hover {
  transform: scale(1.05);
}
.btnGradiant .btn-text {
  padding: 9px 0;
  display: block;
  border-radius: 8rem;
  background-color: #f5f5f5;
  width: 100%;
  font-weight: 500;
}
.addsBtnIcon {
  display: inline-flex;
  position: relative;
  top: 2px;
}
.btnGradiant:hover .addsBtnIcon svg path {
  fill: #1e43ff;
}
.highlight {
  background-color: rgb(255 180 70);
}
.noResultFound {
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  display: none;
  color: #64748b;
  padding-top: 8%;
}
.faqs-accord-card-body .answerInner ul li a {
    color: #05ada3;
    text-decoration: none;
}
.faqs-accord-card-body .answerInner ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .faqsWrapper {
    flex-direction: column;
    row-gap: 25px;
  }
  .addsWidget {
    position: unset;
    margin: 0 auto;
  }
  .addsBody.stick {
    display: none;
  }
  .addsBody {
    top: 100px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .pageBannerSec {
    padding: 100px 0 55px;
  }
  .bannerTitle h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 13px;
  }
  .bannerTitle p {
    font-size: 14px;
    line-height: 21px;
  }
  .faqsGroup {
    margin-top: 32px;
  }
  .faqsSec {
    margin-top: 44px;
  }
  .faqs-accord-card-body .answerInner {
    padding-right: 38px;
  }
  .faqsSearch {
    max-width: 270px;
    height: 40px;
  }
  .faqssFilterTabs {
    border-bottom: unset;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 12px;
  }
  .faqssFilterTabs button.filtersBtn {
    padding: 0 14px;
    max-width: unset;
    width: unset;
    border-radius: 8rem;
    border: 1px solid #cbd5e1;
    color: #475569 !important;
    height: 30px;
    background: #fff;
  }
  .faqssFilterTabs button.filtersBtn.active:after,
  .faqssFilterTabs button.filtersBtn:after,
  .faqssFilterTabs button.filtersBtn:hover:after {
    content: unset;
  }
  .faqssFilterTabs button.filtersBtn.active {
    border: 1px solid #1e43ff;
    background: #1e43ff;
    color: #fff !important;
  }
  .faqssFilterTabs h2 {
    display: inline-block;
    width: unset;
  }
}
