/* === pm1 css ==== */

@media (max-width: 767px) and (min-width: 320px)
{
    .headline {
        font-size: 29px;
        margin-left: 0px;
    }

    .item {
        width: 95%;
        margin: auto;
    }

    .ti-name_1 {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ti-profile-details {
        margin: 0px;
    }
}
@media (max-width: 992px) and (min-width: 768px)
{
    .google_main_section .google_rate {
        margin: auto;
    }
    .google_main_section{
        width: 100%;
    }
}
.review_section {
    background-color: #5c2964;
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}

.review_inner_section {
    padding: 75px 20px;
}

.review_section .review_inner_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    gap: 28px;
}

.headline {
    color: #ffffff;
    margin-left: 80px;
    font-size: 33px;
    font-weight: 700;
}

.review_slider {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.google_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.google_center img {
    max-width: 100%;
}

.google_container {
    background-color: white;
    border-radius: 4px;
    padding: 20px;
}

.ti-rating {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin-right: 1px;
    line-height: 1em;
    background-color: #e6e6e6;
    padding: 6px 4px;
}

.five_stars {
    display: flex;
    margin-top: 5px;
}

.five_stars_all {
    padding-left: 10px;
    display: flex;
    margin-top: 5px;
}

.ti-text {
    color: #000000;
    font-size: 15px;
    margin-top: 1px;
    white-space: nowrap;
}

.all_star i.fa-star {
    font-size: 15px;
}

.five_stars i.fa-star-half-o {
    font-size: 15px;
}

.all_star i.fa-star {
    color: gold;
}

.five_stars i.fa-star-half-o {
    color: gold;
}

#customers-testimonials {
    .item-details {
        background-color: #fff;
        color: #333333;
        padding: 20px 10px;
        text-align: left;

        h5 {
            margin: 0 0 15px;
            font-size: 18px;
            line-height: 18px;

            span {
                color: red;
                float: right;
                padding-right: 20px;
            }
        }

        p {
            font-size: 14px;
        }
    }

    .item {
        text-align: center;
    }
}

.ti-name {
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
}

.ti-date {
    color: #7a7272f5;
    opacity: 0.5;
    font-size: 13px
}

.banner_images {
    position: relative;
    background-image: url("../my-icon/Banner_img.jpg");
    width: 100%;
    padding: 10% 10px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_content h1 {
    color: white;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding: 30px;
}

.google_img {
    width: 50px;
}

.google_img img {
    max-width: 50px;
}

.ti-profile-details {
    margin: 10px;
}

.google_img1 {
    max-width: 20px;
}

.ti-profile-details {
    display: flex;
    align-items: center;
}

.ti-name {
    flex-grow: 1;
}

.ti-name p {
    margin: 0;
}

.google_img1 img {
    max-height: 30px;
}

.item-details {
    border-radius: 5px;
    overflow: hidden;
}
.rounded_background{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.rounded_background_1 {
    background-color: #f12a2a7d;
}

.rounded_background_2 {
    background-color: #ff0000;
}

.rounded_background_3 {
    background-color:#ffc0cb;
}

.rounded_background_4 {
    background-color: #8a2be2;
}

.rounded_background_5 {
    background-color:#ffdead;
}

.rounded_background_6 {
    background-color: #2e8b57;
}
.slider_content {
    padding: 0px 10px;
}

/* ======= PM3 CSS start here ====== */

.banner_content{
    text-align: center;
}


