.yearly {
    font-size: 0.8em;
    line-height: 0.5em;
}

.package_name {
    line-height: 1.2em;
    margin-bottom: 1em;
}

.normal_price {
    line-height: 0.9em;
    color: #000000;
    font-weight: bold;
}

/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
        width: initial;
        padding-left: 2em;
        padding-right: 2em;
    }
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: #333333;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:1.5em;
    font-weight: bold;
}
.my_planPrice {
    font-size:1em;
    font-weight: normal;
}
.my_planDuration {
    font-size: 12px;
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {

    }
}

/* --- Features ------------------------- */

.my_feature {
font-size: 16px;
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
}

.my_featureRow {

}

/* --- Plan 1 --------------------------- */
.my_planbusiness_package {
    background: #f5f5f5;
}

.my_planHeader.my_plan1 a {
    background: rgb(235, 96, 158);
    color:#333333;
}

.my_planHeader.my_plan1 {
    background: #f5f5f5;
    border-bottom: thick solid rgb(182, 40, 77);
}

/* --- Plan 2 --------------------------- */
.my_planenterprise_package {
    background: rgba(209, 234, 255, 0.81);
}

.my_planHeader.my_plan2 a {
    background: rgb(55, 125, 203);
    color:#333333;
}

.my_planHeader.my_plan2 {
    background: rgba(209, 234, 255, 0.81);
    border-bottom: thick solid rgb(45, 100, 168);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}

.my_planFeature {
    margin:0px;
}

.my_planFeature i.my_check {
    font-size: 0.8em;
    color: #9abf93;
}

i.pricing_check {
    font-size: 0.8em;
    color: #9abf93;
}

.my_planFeature i.my_plus {
    font-size: 0.8em;
    color: #eb609e;
}

.my_planFeature i.my_reject {
    color: red;
}
