.cv {
    background-image: linear-gradient(to bottom, #ffffff59, #0000001a), url("../images/image/cv-banner.png");
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    padding:55px 200px 0px;
}

.cv-conatiner {
    position: relative;
    padding: 60px 70px;
}

.cv-conatiner::before {
    content: "";
    background: rgba(255, 255, 255, .9);
    border-radius: 45px;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.drGhanem__img {
    background: url(image.png);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 484px;
    position: absolute;
    right: -53px;
    top: -53px;
    Width: 444px;
    height: 453px;
}

.left-content .cv__text {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px;
}

.left-content .cv__des {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    margin-bottom: 48px;
}

.normal-text__green {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    direction: rtl;
}

.normal-text__black {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #000;
    direction: rtl;

}



.mt-40 {
    margin-top: 15px;
}

.guests-comments {
    background: #FBF9F6;
}

.guests-comments__banner {
    background: rgba(255, 193, 31, 0.65);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 29px;
    text-align: right;
    color: #3C690F;
    padding: 26px 0;
    margin-bottom: 32px;
}

.font-w-700 {
    font-weight: 700;
}

.font-w-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.comments__box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 16px;
}

.comments__box .gust-img {
    Width: 144px;
    height: 144px;
    overflow: hidden;
    margin-left: 20px;

}

.comments__box .gust-img img {
    margin-top: 8px;
}

.color-black {
    color: #000;
}

.comments__box .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}

.comments__box .comment {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 38px;

}

.date-container .date {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #343434;
}

.date-container .reply {
    background: #B4C99E;
    border-radius: 14px;
    padding: 6px 10px 8px;
    display: flex;
}

.date-container .reply img {
    margin-right: 40px;
}

.contact-form__container {
    background-image: url("../images/image/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1rem;
}

.contact-form__container .put-comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #333333;

}

.comment-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 27px 40px;
    margin-bottom: 57px;
}

.comment-form input,
.comment-form textarea {
    background: rgba(226, 228, 224, 0.5);
    border-radius: 14px;
    margin-bottom: 1rem;
}

.comment-form .send {
    background: #3C690F;
    border-radius: 14px;
    border: 0;
    color: #fff;
    padding: 0.55rem 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-form .send img {
    margin-right: 63px;
}

.comment-form h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #343434;
}

@media screen and (max-width: 1440px) {

/* tablet */
.cv {
padding: 53px 120px;
}



}



@media screen and (max-width: 1200px) {

    /* tablet */
    .cv {
        padding: 135px 80px 53px 30px;
    }

    .drGhanem__img {
        Width: 320px;
        height: auto;
    }


}

@media screen and (max-width: 768px) {

    /* tablet */
    .left-content {
        margin-top: 5rem;
    }

    .cv-conatiner {
        padding: 88px 20px;
    }

    .cv {
        padding: 135px 20px 53px 20px;
    }

    .drGhanem__img {
        right: 0;
    }
}