
.strikeOff{
    color: #ebebeb!important;
} 

.demo{ background: #c2c8c9; }
.pricingTable{
    padding-bottom: 0px;
    margin: 0 20px;
    background: #fff;
    border-radius: 20px;
    border-bottom: 5px solid #818181;
    text-align: center;
    z-index: 1;
    position: relative;
    min-height: 540px
}
.pricingTable .pricingTable-header{ position: relative; }
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: "";
    border-top: 0px solid #48434a;
    border-left: 0px solid transparent;
    position: absolute;
    bottom: -10px;
    left: -10px;
}
.pricingTable .pricingTable-header:after{
    border-left: none;
    border-right: 10px solid transparent;
    left: auto;
    right: -10px;
}
.pricingTable .title{
    padding: 19px 0px;
    margin: 0;
    background: #030004;
    background: linear-gradient(to top, #030004, #314047);
    border-radius: 20px 20px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    min-height: 83px;

}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    border-left: 10px solid #c2c8c9;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    bottom: -114px;
    left: -30px;
}
.pricingTable .title:after{
    border-left: none;
    border-right: 10px solid #c2c8c9;
    left: auto;
    right: -30px;
}
.pricingTable .price-value{
    display: block;
    padding: 15px 5px;
    margin: 0 -10px;
    background: #818181;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.pricingTable .price-value:after{
    left: auto;
    right: -20px;
}
.pricingTable .month{
    font-size: 15px;
    font-weight: bold;
    margin-left: 3px;
    position: relative;
    top: -12px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 15px 0;
    margin: 0;
    min-height: 370px;
}
.pricingTable .pricing-content li{
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    border-bottom: 2px dashed #e3e3e3;
    position: relative;
    text-align: left;
    padding-left: 3%;
    min-height: 80px;

}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #249699;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #101c75; }
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #818181;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{ transform: rotateY(90deg); }
.pricingTable.orange{ border-bottom-color: #818181; }
.pricingTable.orange .price-value,
.pricingTable.orange .pricingTable-signup:before{ background: #818181; }
.pricingTable.orange .price-value:before,
.pricingTable.orange .price-value:after{ background: #cd4410; }
.pricingTable.orange .pricingTable-signup{ border-color: #fb8c00; }
.pricingTable.orange .pricingTable-signup:hover{ color: #fb8c00; }
.pricingTable.pink{ border-bottom-color: #d81a60; }
.pricingTable.pink .price-value,
.pricingTable.pink .pricingTable-signup:before{ background: #d81a60; }
.pricingTable.pink .price-value:before,
.pricingTable.pink .price-value:after{ background: #a91a58; }
.pricingTable.pink .pricingTable-signup{ border-color: #d81a60; }
.pricingTable.pink .pricingTable-signup:hover{ color: #d81a60; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
.col-md-2.col-sm-2.col-xs-12 {
    width: 100%;
    padding: 0px;
    margin-bottom: 5%;
    margin-top: 3%;
}   
.col-sm-6 {
    width: 100% !important;
}

@media (min-width: 768px) {
    .col-md-2.col-sm-2.col-xs-12 {
        width: 46%;
        padding: 0px;
    }
    .col-sm-6 {
        width: 45% !important;
    }
}
@media (min-width: 992px) {
    .col-md-2.col-sm-2.col-xs-12 {
        width: 20%;
        padding: 0px;
    }
    .col-sm-6 {
        width: 33% !important;
    }
}

.col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 5%;
    margin-top: 3%;
}






ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 550;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}