
/* Testimonials Banner */
.testimonialsBanner {
    position: relative;
    background: #f0faf9;
    width: 100%;
    /* max-height: 325px; */
    padding: 107px 0px 0px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .testimonialsBanner::before {
    content: '';
    position: absolute;
    background-image: url('../all-states-page/images/pawBefore.svg');
    width: 51px;
    height: 70px;
    left: 0;
    top: 271px;
    bottom: 61px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .testimonialsBanner::after {
    content: '';
    position: absolute;
    background-image: url('../all-states-page/images/pawAfter.svg');
    width: 57px;
    height: 70px;
    right: 0;
    top: 161px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .testimonialsBanner .bannerHeading {
    margin: 25px auto -10px;
  }
  .testimonialsBanner .bannerHeading h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 57px;
    text-align: center;
    color: #0e145f;
    margin-bottom: 30px;

  }
  
  .testimonialsBanner .bannerDesc {
    max-width: 742px;
    max-height: 202px;
    /* background: #ffffff;
    border: 2px dashed #52bab0; */
    /* padding: 57px 48px; */
    /* border-radius: 16px; */
    margin: 0px auto;
    /* bottom: -14px;
    position: relative; */
    /* z-index: 1; */
  }
  .testimonialsBanner .bannerDesc p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30.6px;
    color: #6b6e98;
    text-align: center;
}

/* Testimonials Banner */

/* Testimonials Content */
.testimonialsContent{
    padding: 44px 0;
    position: relative;
    background: #f0faf9;
}
.testimonialsContent::after{
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - (-104px));
    top: 0;
    background: white;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
}
.testContentwrapper{
    max-width: 844px;
    width: 100%;
    margin: 0 auto 0 215px;
    position: relative;
    z-index: 1;
}
.testContentwrapper p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6B6E98;
    margin-bottom: 20px;
}
.testContentwrapper p:last-child{
    margin-bottom: 0;
}
/* /Testimonials Content */


.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 {
  height: 68px;
}

.reviewInfo p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6B6E98;
}

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

/* Client Section */
.client-section {
    padding: 60px 0 120px;
    background: #f0faf9;
    position: relative;
  }
  .client-head {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .client-head h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: #0e145f;
    margin-bottom: 15px;
  }
  .client-head p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    color: #6b6e98;
  }
  .client-wrapper {
    /* max-width: 750px; */
    width: 100%;
    margin: 40px auto 0;
  }
  .client-mainVideo {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .video-iframe {
    display: none;
    overflow: hidden;
  }
  .video-iframe iframe {
    border-radius: 40px;
    background: black;
  }
  .swiper-video-iframe {
    display: none;
  }
  .swiper-video-iframe iframe {
    border-radius: 40px;
  }
  .video-wrapper {
    /* max-width: 750px; */
    width: 100%;
    margin: 40px 0 auto;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 14px;
    row-gap: 40px; */
  }
  .video-card{
    max-width: 260px;
    width: 100%;
    cursor: pointer;
        border-radius: 12px;
          overflow: hidden;
  }
  .video-img{
    display: block;
    position: relative;
    max-width: 260px;
    height: 460px;
    width: 100%;
    cursor: pointer;
  }
  .video-card img{
    width: 100%;
    height: 100%;

  }
  .fancybox__backdrop {
    background: rgba(30, 30, 30, .9) !important;
  }
  .video-card span{
    max-width: 140px;
    width: 100%;
    margin: 14px auto 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
  }
  .video-img::after{
    content: '';
      position: absolute;
      background-image: url(../landing-page/images/play-button-img.svg);
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.5s ease;
      background-size: cover;
    }
  .video-card img:hover::after{
    transform: translate(-50%, -50%) scale(1.1);
  }

 
  .play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 22px 23px 22px 29px;
    background: #db2b42b2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .play-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    animation-delay: 0.2s;
  }
  .play-btn,
  .play-btn::after {
    animation: pulseAnimation 1.8s infinite;
    -webkit-animation: pulseAnimation 1.8s infinite;
  }
  @keyframes pulseAnimation {
    0% {
      box-shadow: 0 0 0 0 #b00000;
    }
    100% {
      box-shadow: 0 0 0 20px transparent;
    }
  }

  .swiper-pagination-testimonials {
        position: absolute !important;
        text-align: center !important;
        transition: 0.3s opacity !important;
        transform: translate3d(0, 0, 0) !important;
        bottom: 64px !important;
        z-index: 1 !important;
    }
        .swiper-pagination-testimonials .swiper-pagination-bullet-active {
        background: #52bab0 !important;
        width: 28px !important;
        height: 9px !important;
        position: relative;
        border-radius: 100px !important;

    }
        .swiper-pagination-testimonials .swiper-pagination-bullet {
        background: #c5e8e4;
        opacity: unset;
        width: 9px;
        height: 9px;
    }
  /* /Client Section */

  /* Cta Section */
