
/* Pricing Plan 1
-------------------------------------------------- */

.pricing-plan1 {
    border: 1px solid #e3e3e3;
    position: relative;
    padding: 30px 24px;
    padding-right: 0;
    min-height: 106px;
    -webkit-transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
    transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
}

.pricing-plan1 .ppheader {
    padding-right: 160px;
    position: relative;
}

.pricing-plan1 .ppheader h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    -webkit-transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
    transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
}

.pricing-plan1 .ppheader p {
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
    transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
    width: 100%;
}

.pricing-plan1 .ppfooter {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 19px;
}

.pricing-plan1 .ppfooter h4 {
    font-size: 26px;
    color: #5dc738;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pricing-plan1 .ppfooter .readmore:after {
    display: none;
}

.pricing-plan1 .ppfooter .readmore {
    left: 0;
    transform: none;
    border: 2px solid #437df9;
    padding: 7px 20px;
    color: #437df9;
    font-weight: 600;
    margin: 0;
    -webkit-transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
    transition: .3s cubic-bezier(0.25, 0.3, 0.06, 0.85);
    letter-spacing: 0;
}

.pricing-plan1 .ppfooter .readmore:hover {
    background: #292929;
    border-color: #292929;
    color: #fff;
}

@media (min-width: 992px) {
    .pl-custom-lft .pricing-plan1 {
        border-left: none;
    }
    .pl-custom-btm .pricing-plan1 {
        border-bottom: none;
    }
    .pl-custom-rgt .pricing-plan1 {
        border-right: none;
    }
    .pl-custom-top .pricing-plan1 {
        border-top: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .pricing-plan1 .ppheader p {
        font-size: 12px;
    }
    .pricing-plan1 {
        padding: 10px
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .pricing-plan1 {
        padding-top: 11px !important;
    }
    .pricing-plan1 .ppheader {
        display: block;
        padding: 0;
        text-align: center;
    }
    .pricing-plan1 .ppfooter {
        position: relative;
        display: inline-block;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
    .pricing-plan1 .ppfooter h4 {
        margin-right: 5px;
    }
    .pricing-plan1 .ppfooter .readmore {
        top: -5px;
    }
    .pricing-plan1 .ppfooter h4,
    .pricing-plan1 .ppfooter .readmore {
        display: inline-block;
    }
    .pricing-plan1 .ppheader p {
        font-size: 12px;
    }
    .pricing-plan1 {
        padding: 10px
    }
}
