

/* 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 ---------------------------- */

.pricingHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.pricingTitle {
    font-size:2em;
    font-weight: bold;
}
.pricingPrice {
    font-size:1.4em;
    font-weight: bold;
}
.pricingDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .pricingTitle {
        font-size:small;
    }
    .pricingPrice {
        font-size:small;
    }
    .pricingDuration {
        font-size:small;
    }
}

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

.my_feature {
    line-height:1.5em;
    padding:10px 0;
}

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

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    display:flex;
}
.my_featureRow>div{
    /*height: 100%;*/
}

.my_feature_checks{

}
.my_feature_checks .row{
    height: 100%;
}
.my_feature_checks .row .my_planFeature{
     height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }


/* --- Plan 1 --------------------------- */
.pricingBasic {
    background: rgba(0,79,139,0.3);
}

.pricingHeader.pricingBasic a {
    background: rgba(0,79,139,0.3);
    color:white;
}

.pricingHeader.pricingBasic {
    background: rgba(0,79,139,0.3);
}

/* --- Plan 2 --------------------------- */
.pricingLogo {
    background: rgba(0,79,139,0.4);
}

.pricingHeader.pricingLogo a {
    background: rgba(0,79,139,0.4);
    color:white;
}

.pricingHeader.pricingLogo {
    background: rgba(0,79,139,0.4);
}

/* --- Plan 3 --------------------------- */
.pricingBronze {
    background: rgba(0,79,139,0.6);
}

.pricingHeader.pricingBronze a {
    background: rgba(0,79,139,0.6);
    color:white;
}

.pricingHeader.pricingBronze {
    background: rgba(0,79,139,0.6);
}
/* --- Plan 4 --------------------------- */
.pricingSilver {
    background: rgba(0,79,139,0.8);
}

.pricingHeader.pricingSilver a {
    background: rgba(0,79,139,0.8);
    color:white;
}

.pricingHeader.pricingSilver {
    background: rgba(0,79,139,0.8);
}
/* --- Plan 3 --------------------------- */
.pricingGold {
    background: rgba(0,79,139,1);
}

.pricingHeader.pricingGold a {
    background: rgba(0,79,139,1);
    color:white;
}

.pricingHeader.pricingGold {
    background: rgba(0,79,139,1);
}




.my_planFeature {
    text-align: center;
    font-size: 2em;
}

.my_planFeature i.my_check {
    color: white;
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5 {
    width: 25%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 25%;
        float: left;
    }
}