/*Common*/
.uk-grid.pricing>*, .uk-grid.ux-pricetb>*,.pricing-table.uk-grid>*,.ux-pctable.uk-grid>*,.pc-table.uk-grid>*{
    padding-left: 0;
}
.pricing-table.uk-grid,.price-table-wrapper.uk-grid,.pctable-pure.uk-grid,.uk-grid.pc-tablesnip {
    margin-left: 0;
}

.svg-pctable li,.ux-pctable li{
    line-height: 2.5;
}
/* SVG Price */
.svg-pctable section {
  background: #647df9;
  color: #7a90ff;
  padding: 2em 0 8em;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.ux-block ul li {
    list-style: none !important;
    line-height: 35px;
}
.svg-pctable .pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.svg-pctable .pricing-item {
      position: relative;
    /* display: -webkit-flex; */
    /* display: flex; */
    -webkit-flex-direction: column;
    /* flex-direction: column; */
    -webkit-align-items: stretch;
    /* align-items: stretch; */
    text-align: center;
    /* -webkit-flex: 0 1 330px; */
    /* flex: 0 1 330px; */
}
.svg-pctable .pricing-action {
  color: inherit;
  border: none;
  background: none;
}
.svg-pctable .pricing-action:focus {
  outline: none;
}

.svg-pctable .pricing-feature-list {
  text-align: left;
}

.svg-pctable .pricing-palden .pricing-item {  
  cursor: default;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}


.svg-pctable .pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: rgba(76, 70, 101, 0.99);
  padding: 4em 0 8em;
  position: relative;
}
.svg-pctable .pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135px;
}
.svg-pctable .pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}
.svg-pctable .pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.svg-pctable .pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.svg-pctable .pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.svg-pctable .pricing-palden .icon {
  font-size: 2.5em;
}
.svg-pctable .pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}
.svg-pctable .pricing-palden .pricing-currency {
  font-size: 13px;
    vertical-align: top;
    font-weight: 500;
 
}
.svg-pctable .pricing-palden .pricing-period {
     font-size: 13px;
    padding: 0;
    font-style: italic;
}
.svg-pctable .pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
.svg-pctable .pricing-palden .pricing-feature-list ,.svg-pctable .pricing-palden .pricing-feature-list p{
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
  max-width:90%;
}
.svg-pctable .pricing-palden .pricing-feature {
  padding: 0.25em 0;
}
.svg-pctable .pricing-palden .pricing-action {
  margin: auto 3em 3.5em 3em;
  color: #fff;
  border-radius: 30px;
  background: #11031B;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.svg-pctable .pricing-palden .pricing-action:hover,.svg-pctable  .pricing-palden .pricing-action:focus {
  background-color: #100A13;
}

.svg-pctable .pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}


/* Style 2 : simple-tableprice*/
.simple-tableprice
.wrap {
  margin: 0 auto;
  text-align: left;
  color: #989A8F;
}
.ux-pricetb{
	background: #fff;
}
.pt-text{
	padding-left: 25px;
	padding-right: 25px;
}
.simple-tableprice .pt-text ul li{
	float: none;
	border: none;
	line-height: 35px;
	color: #333;
}
.simple-tableprice h2{
	font-size: 30px;
    padding-top: 26px;
    text-transform: capitalize;
    margin-bottom: 24px;
    color: #fff!important;
}
.simple-tableprice .table {
  background-color: #fff;
  height: 325px;
  width: 100%;
  margin-top: 50px;
}

.simple-tableprice ul li {
  float: left;
  text-align: center;
  border-left: 1px solid #5a5a5a29;
}
.simple-tableprice .top {
  	height: 120px;
    position: relative;
    top: 0;    
    margin-bottom: 40px;    
}
.simple-tableprice .top h1 {
    font-size: 15px;
    padding-top: 20px;
}

.simple-tableprice .ux-pricetb .circle {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #989A8F;
    margin-left: 70px;
    margin: 0 auto;
}

.simple-tableprice .bottom {
  margin-top: 50px;
  margin-bottom: 80px;
}
.simple-tableprice .bottom p {
  padding: 5px;
}
.simple-tableprice .bottom p span {
  font-weight: bold;
}

.simple-tableprice .sign {
    margin-top: 50px;
    margin-bottom: -20px;
}
.simple-tableprice .sign .button {
    padding: 12px 40px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #989A8F;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 17px;
    background: #989a8e;
    color: #fff;
}

.simple-tableprice .purple .top {
  background-color: #5D4660;
}

.simple-tableprice .white {
  color: #FFFFFF;
}

.simple-tableprice .pink {
  background-color: #BC9B94;
}

/* Style 3: Flat Table */
/*Pricing table and price blocks*/
.flat-pctable .price-head h1 {
text-align: center;
margin-top: 2em;
font-size: 3em;
color: #fff;
}
.flat-pctable .price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
}
 
/*----*/
.flat-pctable .pricing-grid1,.flat-pctable .pricing-grid2,.flat-pctable .pricing-grid3 {
	 
	float: left;
	text-align: center;
	 
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	padding: 0;
	border: none;
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-o-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
}
 .flat-pctable .pricing-grid3{
 	margin-right: 0;
 }
