
/* custome css */

.employee-info{
    background: #4cc9f0;
    color: #fff;
    width: 100%;
    min-width: 800px;
    min-height: 300px;
}

.left-info {
    width: 35%;
    float: left;
    border-radius: 50%;
    padding-top: 12px;
}

.left-info img{
    border-radius: 50%;
    padding: 40px;
}

.right-info {
    padding-top: 40px;
}

.employee-info {
    background: #4cc9f0;
    color: #fff;
    width: 100%;
}

.empl-information ul li {
    list-style: none;
    line-height: 1.2;
}

button.slick-next.slick-arrow {
    position: relative;
    top: -201px;
    left: 590px;
    background: #f1f1ff;
    border-radius: 08%;
    transition: all 0.5s ease;
    text-decoration: none;
}

button.slick-next.slick-arrow:hover {
    background: #4a4abd;
    text-decoration: none;
    
}

button.slick-prev.slick-arrow {
    position: relative;
    top: 157px;
    left: -110px;
    padding: 18px 4px;
    background: #f1f1ff;
    border-radius: 08%;
    transition: all 0.5s ease;
    text-decoration: none;
}

button.slick-prev.slick-arrow:hover {
    background: #4a4abd;
    text-decoration: none;
}