﻿.rate-review {
    display: flex;
    gap: 17px;
    padding: 4px 28px;
    position: absolute;
    bottom: -38px;
    right: -109px;
    border-radius: 15px;
    background: #FFF;
    justify-content: center;
    align-items: center;
}

.rate-content {
    width: 100%;
}

.number-rate {
    font-family: 'monB';
    color: red;
    font-size: 28px;
}

.context-rate {
    font-family: 'interM';
    color: var(--default-color-1);
}

.rate-review img {
    width: 22% !important;
    height: 100%;
    display: flex;
    text-align: center;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}

.adress {
    text-transform: capitalize;
    color: #ffffffb5;
    font-size: 16px;
}

.answer {
    margin-top: 23px;
    width: 79%;
    color: #fff;
    font-size: 18px;
}

.home-rate {
    padding-bottom: 112px;
    background-image: url("../../../Design/img/Layer49.png");
    background-size: cover; /* co ảnh vừa khung */
    background-position: center; /* căn giữa ảnh */
    background-repeat: no-repeat; /* không lặp ảnh */
}

.ct-middler {
    margin-top: 41px;
}

.ctx {
    color: var(--default-color-4);
    font-size: 20px;
}

.cte {
    font-family: monB;
    color: #fff;
    font-size: 25px;
}

.context-customer {
    padding: 99px 221px;
    padding-top: 47px;
}

.rate-rigt {
    background-image: url("../../../Design/img/Layer51.png");
    background-size: cover; /* co ảnh vừa khung */
    background-position: center; /* căn giữa ảnh */
    background-repeat: no-repeat; /* không lặp ảnh */
    width: 100%;
    height: 500px;
    position: absolute;
    left: 229px;
    top: -43px;
}

.decor-bg img {
    width: 134px;
    height: 134px;
    border-radius: 50%
}

.contex-info .job {
    margin-top: 10px;
    color: var(--default-color-4);
    font-size: 16px;
}

.grid.wide.grid-rating {
    max-width: 1447px;
}

.contex-info {
    display: flex;
    flex-direction: column;
}

.decor-bg {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
}

.info .name {
    margin: 0;
    font-family: 'monM';
    color: #FFF;
    font-size: 20px;
    text-transform: capitalize;
}

.rate-left img {
    width: 105%;
}

.rate-left {
    display: block;
}

.rate-left {
    position: relative;
    z-index: 99;
}

.rate {
    display: flex;
    position: relative;
}

.reat-img-left {
}

@media(max-width: 739px) {
    .rate-left {
        display: none
    }

    .context-customer {
        padding: 43px 0;
        padding-bottom: 0;
    }

    .answer {
        width: 100%;
        font-size: 14px;
    }

    .ctx {
        font-size: 14px;
    }

    .cte {
        font-size: 16px
    }

    .ct-middler {
        margin-top: 23px;
    }

    .rate-rigt {
        height: 358px !important;
        position: unset;
    }

    .adress, .job {
        font-size: 12px !important;
        margin-top: 2px;
    }

    .home-rate {
        padding-bottom: 29px;
    }

    .info .name {
        font-size: 15px;
    }
}