.flat-pctable .pricing-grid1:hover,.flat-pctable .pricing-grid2:hover,.flat-pctable .pricing-grid3:hover {
	transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.flat-pctable .pricing-grid1:nth-child(3){
	margin-right:0;
}
.flat-pctable .price-value h2 a,.flat-pctable .price-value.two h3 a,.flat-pctable .price-value.three h4 a{
	font-size: 1.8em;
	color:#fff;
}
.flat-pctable .price-value,.flat-pctable .price-value.two,.flat-pctable .price-value.three {
	background: #512884;
	padding: 2.8em 1.8em 2em;
	border-bottom:2px solid #ffd500;
	border-top-left-radius:0.7em;
	-webkit-border-top-left-radius:0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius:0.7em;
	border-top-right-radius:0.7em;
	-webkit-border-top-right-radius:0.7em;
	-o-border-top-right-radius:0.7em;
	-moz-border-top-left-radius: 0.7em;
	position: relative;
}
.flat-pctable .price-value.two{
	background:#2b2b33;
	border-bottom:2px solid #fd6e70;
}
.flat-pctable .price-value.three {
	background: #04dbdd;
	border-bottom:2px solid #028f87;
}
.flat-pctable .price-value ul,.flat-pctable .pricing-grid1 ul,.flat-pctable .pricing-grid2 ul,.flat-pctable .pricing-grid3 ul{
	padding: 0;
}
.flat-pctable .price-value ul li,
.flat-pctable .pricing-grid1,
.flat-pctable .pricing-grid2 ul li,
.flat-pctable .pricing-grid3 ul li {
	list-style: none;
	    border: 1px solid rgba(0,0,0,0);
}
.flat-pctable .price-value ul li{
	list-style: none;
}
.flat-pctable .price-value  h5 span{
	color: #fbd707;
	font-size: 19px;
}
.flat-pctable .price-value label{
	color: #817d94;	
	font-size: 17px;
}
.flat-pctable .price-value.two h5 span{
	color:#fe6d72;
}
.flat-pctable .price-value.two h5 label{
	color:#8c8c94;
}
.flat-pctable .price-value.three h5 span{
	color: #018f90;
}
.flat-pctable .price-value.three h5 label{
	color:#9CF7F8;
}
.flat-pctable .price-value h5 {
padding: 11px 0;
}
.flat-pctable .sale-box,.flat-pctable .sale-box.two,.flat-pctable .sale-box.three{
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 130px;
	width: 143px;
	text-align: center;
	z-index: 0;
	right:0;
	border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
}
.flat-pctable .sale-box span.on_sale{
	font-size: 14px;
	color: #444;
	background: #ffd400;
	text-transform: uppercase;
	padding: 60px 0px 17px 40px;
	width: 280px;
	text-align: center;
	display: block;
	position: absolute;
	left: -47px;
	top: -41px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(40deg);
	box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
.flat-pctable .sale-box.two.sale-box span.on_sale{
	background: #fa6e6f;
}
.flat-pctable .sale-box.three.sale-box span.on_sale{
	background:#05AEA7;
}
.flat-pctable .pricing-grid1 ul li a,
.flat-pctable .pricing-grid2 ul li a,
.flat-pctable .pricing-grid3 ul li a{
	color: #C7C4C4;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	font-weight: 400;
}
.flat-pctable .pricing-grid1 ul li.whyt a,
.flat-pctable .pricing-grid2 ul li.whyt a,
.flat-pctable .pricing-grid3 ul li.whyt a{
	background:#f4f4f4;
}
.flat-pctable .pricing-grid1:hover div.price-bg ul li a,
.flat-pctable .pricing-grid1:hover div.price-value h3 a{
 color:#512884;
}
.flat-pctable .pricing-grid2:hover div.price-bg ul li a,
.flat-pctable .pricing-grid2:hover div.price-value h3 a{
 color:#fa6e6f;
}
.flat-pctable .pricing-grid3:hover div.price-bg ul li a,
.flat-pctable .pricing-grid3:hover div.price-value h3 a{
	color:#04dbdd;
}
.flat-pctable .price-bg {
	background: #fff;
}
.flat-pctable .price-bg ul {
	padding: 0;
}
.flat-pctable .price-bg ul li{
	list-style: none;
	color: #C7C4C4;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 400;
    background: #fff;
}
.flat-pctable .price-bg ul li:nth-child(odd){
	background: #f4f4f4;
}
.flat-pctable .cart1,.flat-pctable .cart2,.flat-pctable .cart3{
	padding: 2.7em 0em 2.7em;
	display: block;
	border-bottom: 2px solid #ffd500;
}
.flat-pctable .cart2{
	border-bottom: 2px solid #f96d70;
}
.flat-pctable .cart3{
	border-bottom: 2px solid #04dbdd;
}
.flat-pctable .cart1 a,.flat-pctable .cart2 a,.flat-pctable .cart3 a{
	color: #FFF;
	font-size: 0.9em;
	font-weight: 500;
	padding: 1.2em 2em;
	text-decoration: none;
	background: #f7d30b;
	text-transform:uppercase;
	-webkit-appearance:none;
	border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	-moz-border-radius:1em;
	outline: none;
}
.flat-pctable .cart2 a{
	background:#fa6e6f;
}
.flat-pctable .cart3 a{
	background: #04dbdd;
}
.flat-pctable .cart1 a:hover,.flat-pctable .cart2 a:hover,.flat-pctable .cart3 a:hover{
	color: #2b2b33;
}
/*----*/
/*---start-pricing-tabels-----*/
 
.flat-pctable form li {
list-style: none;
}
.flat-pctable form ul {
 padding:0;
}
.flat-pctable .payment-online-form-left h4{
	font-size: 1.8em;
	color: #222222;
	padding: 0.5em 0;
	text-align: left;	
}
.flat-pctable .payment-online-form-left span{
	vertical-align:sub;
	margin-right: 5px;
}
.flat-pctable .payment-online-form-left form{
	padding:0 3%;
}
.flat-pctable .payment-online-form-left input[type="text"]{
	padding: 1em 1em;
	color: #485460;
	width: 42%;
	margin: 0.5em 0;
	border: 1px solid;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	float: left;
	font-size: 0.9em;
	border-color: #EEE;
	-webkit-appearance:none;
}
.flat-pctable .payment-online-form-left input[type="text"]:hover{
	border-color:#fa6e6f;
}
 
.flat-pctable .text-box-light{
	background: url(../images/calender.png) no-repeat 95% 50%;
	cursor:pointer;
	position: relative;
}
.flat-pctable .payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.flat-pctable .payment-online-form-left  input[type="text"]:active,.flat-pctable  .payment-online-form-left input[type="text"]:hover {
	border-color:#fa6e6f ;
	color:#fa6e6f; 
}
.flat-pctable .shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -111px -26px;
}
.flat-pctable .payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -152px -30px;

}
.flat-pctable .payment-date-section{
	background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/calender.png) no-repeat #fff 50%;
}
.flat-pctable .payment-sendbtns{
	float:right;
	margin: 2em 0 1.5em;
}
.flat-pctable .payment-sendbtns input[type="reset"]{
	background:#fa6e6f;
	padding: 0.7em 1em;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline:none;
}
.flat-pctable .payment-sendbtns input[type="reset"]:hover{
	color:#FFF;
	background:#464C54;
}
.flat-pctable .payment-sendbtns input[type="submit"]{
	background:#464C54;
	padding: 0.7em 1em;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance:none;
	outline:none;
}
.flat-pctable .payment-sendbtns input[type="submit"]:hover{
	color:#fff;
	background:#fa6e6f;
}
.flat-pctable .payment-sendbtns li{
	display:inline-block;
}
.flat-pctable .payment-type li{
	display:inline-block;
}
.flat-pctable .payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
}
/*---start-checkbox----*/
.flat-pctable input[type=checkbox].css-checkbox1,.flat-pctable input[type=checkbox].css-checkbox2{
	display: none;
}
.flat-pctable input[type=checkbox].css-checkbox1 + label.css-label1 {
	height:30px;
	width:30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: super;
	cursor: pointer;
	background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -188px -25px;
}
.flat-pctable input[type=checkbox].css-checkbox1:checked + label.css-label1 {
	background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -215px -25px;
}
.flat-pctable input[type=checkbox].css-checkbox2 + label.css-label2 {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -20px 0px;
	vertical-align: super;
	cursor: pointer;
	background:url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -218px -24px;
}
.flat-pctable input[type=checkbox].css-checkbox2:checked + label.css-label2 {
	background: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/icon.png) no-repeat -190px -24px;

}
 
