.doctor-video {
    position: absolute;
    bottom: -10px;
    z-index: 2;
    background: rgb(173 210 97);
    width: 64px;
    height: 64px;
    left: -10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.5s ease;

}

.doctor-video .video-play-icon i {
    font-size: 30px;
    color: #fff;
    margin-left: 5px;
}

.single__doctors--bio {
    position: relative;
    z-index: -1;
}

.doctor-video:hover {
    background: rgb(16 99 137);
}