.evaluation {
    display: flex;
    justify-content: end;
    direction: ltr;
}

.starts-content:hover .label-star,
.starts-content:hover~div .label-star {
    color: #FFEE00;
}

.starts-content {
    width: 25px;
    cursor: pointer;
    height: 25px;
    white-space: nowrap;
    color: #D4801E;
    transition: .2s all ease-in-out;
}

.starts-content a {
    color: #D4801E;
    padding-right: 10px;
}

.cheackstar {
    color: #FFEE00 !important;
}

.cheackstar~div .label-star {
    color: #FFEE00 !important;
}

.titleop {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.titleop h2 {
    color: #fff;
    border-radius: 10px;
    background-color: #D4801E;
    font-weight: bold;
    padding: 20px;
    width: 30%;
    text-align: center;
}

@media(max-width: 992px) {
    .titleop h2 {
        width: 100%;
    }
}

.divcont-contact {
    padding: 20px 0;
}

.divcont-contact h4 {
    font-weight: bold;
    color: #000;
}

.divcont-contact input[type="text"] {
    padding: 10px;
    width: 73%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.divcont-contact textarea {
    resize: none;
    padding: 10px;
    height: 300px;
    width: 73%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.divcont-contact input[type="submit"] {
    padding: 10px;
    width: 73%;
    border-radius: 10px;
    background-color: #D4801E;
    color: #fff;
    font-weight: bold;
    border: 0px;
}