:root {
	--orange: #FF4004;
}

.green-button {
	border: 3px solid var(--herbal);
	color: var(--herbal);
}
.green-button:hover {
	background-color: #65A140!important;
	border-color: #65A140;
}

.list_img8 li {
	padding-bottom: 0;
	margin-left: -15px;
}

.new-gallery .slick-dots li button:before {
    font-size: 12px;
}

.new-gallery .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #98BE65;
}

.gallery .slick-dots li button:before {
    font-size: 12px;
}

.gallery .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #98BE65;
}

.text-small {
	font-size: 14px;
}

.modal-text {
	text-align: center;
}
.scale-img {
	transform: scale(.9);
    transition: .2s;
}

.scale-img:hover {
    transform: scale(1.1);
    transition: .2s;
}

.scale-img:not(:hover) {
	transition: .2s;
}