.wl .wl-pricing-table-regular {
	border: 1px solid #cccccc42;
	border-radius: 10px;
	background-color: transparent;
	width: 100%;
	overflow: hidden;
	transition: .9s;
	transition-duration:.9s;
}
.wl  .wl-pricing-table-regular:hover {
	background-color: #fe4fa3;
	transition-duration:.9s;
}
.wl  .wl-pricing-table-regular *{
	transition: .9s;
}
.wl .wl-pricing-table-regular:hover .wl-ptr-pricing-area {
	background-color: transparent;
	transition-duration:.9s;
}
.wl .wl-pricing-table-regular:hover .wl-ptr-feature-area {
	background-color: transparent;
	transition-duration:.9s;
}
.wl .wl-pricing-table-regular:hover .wl-ptr-price-area,
.wl .wl-pricing-table-regular:hover .wl-ptr-pricing-period{
	color: #fff;
}
.wl .wl-ptr-pricing-area {
	transition: 0.9s;
	text-align: center;
	padding: 35px;
	transition-duration: .9s;
}
.wl .wl-ptr-price-area {
	color: #F93DAC;
	font-weight: bold;
	font-size: 45px;
	transition: 0.9s;
	transition-duration: .9s;
}
.wl .wl-ptr-price-area .wl-ptr-sale-on{
	font-size: 20px;
}
.wl .wl-ptr-currency{}
.wl .wl-ptr-price{}
.wl .wl-ptr-pricing-period {
	color: #4E94CC;
	font-weight: bold;
	transition: 0.9s;
	transition-duration: .9s;
}
.wl .wl-ptr-feature-area {
	padding: 15px 15px;
	color: #fff;
	background: #F93DAC;
	transition: 0.9s;
	transition-duration: .9s;
}
.wl .wl-ptr-title {
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}
.wl .wl-ptr-description {
	font-size: 14px;
	margin-bottom: 25px;
	font-weight: 400;
}
.wl .wl-ptr-feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.wl .wl-ptr-featute {
	font-size: 13px;
	margin: 15px 0px;
	font-weight: 600;
}
.wl .wl-ptrf-icon{	
	transition: 0.9s;
	transition-duration: .9s;
}
.wl .wl-ptrf-desc{
	transition: 0.9s;
	transition-duration: .9s;
}
.wl .wl-ptr-purchase {
	background-color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 20px;
	transition: 0.9s;
	transition-duration: .9s;
}
.wl .wl-ptr-purchase-btn {
	display: block;
	color: #2F84C4;
	font-size: 14px;
	font-weight: 600;
	transition: 0.9s;
	transition-duration: .9s;
}
@media only screen and (max-width : 768px) {
    .wl .wl-ptr-pricing-area {
		padding: 35px 10px;	
	}
}