.pricing-plan-heading h1 {
	color:#3588c8;
	font:42px/52px Arial,sans-serif;
	font-weight: 700;
}
.pricing-plan-heading h3 {
	margin: 10px 0 20px;
	padding: 0;
	font:24px/38px robotolight,Arial,sans-serif;
}
.pricing-tabs-items {
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
a.pricing-change {
	display: inline-block;
    padding: 8px 30px;
    font: 16px/26px robotobold, Arial, sans-serif;
    color: #222222;
    background: #dddddd;
}
a.pricing-change.active {
	color: #ffffff;
	background-color:#3588c8;
}
.pricing-offer-text {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font: 12px/22px robotobold, Arial, sans-serif
}
.testimonialbox > img {
	background: none;
	border: 2px solid #3588c8;
	border-radius: 50%;
	height: 144px;
	margin: 0 auto;
	padding: 6px;
	width: 144px;
}

.pricing-container {
	padding-bottom:70px;
}
.new-pricing .price-column {
	margin-top:50px;
	position: relative;
	float: left;
	width:33.33%;
	margin-left: -1px;
	border:1px solid #e9e9e9;
	padding-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}
.new-pricing .price-column-premium {
	position: relative;
    z-index: 9;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	 transform: scale(1.05);
	 -webkit-transform: scale(1.05);
	 -moz-transform: scale(1.05);
}
.new-pricing ul.price-benefit li a span {
	opacity:0;
}
.price-column-premium .price-head {
	background:#3588c8 !important;
}
.price-column-premium .price-head h2,
.price-column-premium .price-head p,
.price-column-premium .price-offer {
    color: #ffffff !important;
}
.new-pricing .price-head {
	background: #efefef;
	padding:30px 0 20px 0;
	border-radius:10px 10px 0px 0px;
}
.new-pricing .price-head h2 {
    font: 22px/32px robotomedium,Arial,sans-serif;
    color: #3d3d3d;
    text-transform: capitalize;
}
.new-pricing .price-head p {
    color: #3d3d3d;
	margin-bottom: 15px;
	font-size:14px;
	font-family:"robotoregular";
}
.new-pricing .price_content {
	border: 0;
	box-shadow: none;
	background: #fff;
	min-height: 475px;
	min-height:auto;
}
.new-pricing .price-register {
    padding: 0;
}
.new-pricing .price-offer {
    font:36px/44px robotolight,Arial,sans-serif;
	color:#3d3d3d;
}
.new-pricing .price-register a {
	padding: 10px 20px;
	font: 15px robotomedium,Arial,sans-serif !important;
	background: #f90;
	margin: 0;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
}
.new-pricing .price-offer sub, 
.new-pricing .price-offer sup {
    font: 22px robotolight,Arial,sans-serif;
}
.box {
	background:#ffffff;
	text-align: center;
	margin:30px 0;
	transition: all .25s ease-in-out 0s;
-moz-transition: all .25s ease-in-out 0s;
-ms-transition: all .25s ease-in-out 0s;
-o-transition: all .25s ease-in-out 0s;
-webkit-transition: all .25s ease-in-out 0s;
}
.box:hover, .box:focus {
	 box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	 -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	 -moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	 -o-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	 -ms-box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.box-header {
	background:#3588c8;
	padding:30px 20px 70px 20px;
	color: #ffffff;
	font:24px/28px robotobold,Arial,sans-serif;
}
.box-icon {
	width: 100px;
	height: 100px;
	padding: 15px;
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 500%;
	border-radius: 50%;
	margin: 0 auto;
	position: absolute;
	top:-50px;
	left:0;
	right:0;
	background: #fff;
	-webkit-box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
	-o-box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
	-ms-box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
}
.box-content {
	position:relative;
	padding:60px 30px 30px 30px;
	font-size: 15px;
}
.box-content p {
	margin:0;
}
.resell-box {
	background: #3588c8;
	color: #ffffff;
	border-radius: 5px;
	padding:30px 40px;
}
.btn-learnmore {
	background:rgba(255,255,255,0.3);
    color: #ffffff;
    border-radius: 5px;
    line-height:40px;
    display: inline-block;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: robotomedium;
	position:relative;
	overflow:hidden;
    float: right;
	border:2px solid;
}
.btn-learnmore span {
	position:relative;
	z-index:1;
}
.btn-learnmore:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: height 0.3s;
	background: #ff9900;
}
.btn-learnmore:hover:after {
	height: 100%;
}
.btn-learnmore:hover, .btn-learnmore:focus {
	background:rgba(255,255,255,1);
	color:#ffffff;
}

.btn-book {
	background:rgba(255,255,255,0.3);
    color: #ffffff;
    border-radius: 5px;
	border:2px solid #ffffff;
    line-height:40px;
    display: inline-block;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: robotomedium;
	position:relative;
	overflow:hidden;
    float: right;
}
.btn-book span {
	position:relative;
	z-index:1;
}
.btn-book:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: height 0.3s;
	background: #ffffff;
}
.btn-book:hover:after {
	height: 100%;
}
.btn-book:hover, .btn-book:focus {
	background:rgba(255,255,255,1);
	color:#222222;
}

