.demo
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
}
.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;
}

.pricingTable:hover{
    border: 2px solid #e46367;
    margin-top: -30px;
}

.pricingTable .pricingTable-header{
    padding: 30px 10px;
}

.pricingTable .heading{
    display: block;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size:21px;
}

.pricingTable .pricing-plans {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
    font-weight: 900;
}

.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: 50px;
}

.pricingTable .subtitle{
    color: #82919f;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingTable .pricingContent ul li{
    padding: 20px 0;
}

.pricingTable .pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}

.pricingTable .pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}

.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}

.pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #e46367;
    border:1px solid transparent;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}

.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;
}

#footer {

  background: #ff0000;

  padding: 60px 0 40px;

}


#footer p {

  color: white;

  font-size: 14px;

}


#footer p a {

  color: rgba(255, 255, 255, 0.5);

}


#footer p a:hover, #footer p a:active, #footer p a:focus {

  color: rgba(255, 255, 255, 0.9) !important;

}

.d3-text-indigo,.d3-hover-text-indigo:hover{color:#3f51b5!important}
.d3-text-light-blue,.d3-hover-text-light-blue:hover{color:#87CEEB!important}
.d3-text-purple,.d3-hover-text-purple:hover{color:#9c27b0!important}
.d3-text-red,.d3-hover-text-red:hover{color:#f44336!important}


.IHN3-social-icons > a {

  padding: 4px 10px;

  color: #ff0000;

}


.IHN3-social-icons > a i {

  font-size: 26px;

}


.IHN3-social-icons > a:hover, .IHN3-social-icons > a:focus, .IHN3-social-icons > a:active {

  text-decoration: none;

  color: #5a5a5a;

}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px){
    .pricingTable{
       margin: 0 0 30px 0;
    }
}@charset "utf-8";
/* CSS Document */

