/*---------------------team_membars------------------------*/

.team_membars.full_page {
    position: relative;
    padding: 100px 0px 100px;
}

.team_membars.full_page .member_image {
    position: relative;
}

.team_membars.full_page .member_image img {
    width: 100%;
}

.team_membars.full_page .member_image .team_member_details {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

@media(max-width:3000px) and (min-width:1200px) {
    .team_membars.full_page .member_image .team_member_details {
        position: absolute;
        background: #fff;
        width: 300px;
        right: 20px;
        top: 25px;
    }
}
.team_membars.full_page .member_image .team_member_details .upper_block {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 30px 10px;
    background: #00aa55;
}
.team_membars.full_page .member_image .team_member_details .lower_block {
    position: relative;
    padding: 20px 30px;
}
.team_membars.full_page .member_image .team_member_details h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}
.team_membars.full_page .member_image .team_member_details .upper_block p {
    font-size: 16px;
    color: #fff;
}
.team_membars.full_page .member_image .team_member_details .box_in {
    position: relative;
}
.team_membars.full_page .member_image .team_member_details .box_in h6 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: #222;
}
