.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #7B7E8E;
    border-radius: 50%;
}

.slick-dots .slick-active > button {
    background: #1D4886;
}
