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

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

#pricePlans1 {
	zoom: 1;
}

#pricePlans1 {
	max-width: 67em;
	margin:0 auto;
}

#pricePlans1 #plans1 .plan1 {
	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);
}
.planContainer1 .title1 h2 {
	font-size: 1.405em;
	font-weight:500;
	color: #36b5e4;
	margin: 0;
	padding: .6em 0;
}

.planContainer1 .title1 h2.bestPlanTitle1 {
	background: #32b4e4;

	background: -webkit-linear-gradient(top, #52c0e8, #32b4e4);
	background: -moz-linear-gradient(top, #52c0e8, #32b4e4);
	background: -o-linear-gradient(top, #52c0e8, #32b4e4);
	background: -ms-linear-gradient(top, #52c0e8, #32b4e4);
	background: linear-gradient(top, #52c0e8, #32b4e4);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer1 .price1 p {
	background: #f7814d;

	background: -webkit-linear-gradient(top, #f58756, #f7814d);
	background: -moz-linear-gradient(top, #f58756, #f7814d);
	background: -o-linear-gradient(top, #f58756, #f7814d);
	background: -ms-linear-gradient(top, #f58756, #f7814d);
	background: linear-gradient(top, #f58756, #f7814d);
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	height: 1.4em;
	line-height: 1.8em;
	margin: 0 0 1em;
}

.planContainer1 .price1 p.bestPlanPrice1 {
	background: #787878;
}

.planContainer1 .price1 p span {
	color: #8394ae;
}

.planContainer1 .options1 {
	margin-top: 7em;
}

.planContainer1 .options1 li {
	font-weight:normal;
	color: #4f4f4e;
	line-height: 2.5;
}

.planContainer1 .options1 li span {
	font-weight: 400;
	color: #979797;
}

.planContainer1 .button1 a {
	text-transform: uppercase;
	text-decoration: none;
	color: #787878;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #38b6e4;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

.planContainer1 .button1 a.bestPlanButton1 {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}



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

#pricePlans1 #plans1 .plan1 {
	width: 49%;
	margin: 0 2% 20px 0;
}

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

}

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

#pricePlans1 #plans1 .plan1 {
	width: 49%;
	margin: 0 2% 20px 0;
}

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

}

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

#pricePlans1 {
	margin: 2em 0 0 6em;
}

#pricePlans1 #plans1 .plan1 {
	width: 29%;
	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;
}

#pricePlans1 #plans1 > li:last-child {
	margin-right: 0;
}

#pricePlans1 #plans1 .plan1: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);
}

.planContainer1 .button1 a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer1 .button1 a:hover {
	background: #32b4e3;
	color: #fff;
}

.planContainer1 .button1 a.bestPlanButton1:hover {
	background: #33b4e4;
	border: 2px solid #33b4e4;
}

}
.new-dotted-box{ font-weight:normal; background-color:#EFF0EA; border:1.5px dashed #999; text-align:center; border-radius:3px; } .new-dotted-box h5{ color:#F39; position:relative; text-transform:none; top:7px; } .new-dotted-box h5 span{ color:#6C3; }

 .new-button-submitt{ width:85%; height:auto; background:#F00; border-radius:3px; border:none; font-weight:bold; padding:12px; margin-top:30px; position:relative; top:-20px; color:#F06; margin-left:10px; } .new-button-submitt:hover{ background:#F06; } .row{ margin-bottom:20px; } .faq-new{ float:right; margin-top:-20px; }  