.demo
{
	padding: 30px 0;
	padding-bottom:0px;
}
.heading-title
{
	margin-bottom: 50px;
}
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
	background: #fff;
	border-radius: 12px;
}

.pricingTable:hover{
    border: 2px solid #04cbb1;
    margin-top: -20px;
}

.pt2:hover{
	border: 2px solid #ffc324;
}

.pt3:hover{
	border: 2px solid #ff00af;
}
.pt4:hover{
	border: 2px solid #1583a9;
}
.pricingTable .pricingTable-header{
   padding: 24px 10px;
padding-bottom: 8px;
}

.pricingTable .heading{
    display: block;
    color: #000;
    font-weight: 900;
    font-size:30px;
}

.pricingTable .pricing-plans {
    padding-top: 10px;
    color: #000;
    font-family: 'proxima_novaextrabold';
}

.pricingTable .price-value{
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    padding: 0 10px;
}

.pricingTable .price-value span{
    font-size: 42px;
}

.pricingTable .subtitle{
    color: #82919f;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingTable .pricingContent ul li{
   padding: 5px 0;
font-size: 16px;
}



.pricingTable .pricingTable-sign-up {
    padding: 15px 0;
}

.pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #04cbb1;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}
.pricingTable .btn-block2
{
	 background: #ffc324;
}
.pricingTable .btn-block3
{
	 background: #ff00af;
}
.pricingTable .btn-block4
{
	 background: #1583a9;
}
.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}

.pricingTable:hover .btn-block{
    background:#fff;
    color: #e46367;
    border:1px solid #e46367;
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px){
    .pricingTable{
       margin: 0 0 30px 0;
    }
}