.tips-box .slick-dots li button:before {
	font-size: 10px;
}
.tips-box .slick-dots li button {
	transition: .3s ease-out;
}
.tips-box .slick-dots li.slick-active button:before {
	opacity: .75;
	transition: .3s ease-out;
	transform: scale(2);
	color: #782f9a;
}
.tips-box .slick-dots li button:hover:before, .slick-dots li button:focus:before {
	color: #782f9a;
}
.tips-box .modal-content {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.tips-box .btn-bmg-secondary {
	margin-right: 12px;
}
.tips-box .btn {
	margin-bottom: 0;
}
.tips-box .arrow {
	position: absolute;
	top: 0;
	height: 100%;
	width: 5%;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #d2d0d0;
	z-index: 2;
	transition: .3s ease-out;
}
.tips-box .arrow i {
	opacity: 0.4;
	transition: .3s ease-out;
	font-size: 2em;
}
.tips-box .arrow:hover i {
	opacity: 1;
}
.tips-box .arrow:hover {
	color: #782f9a;
}
.slick-list {
	transition: .3s ease-out;
}
.tips-box .arrow-prev {
	left: 21px;
	justify-content: left;
}
.tips-box .arrow-next {
	right: 21px;
	justify-content: right;
}
