body{
    background-color:#eee;    
}
.content{
    margin-top:40px;    
}
.plan-one {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
}

.plan-card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.plan-one .pricing-header {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

.plan-one .pricing-header .plan-title {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 600;
    background: #5a99ee;
    margin: 0;
}

.plan-one .pricing-header .plan-cost {
    color: #ffffff;
    background: #71a7f0;
    padding: 15px 0;
    font-size: 2.5rem;
    font-weight: 700;
}

.plan-one .pricing-header .plan-save {
    color: #ffffff;
    background: #84b3f2;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 700;
}

.plan-one .pricing-header.iron .plan-title {
    background: #5d5f61;
}

.plan-one .pricing-header.iron .plan-cost {
    background: #777f86;
}

.plan-one .pricing-header.iron .plan-save {
    background: #5d5f61;
}

.plan-one .pricing-header.bronze .plan-title {
    background: #8B4513;
}

.plan-one .pricing-header.bronze .plan-cost {
    background: #A0522D;
}

.plan-one .pricing-header.bronze .plan-save {
    background: #8B4513;
}

.plan-one .pricing-header.silver .plan-title {
    background: #C0C0C0;
}

.plan-one .pricing-header.silver .plan-cost {
    background: #D3D3D3;
}

.plan-one .pricing-header.silver .plan-save {
    background: #C0C0C0;
}

.plan-one .pricing-header.gold .plan-title {
    background: #B8860B;
}

.plan-one .pricing-header.gold .plan-cost {
    background: #DAA520;
}

.plan-one .pricing-header.gold .plan-save {
    background: #B8860B;
}

.plan-one .plan-features {
    border: 1px solid #e6ecf3;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}

.plan-one .plan-features li {
    padding: 10px 15px 10px 40px;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 1px solid #e6ecf3;
    line-height: 100%;
}

.plan-one .plan-footer {
    border: 1px solid #e6ecf3;
    border-top: 0;
    background: #ffffff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 10px 0 30px 0;
}

@media (max-width: 767px) {
    .plan-one .pricing-header {
        text-align: center;
    }
    .plan-one .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}