/*body{
    margin: 100px 0!important;
}*/
/*h3{
    margin: 0;
    font-size: 25px !important;
    font-weight: 600!important;
}*/

/*a:hover , a:focus{
    text-decoration:none;
    outline: none;
}*/
.price-container {
    /* margin: 500px auto; */
    margin-top: 100px;
    margin-bottom: 100px;
}
ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.pricing-table{
    background:#2b2f3a;
    color:#fff;
    text-align: center;
    position:relative;
    padding-top: 20px;
    margin:30px 50px 0;
}
.pricing-table::after{
    content: "";
    background:#2b2f3a;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transform: skew(0deg , -7deg);
    transform-origin: left bottom 0;
    z-index: -1;
}
.pricing-table red{
    transform: scale(1.1);
}
.pricing-table.yellow{
    transform:scale(1.2);
}
.pricing-table.blue{
    transform:scale(1.1);
}
.pricing-table .pricing-header{
    background-color: #ea1e63;
    margin: 0 -10px;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.pricing-table.yellow .pricing-header::before,
.pricing-table.yellow .pricing-header::after{
    background: #ffa100;
}
.pricing-table.yellow .pricing-header,
.pricing-table.yellow .pricingtable-sign-up,
.pricing-table.yellow .pricingtable-sign-up::before{
    background: #ffa814;
}
.pricing-table.blue .pricing-header::before,
.pricing-table.blue .pricing-header::after{
    background: #2889a9;
}
.pricing-table.blue .pricing-header,
.pricing-table.blue .pricingtable-sign-up,
.pricing-table.blue .pricingtable-sign-up::before{
    background: #2991b4;
}
.pricing-table .pricing-header::before,
.pricing-table .pricing-header::after{
    background: #f6226c;
    content: "";
    height: 100%;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 30px;
    z-index: -1;
}
.pricing-table .pricing-header::after{
    left:auto;
    right:-20px;
}
.pricing-table .title::before,
.pricing-table .title::after{
    border-bottom: 28px solid transparent;
    border-left: 10px solid #fff;
    border-top: 20px solid transparent;
    top: 50%;
    content: "";
    left:-20px;
    position: absolute;
}
.pricing-table .title::after{
    border-bottom: medium none;
    border-right: 10px solid #fff;
    left:auto;
    right: -20px;
}
.pricing-table .price-value{
    font-size: 50px;
    padding: 10px 0;
    position: relative;
    background: #546f7a;
}
.pricing-table .price-value amount{
    position: relative;
}
.pricing-table .price-value::before{
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    border-top: 12px solid rgba(0,0,0,.6);
    border-left: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.pricing-table .price-value::after{
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    border-top: 12px solid rgba(0,0,0,.6);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.pricing-table .pricing-content{
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 50px;
}
.pricing-table .pricing-content ul li{
    border-bottom: 1px solid rgba(0255,255,255,.2);
}
.pricing-table .pricing-content ul li:last-child{
    border-bottom: none;
}
.pricing-table .pricingtable-sign-up{
    padding: 20px 0 20px;
    position: relative;
    background: #ea1e63;
}
.pricing-table .pricingtable-sign-up::before{
    content: "";
    background-color: #ea1e63;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: skew(0deg,7deg);
    bottom: 0;
    left: 0;
    z-index: -1;
    transform-origin: left bottom 0;
}
.pricing-table .pricingtable-sign-up a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px ;
    padding: 5px 20px;
}
@media screen and (max-width:990px){
    .pricing-table{
        margin-bottom: 70px;
    }
}
@media screen and (max-width:767px){
    .pricing-table{
        margin-bottom: 70px;
    }
}
@media screen and (max-width:600px){
    .pricing-table{
        margin-bottom: 70px;
    }
}

