#wl-pro-features {
	padding-top: 25px;
}
.wl-desc {
	font-size: 18px;
	color: #29485C;
	width: 56%;
	margin: auto;
	margin-bottom: 60px;
}
.wl-pro-features-heading{
	text-align: center;
}
#wcd_upgrade #wl-pro-wrap {
	font-family: "DM Sans",Sans-serif;
}
#wl-pro-features h4.wl-desc {
	font-size: 16px;
	font-weight: normal;
	color: #484848;
}
.wl-small-title {
	color: #FC617A;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}
.wl-large-title {
	color: #000;
	font-size: 36px;
	line-height: 74px;
	font-weight: 400;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.wl-feature-desc {
	font-size: 18px;
	width: 500px;
}
.wl-pro-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.wl-half {
	padding: 40px 15px;
	flex: 46%;
}
.wl-pro-features {
	margin-bottom: 60px;
	margin-top: 10px;
}
.wl-pro-feature .wl-desc {
	color: #00000196;
}
.wl-pro-feature {
	padding: 0 25px;
	text-align: center;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl-pro-feature.reverse {
	flex-direction: row-reverse;
	gap: 70px;
}
.wl-pro-feature .wl-pro-feature-content, .wl-pro-feature .wl-pro-feature-img {
	width: 40%;
}
.wl-pro-feature-img img{
	width: 100%;
}
.wl-pro-feature .wl-pro-feature-content {
	text-align: left;
	padding: 0px 10px;
}
.wl-pro-feature h3.wl-widget-subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #fffffff;
    color: #623BFF;
    background: #F4F3FF;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 40px;
}
.wl-pro-feature h2.wl-widget-title {
	text-transform: capitalize;
	line-height: 44px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	color: #29475C;
    font-size: 26px;
    font-weight: 700;
}
#wl-pro-widgets {
	padding: 50px 0;
	/*background: #EBEBED;*/
	padding-bottom: 70px;
	background-image: url(../img/widgets-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#wl-call-to-action {
	padding: 65px 95px;
	background-image: url(../img/upgrade-pro-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* display: grid; */
	grid-template-columns: 4fr 5fr;
	align-items: center;
	/* margin-bottom: 50px; */
	text-align: center;
	border-radius: 9px;
}
.wl-cta-content h4 {
	font-size: 26px;
	line-height: 43px;
	color: #ffffff;
	font-weight: 500;
	font-family: "DM Sans";
	margin-top: 0;
}
.wl-cta-btns a.wl-upgrade-pro-btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	font-family: "DM Sans";
	text-align: center;
	border-radius: 25px;
	background-color: #ff578e;
	padding: 15px 40px;
	text-transform: uppercase;
}
.wl-cta-btns a.wl-help-support {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	font-family: "DM Sans";
	text-decoration: underline !important;
}
.wl-cta-btns {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.wl-cta-right{
	text-align: right;
}
.wl-cta-right a {
    background: #fff;
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 4px;
    color: #E80566;
    font-weight: 700;
}
.wl-cta-left {
	font-size: 28px;
	line-height: 35px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}
/*pro widgets section*/
#wl-widgets-heading {
	text-align: center;
	margin-bottom: 30px;
}
#wl-pro-widgets .wl-large-title {
	font-size: 40px;
	margin-bottom: 10px;
	font-size: 70px;
	font-weight: 700;
	color: #5614ff;
}
#wl-pro-widgets .wl-pro-widgets-desc{
	margin: auto;
	width: 60%;
}
/*widgets list*/
.wl-pro-widget-list {
	display: grid;
	grid-template-columns: repeat(4,23%);
	width: 80%;
	margin: auto;
	justify-content: center;
	align-items: center;
	grid-row-gap: 19px;
	grid-column-gap: 23px;
}
.wl-pro-widget {
	padding: 1.1rem 1rem;
	border-radius: 4px;
	background: #fff;
	color: #5614ff;
	text-decoration: none;
	/* font-weight: 700; */
	font-size: 13px;
	display: flex;
	gap: 12px;
	align-items: center;
	box-shadow: 0px 5px 10px -5px #d7d7d7;
}
.wl-pro-widget a{
	float: right;
	color: #000;
}
#wl-pro-upgrade {
	text-align: center;
	margin: 52px;
}
#wl-pro-upgrade .wcd-pro-desc{
	margin-bottom: 20px;
}
.wcd-pro-btns {
	padding-top: 20px;
}
.wcd-pro-btns .wcd-pro-btn {
	background: #E2498A;
	padding: 13px 30px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
}
#wl-invite {
	color: #000;
}
#wl-invite .wl-invite-title {
	padding-top: 6;
	text-align: left;
}
#wl-invite .wl-invite-title h4 {
	margin-bottom: 30px;
	margin-top: 30px;
}
#wl-download button.wl-button {
	background-image: linear-gradient( 60deg, #6e2ec3 , #f2295b );
	color: #fff;
	padding: 16px 50px;
	border: 0px solid transparent;
	border-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
}
#wcd_upgrade > .cx-subheading{
	margin-bottom: 0;
}

/*review slider*/
#wl-client-reviews{
	text-align: left;
}
#wl-client-reviews img{
	width: 50px;
	height: 50px;
}
#wl-client-reviews .wl-client-review-top {
	display: flex;
	gap: 10px;
}
#wl-client-reviews .wl-client-review-bttom {
	margin-top: 15px;
}
#wl-client-reviews .wl-client-review {
	box-shadow: 0px 1px 9px #cccccc3b;
	padding: 14px;
	margin: 20px 5px;
	width: 98%;
}
#wl-client-reviews .wl-client-review:nth-child(odd) {
	margin-right: 20px;
}
#wl-client-reviews .wl-client-review:nth-child(even) {
	margin-left: 20px;
}
#wl-client-reviews .wl-client-rating .dashicons{
	color: #ffb300;
}

@media only screen and (max-width : 1440px) {
	.wl-feature-desc {
		width: 90%;
	}
}
@media only screen and (max-width : 810px) {
	.wl-desc,
	.wl-feature-desc{
		width: 100%;
	}
	.wl-pro-feature {
		display: block;
	}
	.wl-pro-feature .wl-pro-feature-content, .wl-pro-feature .wl-pro-feature-img {
		width: 100%;
		text-align: center;
	}
	.wl-pro-feature.reverse {
		background: #cccccc1c;
		padding: 15px;
	}
	.wl-pro-feature .wl-pro-feature-content {
		padding: 0;
	}
	.wl-pro-widget-list {
		grid-template-columns: repeat(2,50%);
	}
	#wl-call-to-action {
		background-size: cover;
		grid-template-columns: 1fr;
	}
	.wl-cta-left, .wl-cta-right{
		text-align: center;
	}
	.wl-cta-right a {
		display: block;
		margin-top: 20px;
	}
}
@media only screen and (max-width : 410px) {
	.wl-pro-widget-list {
		grid-template-columns: repeat(1,100%);
	}
	#wl-call-to-action {
		padding: 10px 7px;
	}
	.wl-pro-widget-list {
		grid-template-columns: repeat(1,100%);
	}
	#wl-pro-widgets {
		background: #f8faff;
	}
}
@media only screen and (max-width : 767px) {
	.wl-large-title {
		font-size: 21px;
		line-height: 35px;
	}
	.wl-desc {
		font-size: 14px;
		margin-top: 20px;
	}
}