.flat-pctable input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
	display: none;
}
.flat-pctable input[type=checkbox].css-checkbox3 + label.css-label3 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
.flat-pctable input[type=checkbox].css-checkbox3:checked + label.css-label3 {
	background-position: 0px 0px;
}
.flat-pctable input[type=checkbox].css-checkbox4 + label.css-label4 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
.flat-pctable input[type=checkbox].css-checkbox4:checked + label.css-label4 {
	background-position: 0px -38px;
}
.flat-pctable input[type=checkbox].css-checkbox5 + label.css-label5 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
.flat-pctable input[type=checkbox].css-checkbox5:checked + label.css-label5 {
	background-position: 0px 0px;
}
.flat-pctable input[type=checkbox].css-checkbox6 + label.css-label6 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(http://preview.w3layouts.com/demos/flat_pricing_tables_design/web/images/filter-bg.png);
}
.flat-pctable input[type=checkbox].css-checkbox6:checked + label.css-label6 {
	background-position: 0px -38px;
}
/*-----*/
.flat-pctable .image-top img{
	width:100%;
}
.flat-pctable .image-top p{
	text-align: justify;
	padding:2% 0;
	font-size:15px;
}
.flat-pctable .image-top h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 16px 0px 0px 0px;
	color:#3F4244;
}

.flat-pctable .footer {
	padding: 1em 0;
	text-align: center;
}
.flat-pctable .footer p {
	font-size:0.9em;
	color:#fa6e6f;
	font-weight: 400;
	text-transform: uppercase;
}
.flat-pctable .footer p a{
	color:#0fc7c9;
}
.flat-pctable .footer p a:hover{
	color: #fa6e6f;
}
/*--------------*/
@media(max-width:1366px){
	.flat-pctable .pricing-grid1 ul li a,.flat-pctable  .pricing-grid2 ul li a,.flat-pctable  .pricing-grid3 ul li a {
	font-size: 17px;
	}
}
@media(max-width:1024px){
	.flat-pctable .pricing-grid1 ul li a,.flat-pctable  .pricing-grid2 ul li a,.flat-pctable  .pricing-grid3 ul li a {
	font-size: 15px;
	}
	.flat-pctable .price-value,.flat-pctable  .price-value.two,.flat-pctable  .price-value.three {
	padding: 2em 0 1em 0;
	}
	.flat-pctable .price-value h2 a,.flat-pctable  .price-value.two h3 a, .flat-pctable .price-value.three h4 a {
	font-size: 1.6em;
	}
	.flat-pctable .price-head h1 {
	margin-top: 1em;
	font-size: 2.6em;
	}
	.flat-pctable .pricing-grids {
	margin: 8% 0;
	}
}
@media(max-width:768px){
	.flat-pctable .pricing-grid1 h3 a, .flat-pctable .pricing-grid2 h3 a, .flat-pctable .pricing-grid3 h3 a {
	padding: 0.4em 1em;
	font-size: 0.7em;
	}
	.flat-pctable .pricing-grid1,.flat-pctable  .pricing-grid2,.flat-pctable  .pricing-grid3 {
	width: 55%;
	float: none;
	text-align: center;
	margin: 1em auto;
	}
	.flat-pctable .price-head h1 {
	margin-top: 1em;
	font-size: 2.4em;
	}
	.flat-pctable .cart1, .flat-pctable .cart2,.flat-pctable  .cart3 {
	padding: 2em 0em 2em;
	}
}
@media(max-width:640px){
	.flat-pctable .pricing-grid1 ul li a,.flat-pctable  .pricing-grid2 ul li a,.flat-pctable  .pricing-grid3 ul li a {
	font-size: 15px;
	}
	.flat-pctable .pricing-grid1, .flat-pctable .pricing-grid2,.flat-pctable  .pricing-grid3 {
	width: 65%;
	float: none;
	text-align: center;
	margin: 1em auto;
	}
	.flat-pctable .pricing-grid1 ul li a,.flat-pctable  .pricing-grid2 ul li a, .flat-pctable .pricing-grid3 ul li a {
	font-size: 15px;
	padding: 13px 0;
	}
	.flat-pctable .payment-online-form-left input[type="text"] {
	padding: 1em 1em;
	width: 93%;
	}
	.flat-pctable .payment-sendbtns {
	float: none;
	margin: 2em 0 1.5em;
	}
}
@media(max-width:480px){
	.flat-pctable .pricing-grid1,.flat-pctable  .pricing-grid2,.flat-pctable  .pricing-grid3 {
	width: 81%;
	}
	.flat-pctable .price-head h1 {
	margin-top: 1em;
	font-size: 2.1em;
	}
	.flat-pctable .payment-online-form-left input[type="text"] {
	padding: 1em 1em;
	width: 91%;
	}
	.flat-pctable .pop_up {
	border: 7px solid #485460;
	}
}
@media(max-width:320px){
	.flat-pctable .pricing-grid1,.flat-pctable  .pricing-grid2,.flat-pctable  .pricing-grid3 {
		width: 100%;
		margin-right: 0;
	}
	.flat-pctable .price-value h2 a,.flat-pctable  .price-value.two h3 a,.flat-pctable  .price-value.three h4 a {
		font-size: 1.2em;
	}
	.flat-pctable .price-value h5 span,.flat-pctable .price-value label {
		font-size: 16px;
	}
	.flat-pctable .price-head h1 {
		margin-top: 1em;
		font-size: 1.5em;
	}
	.flat-pctable .payment-online-form-left input[type="text"] {
		padding: 0.8em 0.8em;
		width: 86%;
		font-size: 13px;
		margin: 3px;
	}
	.flat-pctable .pop_up {
	border: 4px solid #485460;
	}
	.flat-pctable .payment-online-form-left h4 {
	font-size: 1.4em;
	}
	.flat-pctable .payment {
	background: url(../images/tpicon.png) no-repeat -152px -21px;
	}
	.flat-pctable .footer p {
	font-size: 0.9em;
	line-height: 1.5em;
	}
	.flat-pctable ul.payment-sendbtns li {
	margin-top: 1em;
	}

}
/* Style 4*/

.flat-pctable-coloring .cf:before,.flat-pctable-coloring  .pricing-table:before,
.flat-pctable-coloring .cf:after,
.flat-pctable-coloring .pricing-table:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.flat-pctable-coloring .cf:after,.flat-pctable-coloring  .pricing-table:after {
  clear: both;
}

.flat-pctable-coloring .cf, .flat-pctable-coloring .pricing-table {
  zoom: 1;
}
 
 

.flat-pctable-coloring .wrap {
  color: #607d8b;
      box-shadow: 1px 1px 20px #c3c3c3;
}

