/* Rating and Reviews - Start - 06-09-2022 */
.Ratings_and_Reviews {
    padding: 72px 0;
}

.Ratings_and_Reviews .Sec_Title h2 {
    margin-bottom: 24px;
    color: var(--Text-Grey-700, #344054);
    /* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 43.2px */
    letter-spacing: -0.72px;
    text-align: center;
}

.Ratings_and_Reviews p.test-img-text {
    padding: 10px 0;
    color: var(--Theme-Blue-500, #3A58EF);
    /* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.Ratings_and_Reviews .Reveiws_Count h3 {
    font-weight: 900;
    font-size: 50px;
    line-height: 68px;
    color: #1F2227;
    color: var(--Text-Grey-900, #101828);
    /* Display sm / Semibold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
}

.Ratings_and_Reviews {
    background: #EEEEEE;
    background: var(--White, #FFF);
}

.Progress-bar-main {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.Reveiws_Count {
    background-color: #EEF3F6;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    padding: 0;
}

p.Total_Reviw {
    text-align: center;
    margin-left: 16px;
}

.Reveiws_Count h1 {
    font-size: 50px;
    color: #1F2227;
    font-weight: bold;
}

.Reveiws_Count span.rating {
    font-size: 18px;
}

.Progress-bar-main p {
    margin: 0;
    min-width: 86px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Progress-bar-main .progress {
    height: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background: #D0D5DD;
    display: inline-block;
    width: 100%;
}

.Progress-bar-main .progress .progress-bar {
    height: 10px;
    border-radius: 10px;
    background: #3A58EF;
}

.User_img {
    background: #7162EA;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    border-radius: 25px;
    background: var(--Theme-Blue-100, #D8DEFC);
}

.User_main {
    display: flex;
    gap: 10px;
}

.User_name {
    margin-left: 0;
    margin-top: 0;
}

.User_name h5 {
    font-size: 16px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 5px;
    color: var(--Text-Grey-900, #101828);
    /* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.User_Date {
    margin: 0 0 0 auto;
}

.User_Date p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.Review_Text {
    margin-top: 16px;
}

.Review_Text p {
    margin: 0;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.Reveiw_Box {
    border-bottom: 1px solid #DEDEDE;
    padding: 24px 0;
}

.Review_pagination {
    padding: 30px 0;
    border-top: 1px solid #DEDEDE;
}

.Review_pagination .pagination li {
    padding: 0 7px;
    line-height: 30px;
}

.Review_pagination .pagination li .Next img {
    transform: rotate(180deg);
}

.Review_pagination .pagination .page-item .page-link {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
}

.Review_pagination .pagination .page-item.active .page-link {
    color: #fff;
}

p.test-img-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 18px 0;
    margin: 0;
    text-align: center;
}

.fa.fa-star, .fa.fa-star-half-o, .fa.fa-star-o, .fa.fa-star-half, .fa.fa-star-half-alt {
    color: #fbb42c;
}

.Detail_Box .Reveiws_Count h3 {
    color: #1F2227;
    font-size: 50px;
    font-weight: 900;
    line-height: 68px;
}

.Review_Ratings_Top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.Ratings_Review_Box {
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 24px;
}

.Ratings_and_Reviews .Reveiws_Count h3 span {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    vertical-align: middle;
    margin-left: 8px;
}

.Reveiws_Rating {
    display: flex;
    align-items: center;
}

span.rating {
    display: flex;
    align-items: center;
}

span.rating span {
    color: var(--Theme-Yellow-500, #F0C33A);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

a.View_All {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 27px;
    display: inline-block;
    margin-top: 24px;
}

span.rating span:first-child {
    margin-right: 5px;
}
.Reveiws_Rating span.rating ul {
    display: flex;
    list-style: none;
    gap: 6px;
}
.User_name span.rating ul {
    display: flex;
    list-style: none;
    gap: 0px;
}
span.rating span:first-child  {
    margin-right: 5px;
    vertical-align: middle;
}
@media only screen and (max-width: 767.51px) {
    .Review_Ratings_Top {
        display: inline-block;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        width: 100%;
    }

    .Reveiws_Rating {
        display: inline-block;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }

    .Review_Ratings_Top span.rating {
        justify-content: center;
    }

    p.Total_Reviw {
        text-align: center;
        margin-left: 0;
    }

}

/* Rating and Reviews - End - 06-09-2022 */