
.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #5bc2d6;
    border-color: #5bc2d6
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #83c295;
    border-color: #83c295
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.membership-pricing-table table td i{
    color: #3d9354;
    font-size: 22px;
}
.membership-pricing-table table td i.disabled{
    color: #9a9898;
}
.membership-pricing-table table tr td.serv {
    background-color: transparent;
    text-align: right;
    width: 24%
}
.membership-pricing-table table tr th {
    border-bottom: 0px !important; ;
}
.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.serv-phone{
    display: none;
}
@media screen and (max-width: 767px) {
    .widget.price  .serv-phone{
        display: table-row;
    }
    .widget.price .serv{
        display: none;
    }
    .widget.price .plan-header{
        width: 50%;
    }
    .widget.price .plan-header .pricing-plan-name{
        font-size: 18px;
    }
}
.header-price{
    background: #3d9354
}