.flat-pctable-coloring .pricing-table .plan {
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  text-align: center;
  position: relative;
  z-index: 10;
}
.flat-pctable-coloring .pricing-table .plan h3.name {
  font-size: 20px;
  background-color: #546e7a;
  padding: 15px;
  color: #fff;
  margin: 0;
}
.flat-pctable-coloring .pricing-table .plan h4.price {
  font-size: 49px;
  color: #fff;
  padding: 30px;
  background-color: #01A4F5;
  line-height: 40px;
}
.flat-pctable-coloring h4.price{
	margin: 0;
}
.flat-pctable-coloring .pricing-table .plan h4.price span {
  font-size: 16px;
  font-style: italic;
}
.flat-pctable-coloring .pricing-table .plan ul.details {
  list-style-type: none;
}
.flat-pctable-coloring .pricing-table .plan ul.details li {
  border-bottom: 1px solid #B3B9C4;
  padding: 15px;
}
.flat-pctable-coloring .pricing-table .plan h5.order {
  padding: 30px;
  font-size: 17px;
}
.flat-pctable-coloring .pricing-table .plan h5.order a {
  text-decoration: none;
  color: #fff;
  background-color: #01A4F5;
  padding: 10px 20px;
}
.flat-pctable-coloring .pricing-table .plan:first-child h4.price {
  background-color: #0EC0A5;
}
.flat-pctable-coloring .pricing-table .plan:first-child h5.order a {
  background-color: #0EC0A5;
}
.flat-pctable-coloring .pricing-table .plan:last-child h4.price {
  background-color: #F22D47;
}
.flat-pctable-coloring .pricing-table .plan:last-child h5.order a {
  background-color: #F22D47;
}
.flat-pctable-coloring .pricing-table .plan.featured {
  box-shadow: 1px 1px 10px #5d5d5d;
  z-index: 100;
}

/* Style 5 */

.pcgrid-flat h3 {
    font-size: 1.5em;
    letter-spacing: 0.0625em;
    margin: 0 0 0.3333333333333333em;
}
.pcgrid-flat .group:after {
  content: "";
  display: table;
  clear: both;
}

.pcgrid-flat .grid-1-5 {
  border: 2px solid #5d4e65;
  min-height: 400px;
  padding: 1.25em;
  position: relative;
  text-align: center;
  transition: all .2s ease-in-out;
}
 
 

