
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
   vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}


.wrapper {
    
}
.pricing-table {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width: 23.5%; border:solid 1px #efefef;   
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
/*    border: 1px solid red;*/
}

.block2{
    width: 32%; border:solid 1px #efefef;   
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
/*    border: 1px solid red;*/
}

/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE; font-size:26px; font-weight:500;
    padding:10px 0px;
  
    position: relative;
	font-family: 'Raleway', sans-serif;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 10px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative; font-family: 'Open Sans', sans-serif; font-weight:600;
    display: inline-block; font-size:16px;
  /*  margin-bottom: 0.625rem;*/
}
.price span{    
    font-size: 6rem;
    letter-spacing: 8px;
    font-weight: bold;        
}
.price sup{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}
.hint{font-family: 'Open Sans', sans-serif; font-weight:500; font-size: 16px; font-weight:400;
}
.features{ list-style-type: none; background: #FFFFFF; text-align: left; color: #9C9C9C;  font-size: 0.9rem;
}
.features li{
    padding:10px 10px; text-align:center; font-size:13px; line-height:150%;
    width: 100%; border-bottom:dotted 1px #CCCCCC;
}
.features li:last-child{ border-bottom:none;}

.features li strong{ font-weight:700; color:#009EBF; font-size:14px;}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
  
}
/*PERSONAL*/
.personal .title{        
    background: #78CFBF;    
}
.personal .content,.personal .pt-footer{
    background: #82DACA; padding:10px 0px;
}


.personal .content,.personal .pt-footer p{ font-size:18px; color:#FFFFFF; line-height:150%;}


.personal .content:after{	
	border-top-color: #82DACA;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #3EC6E0;
}

.professional .content,.professional .pt-footer p{ font-size:18px; color:#FFFFFF; line-height:150%;}
.professional .content,.professional .pt-footer{
    background: #53CFE9; padding:10px 0px;
}
.professional .content:after{	
	border-top-color: #53CFE9;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #E3536C;
}
.Platinum .title{
    background: #e3941b;
}
.Platinum .content, .business{ background: #f5a121;}
.Platinum .content, .pt-footer p {
font-size: 18px;
color: #FFFFFF;
line-height: 150%;
}

.Platinum .pt-footer {
background: #EB6379;
padding: 10px 0px;
}

.Platinum .content, .Platinum .pt-footer{ background: #f5a121;}

.business .content,.business .pt-footer{
    background: #EB6379; padding:10px 0px;
}

.business .content,.business .pt-footer p{ font-size:18px; color:#FFFFFF; line-height:150%;}

.business .content:after{	
	border-top-color: #EB6379;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}

.Platinum .content:after{	
	border-top-color: #f5a121;	
}
.Platinum .pt-footer:after {	
	border-top-color: #FFFFFF;	
}
.rate{font-size:18px;}