section.faqsPage {
  padding: 50px 0 70px 0;
}
.faqsWraper {
  width: 100%;
}

.faqsContent {
  max-width: 100%;
  width: 100%;
}

.faqsWraper h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120.19%;
  color: #004B3D;
  padding-bottom: 16px;
  text-align: center;
}
.page_desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 159.7%;
  text-align: center;
  color: #3F3F3F;
  text-align: center;
  max-width: 775px;
  width: 100%;
  margin: 0 auto;
}
.card {
  max-width: 49%;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-radius: 12.341px;
  border: 1px solid #D9E4E1;
}

.card-head {
  display: flex;
    align-items: flex-start;
  position: relative;
  padding: 17px;
  justify-content: space-between;
}
.card:hover{
  border-color: #02837A;
}
.card:hover .card-head h3{
  color: #02837A;
}


/* .card .card-head:hover span.faq-icon svg path {
  fill: #01305c;
} */


.generalFaqs,
.pricingFaqs,
.qualityFaqs{
  padding: 70px 0;
  background-color: #F8FBFA;
}
.orderPlacement,
.writerFaqs,
.securityFaqs  {
  padding: 115px 0;
}
.generalFaqs h2,
.orderPlacement h2,
.securityFaqs h2,
.qualityFaqs h2,
.writerFaqs h2,
.pricingFaqs h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120.19%;
  text-align: center;
  color: #004B3D;
  padding-bottom: 42px;
}

.faqsContent a {
  color: #5E5E5E;
  text-decoration: underline #5E5E5E;
}

.generalWrapper {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-head h3{
  font-size: 18px;
  line-height: 164%;
  color: #004B3D;
  text-align: left;
  font-family: 'Inter';
  font-weight: 500;
  max-width: 95%;
  width: 100%;
}
.card.show .card-head {
  border-bottom: 1px solid #D9E4E1;
}
.card-body {
  width: 100%;
  padding: 17px;
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: default;
}
.answerInner li, .answerInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797C7E;
  font-family: 'Inter';
}
.answer-inner li,
.answer-inner p {
  color: #5E5E5E;
  font-size: 16px;
  line-height: 164%;
  text-align: left;
}
.card.show .faq-icon {
  transform: rotate(45deg);
}
.card .faq-icon {
  transition: 0.3s transform;
}
.answer-inner ul {
  padding-top: 20px;
  padding-left: 40px
}

.card-body span {
  color: #ededed;
  font-size: 38px;
  line-height: 43px;
  padding-right: 20px
}




.ctaSection {
  padding: 50px 100px;
}
.ctaWrapper {
  position: relative;
  background: radial-gradient(102.1% 102.1% at 50% 11.49%, #326BBC 0%, #0F3870 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  column-gap: 42px;
  padding: 42px 85px;
}
.ctaWrapper.withhead {
  padding-right: 44px;
}
.ctaWrapper {
  position: relative;
  background:linear-gradient(180deg, #2FF8B6 -5.79%, #1BCB91 73.9%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  column-gap: 42px;
  padding: 50px 85px;
}
.ctaIcon span {
  display: block;
}
.ctaContent {
  border-left:2px solid rgba(255, 255, 255, 0.2);
  padding: 9px 42px 9px 42px;
}
.ctaContent.withhead {
  padding: 9px 0px 9px 42px;
  position: relative;
  z-index: 1111;
}
.ctaWrapper::after {
  content: '';
  background-image: url(../images/educ.svg);
  position: absolute;
  z-index: 11;
  max-width: 233px;
  width: 100%;
  max-height: 171px;
  background-size: cover;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ctaButton {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  max-width: 124px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #02837A;
}
.ctaContent p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 142.5%;
  color: #fff;
  padding-bottom: 28px;
}
@media (max-width:1200px) {
  .faqsContent {
      padding-right: 50px
  }




  .card-head h3{
      font-size: 16px;
  }
}

@media (max-width:767px) {
  .faqsContent {
      max-width: unset;
      width: 100%;
      padding-right: 0
  }
  .card {
    max-width: 100%;
  }

  .accordionWrapper {
      padding-top: 0
  }


}

@media (max-width:575px) {
  .accordionItemHeading {
      font-size: 17px;
      padding: 25px 38px;
      padding-right: 0
  }
  .faqsWraper h1 {
      font-size: 21px;
      line-height: 30px;
  }
  h4.faqHead span {
      font-size: 30px
  }

  .faqsContent h1 {
    line-height: 150%;
    font-size: 26px;
    padding-bottom: 14px;
    text-align: center;
  }
  section.faqsPage {
    padding: 60px 0 40px 0;
}
.page_desc {
  font-size: 14px;
}
  .generalFaqs h2,
.orderPlacement h2,
.securityFaqs h2,
.qualityFaqs h2,
.writerFaqs h2,
.pricingFaqs h2 {
  font-size: 22px;
}
.orderPlacement, .writerFaqs, .securityFaqs {
  padding: 40px 0;
}
.generalFaqs, .pricingFaqs, .qualityFaqs {
  padding: 40px 0;
  background-color: #F8FBFA;
}

  .answer-inner li,
  .answer-inner p {
      text-align: left;
      font-size: 15px;
      line-height: 18px
  }

  .card-head h3{
      font-size: 16px;
      line-height: 150%;
      max-width: 89%;
  }
  .ctaWrapper {
    flex-direction: column;
    padding: 40px 15px;
    border-radius: 0;
}
.ctaWrapper.withhead {
  padding-right: 0;
}
.ctaSection {
  padding: 0px 0 60px;
}
.ctaSection .container {
  padding: 0;
}
.ctaWrapper {
  flex-direction: column;
  padding: 40px 15px;
  border-radius: 0;
}
.ctaWrapper.withhead {
  padding-right: 0;
}
.ctaIcon span {
  display: block;
  margin: 0 auto 34px;
}
.ctaIcon span svg {
  width: 104px;
  height: 104px;
}
.ctaContent {
  border: none;
  padding: 0;
  position: relative;
  padding-top: 34px;
}
.ctaContent.withhead {
  padding: 0px;
}
.ctaContent:before {
  position: absolute;
  content: '';
  width: 246px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  height: 1px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.ctaContent.withhead p {
  text-align: center;
  font-size: 27px;
  padding-top: 34px;
}
.ctaButton {
  font-size: 16px;
  padding: 11px 0;
}

}

@media (max-width: 430px){
  .ctaWrapper::after {
      background-size: 132px 97px;
      background-repeat: no-repeat;
      background-position: bottom right;
  }

  }