﻿.comment-point-cards-wrapper    {
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.comment-point-card {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 5px 10px 0 rgba(106,106,106,.15);
    text-align: center;
    border-radius: 7px;
    margin: 0 12px;
    width: 220px;
    min-width: 220px;
    text-decoration: none;
}

.comment-point-card:hover{
    text-decoration: none;
}

.comment-point-card svg {
    height: 25px;
    margin: 2px 0
}

.comment-point-card .col-12 {
    padding: 0;
}

.comment-source-report {
    color: var(--02-black,#151b26);
    text-align: center;
    line-height: 2;
    margin-bottom: 0;
    overflow: unset;
}

#patient-comments-swiper {
    width: 1100px;
    height: 322px;
    padding: 30px 0px;
}

    #patient-comments-swiper .swiper-slide {
        margin: auto;
        opacity: 1;
    }

    #patient-comments-swiper .swiper-slide-prev .card,
    #patient-comments-swiper .swiper-slide-next .card {
        filter: blur(2px);
        box-shadow: 2px 8px 8px 8px #f7f7f7;
    }

.patient-top-row {
    height: 100px;
}

.patient-comment-row {
    height: 150px;
    text-align: left;
    overflow: hidden;
    color: #0F2852;
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

body.rtl .patient-comment-row {
    text-align: right;
}

.card-patient-swiper {
    width: 50%;
    margin: auto;
    height: 100%;
    padding: 25px 25px;
    border-radius: 8px;
    border: none;
    background-color: #fff;
    box-shadow: 2px 4px 4px 4px #f7f7f7;
}

.star {
    width: 19px;
    height: 18px;
}

.yellow-star {
    fill: #FDBA37;
}

.star-small {
    width: 19px;
    height: 18px;
}

.dark-star {
    fill: #A7A7A7;
}

#comments-section {
    background-color: #fbfbfb;
    padding: 30px 0px 0px 0px;
}

.circle {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

    .circle img {
        max-width: 100% !important;
        max-height: 100% !important;
    }

.patient-info-row {
    display: flex;
    align-items: center;
    gap: 15.771px;
}


.patient-info {
    text-align: left;
    padding-left: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: -6.196px;
    max-width: 140px;
}

.patient-name {
    color: var(--text-color, #252B42);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 187.5% */
    letter-spacing: 0.2px;
}

.patient-treatment {
    color: #171A34;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding-top: 5px;
    display: block;
}

.patient-info-row {
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 10px;
}

body.rtl .patient-info-row {
    padding-right: 15px;
    padding-left: 0;
}

.comment-source {
    font-size: 20px;
}

    .comment-source img {
        width: 100px;
        height: 50px;
    }

.header-source-logo {
    margin-top: -9px;
}

#comment-component-caption-row {
    height: 100px;
}

.comment-source-report {
    color: var(--02-black, #151B26);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}

.testimonials {
    color: #5F6B76;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.762px;
}

.section-title {
    color: var(--02-black, #151B26);
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.comment-buttons-row {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

#comment-slide-next,
#comment-slide-prev {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: -2.47691px 3.71536px 49.53811px 0px rgba(7, 17, 53, 0.20);
    z-index: 5000;
}

.comment-buttons-wrapper {
    margin-left: 850px;
    display: flex;
    width: fit-content;
    flex-direction: row;
    position: absolute;
    bottom: -70px;
}

#comment-slide-next {
    margin-right: -35px;
}

body.rtl #comment-slide-next {
    margin-right: -70px !important;
}

.all-comments-link {
    color: #151B26;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 178.571% */
    text-decoration-line: underline;
    float: right;
    margin-left: 27%;
}

.reviews-row {
    display: none;
}

@media(max-width:768px) {
    .comment-point-cards-wrapper    {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 20px;
    }
    .comment-point-card  {
        min-width: auto;
        width: calc(50% - 5px);
        padding: 10px;
        margin: 0;
    }
    .comment-point-card .col-lg-12,
    .comment-point-card .col-12 {
        padding-left: 0;
        padding-right: 0;
        height: 30px;
    }
    .comment-point-card .col-12:first-child svg  {
        width: 100%;
    }
    #comment-component-caption-row {
        height: 50px;
    }
    #comments-section {
        padding-left: 0;
    }

    .comment-swiper-container {
        padding: 15px 0 15px 20px;
    }

    .card-patient-swiper {
        width: 80%;
        padding: 15px 15px;
        float: left;
    }

    #patient-comments-swiper {
        width: 100%;
        height: 200px;
        padding: 2px 0px;
    }

    .patient-comment-row {
        height: 110px;
        text-align: left;
        overflow: hidden;
        color: #0F2852;
        text-overflow: ellipsis;
        whitespace: nowrap;
        font-family: Montserrat;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    #patient-comments-swiper .swiper-slide-prev .card,
    #patient-comments-swiper .swiper-slide-next .card {
        filter: none;
        box-shadow: none;
    }

    .circle {
        width: 30px;
        height: 30px;
    }

    .patient-info {
        width: 100px;
    }

    .patient-name {
        font-size: 9px;
        line-height: 10px;
    }

    .patient-treatment {
        font-size: 7.8px;
        line-height: 10px;
    }

    .star-small {
        width: 11px;
        height: 10px;
    }

    .section-title {
        color: #151B26;
        leading-trim: both;
        text-edge: cap;
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .comment-source img {
        width: 55.768px;
        height: 33.264px;
    }

    .comment-buttons-row {
        display: none;
    }

    .reviews-row {
        display: block;
    }

    .google-svg {
        width: 70.052px;
        height: 23.06px;
    }
}
