.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;
}
.reviewsInfoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}

.reviewsInfoWrapper .reviewInfo {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.reviewInfo .reviewInfoImg img{
  width: 140px;
  margin-bottom: 15px;
}
.reviewInfo p {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #575e62;
  margin-top: 0;
}

.reviewsInfoWrapper .reviewInfo .reviewInfoText {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  /* margin-top: 5px; */
  color: #6B6E98;
}

.pricingWraper {
  width: 100%;
}

section.pricingPage {
  padding: 114px 0;
}

.pricingContent h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #231f20;
  padding-bottom: 30px;
  font-family: CircularStd;
}

.reviewWraper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.reviewBox {
  width: 32%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0px 4px 60px rgb(140 140 140 / 15%);
  border-radius: 3px;
}
.user__info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid #ebebec;
}

.user-desc {
  margin-left: 10px;
}

.user-desc .user-name {
  font-size: 20px;
  line-height: 28px;
  font-family: CircularStd;
  padding-bottom: 0;
  font-weight: 500;
  color: #233f8c;
}

.user-desc .user-city {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #575e62;
  padding-bottom: 0;
  font-family: CircularStd;
}

.reviewBox .rev-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #233f8c;
  padding-bottom: 7px;
  font-family: CircularStd;
}

.reviewBox .rev-desc {
  font-family: CircularStd;
  padding-bottom: 20px;
  /* min-height: 188px; */
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #575e62;
}

.rating-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #c4c4c4;
}

.rating-box .rating {
  font-size: 14px;
  line-height: 26px;
  font-family: CircularStd;
}

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

.grades-matter-wrapper {
  padding: 50px 0;
  border-radius: 8px;
  background-color: #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;
  color: #233f8c;
  font-weight: 500;
  font-size: 21px;
  display: block;
  line-height: 20px;
}

.newCtas .pulseanim {
  animation-name: cta-animation;
  border-radius: 100px;
  padding: 0;
}

@keyframes cta-animation {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

span.grades-matte-vector {
  position: absolute;
  bottom: -26px;
  left: -30px;
}
.sideBar {
  padding-top: 68px;
}
.customer__review p{
  font-size: 15px;
}
.allReviewsWrapper{
  display: flex;
  align-items: center;
  gap: 40px 14px;
  flex-wrap: wrap;
}
.singleYoutubeVideo {
  max-width: 260px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.singleYoutubeVideo iframe {
  width: 100%;
  height: 100%;
}
.youtubeReviewsWrapper {
  padding: 0 55px;
  position: relative;
}
.youtubeReviewsSec .sec__head{
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .reviewsWraper {
    justify-content: unset;
  }
  .reviewBox {
    width: 45%;
  }
  .pricingContent {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .reviewBox {
    margin-right: 0;
    width: 90%;
  }

  .reviewBox .rev-desc {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .reviewsWraper {
    justify-content: space-between;
  }
  .sideBar {
    padding-top: 0px;
    display: none;
  }
  .pricingContent {
    max-width: 100%;
  }
  .reviewBox {
    width: 48%;
  }
  .reviewWraper {
    width: 100%;
  }
  span.grades-matte-vector {
    bottom: -45px;
  }
  .grades-matter-wrapper p {
    font-size: 27px;
    line-height: 35px;
  }
  .newCtas {
    max-width: 170px;
  }
}

@media (max-width: 575px) {
  .pricingContent {
    padding-right: 0px;
  }
  .reviewBox {
    width: 100%;
  }

  .reviewBox .rev-desc {
    min-height: auto;
  }
  .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;
  }
  .faqBanner h1 {
    font-size: 27px;
    line-height: 140%;
  }
  .faqBanner p{
    font-size: 15px;
  }
  .reviewsInfoWrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
}
