.container.pricing > .row > .col-md-12 {
    padding-bottom: 50px;
}

.pricingtable {
    list-style: none;
    padding-left: 0;
}

.pricingtable li {
    background-color: #fff;
    padding: 30px 20px;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
    border: 0;
    border-radius: 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
}
.pricingtable .frameprice {
    height: 715px;
}
.pricingtable li.featured {
    background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #de6666 74%);

}

.pricingtable li:hover {
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1)
}
.pricingtable li.featured:hover {
    -webkit-box-shadow: 0 3px 15px 0 rgba(248, 171, 18, .8);
    box-shadow: 0 3px 15px 0 rgba(248, 171, 18, .8)
}

.pricingtable li:nth-child(3n+3) {
    margin-right: 0
}

.pricingtable li p {
    margin: 0 !important;
    line-height: 35px;
}
.pricingtable li h6 {
    font-family: montserratbold;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 14px
}

.pricingtable li .details {
    background: url('/img/main/checkprice.png') top 2px left no-repeat;
    font-family: montserratlight !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 13px !important;
    color: #000 !important;
    padding: 3px 0 !important;
    padding-left: 25px !important;
    text-align: left !important;
    margin-bottom: 3px;
}
.pricingtable li.featured .details {
    background: url('/img/main/checkpricewhite.png') top 2px left no-repeat;
}
.pricingtable li .details b {
    color: #f8ab12 !important;
}

.pricingtable li h5 {
    font-family: montserratbold !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    color: #000 !important;
    padding: 3px 0 !important;
    text-align: center !important;
    margin-top: 20px;
}

.pricingtable li .price {
    font-family: montserratbold !important;
    font-weight: 700 !important;
    font-size: 75px !important;
    line-height: 75px !important;
    color: #000 !important;
    padding: 10px 0 !important
}
.pricingtable li .pricemonth {
    font-family: montserratlight !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #000 !important;
    padding: 5px 0 !important;
    text-align: center !important;
    width: auto !important;;
}

.pricingtable li .priceenterprise {
    font-family: montserratbold !important;
    font-weight: 700 !important;
    font-size: 44px !important;
    line-height: 37px !important;
    color: #000 !important;
    padding: 10px 0 !important
}

.pricingtable li.featured .details,
.pricingtable li.featured .details b,
.pricingtable li.featured h5,
.pricingtable li.featured .pricemonth,
.pricingtable li.featured h6,
.pricingtable li.featured .price,
.pricingtable li.featured .price sup,
.pricingtable li.featured .price,
.pricingtable li.featured p {
    color: #fff !important;
}

.pricingtable li .price span {
    display: block;
    font-family: montserratbold;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #96a2b2
}

.pricingtable li .price sup {
    font-size: 28px;
    vertical-align: super;
    top: 0;
}

.pricingtable li hr {
    margin-top: 10px;
    margin-bottom: 20px
}

.pricingtable li strong {
    color: #55595c
}


.pricingtable.cols-4 li {
    width: 23.5%;
    margin-right: 2%
}

.pricingtable.cols-4 li:nth-child(4n+4) {
    margin-right: 0
}

.pricingtable a {
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-family: montserratlight;
    letter-spacing: 0;
    background: #e15119;
    border: 0;
    box-shadow: 0px 4px 18px 0px rgba(236, 100, 32, 0.88);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(236, 100, 32, 0.88);
    border-radius: 50px;
    padding: 19px 30px 19px 30px;
    display: table;
    margin: auto;
    margin-top: 30px !important;
}
.pricingtable li.featured a {
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-family: montserratlight;
    letter-spacing: 0;
    background: #fff;
    border: 0;
    box-shadow: 0px 4px 18px 0px rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0px 4px 18px 0px rgba(255, 255, 255, 0.88);
    border-radius: 50px;
    padding: 19px 30px 19px 30px;
    display: table;
    margin: auto;
    margin-top: 30px !important;
}
.pricingtable li.featured a:hover {
    background: #eee;
}

@media (max-width:991px) {
    .pricingtable {
        margin: 0 auto;
        max-width: 400px
    }
    .pricingtable li {
        display: block;
        width: 100%!important;
        margin-right: 0!important;
        margin-bottom: 30px
    }
}