@charset "UTF-8";
/* CSS Document */
/*
.slick-dots li button {
	background: url(https://daphnetechnology.com/images/common/bullet-bg.svg)  no-repeat center center;
}

.slick-dots li.slick-active button {
	background: url(https://daphnetechnology.com/images/common/activebullet-bg.svg)  no-repeat center center;
}
*/

/*
.slick-dots li button:before {
	content: "";
}
*/

.slick-dots li.slick-active button:before {
	color: #33C233;
}

.slick-dots li button:before {
	color: #33C233;
}


button.slick-prev, button.slick-next {
	width: 25px;
	height: 25px;
	z-index: 2;
}

button.slick-prev:before, button.slick-next:before, button.slick-next:focus, 
button.slick-prev:hover:before, button.slick-next:hover:before, button.slick-prev:focus {
	content: '';
}

button.slick-next, button.slick-next:hover {
	background: transparent url(https://daphnetechnology.com/images/common/slider-next-green.svg) no-repeat center center;
	background-size: contain;
	right: 10px;
}

.slick-prev, .slick-prev:hover {
	background: transparent url(https://daphnetechnology.com/images/common/slider-prev-green.svg) no-repeat center center;
	background-size: contain;
	left: 10px;
}

/*
.slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: flex-end;
}
*/
