/** Plugin css **/
/*---------------
pricing-section
----------------*/

.pricing-section{
    text-align:center;
}
.pricing-table{
    margin-bottom: 20px;
}
.pricing-table{
    border:1px solid #4d1d26;
    padding:8px;
    font-family: 'Roboto', sans-serif;
}
.pricing-table .pricing-title{
    display: block;
    background-color:#ee3232;
    text-transform: uppercase;
    font-size:25px;
    font-style:italic;
    font-weight: 700;
    padding:25px 0;
}
.pricing-price{
    font-size:35px;
    padding:29px 0;
}
.pricing-price span{
    display: block;
    font-size:12px;
    color:#ee3232; 
    text-transform: uppercase;
}
.price-content{
    padding:18px 0;
    font-style: italic;
    font-size: 16px;
}
.price-content:nth-of-type(2n+1) {
    background-color: #131e2f;
}
.pricing-table .get-now{
    padding:26px 0 18px;
    display: none;
}
.pricing-section .row .custom-col-4:nth-of-type(3n+1){
    clear: left;
}
.pricing-table{
    color:#fff;
    background-color:#141825;
}
a.button {
    -ms-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -webkit-transform: skew(-23deg);
    transform: skew(-23deg);
    margin-left: 15px;
    font-size: 16px; 
    text-transform: uppercase;
    border: 1px solid #ee3232;
    background-color: #ee3232;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-weight: 600;
    cursor: pointer;
}


