﻿.pricingTable {
    padding: 0 !important;
    /*border: 1px solid #ee3342;*/
    border: 1px solid #ccc;
    /*text-align: center;*/
    color: #201e21;
    /*position: relative;*/
    transition: all 0.5s ease 0s;
}

    .pricingTable:hover {
        background: transparent !important;
        /*border-color: #ee3342;*/
        color: #fff;
        box-shadow: 0 0 10px #ccc;
    }

.container-op:hover.image {
    opacity: 0.3;
}


.container-op:hover .middle-card {
    opacity: 1;
}

.middle-card {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.pricingTable .title {
    font-size: 22px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    padding: 5px;
    background-color: #ee3342;
}

/*.pricingTable{
        font-size: 20px;
        margin-bottom: 40px;
    }

    .pricingTable {
        display: block;
        font-size: 22px;
        line-height: 10px;
        text-transform: capitalize;
    }*/

.pricingTable .pricing-content {
    padding: 20px 0 0;
    margin: 0 40px 20px;
    list-style: none;
    font-size: 16px;
    line-height: 40px;
    border-top: 1px solid #043565;
    position: relative;
    transition: all 0.5s ease 0s;
}

.pricingTable:hover .pricing-content {
    border-top-color: #fff;
}

/*.pricingTable .pricing-content:before {
       
        font-weight: 900;
        content:"GRADES";
        width: 70px;
        background: #fff;
        font-size: 15px;
        margin: 0 auto;
        position: absolute;
        top: -22px;
        left: 0;
        right: 0;
        transition: all 0.5s ease 0s;
    }*/

/*.pricingTable:hover .pricing-content:before {
    background: #ee3342;
}*/

/*.pricingTable .pricingTable-signup {
        border: 1px solid #8ec965;
        color: #043565;
        top: 0;
        transition: all 0.5s ease 0s;
    }

        .pricingTable .pricingTable-signup.btn11::before {
            z-index: 2;
        }

    .pricingTable:hover .pricingTable-signup.btn11::before {
        background: #ffffff;
    }

    .pricingTable .pricingTable-signup.btn11::after {
        z-index: 1;
        background: #201e21;
    }

    .pricingTable .pricingTable-signup span {
        position: relative;
        z-index: 3;
    }



    .pricingTable:hover .pricingTable-signup {
        color: #333333 !important;
        border-color: #fff !important;
    }*/

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 40px;
    }

        .pricingTable .title {
            font-size: 16px;
        }

    .section-title h3 {
        font-size: 21px;
    }

    .section-title p {
        font-size: 16px;
    }
}


.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

    .section-title p {
        color: #999;
        font-weight: 400;
        font-size: 16px;
        line-height: 33px;
        margin: 0;
    }

    .section-title h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 35px;
        padding-top: 15px;
        text-transform: none !important;
    }

.pricingTable ul li {
    width: 100%;
    margin: 0px 0px 0px 25px;
    padding: 0px;
    list-style: disc;
    line-height: 17pt;
    color: #000;
    font-size: 13px;
}

.pricingTable ul {
    padding: 0px 15px 15px 15px;
}

.psection-button {
    text-decoration: none;
    font-size: 15px;
    padding: 10px !important;
    margin: 5px !important;
    transition: all 0.15s;
    text-align: left;
    list-style: none !important;
}

    .psection-button a {
        padding: 5px 20px 5px 20px;
        border: 1px #ee3342 solid;
    }

        .psection-button a:hover {
            background-color: #ee3342;
            color: #fff;
        }

.container-op h3 {
    font-size: 20px;
    text-transform: none !important;
    margin: 10px !important;
    text-align: center;
}

.container-op p {
    font-size: 14px;
    text-transform: none !important;
    margin: 10px !important;
    text-align: center;
}

.pt-sub:hover {
    background: transparent !important;
    border-color: #ee3342;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.container-op {
    text-align: center;
}
