
/*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) */
}

.pricing-table {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    padding: 0px;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.pricingblock {padding:0 15px; width:25%; display:inline-block; margin:10px -2px;}
.block{ text-align:center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid red;*/
}
/*Shared properties*/
.pricingblock .title{ margin:0;
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2;
    position: relative;
}
.pricingblock h3.title { line-height:2.5; padding-bottom:10px; text-transform:uppercase; font-size:24px; letter-spacing:1px;}
.pricingblock h4.title { font-size:16px; padding-top:5px; padding-bottom:5px; font-weight:normal;}
.pricingblock ul.features li h4.title { padding-bottom:7px;}
.pricingblock p.title { color:#FFE500; padding-top:10px; background:#EB6379;}

.pt-footer{ margin:0;
    color: #FEFEFE;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 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;
    display: inline-block;
    margin-bottom: 0.625rem;
	text-align:center;
}
.price span{    
    font-size: 22px; line-height:32px;
    font-weight:400; font-family: 'Oswald', sans-serif;
	display:block;     
}

.pblock { border:1px solid #f2f2f2; padding:10px; margin-bottom:10px; background:#fff;}
.pblock h4.title { margin:-10px -10px 5px;}

.pblock ul { margin-left:0; padding-left:0;}
.pblock ul li { list-style:none; }

.pblock .pan { }
.pblock .pan1 { min-height:120px;}
.pblock .pan2 { min-height:140px;}
.pblock .pan3 { min-height:375px;}
.pblock .pan4 { min-height:96px;}


.features{
    list-style-type: none; margin-left:0;  
    background: #FFFFFF; border:1px solid #f2f2f2;
    text-align: center;
    color: #333;
    padding:10px 5%;
}

.ptc01 .features { background:#8DD9F9}
.ptc02 .features { background:#FAD896}
.ptc03 .features { background:#BAF791}
.ptc04 .features { background:#FAB5C0}


ul.features { margin-bottom:-1px;}
.features li{
    padding:7px 0;
    width: 100%;
	border-bottom:1px solid #ccc;
}
.features li:last-child {border-bottom:none;}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    padding:10px 0;
}

/*ptc01*/
.ptc01 .title{        
    background: #058dc6;    
}
.ptc01 h4.title{        
    background: #13A2DE;    
}

.ptc01 .content,.ptc01 .pt-footer{
    background: #13a2de;
}
.ptc01 .content:after{	
	border-top-color: #13a2de;	
}
.ptc01 .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*ptc02*/
.ptc02 .title{
    background: #cc911e;
}
.ptc02 h4.title{        
    background: #E6A832;    
}

.ptc02 .content,.ptc02 .pt-footer{
    background: #e6a832;
}
.ptc02 .content:after{	
	border-top-color: #e6a832;	
}
.ptc02 .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*ptc03*/
.ptc03 .title{
    background: #6eb73c;
}
.ptc03 h4.title{        
    background: #80d646;    
}

.ptc03 .content,.ptc03 .pt-footer{
    background: #80d646;
}
.ptc03 .content:after{	
	border-top-color: #80d646;	
}
.ptc03 .pt-footer:after {	
	border-top-color: #FFFFFF;	
}
/*ptc04*/
.ptc04 .title{
    background: #E3536C;
}
.ptc04 h4.title{        
    background: #EB6379;    
}
.ptc04 .content,.ptc04 .pt-footer{
    background: #EB6379;
}
.ptc04 .content:after{	
	border-top-color: #EB6379;	
}
.ptc04 .pt-footer:after {	
	border-top-color: #FFFFFF;	
}


@media only screen and (max-width: 480px) {
	.pricingblock {width:100%;}
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
	.pricingblock {width:50%;}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.pricingblock {width:50%;}
}

@media only screen and (min-width : 1200px) {
	.pricingblock {width:25%;}
}