   .VD365{
		background: #1F83FF;
   }
   .VD365TextHeading{
		padding-top: 30px;
		color: #1F83FF;
   }
   .VD365SubHeading{
		color: #1F83FF;
   }
   .InfoPic{
		margin-top:0px;
		color: #1F83FF;
   }
   .IconDivCol{
	  height:240px
   }
   @media only screen and (max-width: 420px) {
	  .IconDivCol{
		  height:340px
	   }
	}
	.greyDiv{
		background: #eceff1 ;
	}
	.gradient-45deg-VD365 {
		background: rgb(31,131,255);
		background: linear-gradient(43deg, rgba(31,131,255,1) 50%, rgba(0,58,129,1) 91%);
	}
	.card-image{
		width: 100%;
	}
	.price{
		font-size: 5rem;
		font-weight: 300;
		line-height: 1.6em;
		position: relative;
		text-align: center;
		color: #fff;
	}
	.card-title{
		font-size: 1.28rem !important;
		line-height: 1.6em;
		position: relative !important;
		width: 100%;
		margin-bottom: 0;
		padding: 10px 15px !important;
		text-align: center;
		text-transform: uppercase;
		background: rgba(0,0,0,.1);
	}
	.price-desc{
		padding-bottom: 10px;
		text-align: center;
		color: #fff;
	}
	sup{
		font-size: 1.42rem;
		font-weight: 100;
		line-height: 1.6em;
		top: -35px;
	}
	sub{
		font-size: 1.42rem;
		font-weight: 100;
		line-height: 1.6em;
		top: 0;
		left: -15px;
	}
	.collection{
		border: none;
	}
	.collection-item{
		font-size: 1.07rem;
		line-height: 1.6em;
		text-align: center;
		border-bottom: none;
	}
	.collection-item:before{
		font-family: 'Material Icons';
		font-size: 1.28rem;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		line-height: 1.6em;
		margin-right: 10px;
		content: 'check';
		text-transform: none;
		color: #1F83FF;
		speak: none;
		-webkit-font-smoothing: antialiased;
	}
	.recommended{
		border: 1px ridge green;
		padding: 2px;		
	}