.customdots{
    height: 20px;
    width: 20px;
    border-radius: 30px;
    opacity: 1;
    visibility: visible;
    border-color: white;
    border: 1px solid white;
    margin-left: 10px;;
}
.activeswipperdot{
    background-color: orange;
}
.contentdots{
    display: flex;
    margin-left: 60px;
    margin-bottom: 40px;
}
