.wl .wl-pricing-table-fancy {
	border: 1px solid #cccccc42;
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	border-radius: 180px;
	transition: .4s;
	padding: 20px;
	box-shadow: 3px 3px 7px -2px rgba(0, 0, 0, 0.2);
}
.wl .wl-pricing-table-fancy:hover {
	background-color: #F93DAC;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-pricing-area {
	background: #fff;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-price-area,
.wl .wl-pricing-table-fancy:hover .wl-ptf-pricing-period {
	color: #F93DAC;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-feature-area{
	background: transparent;
}
.wl .wl-ptf-pricing-area {
	text-align: center;
	background-color: #F93DAC;
	border-radius: 50%;
	width: 100%;
	/*height: 203px;*/
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
}
.wl .wl-ptf-price-area {
	font-weight: bold;
	font-size: 28px;
	transition: .4s;
}
.wl .wl-ptf-price-area .wl-ptf-sale-on{
	font-size: 20px;
}
.wl-ptf-currency {
	margin-right: 0px;
	margin-left: 0px;
}
.wl .wl-ptf-price{}
.wl .wl-ptf-pricing-period {
	color: #fff;
	font-weight: bold;
}
.wl-ptf-fancy-price {
	color: #fff;
	font-size: 28px;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-fancy-price {
	color: #F93DAC;
}
.wl .wl-ptf-feature-area {
	color: #fff;
	text-align: center;
	margin: 20px 0;
}

.wl .wl-ptf-title {
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
}
.wl .wl-ptf-description {
	font-size: 14px;
	margin-bottom: 25px;
}
.wl .wl-ptf-feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}
.wl .wl-ptf-featute {
	font-size: 13px;
	margin: 15px 0px;
	font-weight: 600;
}
.wl .wl-ptff-desc {
	color: #000;
}
.wl .wl-ptf-purchase {
	text-align: center;
	padding: 0px 20px;
	padding-bottom: 12px;
}
.wl .wl-ptf-purchase-btn {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background-color: #F93DAC;
	padding: 10px;
	border-radius: 22px;
	border: 1px solid transparent;
	transition: .4s;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-purchase-btn {
	color: #F93DAC;
	background-color: #fff;
}
.wl .wl-ptf-sale-price {
	color: #fff;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-sale-price {
	color: #F93DAC;
}
.wl .wl-ptf-price-area .wl-ptf-sale-on del {
	font-size: 20px;
	color: #fff;
}
.wl .wl-pricing-table-fancy:hover .wl-ptf-price-area .wl-ptf-sale-on del {
	color: #F93DAC;
}
/*featured*/
.wl-ptf-featured-badge-text {
	width: 107px;
	/* background: #F93DAC; */
	position: absolute;
	top: 40px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	color: #F93DAC;
	font-size: 12px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	font-family: "Roboto", Sans-serif;
	z-index: 999;
	border-radius: 5px;
	border: 1px solid #F93DAC;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl .wl-pricing-table-fancy.ptf-featured {
	background-color: #F93DAC;
}
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-pricing-area {
	background: #fff;
}
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-purchase-btn,
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-sale-price,
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-fancy-price,
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-price-area .wl-ptf-sale-on del,
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-price-area,
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-pricing-period {
	color: #F93DAC;
}
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-feature-area{
	background: transparent;
}
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-feature-area {
	background: transparent;
}
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptff-icon {
	color: #fff;
}
.wl .wl-pricing-table-fancy.ptf-featured .wl-ptf-purchase-btn {
	background-color: #fff;
}
.wl-pricing-table-fancy:hover {
	transition: 1.3s;
	transition-duration: 1.3s;
}
.wl-pricing-table-fancy:hover .wl-ptf-pricing-area {
	transition: 1.3s;
	transition-duration: 1.3s;
}
.wl-pricing-table-fancy:hover .wl-ptf-title {
	transition: 1s;
	transition-duration: 1s;
	color: #fff;
}
.wl-pricing-table-fancy:hover .wl-ptff-desc {
	transition: 1s;
	transition-duration: 1s;
	color: #fff;
}
.wl-pricing-table-fancy:hover .wl-ptff-icon {
	transition: 1.3s;
	transition-duration: 1.3s;
}
/*featured*/

/*responsive*/
@media only screen and (max-width : 767px) {
	.wl .wl-ptf-purchase {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width : 768px) {
	.wl .wl-ptf-title {
		font-size: 26px;
	}
}
/*responsive*/