.why-choose-us-text strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    display: block;
    margin-bottom: -15px;
}

.about-us-desc p {
    margin-bottom: 24px;
}

/******Testimonial Carousel*****/
.testimonial-carousel .swiper-slide {
    height: auto;
    background: #ffffff;
}

@media(width: 768px) {
    .testimonial-carousel {
        padding: 0 60px !important;
    }

    .testimonial-carousel .home-testimonials .elementor-widget-container {
        padding: 0 16px !important;
    }
}

/****Google reviews badge****/
.reviews-google-badge .wp-google-powered {
    display: none !important;
}

.reviews-google-badge .wp-google-right::after {
    content: "See all our reviews";
    position: absolute;
    font-size: 14px;
    text-decoration: underline;
    color: #ffffff;
}

.reviews-google-badge .wp-google-right::before {
    content: "Google Rating";
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.reviews-google-badge span.wp-google-rating {
    color: #FEA500 !important;
    margin-right: 16px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.reviews-google-badge .wp-google-place .wp-star svg {
    width: 24px !important;
    height: 24px !important;
}

.reviews-google-badge .wp-google-right:hover::after {
    cursor: pointer !important;
}

.reviews-google-badge .wp-google-right div:first-child {
    margin: 10px 0 6px 0 !important;
}