body,
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: Inter;
  text-decoration: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
section.reviews__head__Section {
  padding: 80px 0 345px;
  position: relative;
  display: flex;
  align-items: center;
}
.reviews__head__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviews__head__Wrapper h1.secHead {
  max-width: 886px;
  width: 100%;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  z-index: 1;
}
.reviews__head__Wrapper h1.secHead span.addGradiant {
  font-weight: 500;
  color: #05ada3;
}
.reviews__head__Wrapper p.secDesc {
  max-width: 544px;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #000;
  margin-bottom: 37px;
  z-index: 1;
}
.reviews__head__Wrapper p.secDesc a {
  color: #05ada3;
  text-decoration: underline;
}
.reviews__head__Wrapper p.secDesc a:hover {
  text-decoration: none;
}
.reviews__head__Wrapper .reviews_ratings {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 40px;
    z-index: 1;
  }
  .ratingsVal{
    max-width: 191px;
    width: 100%;
    max-height: 42px;
    height: 100%;
  }
/* .reviews__head__Wrapper .reviews_ratings img {
  max-width: 580px;
  width: 100%;
  height: 100%;
  max-height: 38px;
}
.reviews__head__Wrapper .reviews_ratings img.mob {
  display: none;
} */
.reviews__Cards__Section {
  color: #fff;
  margin-top: -342px;
}
.review_Card_Wrapper {
  display: flex;
  column-gap: 24px;
  row-gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.review_Card {
  max-width: 374px;
  width: 100%;
  background: linear-gradient(180deg, #ecf9f7 0%, #f1fbfb 100%), #ffffff;
  border: 1px solid #cef3f1;
  box-shadow: 0.944265px 0.944265px 14px 40px rgba(0, 0, 0, 0.0003);
  border-radius: 11.3312px;
  padding: 30px 20px;
}
.reviewer__Details {
  display: flex;
  column-gap: 11px;
  align-items: center;
  margin-bottom: 26px;
}
.reviewer__Details .reviewer_img {
  max-width: 38px;
  width: 100%;
  max-height: 38px;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}
.reviewer__Details .reviewer_img img {
  max-width: 38px;
  width: 100%;
  max-height: 38px;
  height: 100%;
}
.reviewer__Details .reviewer_desc .reviewer_name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-bottom: 3px;
}
.reviewer__Details .reviewer_desc p {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #3f3f3f;
}
.reviewer__Review {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 33px;
}
.reviewer__Review .reviewer__Review__Title h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 140%;
  color: #000;
}
.reviewer__Review .reviewer__Review__Para p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #3f3f3f;
  min-height: 119px;
}
.reviewer__Education p {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #3f3f3f;
}
.review__Cta__Section {
  padding: 149px 0 112px 0;
  position: relative;
}
.review__Cta__Section .review__Cta__Wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 858px;
  width: 100%;
  row-gap: 35px;
}
.review__Cta__Wrapper .review__Cta .review__Cta__Head {
  font-weight: 500;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #000;
  margin-bottom: 18px;
}
.review__Cta__Wrapper .review__Cta p.review__Cta__Text {
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #3f3f3f;
}
.review__Cta__Btn__Wrapper {
  display: flex;
}
.review__Cta__Btn__Wrapper a.contentCenter {
  margin: 0 auto;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn {
  padding: 16px 3px 19px 3px;
  background: linear-gradient(180deg, #24c7bd 0%, #046761 100%);
  border-radius: 100px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn:hover {
  background: #019990;
}
.cta__Btn__Inner {
  padding: 17px 63.29px 17px 41px;
  background: transparent;
  border-radius: 100px;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn span.cta__Btn__Inner span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #fff;
}
.review__Cta__Btn__Wrapper
  button.review__Cta__Btn
  span.cta__Btn__Inner
  span::after {
  position: absolute;
  content: "";
  top: 6px;
  margin-left: 6.71px;
  width: 15.58px;
  height: 11.33px;
  background-image: url(../png/reviewctaarrowwhite.png);
  background-repeat: no-repeat;
}
.review__Cta__Btn__Wrapper button.review__Cta__Btn:hover .cta__Btn__Inner {
  background-color: transparent;
}
.review__Cta__Btn__Wrapper
  button.review__Cta__Btn:hover
  .cta__Btn__Inner
  span::after {
  background-image: url(../png/reviewctaarrowwhite.png);
  background-repeat: no-repeat;
} 
.reviewsBadges{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 81px;
}
.reviewsBadges a:hover{
  transform: scale(1.02);
}
.reviewsBadges img{
  width: 120px;
  height: 120px;
}
/* card animation */
.review_Card {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}
.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1170px) {
  .review_Card {
    max-width: 364px;
  }
}
@media (max-width: 802px) {
  section.reviews__head__Section {
    padding: 60px 0 158px;
  }
  .reviews__head__Wrapper .reviews_ratings img.desk {
    max-width: 580px;
    width: 100%;
    max-height: 38px;
    height: 100%;
    display: none;
  }
  .reviews__head__Wrapper .reviews_ratings img.mob {
    max-width: 330px;
    width: 100%;
    max-height: 22px;
    height: 100%;
    display: block;
  }
  .reviewer__Details .reviewer_img img {
    max-width: 38px;
    width: 100%;
    max-height: 38px;
    height: 100%;
  }
  .reviewer__Details .reviewer_desc .reviewer_name {
    font-weight: 600;
    font-size: 12.3904px;
    line-height: 15px;
  }
  .reviewer__Details .reviewer_desc p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
  }
  .reviewer__Review .reviewer__Review__Title h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
  }
  .reviewer__Review .reviewer__Review__Para p {
    font-weight: 400;
    font-size: 11px;
    line-height: 170%;
    min-height: unset;
  }
  .reviewer__Education p {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
  }
  .reviewer__Details .reviewer_img {
    max-width: 34px;
    width: 100%;
    max-height: 34px;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
  }
  .reviews__head__Wrapper h1.secHead {
    font-size: 28px;
    line-height: 130%;
  }
  .reviews__head__Wrapper p.secDesc {
    font-size: 12px;
    line-height: 160%;
  }
  .reviews__Cards__Section {
    margin-top: -158px;
  }
  .review_Card {
    max-width: 100%;
  }
  .review__Cta__Wrapper .review__Cta .review__Cta__Head {
    font-size: 30px;
    line-height: 36px;
  }
  .review__Cta__Wrapper .review__Cta p.review__Cta__Text {
    font-size: 15px;
    line-height: 150%;
    max-width: 330px;
  }
  .review__Cta__Btn__Wrapper button.review__Cta__Btn {
    padding: 17px 3px 18px 3px;
  }
  .cta__Btn__Inner {
    padding: 15px 53.41px 15px 34px;
  }
  .review__Cta__Btn__Wrapper button.review__Cta__Btn span.cta__Btn__Inner span {
    font-size: 15px;
    line-height: 18.15px;
  }
  .review__Cta__Section {
    padding: 90px 0 112px 0;
  }
}
@media (max-width:767px) {
    .reviews_ratings {
      flex-direction: column;
      align-items: center;
    }
  }
