
/*!
	* Item: Solenoid Coil
	* Description: Solenoid Coil Uflow Automation 
	* Author/Developer: Exill
	* Author/Developer URL: https://uflowvalve.com/solenoid-coil
	* Version: v2.0.0
	* License: Uflow Valve Standard Licenses: https://uflowvalve.com/solenoid-coil
	*/

.benefits ul li {
	font-size: 20px;
	position: relative;
	padding-left: 35px;
	padding-bottom: 20px;
	font-family: sans-serif;
	line-height: 24px;
	color: #f0f0f0;
	letter-spacing: 0.2px;
	list-style-type: none;
}

.benefits ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #009e66;
	padding-right: 15px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
}

.img-fluid_coli {
		height: auto;
		max-width: 100%;
		padding-bottom: 23px;
}

.pricing-section .single-plan {
    background-color: #161616;
    min-height: 420px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
    padding: 50px 0;
    text-align: center;
}
.product_images{
	background-color: currentColor;
	border-radius: 30px;
}


.certification_images{
	width: 50%;
	background-color: white;
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fixed
{
    position: fixed;
    top:100px;
    right: 0;
    width:250px;
    height:200px;
    z-index:999;
}
.button 
{
text-align: center;
display: block;
border: 0;
line-height: 3;
margin-bottom: 0.3em;
outline: none;
text-decoration: none;
width: 250px;
}
.buttonDiv 
{
padding: 50 21px;
}
.buttonDiv:hover
{
	background: white;
	transition: margin 500ms;
	margin-left: -20px;
}
/* Button Css */

.bg-b-green
{
	background: linear-gradient(45deg,black,#009e66);
}

