.custom-slider-mod .slick-dots {
padding-left: 0;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
display: flex;
flex-direction: row;
justify-content: center;
bottom: auto;
}
.custom-slider-mod .slick-dots li {
color: #005587;
cursor: pointer;
width: 50px;
height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.custom-slider-mod .slick-dots li.slick-active {
background-color: #005587;
color: #FFFFFF;
}