.cta-section {
    padding: 80px 0 108px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-family: DM Serif Display;
    font-size: 30px;
    font-weight: 400;
    line-height: 41.13px;
    color: #0e145f;
    margin-bottom: 15px;
}
  .cta-desc {
    max-width: 748px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6b6e98;
    margin: 0 auto 80px;
  }
  .cta-wrapper {
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
    border: 2px dashed #52bab0;
    border-radius: 30px;
    background: linear-gradient(90.46deg,
    rgba(82, 186, 176, 0.25) 0.09%,
    rgba(82, 186, 176, 0.35) 34.6%,
    rgba(82, 186, 176, 0.45) 69.12%,
    rgba(82, 186, 176, 0.55) 100.82%
);
    padding: 30px 65px 108px;
    text-align: center;
    position: relative;
  }
  .cta-shape {
    position: absolute;
    bottom: -2px;
    width: 286px;
    height: 77px;
    background: white;
    border-radius: 40px 40px 0 0;
    border-top: 2px dashed #52bab0;
    border-right: 2px dashed #52bab0;
    border-left: 2px dashed #52bab0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  .cta-wrapper::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    box-shadow: 4px 5px 0 #fff;
    border: 2px dashed #52bab0;
    left: 28.7%;
    border-top: none;
    border-left: none;
    transform: rotate(0deg);
    bottom: -2px;
    z-index: 1;
  }
  .cta-wrapper::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 50%;
    /*background: #fddbb9;*/
    box-shadow: -4px 5px 0 #fff;
    border: 2px dashed #52bab0;
    right: 28.6%;
    border-top: none;
    border-right: none;
    transform: rotate(0deg);
    bottom: -2px;
    z-index: 1;
  }
  
  .cta-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0e145f;
  }
  .cta-btn {
    max-width: max-content;
    width: 100%;
    margin: -63px auto 0px;
    display: block;
    padding: 16px 20px 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    text-align: center;
    background: #52bab0;
    color: white;
    border-radius: 100px;
    border-bottom: 5px solid #45a49b;
    box-shadow: 0px 6px 7.3px 2px #52bab040;
    position: relative;
    transition: all 0.5s ease;
  }
  .cta-btn:hover {
    box-shadow: 0px 3px 4px 1px #52bab040;
    transform: translateY(3px);
  }
  .cta-bottomText{
    max-width: 412px;
    width: 100%;
    margin: 80px 0;
  }
  .cta-bottomText p{
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0E145F;
  }
  .cta-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
  }
  .cta-link a{
    display: inline-block;
    font-weight: 900;
    font-size: 17px;
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0E145F;
  }
  .cta-link a:hover{
    text-decoration: underline;

  }
  .cta-link span{
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0E145F;
  }
 .contact-img{
  padding-top: 4px;
 }
  /* /Cta Section */ 

