.pricing-table .price-content-wrap {
	text-align: center;
	margin: 30px 0 0;
	border-radius: 10px;
	padding: 0 0 20px;
}

.pricing-table .price-content-wrap.basic {
	background: #30c381;
}

.pricing-table .price-content-wrap.pro {
	background: #36A9E1;
}

.pricing-table .plan-price > h4 {
	font-size: 35px;
	font-weight: 600;
	//transform: rotate(-45deg);
	margin: 0;
	color: #fff;
}
.pricing-table .plan-name {
	display: inline-block;
	margin-bottom: 10px;
	padding: 30px 0 0;
}
.pricing-table .plan-name .sub {
	text-transform: uppercase;
	font-size: 17px;
}
.pricing-table .plan-name h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
}
.plan-name .sub, .price-content-wrap.active .plan-name .sub {
	color: #fff;
}
.pricing-table .price-title {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
	background: #1d2833;
	padding: 8px 25px;
	border-radius: 20px;
}
.pricing-table .plan-logo {
	text-align: center;
}

.pricing-table .plan-logo img {
	width: 100%;
	margin-bottom: 16px;
}
.pricing-table .plan-price {
	//border-radius: 50%;
	color: #fff;
	//display: flex;
	//flex-direction: column;
	//height: 130px;
	margin: 20px 0 auto;
	//place-content: center;
	//width: 130px;
}
.pricing-table .plan-price p {
	font-size: 20px;
}
.pricing-table .plan-price figure {
	position: relative;
}
.pricing-table .plan-price figure img.plan {
	max-width: 250px;
	padding: 0 10px;
}
.pricing-table .plan-price figure.cards img {
	max-width: 214px;
	padding: 0 10px;
}
.pricing-table .plan-price figure.discount img {
	max-width: 120px;
	padding: 0 10px;
}
.pricing-table .duration {
	display: block;
	font-size: 16px;
	margin-top: -2px;
	text-align: center;
}
.pricing-table .price-details {
	font-size: 19px;
	font-weight: 300;
	list-style: none;
	margin: 0 20px 0;
}
.pricing-table .price-details li {
	padding: 6px 0;
	list-style: none;
	//border-bottom: 1px solid #8b8c8e;
	text-align: left;
}

.pricing-table .price-details li:last-child {
	border: none;
}
.pricing-table .price-btn {
	margin-top: 19px;
}
.price-btn {
	background: #333;
	color: #fff;
}
.pricing-table .features-price-btn:hover {
	background: #333;
	color: #fff;
}

.pricing-table .btn {
	background: #1d2833;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	border: none;
}

/* New Block Plans Styles */

.btn_payment, .btn_gateway, .btn_benefit{
    /* border: 1px dashed rgba(14,23,36,0.8); */
    border-radius:5px;
    /* background:rgba(240,240,240,0.8); */
    padding-bottom:7px;
    margin: 7px 15px;
}

.btn_payment:hover, .btn_gateway:hover, .btn_benefit:hover{
    cursor:pointer;
}

.btn_payment.plan_chosed, .btn_gateway.gateway_chosed, .btn_benefit.benefit_chosed{
    border: solid 5px #30C381;
}

.btn_gateway.gateway_chosed{
    /*background:rgba(240,240,240,0.8);
    -moz-box-shadow:    inset 0 0 25px rgba(14,23,36,0.8);
    -webkit-box-shadow: inset 0 0 25px rgba(14,23,36,0.8);
    box-shadow:         inset 0 0 25px rgba(14,23,36,0.8);*/
}

.btn_payment.plan_chosed h3, .btn_payment.plan_chosed small,
.btn_benefit.benefit_chosed h3, .btn_benefit.benefit_chosed small{
    /* color: #fff !important;*/
}