.relaxation-slider .image-slide-bg:after {background-color: var(--bg-color2);}
.relaxation-slider {padding: 0 0  200px;}
@media only screen and (min-width: 768px) and (max-width:1024px) {
.relaxation-slider {padding: 0 0  80px;}
}
@media only screen and (max-width: 767px) {
   .relaxation-slider {padding: 0 0  70px;}
   .slick-dots{bottom: -50px;}
}