.stjr-review-grid-page-widget{
  border: none;
}
@media (max-width: 767px) {
/* Testimonials Banner */

.testimonialsBanner .bannerHeading h1 {
    font-size: 32px;
    line-height: 38.39px;
}

.testimonialsBanner .bannerDesc {
    max-width: 500px;
    max-height: 202px;
    /* background: #ffffff;
    border: 2px dashed #52bab0;
    padding: 37px 38px 38px;
    border-radius: 16px; */
    margin: 0px auto;
    /* bottom: -14px;
    position: relative;
    z-index: 1; */
}
.testimonialsBanner .bannerDesc p {
    font-size: 15px;
}
/* Testimonials Banner */

/* Testimonials Content */
.testContentwrapper{
    width: 100%;
    margin: 0 auto;

}
/* /Testimonials Content */
.client-wrapper {
  max-width: 360px;
}
.client-mainVideo {
  position: relative;
  max-width: 360px;
  height: 202px;
}
}
@media (max-width: 575px) {
/* Testimonials Banner */
    .reviewsInfoWrapper .stjr-badge {
        display: flex !important;
    }
.reviewsInfoWrapper {
    flex-wrap: wrap;
    gap: 40px;
    max-width: 360px;
    width: 100%;
    margin: 60px auto 0;
  }
    .testimonialsBanner {
        padding: 95px 0px 0px;
        border-radius: unset;
    }
    .testimonialsBanner::before,
    .testimonialsBanner::after {
        display: none;
    }

    .testimonialsBanner .bannerHeading {
        margin: 30px auto -10px;
    }
    .testimonialsBanner .bannerHeading h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .testimonialsBanner .bannerDesc {
        top: 20px;
        /* padding: 20px 12px;
        margin: 20px 10px 0; */
    }
    .testimonialsContent::after{
        height: calc(100% - (-50px));
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
    }
/* Testimonials Banner */

   /* Client Section */
   .client-section {
    padding: 30px 0 100px;
}
.swiper-pagination-testimonials{
      bottom: 46px !important;
}
  .client-head h2 {
    font-size: 28px;
    line-height: 38.39px;
  }
  .client-video {
    max-width: 360px;
    width: 100%;
    
  }
  .client-video img:nth-of-type(1) {
    width: 100%;
    height: 202px;
  }
  .video-iframe iframe {
    width: 100%;
    height: 202px;
    border-radius: 15px;
  }
  .video-wrapper {
    width: 100%;
    /* grid-template-columns: 1fr 1fr;
    row-gap: 28px; */
  }

  .video-card img {
    width: 100%;
    height: 100%;

  }
  .play-btn {
    width: 70px;
    height: 70px;
  }
  .play-btn img {
    width: 100% !important;
    height: 100% !important;
  }
  /* /Client Section */

  /* Cta Section */
  .cta-section {
    padding: 80px 0 50px;
}
  .cta-wrapper {
    padding: 25px 25px 95px;
    border-radius: 40px;
    max-width: 360px;
  }
  .cta-wrapper p:nth-of-type(1) {
    font-size: 25px;
    line-height: 34.28px;
    margin-bottom: 10px;
}
  .cta-wrapper .cta-title {
    font-size: 25px;
    line-height: 34.28px;
    margin-bottom: 10px;
  }
  .cta-wrapper .cta-desc {
    font-size: 14px;
    line-height: 25.2px;
  }
  .cta-btn {
    padding: 16px 14px 17px;
    font-size: 17px;
    line-height: 22.95px;
    margin: -59px auto 0px;
  }
  .cta-shape {
    width: 268px;
  }
  .cta-wrapper::before {
    background: transparent;
    left: 3.7%;
    transform: rotate(1deg);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 14px;
    bottom: 0px;
  }
  .cta-wrapper::after {
    background: transparent;
    right: 3.7%;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 10px;
    transform: rotate(1deg);
    bottom: 0px;
  }
  .cta-desc {
    font-size: 15px;
  }
  .cta-bottomText a {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
        font-size: 15px;
}
.cta-link span{
  font-size: 15px;
}
.cta-bottomText p {
  font-size: 15px;
}
.cta-link {
  flex-direction: column;
}
.video-img{
      max-width: 260px;
        height: 275px;
}
.video-img::after{
      width: 50px;
      height: 50px;
}
  /* /Cta Section */
}
