.faq-acc .comm-desc-analyse {
  display: none;
}

.faq-bg {
  padding: 0;
  position: relative;
}
.faq-bg:before {
  content: "";
  position: absolute;
  right: -7%;
  top: 0;
  width: 350px;
  height: 60%;
  background-image: url(./images/video-call/pattern-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.faq-bg:after {
  content: "";
  position: absolute;
  left: -7%;
  bottom: 32px;
  width: 350px;
  height: 60%;
  background-image: url(./images/video-call/pattern-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.faq-head {
  text-align: center;
  padding: 40px 0 50px 0;
  position: relative;
}
.faq-head .section-title {
  color: #000;
  
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.faq-subtitle {
  
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #444;
  max-width: 800px;
  margin: auto;
  margin-bottom: 25px;
}
.faq-head:after {
  content: "";
  width: 97px;
  height: 1px;
  background: #000;
  position: relative;
  display: block;
  margin: 20px auto 0;
}
.faq-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.faq-accordian-wrapper {
  width: 100%;
}
.faq-acc {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.faq-acc h3 {
  
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  line-height: 26px;
  cursor: pointer;
  width: 95%;
}
.faq-acc p {
  
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 25px 0 25px;
}
.faq-acc ul {
  margin: 0 0 30px 0;
}

.faq-acc ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  padding: 0 25px 0 25px;
}
.faq-acc p b {
  font-weight: 600;
}
.faq-acc p a {
  color: #0042f2;
}
.faq-acc.active-acc h5 {
  color: #0400ee;
}

@media screen and (max-width: 991px) {
      .faq-accordian-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
    .faq-bg:before {
    content: none;
  }
  .faq-bg:after {
    content: none;
  }
}

@media (max-width: 640px) {
     .faq-head .section-title {
    font-size: 22px;
  }
  .faq-subtitle {
    font-size: 15px;
  }
  .faq-head {
    padding: 60px 0 40px 0;
  }
}

@media (max-width: 580px) {
     .faq-acc h3 {
    width: 85%;
  }
}