.PlanPricing {
    margin-top: 100px;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media (min-width: 767px) {
    .PlanPricing:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 2;
    }
}
.PlanPricing .planName {
    background: #202b34;
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
}
.PlanPricing .price {
    background: #2cc76a;
    padding: 5px;
    color: #FFF;
    font-size: 20px;
    display: block;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    margin-top: -107px;
    margin-bottom: 10px;
    line-height: 2.2;
}
.PlanPricing.Recommended .price {
    background: #f45c57;
}
.PlanPricing .planName h3 {
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.PlanPricing .planName p {
    color: #999;
    text-align: center;
}
.PlanPricing .planFeatures {
    background: #e8e9ea;
    text-align: center;
    padding: 10px;
}
.PlanPricing .planFeatures ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.PlanPricing .planFeatures ul li {
    padding: 13px 0;
    list-style: none;
}
.PlanPricing p {
    margin: 0;
}
.PlanPricing .btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ComparePlans {
    margin-top: 20px;
}
.ComparePlans .planFeatures {
    text-align: center;
    padding: 10px;
}
.ComparePlans .CompareList .planFeatures {
    text-align: right;
}
.ComparePlans .planFeatures ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ComparePlans .planFeatures ul li {
    padding: 13px 0;
    list-style: none;
}
.ComparePlans .planHead1 {
    height: 60px;
    background: #FFF;
}
.ComparePlans .planHead2 {
    height: 60px;
    background: #2cc76a;
}
.ComparePlans .planHead3 {
    height: 60px;
    background: #f45c57;
}
.ComparePlans .planHead2 h3,
.ComparePlans .planHead3 h3 {
    color: #FFF;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    padding-top: 10px;
    line-height: 1.8;
}
.ComparePlans .pricing1 .planFeatures {
    border-right: solid 1px #2cc76a;
    border-left: solid 1px #2cc76a;
}
.ComparePlans .pricing2 .planFeatures {
    border-right: solid 1px #f45c57;
    border-left: solid 1px #f45c57;
}
.ComparePlans .btn {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}