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

.cv-conatiner {
    position: relative;
    padding: 88px 93px;
}

.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: 32px;
    line-height: 38px;
    text-align: right;
    color: #343434;
    margin-bottom: 48px;
}

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

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

.normal-text__black {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000;
}

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

.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: 24px;
    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;
}

.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-comment {
    background: #FFFFFF;
    border-radius: 14px;
    align-items: center;
    padding: 16px 29px;
}

.comments__box-comment input {
    background: #E6E5E4;
    border-radius: 14px;
    border: solid 1px #E6E5E4;
}

.comments__box-comment input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #808080;
}

.comments__box-comment .send {
    background: #566843;
    border-radius: 14px;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-right: 16px;
    color: #FFFFFF;
}

.comments__box-comment .send img {
    margin-right: 16px;
}


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

}

.comments__box-comment .comment-img {
    width: 88px;
    height: 88px;
    margin-left: 16px;
}

.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;

}

.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: 24px;
    line-height: 29px;
    color: #343434;
}

.bg {
    background-image: url(../images/image/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.no-bg-color {
    background-color: unset !important;
}

.no-bg-img {
    background-image: unset !important;
}

.gray-bg {
    background-color: #cdc9c97a !important;
}

.card-subject {
    position: relative;
    background-image: url(../images/image/news.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px;
}

.card-subject img {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 14px;
    filter: grayscale(.3);
}

.card-subject p {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
   

}

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

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



}



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

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

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


}

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

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

    .cv-conatiner {
        padding: 88px 20px;
    }
}
.department-deails2 .Scientific_window:hover{
    filter: brightness(120%);
}
.department-deails2 .Scientific_window .overlay-window h4 {
bottom: 1rem !important;
border-radius: 0 !important;
min-height: auto !important;
}
.department-deails2 .Scientific_window .overlay-window h3 {
font-weight: 700 !important;
bottom: 1rem !important;
background-color: unset;
font-size: 24px;
border-radius: 0 !important;
min-height: auto !important;

}
.department-deails .file-download a.button-more {
    background: unset !important;
color: #3C690F !important;


}