/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -80px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    animation: none !important;
}
.slick-dots li button
{
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: black;
    overflow: hidden;
    padding: 0;
}