/*
Theme Name: CVI
Description: CVI theme based on Enfold
Version: 1.0
Author: Karuna Consulting
Author URI: http://karunaconsulting.com
Template: enfold
*/

#av-special-heading-tag {
	text-transform: uppercase none;
}
.gform_confirmation_message {
	display: block;
	padding: 15px 20px;
	background-color: #37bd37;
	border-radius: 10px;
	color:  #fff;
	text-align: center;
	font-weight: 600;
}

#pricing-table .pricing-table li:not(.avia-heading-row):not(.avia-pricing-row):not(.avia-button-row) {
	text-align: left;
	padding-left: 40px;
	position: relative;
}
#pricing-table .pricing-table li:not(.avia-heading-row):not(.avia-pricing-row):not(.avia-button-row)::before {
	content: '';
	display: block;
	width: 18px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14.96'%3E%3Cpath d='M15.35 0 7.16 8.7 2.85 4.85 0 7.53 7.16 15 18 2.87Z' fill='%2334b29f'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}