.pricing-page-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 30px;
  overflow: hidden;
}
.pricing-page-inner-wrap {
  margin: 0 auto;
  overflow: hidden;
}
/**********************************/
  Two Column
/**********************************/
.pricing-page-inner-wrap.col2 {
  max-width: 760px;
}
.pricing-page-inner-wrap.col2 .price-block {
  width: 50%;
}
/**********************************
  Three Column
**********************************/
.pricing-page-inner-wrap.col3 {
  max-width: 980px;
}
.pricing-page-inner-wrap.col3 .price-block {
  width: 33.33%;
}
/********************************** 
  Price Change
**********************************/
.changePrice,.changePriceEU {
  display: none;
  overflow: hidden;
  margin: 0px;
}
.prcCont {
  overflow: hidden;
  float: right;
  position: relative;
}
.cusd {
  overflow: hidden;
}
.cusd span {
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  padding-bottom: 2px;
  -webkit-box-shadow: 0 -2px 0 #e8e8e8 inset;
  -moz-box-shadow: 0 -2px 0 #e8e8e8 inset;
  -o-box-shadow: 0 -2px 0 #e8e8e8 inset;
  box-shadow: 0 -2px 0 #e8e8e8 inset;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.cusd span.one,
.cusd span.two {
  float: left;
  position: relative;
}
.cusd .priceBgm {
  background: #333;
  height: 2px;
  left: 30px;
  position: absolute;
  bottom: 0px;
  top: auto;
  z-index: 4;
  padding-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.priceBgm.swap {
  left: 0;
}
.cusd .action {
  color: #333;
  cursor: default;
}
.priceBgm {
  background:#5bb46c;
  position:
  absolute;
  z-index:1;
  left:62px;
  top:0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.pricing-part h1,
.pricing-page-wrap h1 {
	font-size: 30px;
  font-weight: 600;
  color: #333;
  line-height: 35px;
  max-width: 700px;
  margin: 30px auto 30px;
  text-align: center;
}
.pricing-part h1 span,
.pricing-page-wrap h1 span {
  font-weight: 300;
  display: inline;
  font-size: 30px;
}
.price-table {
  display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px !important;
	padding-top: 30px;
}
.price-block {
  float: left;
  background: #fff;
  float: left;
  text-align: center;
}
.price-block-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.price-block.last .price-block-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.price-block.pro,
.price-block.pro.price-block-sel,
.price-block-sel {
  background: #fff;
  border-top: 0 none;
  margin-top: -30px;
  padding: 30px 0 0;
  position: relative;
  border-bottom: none;
}
.price-block.pro:before,
.price-block.pro:after,
.price-block-sel:before,
.price-block-sel:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  background: #03a9f5 !important;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.price-block.pro:after,
.price-block-sel:after {
  bottom: 0px;
  top: auto;
}

.pricing-part {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 30px;
}
.col3 {
	max-width: 980px;
	margin: 0 auto;
}
.col3 .price-block {
    width: 33.33%;
}
.col4 .price-block {
  width: 25%;
}
.col5 .price-block {
  width: 20%;
}


.price-block h3 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 0px 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pro .special-plan,
.price-block-sel .special-plan {
  color: #e19533;
  font-size: 11px;
  font-weight: 400;
  left: 0px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  line-height: 26px;
  padding-top: 10px;
  background: #fff;
  height: 26px;
}
.pro .special-plan:before,
.pro .special-plan:after,
.price-block-sel .special-plan:before,
.price-block-sel .special-plan:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: 0px;
  top: 0px;
}
.pro .special-plan:after,
.price-block-sel .special-plan:after {
  left: auto;
  right: -1px;
}
.main-price span {
  display: block;
}
.price-figure {
	margin-bottom: 10px;
	margin-left: -12px;
}
.price-figure,
.price-figure i,.price-figure span[name="priceChange"],.price-figure span[name="priceChangeEU"] {
  	color: #03a9f5 !important;
  	font-size: 60px !important;
  	font-weight: 600;
  	letter-spacing: -2px;
  	line-height: 55px;
  	display: inline-block;
}
.price-figure small,.price-figure span[name="priceChangetxt"] {
  	display: inline-block;
    font-size: 30px !important;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    right: -10px;
    top: -20px;
}
/* New css for Pricing change starts*/
#currencyconvert{display:none}
.changePriceEU{display:none}
span[name="priceChange"],i[name="priceChange"],span[name="priceChangetxt"],i[name="priceChangetxt"]{font:inherit;display:inline;color:inherit;float:none!important;margin:0!important;padding:0!important;width:auto!important}
span[name="priceChangeEU"],i[name="priceChangeEU"],.price-figure span[name="priceChangeEU"]{display:none;font:inherit;color:inherit;float:none!important;margin:0!important;padding:0!important;width:auto!important}
/* New css for Pricing change ends*/
.price-term {
  	color: #555;
  	font-size: 14px;
  	margin-bottom: 15px;
    min-height: 19px;
}
.info {
  	color: #666;
  	font-size: 13px;
  	font-weight: 400;
  	line-height: 19px;
  	margin-bottom: 15px;
}
.free .info {
    color: #333;
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 19px 0;
}
.free .info small {
    border-bottom: 1px solid #333;
    display: block;
    margin: 15px auto;
    width: 30px;
}
.goal a {
  	background: #03a9f5 !important;
  	color: #fff;
  	display: block;
  	font-size: 14px;
  	font-weight: 600;
  	padding: 10px 0;
  	text-transform: uppercase;
  	width: 100%;
}
.price-block .main-price {
  	border-bottom: 1px solid #eee;
  	padding: 0 10% 30px;
}
.price-features {
  	padding: 20px 10%;
  	text-align: left;
  	min-height: 280px;
}
.price-features .price-plus {
  	font-size: 13px;
  	font-weight: 600;
  	color: #999;
}
.price-features li {
  color: #333;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	position: relative;
  line-height: 22px;
}
.crm-plus .price-features li {
	cursor: pointer;
}
.price-features li strong {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.price-features li strong:after {
  position: absolute;
  display: block;
  width: 30px;
  content: ' ';
  height: 2px;
  bottom: -5px;
  background: #000;
}
.crm-plus .price-features li:before {
	content: ' ';
	display: block;
	width: 100%;
	border-bottom: 1px dotted #bbb;
	position: absolute;
	bottom: -2px;
}
.price-features .price-plus small {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  left: 2px;
  line-height: 26px;
  position: relative;
  top: 2px;
}


/*****************************************
	PRICING COMPARISON
******************************************/
.next-actions {
	text-align: center;
	margin-bottom: 50px;
}
.next-actions h4 {
  	font-size: 16px;
  	line-height: 24px;
  	color: #333;
  	margin-bottom: 10px;
}
.next-actions a {
  	color: #03a9f5 !important;
  	display: inline-block;
  	font-size: 20px;
  	line-height:30px;
  	text-decoration: underline;
}
/*****************************************
	PRICING FAQ
******************************************/
.price-faq {
  overflow: hidden;
  padding: 50px 0px 0px;
  border-top: 1px solid #e8e8e8;
}
.price-faq h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 50px;
	letter-spacing: 3px;
	text-align: center;
}
.price-faq h2 em {
	display: block;
  width: 50px;
  border-bottom: 1px solid #666;
  margin: 20px auto 0;
}
.price-faq ul {
	overflow: hidden;
}
.price-faq li {
  float: left;
  margin-bottom: 80px;
 	padding-right: 10%;
  text-align: left;
  width: 45%;
}
.price-faq li:nth-child(2n+2) {
  padding-right: 0;
}
.price-faq li h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.price-faq li p {
 	font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}
/*****************************************
	PRICING FAQ
******************************************/
.more-links-part {
  	overflow: hidden;
  	clear: both;
  	margin-bottom: 50px;
}
.start-freetrail {
  	background: none repeat scroll 0 0 #03a9f5 !important;
  	color: #fff;
  	display: block;
  	font-size: 15px;
  	font-weight: 600;
  	margin: 0 auto 30px;
  	max-width: 250px;
  	padding: 12px 25px;
  	text-transform: uppercase;
  	width: 100%;
  	text-align: center;
}
.usefull-links {
  	text-align: center;
}
.usefull-links span {
  	color: #999;
  	display: block;
  	font-size: 15px;
 	line-height: 22px;
  	margin-bottom: 8px;
}
.usefull-links a {
  	color: #03a9f5 !important;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: underline;
}
@media only screen and (max-width : 979px) {
	.col5 .price-block {
		width: 33%;
		margin-bottom: 50px;
	}
	.col5 .price-block:nth-child(4), 
  .price-block:nth-child(5) {
		width: 50%;
	}
  .col5 .price-block:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
	.col5 .price-block.pro {
		margin-top: 0px !important;
	}
	.col5 .price-block.pro {
		padding-top: 0px;
	}
	.col5 .pro .special-plan {
		display: none;
	}
}
@media only screen and (max-width : 767px) {
	.price-faq li {
		width: 100%;
		float: none;
	}
	.pricing-part h1 {
		font-size: 24px;
	}
	.pricing-part h1 span {
		font-size: 24px;
		display: block;
	}
	.price-faq li h3 {
		font-size: 16px;
	}
	.price-faq li p {
		font-size: 14px;
	}
	.price-faq li {
		margin-bottom: 40px;
	}
	.pricing-part {
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 50px;
	}

  .pricing-page-inner-wrap.col2,
  .pricing-page-inner-wrap.col3,
  .pricing-page-inner-wrap.col4,
  .pricing-page-inner-wrap.col5 {
    max-width: 350px;
  }
  .pricing-page-inner-wrap.col2 .price-block,
  .pricing-page-inner-wrap.col3 .price-block,
  .pricing-page-inner-wrap.col4 .price-block,
  .pricing-page-inner-wrap.col5 .price-block {
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .price-block .price-block-inner {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .pro .special-plan:after {
    right: 0px;
  }
  .price-features {
    min-height: initial !important;
  }
}
@media only screen and (max-width : 480px) {
	.pricing-part {
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 20px;
	}
	.next-actions h4,
	.next-actions a {
		font-size: 14px;
	}
	.price-faq {
		padding: 30px 0px 0px;
	}
	.next-actions,
	.price-faq h2 {
	 	margin-bottom: 30px;
	}
	.start-freetrail {
		padding: 12px 0px;
		text-align: center;
		font-size: 14px;
	}
	.price-faq h2 em {
		margin: 10px auto 0;
	}
	.price-features {
		display: none;
	}
}
@media only screen and (max-width : 320px) {

}