.resell-box h3 {
	margin: 0;
	display: inline-block;
	font-family: "robotoregular";
	font-size:28px;
	line-height: 44px;
}
.faq-accordion .panel {
	margin-bottom: -1px;
	background-color: #fff;
	border-top: 1px solid #ededed;
	box-shadow: none;
	border-bottom: 1px solid #ededed;
	border-left: 0;
	border-right: 0;
}
.faq-accordion .panel-default > .panel-heading {
	background-color: #ffffff;
}
.faq-accordion .panel-heading {
	padding:0px;
	border:0;
}
.faq-accordion .panel-body {
	padding:15px;
}
.faq-accordion .panel-heading h4 {
	font:16px/28px robotomedium,Arial,sans-serif;
	color: #3588c8;
	padding: 0;
	margin-bottom: 0;
}
.faq-accordion .panel-heading h4 a {
	color: #444;
	padding:15px 40px 15px 15px;
	display: block;
	line-height:30px;
	position: relative;
}
.faq-accordion .panel-heading h4 a:hover,
.faq-accordion .panel-heading h4 a:focus {
	background:#f7f7f7;
}
.faq-accordion .panel-heading h4 a .more-less {
	text-align: center;
	line-height: 30px;
    color: #666666;
	position: absolute;
	right: 15px;
	top:16px;
}
.faq {
	padding:30px 0px;
}
.customer-box {
	/* margin-bottom:30px;
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	*/
}
.customer-image img {
	border-radius: 5px;
	width: 150px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.customer-info h4 {
    font-family: "robotolight";
    font-style: italic;
    font-size: 24px;
    line-height: normal;
	color:#333333;
}
.customer-name {
	margin-top:20px;
	font-size: 17px;
	color: #A5A5A5;
}
.customer-site {
	font-size: 16px;
}
.btn-casestudy {
	font-size: 17px;
	padding: 10px 0px;
	width: 200px;
}
.testimonial-heading h1 {
	color:#ffffff;
	margin:0;
	line-height:normal;
}
.testimonial-heading {
	background:#3588c8;	
	padding:30px 0px;
}
.faq h1, .testimonial-container h1 {
	margin-bottom:30px;
}
.plan-comparison {
	background:#f4f4f4;
	padding:30px 0px;
}
.table-comparision th {
    color: #337ab7;
    font-family:robotoregular;
    font-size:18px;
    font-weight: normal;
	text-align:center;
}
.table-comparision tr td {
	font-size: 16px;
	text-align: center;
}
.table-comparision th.v-head {
	text-align: left;
	color: #222;
	font-family:robotoregular;
	width: 350px;
    line-height: normal !important;
}
.table-comparision tr td, .table-comparision tr th {
    line-height:50px !important;
	border:0 !important;
}
.table-comparision tr:nth-child(odd) {
	background: #FFF
}
.table-comparision .table-head > td {
	line-height: normal !important;
	padding: 0 !important;
}
.table-comparision .table-head h4 {
	margin-top:30px;
    margin-bottom:20px;
	text-align:left;
    font-family: robotoregular, Arial, sans-serif;
}
.table-comparision .table-head {
	background: transparent !important;
}
.btn-starttrial {
	background: #3588c8;
	color: #ffffff;
	border-radius: 5px;
	line-height: 42px;
	width: 200px;
	display: block;
	margin: 0 auto;
}
.btn-starttrial:hover,
.btn-starttrial:focus {
	opacity:0.8;
	color:#ffffff;
}
.button-bar {
	position: relative;
	top: 20px;
}
.back-to-top {
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 30px !important;
	height: auto;
}
.morebusiness {
	background:#efefef;
	padding:30px 0px 50px 0px;
}
.testimonial-section {
	padding-bottom:50px;
}
.testimonial-block:nth-child(odd) {
    background: #f5f5f5;
}
.testimonial-block {
    padding: 40px 0;
}


@media (min-width:960px) and (max-width:1199px) {
.slidertext h1 {
	font-size: 42px;
}
}
@media (max-width:767px) {
.price_slider {
	height: 340px !important;
}
.new-pricing .price-column {
	margin-top: 50px;
	width: 100%;
	margin-left:0px;
}
.resell-box {
	padding: 20px;
	text-align: center;
}
.btn-learnmore, .btn-book {
	float:none;
}
.resell-box h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}
.faq-accordion .panel-heading h4 {
	font: 14px/22px robotomedium,Arial,sans-serif;
}
.faq-accordion .panel-heading h4 a {
	line-height: 24px;
}
.faq-accordion .panel-heading h4 a .more-less {
	top: 12px;
}
.customer-image img {
	width: 100px;
}
.customer-info h4 {
	font-size: 18px;
}
.customer-name {
	margin: 10px 0;
	font-size: 14px;
}
.testimonial-block {
	padding: 20px 0;
}
.table-comparision th.v-head {
	vertical-align:middle;
}
.table-comparision tr td, .table-comparision tr th {
	line-height: 30px !important;
}
.table-comparision tr td {
	font-size: 14px;
}
.table-comparision th {
	font-size: 14px;
}
.table-comparision .table-head h4 {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	padding-left: 8px;
}




}

