.ReviewComponent .Average_Rating {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    padding-left: 10px;
}

.ReviewComponent .heading_holder h4 {
    text-align: left;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    opacity: 1;
    margin-bottom: 20px;
}

.ReviewComponent .Average_Rating .rating_breakdown .progress .bg-success {
    background-color: #09558F !important;
}

.ReviewComponent .Average_Rating .rating_breakdown .star_text {
    font-size: 14px;
    color: #000;
    margin-right: 5px;
}


.ReviewComponent .Average_Rating .bottom_rating_div {
    display: flex;
}


.ReviewComponent .Average_Rating .bottom_rating_div .rate_text {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
}


.ReviewComponent .Customer_Feedbacks_cards_holder {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.ReviewComponent .custom_rating_row {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
}

.ReviewComponent .Submit_Your_Review {
    margin-top: 10px;
}

.ReviewComponent .Submit_Your_Review .rating_div {
    margin-bottom: 10px;
}

.ReviewComponent .Submit_Your_Review .form-label {
    color: #000;
    font-size: 14px;
}


.ReviewComponent .Submit_Your_Review textarea.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    margin-bottom: 14px;
}

.ReviewComponent .Submit_Your_Review .heading_holder h4 {
    margin-bottom: 10px;
}

.ReviewComponent .Submit_Your_Review .Green_btn_holder .Green_btn {
    margin: 0px 0px 0px auto;
}

@media (min-width: 0px) and (max-width: 991px) {

    .ReviewComponent .custom_rating_row {
        flex-direction: column-reverse;
    }


    .ReviewComponent .Average_Rating {
        padding-left: 0px;
    }

    .ReviewComponent .heading_holder h4 {
        font-size: 15px;
        margin-bottom: 11px;
        margin-top: 20px;
    }
}