.pcgrid-flat .grid-1-5:hover {
  background-color: #53455b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53455B', endColorstr='#FF201D22');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNDU1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMWQyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #53455b), color-stop(100%, #201d22));
  background-image: -moz-linear-gradient(top, #53455b 0%, #201d22 100%);
  background-image: -webkit-linear-gradient(top, #53455b 0%, #201d22 100%);
  background-image: linear-gradient(to bottom, #53455b 0%, #201d22 100%);
  border-top: 2px solid #ec7a37;
  border-bottom: 2px solid #ff4f69;
  box-shadow: 0px 0px 10px 0px #323232;
  transform: scale(1.025);
  z-index: 2;
}
.pcgrid-flat .grid-1-5:hover:before, .grid-1-5:hover:after {
  content: "";
  position: absolute;
  background-color: #f67d35;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF67D35', endColorstr='#FFFF4F68');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2N2QzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNGY2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f67d35), color-stop(100%, #ff4f68));
  background-image: -moz-linear-gradient(top, #f67d35 0%, #ff4f68 100%);
  background-image: -webkit-linear-gradient(top, #f67d35 0%, #ff4f68 100%);
  background-image: linear-gradient(to bottom, #f67d35 0%, #ff4f68 100%);
  top: -2px;
  bottom: -2px;
  width: 2px;
}
.pcgrid-flat .grid-1-5:hover:before {
  left: -2px;
}
.pcgrid-flat .grid-1-5:hover:after {
  right: -2px;
}
.pcgrid-flat .grid-1-5:hover .button {
  background-color: #ee7a36;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEE7A36', endColorstr='#FFEB495D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlN2EzNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNDk1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ee7a36), color-stop(100%, #eb495d));
  background-image: -moz-linear-gradient(left, #ee7a36 0%, #eb495d 100%);
  background-image: -webkit-linear-gradient(left, #ee7a36 0%, #eb495d 100%);
  background-image: linear-gradient(to right, #ee7a36 0%, #eb495d 100%);
}

.pcgrid-flat p {
  font-size: 0.875em;
}

.pcgrid-flat p,.pcgrid-flat  ul {
  margin: 0 0 1.5em;
}

.pcgrid-flat ul {
  color: #796583;
  font-size: 0.75em;
  list-style-type: none;
  padding: 0;
}
.pcgrid-flat ul li {
  	margin: 0;
    padding:7px 0px;
    font-size: 13px;
}
.pcgrid-flat .button {
 	background-color: #9c83aa;
    border-radius: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: inherit;
    padding: 0 1.5em;
    position: absolute;
    bottom: 1.25em;
    left: 50%;
    margin-left: -60px;
    text-decoration: none;
}
.pcgrid-flat .uppercase,.pcgrid-flat  .button,.pcgrid-flat  h2 {
  	text-transform: uppercase;
}
.pcgrid-flat h2{
	font-size: 16px;
}

.pcgrid-flat sup,.pcgrid-flat  .small {
  font-size: 0.6125em;
}

/* Style 6 */
.lm-underline {
  position: relative;
}
.lm-underline:after {
  position: absolute;
  content: ' ';
  right: 5%;
  left: 5%;
  bottom: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
}
.lm-tabel {
  
  max-width: 1000px;
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
}
.lm-item-1 .lm-item-bottom,
.lm-item-1 .lm-item-top {
  background-color: #341b37;
  background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
  background-image: linear-gradient(-45deg, #85468c, #241326);
}
.lm-item-2 .lm-item-bottom,
.lm-item-2 .lm-item-top {
  background-color: #e30a51;
  background-image: -webkit-linear-gradient(135deg, #f6266b, #7e052d);
  background-image: linear-gradient(-45deg, #f6266b, #7e052d);
}
.lm-item-3 .lm-item-bottom,
.lm-item-3 .lm-item-top {
  background-color: #286caa;
  background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
  background-image: linear-gradient(-45deg, #4d93d5, #1a466f);
}
.lm-item {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  vertical-align: top;
  float: left;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
  transition: transform 0.3s ease-out, filter 0.3s;
  transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
}
.lm-item:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lm-item:not(:hover).blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.lm-item:after,
.lm-item:before {
  z-index: -1;
  content: ' ';
  position: absolute;
  left: 10px;
  top: 80%;
  bottom: 18px;
  right: 10px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  box-shadow: 0px 25px 10px -8px rgba(0,0,0,0.4);
}
.lm-item:after {
  -webkit-transform: rotate(6deg) translate3d(15px, 0, 0);
          transform: rotate(6deg) translate3d(15px, 0, 0);
}
.lm-item:before {
  -webkit-transform: rotate(-6deg) translate3d(-15px, 0, 0);
          transform: rotate(-6deg) translate3d(-15px, 0, 0);
}
.lm-item-top {
  padding-top: 20px;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
}
.lm-item-title {
  color: #e3dfe2;
  font: 100 30px/70px 'Open Sans';
}
.lm-item-price {
  background: rgba(255,255,255,0.05);
  margin-top: 20px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.lm-item-price i {
  font-size: 15px;
}
.lm-item-body {
  padding: 25px;
  background: #fff;
}
.lm-item-desc {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.lm-item-desc strong {
  color: #868686;
  font: 400 16px 'Open Sans';
}
.lm-item-desc p {
  color: #b4b4b4;
  margin: 0;
}
.lm-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lm-item-list li {
  color: #b4b4b4;
  border-bottom: 1px dotted rgba(0,0,0,0.1);
  margin-bottom: 5px;
}
.lm-item-list li:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.lm-item-list .icon-cancel,
.lm-item-list .icon-ok {
  float: right;
}
.lm-item-list .icon-ok {
  color: #75bc9a;
}
.lm-item-list .icon-cancel {
  color: #bf7375;
}
.lm-item-link {
  text-align: center;
  margin-top: 15px;
}
.lm-item-link a {
  text-decoration: none;
}
.lm-item-link display inline-block {
  height: 54px;
}
.lm-item-link display inline-block:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.lm-item-link display inline-block:active {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.lm-item-link text {
  font-size: 21px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lm-item-bottom {
  text-align: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 15px;
  color: rgba(255,255,255,0.5);
  font-weight: 100;
  min-height: 20px;
}
.lm-item-bottom span {
  color: #fff;
  font-weight: 400;
  margin-right: 3px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: inline-block;
}
 


/* Style 7: Pure*/
.pctable-pure .pricing-table {
  width: 100%;
  margin: 30px auto 30px auto;
  
}
.pctable-pure .pricing-table ul {
   
  text-align: center;
  background: #fff;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
}
.pctable-pure .pricing-table .feature ul {
	width: 100%;
}
.pctable-pure .pricing-table ul.highlight-low {
  margin-right: -5px;
}
.pctable-pure .pricing-table ul.highlight-low .heading {
  font-size: 22px;
  padding: 15px 0;
  border: 5px solid #cfcfcf;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #e3e3e3;
  background-image: -moz-linear-gradient(top, #f0f0f0, #cfcfcf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cfcfcf);
  background-image: -o-linear-gradient(top, #f0f0f0, #cfcfcf);
  background-image: linear-gradient(to bottom, #f0f0f0, #cfcfcf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffcfcfcf', GradientType=0);
}
.pctable-pure .pricing-table ul.highlight-low .price {
  background: #dfe9f0;
  border-left: 5px solid #cfcfcf;
  border-right: 5px solid #cfcfcf;
  font-size: 20px;
  padding: 15px 0;
}
.pctable-pure .pricing-table ul.highlight-low .feature {
  border-left: 5px solid #cfcfcf;
  border-right: 5px solid #cfcfcf;
}
.pctable-pure .pricing-table .feature li {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  display: block;
  font-size: 90%;
}
.pctable-pure .pricing-table .feature li:last-child{
	border-bottom: none;
}
.pctable-pure .pricing-table ul.highlight-low .feature:nth-last-child(2) span {
  border-bottom: 0px !important;
}
.pctable-pure .pricing-table ul.highlight-low .call-to-action {
  background: #f0f0f0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 5px solid #cfcfcf;
  border-top: 0px;
  padding: 15px 0;
  font-size: 22px;
}
.pctable-pure .pricing-table ul.highlight-high {
  z-index: 100;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: -12px;
}
.pctable-pure .pricing-table ul.highlight-high .heading {
  font-size: 22px;
  padding: 24px 0;
  border: 5px solid #21507d;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #2c5d8e;
  background-image: -moz-linear-gradient(top, #336699, #21507d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#336699), to(#21507d));
  background-image: -webkit-linear-gradient(top, #336699, #21507d);
  background-image: -o-linear-gradient(top, #336699, #21507d);
  background-image: linear-gradient(to bottom, #336699, #21507d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336699', endColorstr='#ff21507d', GradientType=0);
  color: #fff;
}
.pctable-pure .pricing-table ul.highlight-high .price {
  background: #dfe9f0;
  border-left: 5px solid #21507d;
  border-right: 5px solid #21507d;
  font-size: 20px;
  padding: 15px 0;
}
.pctable-pure .pricing-table ul.highlight-high .feature {
  border-left: 5px solid #21507d;
  border-right: 5px solid #21507d;
}
.pctable-pure .pricing-table ul.highlight-high .feature span {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  display: block;
  font-size: 90%;
}
.pctable-pure .pricing-table ul.highlight-high .feature:nth-last-child(2) span {
  border-bottom: 0px !important;
}
.pctable-pure .pricing-table ul.highlight-high .call-to-action {
  background: #f0f0f0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 5px solid #21507d;
  border-top: 0px;
  padding: 24px 0;
  font-size: 22px;
}
.pctable-pure .pricing-table ul.highlight-medium {
  margin-left: -5px;
}
.pctable-pure .pricing-table ul.highlight-medium .heading {
  font-size: 22px;
  padding: 15px 0;
  border: 5px solid #589f0c;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: #6abc12;
  background-image: -moz-linear-gradient(top, #76cf16, #589f0c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#76cf16), to(#589f0c));
  background-image: -webkit-linear-gradient(top, #76cf16, #589f0c);
  background-image: -o-linear-gradient(top, #76cf16, #589f0c);
  background-image: linear-gradient(to bottom, #76cf16, #589f0c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76cf16', endColorstr='#ff589f0c', GradientType=0);
  color: #fff;
}
.pctable-pure .pricing-table ul.highlight-medium .price {
  background: #dfe9f0;
  border-left: 5px solid #589f0c;
  border-right: 5px solid #589f0c;
  font-size: 20px;
  padding: 15px 0;
}
.pctable-pure .pricing-table ul.highlight-medium .feature {
  border-left: 5px solid #589f0c;
  border-right: 5px solid #589f0c;
}
.pctable-pure .pricing-table ul.highlight-medium .feature span {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  display: block;
  font-size: 90%;
}
.pctable-pure .pricing-table ul.highlight-medium .feature:nth-last-child(2) span {
  border-bottom: 0px !important;
}
.pctable-pure .pricing-table ul.highlight-medium .call-to-action {
  background: #f0f0f0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 5px solid #589f0c;
  border-top: 0px;
  padding: 15px 0;
  font-size: 22px;
}

/* STyle 8 */
.pctable-slice .price-table-wrapper {  
	text-align: center;
	margin-top: 30px;
}
.pctable-slice .price-table-wrapper .featured-table {
  	box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.pctable-slice .price-table-wrapper .pricing-table {
	display: inline-block;
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	background: white;  
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    padding-left: 0;
}
.pctable-slice .price-table-wrapper .pricing-table__header {
  	padding: 20px;
    font-size: 20px;
    color: #909090;
    background: #E0E0E0;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
}
.pctable-slice .price-table-wrapper .pricing-table__price {
	color: #66CCCC;
	padding: 20px;
	margin: auto;
	font-size: 40px;
	font-weight: 500;
}
.pctable-slice .price-table-wrapper .pricing-table__button {
	display: block;
	background: #66CCCC;
	text-decoration: none;
	padding: 20px;
	color: white;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pctable-slice .price-table-wrapper .pricing-table__button:before {
	position: absolute;
	left: -20%;
	top: -10%;
	content: '';
	width: 60%;
	height: 220%;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
	background: white;
	opacity: .3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pctable-slice .price-table-wrapper .pricing-table__button:after {
    position: absolute;
    content: '>';
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 22px;
    padding-right: 40px;
    color: white;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pctable-slice .price-table-wrapper .pricing-table__button:hover {
	background: black;
}
.pctable-slice .price-table-wrapper .pricing-table__list {
	padding: 35px;
	color: #A0A0A0;
}
.pctable-slice .price-table-wrapper .pricing-table__list li {
    padding: 8px 15px;
    border-bottom: 1px dotted #C8C8C8;
}
.pctable-slice .price-table-wrapper .pricing-table__list li:last-child {
  	border: none;
}
.pctable-slice .price-table-wrapper .pricing-table:hover {
  	box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.pctable-slice .price-table-wrapper .pricing-table:hover .pricing-table__button {
  	padding-left: 0;
  	padding-right: 35px;
	color: #fff!important;
}
.pctable-slice .price-table-wrapper .pricing-table:hover .pricing-table__button:before {
	top: -80%;
	-webkit-transform: rotate(0deg);
	 transform: rotate(0deg);
	width: 100%;
}
.pctable-slice  .price-table-wrapper .pricing-table:hover .pricing-table__button:after {
	opacity: 1;
	padding-right: 28px;
}

/* Style 9 */
.pctable-3d sup{
	font-size: 40px;
}
.pctable-3d ul{
	list-style: none;
	font-size: 15px; 
	color: #9095aa;
	padding: 0px;
	margin: 0px;
}
.pctable-3d  li{
	border-bottom: 1px solid #494a5a;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 52px;
	line-height: 52px;
} 
.pctable-3d .whole{
	display: inline-block;  
}
.pctable-3d .type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;
}
.pctable-3d .type h3{
    font-weight: 800;
    font-size: 29px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 10px;
}
.pctable-3d .plan{
	width: 300px;
	background-color: #2b2937;
	border-radius: 0px 0px 5px 5px;    
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;
}
.pctable-3d .standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

.pctable-3d .ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}
.pctable-3d .header{
	border-bottom: 1px solid #494a5a;
    padding-bottom: 45px;
    padding-top: 50px;
}

.pctable-3d .header span{
	font-size: 32px;	
}

.pctable-3d .month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: 0;
}

.pctable-3d .price{
	height:80px;
}

.pctable-3d .cart{
  
	color:white;
	position: relative;
	top: 16px;
  
}
 

.pctable-3d .login_c{
	width:500px;
	background-color:#2b2937;
	height:300px;
	margin: 0 auto;
	margin-top:40px;
	border-radius:5px;  
}

.pctable-3d .login_c input{
  	width: 350px;
	height: 40px;
  	border: 1px solid #494a5a;
  	margin-bottom:20px;
  	border-radius:5px;
  	padding-left: 10px;
}
.pctable-3d .login{
  	background-color: #BC4B1A;
	border-bottom: 3px solid #7C3618;
  	width:100%;  
}

.pctable-3d .top{
  margin-top:35px;
}

.pctable-3d .nodisplay{
  opacity: 0.1;
}

.pctable-3d .selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}

.pctable-3d .price{
	margin-top: 15px;
}

/*Style 10: Line */
.pc-tableline .plans {
  width: 836px;
  margin: 50px auto;
  overflow: hidden;
}

.pc-tableline .plan {
  float: left;
  padding: 15px 25px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(black, .1);
  border-radius: 5px;
}

.pc-tableline .plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #36bce6;
}

.pc-tableline .plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fd935a;
}

.pc-tableline .plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.pc-tableline .plan-features {
  width: 120px;
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.ux-block.s10 .pc-tableline .plan-features {
    width: 95%;
}

.pc-tableline .plan-feature {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #333;

}

.pc-tableline .plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.pc-tableline .plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.pc-tableline .plan-button {
  position: relative;
  display: block;
  font-size: 16px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(black, .1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(black, .15);
}
 .pc-tableline .plan-button:active {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0;
  
}

.pc-tableline .plan-highlight {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	border: 4px solid #37bbe6;
}
	.plan-button {
	    font-size: 18px;
	    line-height: 49px;
	    background: #37bce5;
	    border-color: #3996b3;
	    border-color: rgba(black, .15);
  	}


.pc-tableline p.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white!important;
  text-shadow: 0 1px rgba(black, .05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}


/* Style 11: Dark */
.pc-tabledark .pricingtable h1 {
    text-align: center;
    font: bold 88px/1 Helvetica, Verdana, sans-serif;
    margin: 20px 0 0 0;
}
.pc-tabledark  #header {
	height: 25px;
	color: #fff;
	background: #2F2E35;
	text-align: center;
}

.pc-tabledark  #header a {
	color: #fff;
}

/*Top Bar*/
.pc-tabledark  .top {
  width:  100%; 
  height: 50px;
  background: #2F2E35;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

.pc-tabledark  .top h2 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding-top: 7px;
    font-size: 25px;
    line-height: 25px;

}

/*Shape*/
.pc-tabledark  .pricingtable {
  height: 480px;
  background: white;
  margin: 0;
  float: left;
  
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
     -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}

/*Features*/
.pc-tabledark  .pricingtable ul {
	list-style-type: none;
	margin: 20px 0 0 45px;
}
.pc-tabledark .pricingtable ul li{
	font-size: 18px;
}
.pc-tabledark  .pricingtable ul strong {
  	font-weight: bold;
}

/*Dividing Line*/
.pc-tabledark  .pricingtable hr {
  	border: 0;
  	background-color: #BCBEC0;
  	color: #BCBEC0;
  	height: 1px;
  	width: 80%;
    margin: 25px auto;
}

/*Price*/
.pc-tabledark  .pricingtable h1 {
	text-align: center;
	margin: 20px 0 0 0;
}

.pc-tabledark  .pricingtable h1 sup {
  	font-size: 45px;
}

.pc-tabledark  .pricingtable p {
	text-align: center;
	color: #BCBEC0;
}

/*Button*/
.pc-tabledark  .pricingtable a {
	display: block;
	height: 40px;
	width: 150px;
	color: #fff;
	margin: 25px 0 0 50px;
	
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;  
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;  
	/*Gradient*/
	background: #9dcc55; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dcc55 0%, #96c23d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dcc55), color-stop(100%,#96c23d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9dcc55 0%,#96c23d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9dcc55 0%,#96c23d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9dcc55 0%,#96c23d 100%); /* IE10+ */
	background: linear-gradient(top,  #9dcc55 0%,#96c23d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dcc55', endColorstr='#96c23d',GradientType=0 ); /* IE6-9 */
	line-height: 40px;
}
.pc-tabledark  .pricingtable a:hover {
	background: #b2e560; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2e560 0%, #96c23d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e560), color-stop(100%,#96c23d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2e560 0%,#96c23d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2e560 0%,#96c23d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2e560 0%,#96c23d 100%); /* IE10+ */
	background: linear-gradient(top,  #b2e560 0%,#96c23d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e560', endColorstr='#96c23d',GradientType=0 ); /* IE6-9 */
}
/*Scaled Version*/
.pc-tabledark  .featured {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.pc-tabledark  .text-desc{
	margin-top: 15px;	
	margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;	
}
.pc-tabledark .plan-button{
	margin: 15px auto!important;
}
/* Style 12 */

.pc-tablesnip .sniptb {
  font-family: 'Raleway', Arial, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  width: 100%;
  margin: 50px auto 10px;
}
.pc-tablesnip .sniptb .plan {
  margin: 0;   
  position: relative;
  float: left;
  background-color: #262626;
  border: 1px solid #1e1e1e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.pc-tablesnip .sniptb .plan:hover,
.pc-tablesnip .sniptb .plan.hover {
  background-color: #1c1c1c;
}
.pc-tablesnip .sniptb .plan:hover i,
.pc-tablesnip .sniptb .plan.hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pc-tablesnip .sniptb * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pc-tablesnip .sniptb header {
  position: relative;
  padding: 20px 10px;
}
.pc-tablesnip .sniptb header i {
  font-size: 56px;
  margin:12px 15px;
  color: #f39c12;
  display: inline-block;
  float: left;
  position: absolute;
}
.pc-tablesnip .sniptb .plan-title {
  	top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
     padding-left: 80px;
         color: #fff;
}
.pc-tablesnip .sniptb .plan-cost {
  margin:5px 0;
  opacity: 0.8;
  padding-left: 80px;
}
.pc-tablesnip .sniptb .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.3em;
  color: #fff;
}
.pc-tablesnip .sniptb .plan-type {
  opacity: 0.8;
  font-size: 0.7em;
  text-transform: uppercase;
}
.pc-tablesnip .sniptb .plan-features {
  padding: 0;
  margin: 0 0 40px;
  text-align: center;
  list-style: outside none none;
  font-size: 0.8em;
  text-align: left;
}
.pc-tablesnip .sniptb .plan-features li {
  padding: 5px 5%;
  font-weight: 500;
  opacity: 0.5;
  border-left: 5px solid #f39c12;
  margin: 2px 20px;
}
.pc-tablesnip .sniptb .plan-features li:hover{
	opacity: 1;
}
.pc-tablesnip .sniptb .plan-select {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.pc-tablesnip .sniptb .plan-select a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px;
  border-radius: 40px;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f39c12;
}
.pc-tablesnip .sniptb .plan-select a:hover {
  background-color: #262626;
}
.pc-tablesnip .sniptb .featured {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.pc-tablesnip .sniptb .featured .plan-select a {
  margin: 30px 20px;
}
@media only screen and (max-width: 767px) {
 .pc-tablesnip .sniptb .plan {
    width: 50%;
  }
 .pc-tablesnip .sniptb .plan-title,
 .pc-tablesnip .sniptb .plan-select a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
 .pc-tablesnip .sniptb .plan-select a,
 .pc-tablesnip .sniptb .featured .plan-select a {
    margin: 20px;
  }
 .pc-tablesnip .sniptb .featured {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
 .pc-tablesnip .sniptb .plan {
    width: 100%;
  }
}

/* Style 13: Horizon */
.pc-tablehorizon  #plan{
  width:100%;
  height:200px;
  background-color:#f6f6f6;
  background: -webkit-linear-gradient(left, #efefef, #e6e6e6);
  background: -o-linear-gradient(left, #efefef, #e6e6e6);
  margin: 0 auto;
  margin-top: 30px;  
  
}

.pc-tablehorizon  .title{
  width:200px;
  height:200px;
  background-color: #a3a3a3;
  float:left;
   -webkit-transition: background-color 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
    -webkit-transition:background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
    transition: background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
  
}

.pc-tablehorizon  .title h1{
  
  color:white;
  font-family:'Open Sans';
  text-transform:uppercase;
  font-size:30px;
  font-weight: 100;
  text-align:center;
  margin:0px;
  padding:0px;
  padding-top:35px;
}

.pc-tablehorizon  .title h1 span{
  font-size:10px;
}

.pc-tablehorizon  .title p{
  color:white;
  text-transform:uppercase;
  font-size:28px;
  font-weight:bold;
  text-align:center;
  margin:0px;
  padding:0px;
  
}

.pc-tablehorizon  .title:hover{
  background-color:#d63240;
  width:230px;
  -webkit-transition: background-color 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
    -webkit-transition:background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
    transition: background-color width 0.3s ease-out 0.3s, width 0.3s ease-out 0.3s;
}


.pc-tablehorizon  .containDetails{
  max-width: 640px;
  float:left;
  margin-top: 60px;
  padding-left: 46px;
}

.pc-tablehorizon  .details li{
display: inline-block;
   margin: 0px;
   padding: 0px;
   font-size: 20px;
   color: #6a6a6a;
   /* font-family: 'Open Sans'; */
   font-weight: bold;
   text-align: center;
   padding-left: 0;
   max-width: 145px;
   text-transform: uppercase;
   letter-spacing: 0;
   padding-left: 20px;
   padding-right: 20px;
}

.pc-tablehorizon  .first{
  padding:0px!important;
}

.pc-tablehorizon  .details{
  padding:0px;
  float:left;
}
.pc-tablehorizon  .details li span{
  font-size:15px;
  text-transform:uppercase;
}

.details li span:before{
 content: '\a' ; 
 white-space: pre;  
}

.pc-tablehorizon  .select{
  margin-top: 73px;
  margin-left: 14px;
}
.pc-tablehorizon  .end{
  width: 150px;
  height: 200px;
  background-color: #efefef;  
  float: left;
  position: relative;
  left: 64px;
 
}

.pc-tablehorizon  .button-pill {
	border-radius: 50px;
}

.pc-tablehorizon  .button {
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: linear-gradient(top, #fbfbfb, #e1e1e1);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #d4d4d4;
	height: 32px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-weight: 300;
	font-size: 14px;
	font-family:'Open Sans';
	color: #666666;
	text-shadow: 0 1px 1px white;
	margin: 0;
	text-decoration: none;
	text-align: center;
}

.pc-tablehorizon  .button-flat-royal {
	box-shadow: none;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #d63240;
	color: white;
	text-shadow: none;
	border: none;
}

/*Style 14: Grad BG*/

.pc-gradbg  .price-table{
    text-align: center;
    overflow: hidden;
    margin: 20px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 40px rgba(0,0,0,.2), 0 20px 50px rgba(0,0,0,.5);
    border-radius: 20px;
}
.pc-gradbg  .col-sm-4:nth-child(2) .price-table{
    transform: scale(1.1);
}
.pc-gradbg  .price-table .price-head{
    padding: 50px;
    background: linear-gradient(45deg,#3FFbdf,#5121f3);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pc-gradbg  .price-table .price-head h4{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.pc-gradbg  .price-table .price-head h2{
    margin: 0;
    padding: 20px 0 0;
    font-size: 36px;
    color: #fff;
}
.pc-gradbg  .price-content{
    position: relative;
}
.pc-gradbg  .price-content ul{
    position: relative;
    margin: 0;
    padding: 20px 0;
}
.pc-gradbg  .price-content ul li {
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #777;
    cursor: pointer;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: .5s;

}
.pc-gradbg  .price-content ul li:hover{
    border-left: 15px solid #00dff2;
    border-right: 15px solid #00dff2;
}
.pc-gradbg  .price-button{
    padding: 0 0 30px;
}
.pc-gradbg  .price-button a{
    padding: 10px 40px;
    background:linear-gradient(45deg,#4ffbdf,#5121f3);
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.pc-gradbg  .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg,#4ffbdf,#5121f3);

}
.pc-gradbg  .price-table{
	width: 100%;
}

/* Style 15 - Solid */

.pc-tablesolid .pricingt {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: default;
  margin: 20px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.pc-tablesolid .pricingt>li {
	padding: 0;
  	background: #444;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background: -webkit-linear-gradient(#444, #222);
  background: -moz-linear-gradient(#444, #222);
  background: -o-linear-gradient(#444, #222);
  background: linear-gradient(#444, #222);
  
  -webkit-box-shadow:
  inset 0 -15px 30px rgba(0,0,0,0.4),
        0 5px 10px rgba(0,0,0,0.5); 
  -moz-box-shadow:
  inset 0 -15px 30px rgba(0,0,0,0.4),
        0 5px 10px rgba(0,0,0,0.5); 
  box-shadow:
  inset 0 -15px 30px rgba(0,0,0,0.4),
        0 5px 10px rgba(0,0,0,0.5);
  float: left;
  list-style-type: none
}

.pc-tablesolid .pricingt>li.active {
  background: #1c6e7f;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#699b67), to(#547d52));
  background: -webkit-linear-gradient(#699b67, #547d52);
  background: -moz-linear-gradient(#699B67, #547d52);
  background: -o-linear-gradient(#699B67, #547d52);
  background: linear-gradient(#699B67, #547d52);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 0 20px #000
}

.pc-tablesolid .pricingt h1 {
  text-transform: uppercase;
  padding: 15px 0;
  background: #111;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#333));
  background: -webkit-linear-gradient(#555, #333);
  background: -moz-linear-gradient(#555, #333);
  background: -o-linear-gradient(#555, #333);
  background: linear-gradient(#555, #333);
  font-size: 24px;
      margin-top: 0;
      font-size: 18px;
          color: #fff;
}

.pc-tablesolid .pricingt h1.active { 
  background: #044069;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#699b67), to(#547d52));
  background: -webkit-linear-gradient(#699b67, #547d52);
  background: -moz-linear-gradient(#699b67, #547d52);
  background: -o-linear-gradient(#699b67, #547d52);
  background: linear-gradient(#699b67, #547d52)
}

.pc-tablesolid .pricingt div.tcircle {
  width: 125px;
  height: 125px;
  margin: 20px auto;
  border: 2px solid #555;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease .300ms;
  -moz-transition: all 0.3s ease .300ms;
  -o-transition: all 0.3s ease .300ms;
  transition: all 0.3s ease .300ms;
  -webkit-box-shadow: inset 0 0 20px #000;
  -moz-box-shadow: inset 0 0 20px #000;
  box-shadow: inset 0 0 20px #000;
  display: table
}
.pc-tablesolid .pricingt li.active div.tcircle:before {
  content:'';
  background: #97b995;
  width: 198px;
  position: absolute;
  height: 1px;
  left: -36px;
  top: 100px
}

.pc-tablesolid .pricingt .price {
  font-size: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
      line-height: 1;
          color: #fff;
}

.pc-tablesolid .pricingt .tlist li {
  list-style-type: none;
  margin: 10px 0
}

.pc-tablesolid .pricingt .tfooter {
  padding: 10px;
  background: #333;
  border-top: 2px solid #777
}

.pc-tablesolid .pricingt .tfooter .button{
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #000;
  padding: 10px 20px 12px;
  border-radius: 15px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background: -webkit-linear-gradient(#222, #111);
  background: -moz-linear-gradient(#222, #111);
  background: -o-linear-gradient(#222, #111);
  background: linear-gradient(#222, #111);
}

.pc-tablesolid .pricingt li.active .tfooter .button {
  background: #699B67;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#699b67), to(#547d52));
  background: -webkit-linear-gradient(#699b67, #547d52);
  background: -moz-linear-gradient(#699b67, #547d52);
  background: -o-linear-gradient(#699b67, #547d52);
  background: linear-gradient(#699b67, #547d52)
}

.pc-tablesolid  .button:active { position: relative; top: 1px }
.pc-tablesolid li, .pc-tablesolid li h1 {
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.pc-tablesolid .pricingt .active h1{
    background: linear-gradient(#639461, #5a8459);
    color: #fff;
}

@media screen and (min-width: 66.25em) {
 .svg-pctable  .pricing-palden .pricing-item {
    margin: 1em 0;
  }

 .svg-pctable  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 1;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
@media (max-width: 968px) and ( min-width:700px ){	
	 .svg-pctable .pricing-palden .pricing-item,.simple-tableprice .uxprice-item,.uxprice-item{
	 	width: 45%!important;
	 }
	 .plan.uxprice-item{
	 	width: 50%!important;
	 }
}
@media (max-width: 699px) and ( min-width:660px ){		 
	 .svg-pctable .pricing-palden .pricing-item ,.simple-tableprice .uxprice-item,.uxprice-item{
        width: 43% !important;
    }
     .plan.uxprice-item{
	 	width: 50%!important;
	 }
}

@media (min-width: 569px){	
	.ux-testomationcentered .testo-item blockquote{
		padding-left: 18%;
		padding-right: 18%;
	}
}

