.main-feedback-review {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.feed-content-area {
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 29px 50px 0 rgba(35,35,35,0.17);
    margin-bottom: 40px;
    position: relative;
}
.feed-mainBox {
    display: inline-block;
    width: 100%;
}
.feed-mainBox p {
    font-weight: 400;
}
.main-heading {
    background-color: #d20c1e;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.main-heading h6 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
}
.fieldArea {
    display: flex;
    align-items: center;
}
.fieldArea .labelBox {
    display: flex;
    max-width: 30%;
    flex: 0 0 30%;
}

.customer-points {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.points-feedback {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.labelBox {
    display: flex;
    max-width: 30%;
    flex: 0 0 30%;
}
.labelBox p {
    font-size: 14px;
}
.points-area {
    display: flex;
    max-width: 65%;
    flex: 0 0 65%;
}
.points-area .checkpoints {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 20%;
    flex: 0 0 20%;
    font-weight: 600;
}
.servicesPoints .pointsBox {
    display: flex;
    align-items: center
}
.servicesPoints .pointsBox .nameBox {
    display: flex;
    align-items: center;
    max-width: 30%;
    flex: 0 0 30%;
}
.servicesPoints .pointsBox .filedBox {
    display: flex;
    align-items: center;
    max-width: 65%;
    flex: 0 0 65%;
}
.servicesPoints .pointsBox .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}



.stars i {
    color: #ffb100;
    margin: 0 5px 0 0;
    font: 14px/1 FontAwesome;
}


#rating_bar {
  margin: 4px 0 15px 0 !important;
  display: inline-block;
  unicode-bidi: bidi-override;
  direction: rtl;
}

#rating_bar>span:before {
  content: '\f005';
  color: #ffb100;
  cursor: pointer;
  font-family: "Font Awesome 6 Free";
}

#rating_bar>span:hover:before,
#rating_bar span:hover~span:before {
  color: #ffb100;
  content: '\f005';
    font: 14px/1 FontAwesome;
}


.review-feed {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0px 16px 0 rgba(35,35,35,0.17);
}
.review-feed textarea {
    resize: none;
}

@media (max-width: 575px) {
    .points-feedback {
        flex-direction: column;
        margin-bottom: 25px;
    }
    .labelBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .points-area {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: space-between;
        width: 100%;
    }
}