.reh__site-content {
    background-color: #fff;
    position: relative;
}
@media (max-width: 992px) {
    .reh__site-content {
        margin-top: 50px;
    }
}
.site-content {
    padding: 3.5em 0 0;
}
@media (max-width: 767px) {
    .reh__site-content {
        margin-top: 0;
    }
}
.reh__contact_us-inner {
    padding: 0;
}
.reh__contact_us-inner .reh__privacy-linkmain {
    color: #333541 !important;
    line-height: 1.5;
    font-size: 18px;
}
.reh__contact_us-inner .alert,
.reh__contact_us-inner .reh__privacy-linkmain a {
    font-size: 16px;
}
.reh__contact-form-wrapper {
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}
.reh__contact-form-wrapper form {
    display: flex;
    background: #fff;
    box-shadow: 0 0 4px 2px rgb(36 36 36 / 10%);
    border-radius: 20px;
    overflow: hidden;
}
.reh__contact-form {
    flex: 0 0 60%;
    background: #fff;
    padding: 15px 22px;
}
.reh__content h1 {
    font-size: max(42px, 3.75vw);
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding-top: 0;
}
.reh__content {
    flex: 0 0 40%;
    background: url(../home/home-new/hero-1.webp) center center/cover no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reh__input:not(:last-child) {
    margin-bottom: 3px;
}
.reh__input input,
.reh__input textarea {
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    outline: 0;
    color: #333541;
    background: #fff;
    background-image: -webkit-linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0)
    );
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    font-size: 16px;
}
.reh__input textarea {
    resize: none;
    background: #fafafa;
}
.reh__input label {
    display: block;
    font-size: 16px;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #333541;
    /* 3-10 */
    margin-top: 10px;
}
.reh__contact-form input.reh__contact-submit {
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 23px;
    outline: 0;
    box-shadow: none;
    background-color: var(--green-color);
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-shadow: none;
    transition: background 0.2s;
    color: #fff !important;
}
@media (max-width: 991px) {
    .reh__contact-form-wrapper form {
        flex-direction: column;
    }
    .reh__content {
        background: #fff;
    }
    .reh__content h1 {
        font-size: 32px;
        color: #333541;
        margin-bottom: 0;
    }
    .reh__contact-form {
        padding: 25px;
    }
}
.reh__contact-form-wrapper input[readonly],
.reh__rating-box {
    background-color: #eee;
}
.reh__contact-form-wrapper .text-danger {
    margin-top: 0;
    color: red;
    margin-bottom: 10px;
    font-size: 16px;
}
.reh__rating-box {
    padding: 10px;
    width: 100%;
    float: left;
    margin: 10px 0;
    display: block; 
    padding-right: 0px;
}
.reh__rating-box .left,
.reh__rating-box .left .ren__rating #starRating {
    display: flex;
    justify-content: space-between;
}
.reh__rating-box .left .fa-star,
.reh__rating-box .left .fa-star-o {
    color: #ffbb01;
}
.reh__rating-box .left i {
    font-size: 16px;
    margin-right: 2px;
}
.reh__rating-box .left p {
    font-size: 16px;
    margin-bottom: 0;
}
.reh__contact_us-inner .justify-content-center {
    justify-content: center;
}
.reh__contact-form-wrapper .alert-success {
    background-color: var(--green-color);
    color: #fff;
}
.reh__contact-form-wrapper .alert-danger {
    background-color: var(--medium-orange-color);
    color: #fff;
}
.reh__contact-form-wrapper .close:hover {
    color: #fff !important;
}


/* 3-10-2024 */

.ren__rating {
    padding-right: 15px;
}

.ren__rating ul{
    margin-bottom: 0;
}