.cy-template .img-shadow{
	filter: drop-shadow(0px 8px 28px rgba(24, 99, 220, 0.15));
}
.cy-template img.g2-badge{
	filter: drop-shadow(0px 1px 8px rgba(24, 99, 220, 0.17));
}
.cy-template iframe{
	border-radius: 8px;
box-shadow: 7px 15px 46px -15px rgba(45, 173, 112, 0.30), -13px -16px 48px -18px rgba(24, 99, 220, 0.30);
}
.cy-template .grey-title {
	color: var(--grey-title)!important;
}
.cy-template ul.arrow-icon li{
	list-style: none;
	padding-left: 25px;
	position: relative;
	margin: 0 0 20px 0;
}
.cy-template ul.arrow-icon {
	padding: 0;
}
.cy-template ul.arrow-icon li:before{
content: '';
position: absolute;
height: 15px;
width: 15px;
background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/ppg/arrow.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
top: 5px;
left: 0;
}
.cy-template .step-wrapper .step{
	position: relative;
}
.cy-template .step-wrapper .step:before {
    content: '';
    position: absolute;
    left: 31px;
    bottom: -48px;
    background-color: #57BD8D;
    width: 3px;
    height: 100px;
}
.cy-template .step-wrapper .step:last-child:before{
	content: none;
}