.slick-dots {
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
section .slick-dots li:before {
    content: "";
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    border:none;
    display: block;
    background: white;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    outline: none;
}

.benefits ul {
    padding-left:0px;
}

@media only screen and (max-width: 700px) {
    .slick-dots li button {
        height:14px;
        width:14px;
    }
}

.benefits .slick-dots li button {
    color: #595260;
    background: #fff;
    border:1px solid #595260!important;
    width:9px;
    height:9px;
    padding:0px;
    top: 1px;
    left: 1px;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.benefits .slick-dots li button:hover {
    width:13px;
    height:13px;
    top:-1px;
    left:-1px;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 26px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1000;
    cursor: pointer;
    transition: all .25s ease-in-out;
}
.slick-prev {
    left: 0px;
    background-size: 20px 20px;
}
.slick-next {
    right: 0px;
    background-size: 20px 20px;
}
.slick-prev:hover {
    background-size: 20px 20px;
}
.slick-next:hover {
    background-size: 20px 20px;
}


.slick-dots li.slick-active button,
.slick-dots li.slick-active button
{
    background:#A21247;
}
.slick-prev {
    background: #A21247 url("../images/svg/icons/BKW_Icon_ArrowLeft_white.svg") no-repeat 0px 1px;
}
.slick-next {
    background: #A21247 url("../images/svg/icons/BKW_Icon_ArrowRight_white.svg") no-repeat 0px 1px;
}
.slick-prev:hover {
    background: #ae063b url("../images/svg/icons/BKW_Icon_ArrowLeft_white.svg") no-repeat 0px 1px;
}
.slick-next:hover {
    background: #ae063b url("../images/svg/icons/BKW_Icon_ArrowRight_white.svg") no-repeat 0px 1px;
}