/* Review css started */

.Reviews {
    position: relative;
    margin-top: 5%;
    margin-bottom: 8%;
}

.Reviews .review-background img.men {
    width: 100%;
    height: auto;
}

.Reviews .content-background img.background-content {
    height: 407px;
    width: 100%;
}

.Reviews .reviews-background .content-background {
    margin-top: 7%;
    position: relative;
}

.Reviews .reviews-background .content-background .reviews-content {
    position: absolute;
    top: 76px;
    left: 6%;
}

.Reviews .reviews-background .content-background .reviews-content .rating.left {
    margin-bottom: 20px;
}

.Reviews .reviews-background .content-background .reviews-content p.text {
    min-height: 75px;
    width: 65%;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 33px;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.Reviews .reviews-background .content-background .reviews-content .name h1.person-name {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.Reviews .reviews-background .content-background .reviews-content .name p.position {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.Reviews .reviews-background .content-background .reviews-content img.left {
    width: 40px;
    height: 40px;
}

.Reviews .rating .stars {
    margin-right: 15px;
}

.Reviews .rating .stars .star {
    padding: 5px 2px;
    cursor: pointer;
}

.Reviews .rating .stars .star:before {
    font-family: "FontAwesome";
    content: "\f005";
    color: #cfcfcf;
    font-size: 25px;
}

.Reviews .rating .stars .star:hover:before,
.rating .stars .star.to_rate:before,
.rating .stars .star.rated:before {
    color: #ffbd21;
}

.Reviews .rating .stars .star.no_to_rate:before {
    color: #707070;
}

.Reviews .name {
    padding: 0px 3px;
    border-left: 2px solid #066db3;
    height: fit-content;
    width: fit-content;
}

.Reviews .traingle-image {
    position: absolute;
    bottom: 25%;
    right: 0;
    z-index: -1;
}

.Reviews .traingle-image img.men {
    width: 100%;
    height: 500px;
}

/* Review css End */


/* Media Query Started */

@media (min-width: 0px) and (max-width: 320px) {
    .Reviews .review-background img.men {
        width: 100%;
        height: 336px;
    }

    .Reviews .reviews-background .content-background {
        margin-top: 0%;
    }

    /* .Reviews .content-background img.background-content {
        height: 342px;
    } */
    .Reviews .reviews-background .content-background .reviews-content {
        top: 20px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 16px;
    }

    .Reviews .reviews-background .content-background .reviews-content img.left {
        width: 34px;
        height: 34px;
    }

    section.Reviews {
        margin: 11px 11px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        font-size: 14px;
        margin-bottom: 33px;
        min-height: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 8;
    }

    .Reviews .reviews-background .content-background .reviews-content .name h1.person-name {
        font-size: 16px;
    }

    .Reviews .reviews-background .content-background .reviews-content .name p.position {
        font-size: 14px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        width: 95%;
        text-align: justify;
    }
}

@media (min-width: 321px) and (max-width: 485px) {
    .Reviews .review-background img.men {
        height: 396px;
    }

    .Reviews .reviews-background .content-background {
        margin-top: 0px;
    }

    .Reviews .reviews-background .content-background .reviews-content {
        top: 29px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 17px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        font-size: 15px;
        margin-bottom: 37px;
    }

    .Reviews .reviews-background .content-background .reviews-content .name h1.person-name {
        font-size: 17px;
    }

    .Reviews .reviews-background .content-background .reviews-content .name p.position {
        font-size: 15px;
    }

    .Reviews .reviews-background .content-background .reviews-content img.left {
        width: 30px;
        height: 30px;
    }

    /* .Reviews .content-background img.background-content {
        height: 351px;
    } */
    section.Reviews {
        margin: 0px 13px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        width: 95%;
        text-align: justify;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        font-size: 14px;
        margin-bottom: 33px;
        min-height: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 8;
    }
}

@media (min-width: 486px) and (max-width: 575px) {
    .Reviews .review-background img.men {
        width: 100%;
        height: 406px;
    }

    .Reviews .reviews-background .content-background {
        margin-top: 0px;
    }

    .Reviews .reviews-background .content-background .reviews-content {
        top: 36px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 20px;
    }

    .Reviews .reviews-background .content-background .reviews-content .name h1.person-name {
        font-size: 18px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        margin-bottom: 41px;
    }

    .Reviews .reviews-background .content-background .reviews-content img.left {
        width: 35px;
        height: 35px;
    }

    section.Reviews {
        margin: 0px 14px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        width: 95%;
        text-align: justify;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .Reviews .reviews-background .content-background {
        margin-top: 0px;
    }

    .Reviews .reviews-background .content-background .reviews-content {
        top: 31px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 20px;
    }

    .Reviews .reviews-background .content-background .reviews-content img.left {
        width: 35px;
        height: 35px;
    }

    .Reviews .content-background img.background-content {
        height: 375px;

    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        width: 95%;
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .Reviews .content-background img.background-content {
        height: 328px;
    }

    .Reviews .review-background img.men {
        height: 377px;
    }

    .Reviews .reviews-background .content-background .reviews-content {
        top: 5px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 20px;
    }

    .Reviews .reviews-background .content-background .reviews-content img.left {
        width: 35px;
        height: 35px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 18px;
    }

    .Reviews .reviews-background .content-background {
        margin-top: 12%;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        width: 95%;
        text-align: justify;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .Reviews .reviews-background .content-background {
        margin-top: 9%;
    }

    .Reviews .content-background img.background-content {
        height: 320px;
    }

    .Reviews .review-background img.men {
        height: 377px;
    }

    .Reviews .reviews-background .content-background .reviews-content {
        top: 5px;
    }

    .Reviews .rating .stars .star:before {
        font-size: 20px;
    }

    .Reviews .reviews-background .content-background .reviews-content img.left {
        width: 35px;
        height: 35px;
    }

    .Reviews .reviews-background .content-background .reviews-content p.text {
        width: 100%;
    }
}

/* Media Query End*/