html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 69em;
	margin: 0 auto;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
    color: var(--Color-Accent, #4759F9);
    text-align: center;
    font-family: 'Ibarra Real Nova' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}
.planContainer .title2 h2 {
    color: var(--Color-Accent, #fff);
    text-align: center;
    font-family: 'Ibarra Real Nova' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
}


.planContainer .price p {
    color: var(--Color-Accent, #4759F9);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.planContainer .price2 p {
    color: var(--Color-Accent, #fff);
    text-align: center;
    font-family: 'Ibarra Real Nova' !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.plan-blue {
    background: #4759F9 !important ;
    stroke-width: 1px !important;
    stroke: #DBDBDB !important;
    filter: drop-shadow(0px 4px 5px rgba(193, 193, 193, 0.35)) !important;
}
.planContainer .price p.bestPlanPrice {
    background: #4759F9;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
    color: #747474;
    text-align: center;
    font-family: 'Ibarra Real Nova' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.options2 {
    color: #fff !important;
    text-align: center;
    font-family: 'Ibarra Real Nova' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}

.planContainer .button-light a {
	text-transform: uppercase;
	text-decoration: none;
    font-weight: bold;
	display: inline-block;
	width: 80%;
	height: 3.5em;
    padding-top: 15px;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #4759F9;
    box-shadow: 0px 4px 16px 0px #EDCDC9;
}
.planContainer .button-dark a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 80%;
    height: 3.5em;
    padding-top: 15px;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
    color: #4759F9;
    border: none;
    border-radius: 4px;
    background: #fff;
}

.planContainer .button a.bestPlanButton {
    color: #4759F9;
    background: #fff;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}

#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

}