.faqBanner {
  position: relative;
  background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
  padding: 160px 0 70px;
}
.faqBanner::before,.faqBanner::after{
  content:"";
  background: url(../images/star.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 52px;
  height: 49px;
}
.faqBanner::before{
  left: 0;
  bottom: 25px;
}
.faqBanner::after{    
  right: 15px;
  top: 72px;
} 
.faqBanner h1 {
  color: #231F20;
  font-weight: 700;
  font-size: 40px;
  line-height: 156%;
  text-align: center;
}
 
.faqBanner p {
    color: #585858;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  text-align: center;
  max-width: 830px;
  margin: 30px auto 0;
}
.faqBanner p a{
  color: #233f8c;
  text-decoration: underline;
}
section.faqsPage {
  padding: 114px 0;
}
.faqsWraper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faqsContent {
  max-width: 800px;
  width: 100%;
  float: left;
}

.faqsWraper h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #231f20;
  padding-bottom: 30px;
}

.faq-card {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}

.faq-card-head {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.faq-card .faq-card-head:hover span.faq-icon svg path {
  fill: #2c61bb;
}
.faq-card .faq-card-head:hover span.faq-icon svg circle {
  stroke: #2c61bb;
  fill: #f6f6f6;
}

.faq-card.show .faq-card-head:hover span.faq-icon svg path {
  fill: #fff;
}
.faq-card.show .faq-card-head:hover span.faq-icon svg circle {
  stroke: #233f8c;
  fill: #233f8c;
}

.faq-card.show span.faq-icon svg path {
  fill: #fff;
}
.faq-card.show span.faq-icon svg circle {
  stroke: #233f8c;
  fill: #233f8c;
}

.faq-card.show span.faq-icon {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.faqsContent a {
  color: #233f8c;
  text-decoration: none;
}
.faqsContent a:hover {
  color: #2c61bb;
  text-decoration: none;
}

.faqsContent h2 {
  font-size: 22px;
  line-height: 25px;
  color: #233f8c;
  font-family: CircularStd;
  padding-bottom: 0;
}
.faq-card-head {
  min-height: 62px;
}
.faq-card-head h2 {
  font-size: 18px;
  line-height: 30px;
  color: #1b1a2e;
  text-align: left;
  font-family: 'CircularStd';
  font-weight: 500;
  max-width: 90%;
}
span.faq-icon {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  top: 0;
  transition: 0.3s ease all;
}
.faq-card-body {
  width: 100%;
  padding: 0 0 20px;
  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: 'CircularStd';
}
.answer-inner li,
.answer-inner p {
  color: #221f1f;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  padding-bottom: 5px;
}

.answer-inner ul {
  padding-top: 20px;
  padding-left: 40px;
}

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

.grades-matter {
  padding: 0 0 60px 0;
}

.grades-matter-wrapper {
  padding: 50px 0;
  border-radius: 8px;
  background: #233f8c;
  background-image: url(../images/our-average-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
}

.grades-matter-wrapper p {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  font-family: CircularStd;
  color: #ffffff;
  text-align: center;
}

.grades-matter-wrapper .newCtas {
  padding: 13px 0;
}
.grades-matter-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.newCtas {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 19px 0;
  max-width: 190px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #233f8c;
  font-weight: 500;
  font-size: 21px;
  display: block;
  line-height: 20px;
}
.newCtas::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: cta-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

span.grades-matte-vector {
  position: absolute;
  bottom: -26px;
  left: -30px;
}

@keyframes cta-animation {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
/* CTA */
.cta_star {
  padding: 0 0 72px;
}

.cta_head {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 44px;
  text-align: center;

  color: #231f20;
  margin-bottom: 10px;
}

.cta_desc {
  font-weight: 450;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #231f20;
  color: #221f1f;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.cta_body {
  padding: 69px 0 55px;
  background: url('../images/cta_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  border: 1px solid #dfe9f1;
  position: relative;
  z-index: 1;
  background-position: center top;
}

.cta_btn {
  background-color: #233f8c;
  border-radius: 40px;
  text-align: center;
  color: #fff !important;
  padding: 12px 0;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  display: block;
  max-width: 241px;
  width: 100%;
  margin: 56px auto 0;
  position: relative;
}

.cta_btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-animation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.cta_btn .ctaNewblinkText {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(/images/ai-essay-service-star-blank.svg);
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: -8px;
  top: -7px;
  z-index: 0;
}

.cta_btn .ctaNewblinkText span {
  font-size: 7px;
  font-family: cursive;
  color: white;
  animation: blink 1s linear infinite;
  position: relative;
  top: -1px;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .faqsContent {
    padding-right: 50px;
  }

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

@media (max-width: 767px) {
  .faqBanner {
        
    padding: 130px 0 70px;
}
.faqBanner p{
    font-size: 15px;
}
.faqBanner h1 {
   
    font-size: 32px;
   
}
  .faqsContent {
    max-width: unset;
    width: 100%;
    padding-right: 0;
  }

  .faqsWraper {
    flex-direction: column;
  }
  .accordionWrapper {
    padding-top: 0;
  }
  .grades-matter-wrapper p {
    font-size: 27px;
    line-height: 35px;
  }
  .newCtas {
    max-width: 170px;
  }

  .faqsWraper {
    flex-direction: column;
}
.faqsContent {
  max-width: unset;
  width: 100%;
  padding-right: 0;
}
.faq-card-head h2 {
  font-size: 15px;
  line-height: 23px;
  max-width: 89%;
}
}

@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: 25px;
    font-size: 25px;
    padding-bottom: 30px;
  }

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

  .faq-card-head h2 {
    font-size: 15px;
    line-height: 23px;
    max-width: 89%;
  }
  .grades-matter-inner {
    flex-direction: column;
  }
  .grades-matter-wrapper .newCtas {
    padding: 12px 0;
    max-width: 160px;
    font-size: 20px;
  }
  .grades-matter-wrapper p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  span.grades-matte-vector {
    display: none;
  }
  .cta_head {
    font-size: 24px;
    line-height: 38px;
    padding: 0 50px;
  }
  .freebie__Cta {
    padding: 14px 0 13px;
    font-size: 17px;
    line-height: 21px;
    max-width: 204px;
  }
  .cta_btn {
    padding: 10px 0;
    font-size: 17px;
    line-height: 25px;
    max-width: 230px;
    width: 100%;
    margin: 30px auto 0;
  }

  .cta_body {
    padding: 39px 0 45px;
  }

  .cta_desc {
    font-size: 17px;
  }
  .cta_body {
    border-radius: 25px;
  }
  .faqBanner h1 {
    font-size: 27px;
    line-height: 140%;
  }
  .faqBanner p{
    font-size: 15px;
  }
}
