/* Bootstrap classes updated */
.carousel {
    width: 100%;
}

.carousel-inner {
    overflow: visible;
}

.carousel-indicators {
    bottom: -70px;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}

/* custom css Starts */
.testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 182px 112px 85px 112px;
}

.testimonialHeading>h4 {
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 60px;
}

.testimonialHeading>h4 .helped,
.testimonialHeading>h4 .numStat {
    color: white;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    border-radius: 30px;
}

.testimonialHeading>h4 .helped {
    display: inline-block;
    background-color: #005996;
    transform: rotate(-30deg);
    -webkit-transform-origin-x: 30px;
    margin-left: 10px;
    margin-right: -93px;
    padding: 4px 18px 6px 25px;
}

.testimonialHeading>h4 .numStat {
    background-color: #009688;
    padding: 2px 18px 2px 25px;
}

.testimonialTextContainer>p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 32px;
}

.testimonialUserDetailsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonialUserDetailsContainer .avatarContainer {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #A2A8CD;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonialUserDetailsContainer .avatarContainer .avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonialUserDetailsContainer>p.name {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    margin-bottom: 4px;
}

.testimonialUserDetailsContainer>p.title {
    color: #667085;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}


@media only screen and (max-width: 576px) {

    /* Bootstrap classes updated */
    .carousel {
        width: 80%;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .carousel-control-prev {
        left: -50px;
    }

    .carousel-control-next {
        right: -50px;
    }

    /* custom css Starts */
    .testimonial {
        padding: 70px 14px 0 14px;
    }

    .testimonialHeading>h4 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 26px;
    }

    .testimonialHeading>h4 .helped,
    .testimonialHeading>h4 .numStat {
        font-size: 14px;
        line-height: 19px;
        border-radius: 21px;
    }

    .testimonialHeading>h4 .helped {
        -webkit-transform-origin-x: 15px;
        margin-left: 6px;
        margin-right: -30px;
        padding: 2px 8px 2px 10px;
    }

    .testimonialHeading>h4 .numStat {
        padding: 2px 8px 2px 10px;
    }

    .testimonialTextContainer>p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .testimonialUserDetailsContainer .avatarContainer {
        width: 27px;
        height: 27px;
        margin-bottom: 9px;
    }

    .testimonialUserDetailsContainer>p.name {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 3px;
    }

    .testimonialUserDetailsContainer>p.title {
        font-size: 10px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {

    /* Bootstrap classes updated */
    .carousel {
        width: 80%;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .carousel-control-prev {
        left: -80px;
    }

    .carousel-control-next {
        right: -80px;
    }

    /* custom css Starts */
    .testimonial {
        padding: 100px 46px 0 46px;
    }

    .testimonialHeading>h4 {
        font-size: 18px;
        line-height: 25.5px;
        margin-bottom: 35px;
    }

    .testimonialHeading>h4 .helped,
    .testimonialHeading>h4 .numStat {
        font-size: 19px;
        line-height: 25px;
        border-radius: 20px;
    }

    .testimonialHeading>h4 .helped {
        -webkit-transform-origin-x: 20px;
        margin-left: 6px;
        margin-right: -40px;
        padding: 3px 11px 4px 13px;
    }

    .testimonialHeading>h4 .numStat {
        padding: 2px 11px 2px 13px;
    }

    .testimonialTextContainer>p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .testimonialUserDetailsContainer .avatarContainer {
        width: 37px;
        height: 37px;
        margin-bottom: 9px;
    }

    .testimonialUserDetailsContainer>p.name {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 3px;
    }

    .testimonialUserDetailsContainer>p.title {
        font-size: 10px;
        line-height: 15px;
    }
}

/***************/
.testimonial.newServicesSection {
    padding: 80px;
}

.newServicesSection.testimonial.blue-bg {
    background: #eef7ff;
    margin-top: 80px;
}

.testimonial.newServicesSection.blue-bg div h2 {
    justify-content: center;
    padding-bottom: 35px;
}

.testimonial.blue-bg p.fivePercentAdult {
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
	margin-bottom: 25px;
}

.testimonial.newServicesSection.blue-bg.new-ment {
    padding: 71px 100px 60px 100px;
    background: none;
    margin-top: 0;
}

.testimonial.newServicesSection.blue-bg.new-ment .sectionHead {
    width: 100%;
    border-radius: 12px;
    background: #eef7ff;
    padding: 32px;
    text-align: center;
}
section.FAQ.newServicesSection {
    padding: 80px 80px 0 80px;
}

.form-sec .sectionHead h2 {
    line-height: 70px;
}

/** All CSS for Homepage Mobile device **/
@media (max-width: 1024px) {
.newServicesSection .sectionHead>h2, .newServicesSection .headingContainer .faqHeading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}
.activeMentalPeace p {
    font-size: 12px;
    line-height: 16px;
}

.rightContainer {
    padding-left: 40px;
}

.bestProfessionalinTown {
    padding: 20px 25px 0 25px;
}

.rightContainer .content h1 {
    line-height: 1.20;
}

.newServicesSection {
    padding: 50px 25px 0 25px;
}
.aboutFounder.newServicesSection {
    padding: 0 25px 25px 25px;
}
.testimonial.newServicesSection.blue-bg.new-ment {
    padding: 50px 30px;
}

section.FAQ.newServicesSection {
    padding: 0px 40px 0 40px;
}

.newServicesSection.testimonial.blue-bg {
    margin-top: 50px;
    padding: 50px 25px;
}

.new-form-bg {
    height: 280px;
}
.testimonial.blue-bg p.fivePercentAdult {
    padding: 20px 20px;
}
.testimonial.newServicesSection.blue-bg div h2 {
    padding-bottom: 10px;
}
h3.headingColor.heading.sub-head-new {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px;
}
.aboutFounder.newServicesSection .avatarContainer>img {
    margin-left: 10px;
}
.aboutFounder.newServicesSection h3 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 26px;
}
.headingContainer {
   margin-bottom: 0;
}
}

@media (max-width: 767px) {
.accordion-item .accordion-button {
    padding: 20px 30px;
}
.newServicesSection {
  padding: 30px 5px 0 5px;
}
.new-form-bg {
   height: 360px;
}	
.newServicesSection .sectionHead>h2 {
 font-size: 22px;
 line-height: 30px;
}
.rightContainer {
    padding-left: 0;
}
.activeMentalPeace p {
   font-size: 12px;
   line-height: 16px;
}
h3.headingColor.heading.sub-head-new {
    font-size: 14.5px;
    line-height: 20px;
}
.newServicesSection .leftContainer {
    padding-top: 10.5px;
}
.testimonial.newServicesSection.blue-bg div h2 {
    padding-bottom: 25px;
}
.form-sec .sectionHead h2 {
    line-height: 50px;
}
section.FAQ.newServicesSection {
   padding: 0px 5px;
}
.testimonial.newServicesSection.blue-bg div h2 {
    padding-bottom: 10px;
}
.headingContainer {
        margin-bottom: 30px;
}
.newServicesSection.testimonial.blue-bg {
   margin-top: 25px;
   padding: 25px 25px;
  }
.form-sec .sectionHead h2 {
        line-height: 35px;
    }
}