.slick-dots li{
    border-radius: 50%;
}

.rounded-sm{
    border-radius: 5px !important;
}

.rounded{
    border-radius: 10px !important;
}

.rounded-top{
    border-radius: 10px 10px 0 0 !important;
}

.rounded-bottom{
    border-radius: 0 0 10px 10px !important;
}

.rounded-top-left{
    border-radius: 10px 0 0 0 !important;
}


.rounded-top-left-sm{
    border-radius: 5px 0 0 0 !important;
}

.rounded-left{
    border-radius: 10px 0 0 10px;
}

.rounded-right{
    border-radius: 0 10px 10px 0;
}

.rounded-left-sm{
    border-radius: 5px 0 0 5px;
}

.rounded-right-sm{
    border-radius: 0 5px 5px 0;
}