
/* ==================================================
   TOP HEAD
================================================== */

/* ==================================================
   PRICING TABLES BOXS
================================================== */
.pricingBlock {
    display: inline-block;
    padding-bottom:30px;
    position: relative;
	
}
.pricingTable {
    text-align:center;
    font-weight:400;
	
	
}
.pricingContent ul li {
    padding:0px 0px;
    text-align:center;
	line-height:1px;
}
.pricingContent{
    background:#fff;
    border-left: 0px solid #ECF0F1;
    border-right: 0px solid #ECF0F1;
}
.pricingTable .pricingTable-header {
    color:#fff;
    background: #20bec2;
    padding:0px;
}
.pricingTable-header .heading{
    display:inline-block;
    width:100%;
    padding:5px 0px;
    text-transform:uppercase;
    
}
.pricingTable .heading{background: #20bec2;}
.pricingTable.business .heading{background: #20bec2;}
.pricingTable.business .pricingTable-header .price-value{background: #16a085;}
.pricingTable .pricingTable-header .price-value{background: #16A085;}
.pricingTable .pricingTable-header .price-value{background: #2C3E50;}
.pricingTable-header .price-value span{font-size:250%;}
.pricingTable-header .price-value span.mo{font-size:150%;}
.pricingContent ul li {
	color: #434343;
	overflow: hidden;
}
.pricingContent ul li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	text-align: center;
	overflow: hidden;
	display: block;
}
.pricingContent ul{margin: 0;}
.pricingTable.business {
   -webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);
}



