
.planFeatDesc {
    font-size: 16px;
    color: #252b47;
    font-family: Muli,sans-serif;
    text-align: right;
    width: 50%;
    padding: 5px;
}
.spanCellDesc {
    padding-left: 20px;
    text-align: left;
    padding: 5px;
}
@media screen and (max-width: 500px) {
    .planFeatDesc {
        width: 70%;
    }
}
.planFeatures {
    width: 100%;
}
.price-display.mobile {
    font-weight: bold;
}
.mblBigDesc {
    font-weight: bold;
    height: 125px;
    display: flex;
    flex-flow: column;
}
.mblBigDesc .mblReqCell,
.mblBigDesc .mblPriceCell {
    font-size: 16px;
}

.mblEqlCell {
    font-size: 22px;
    color: #ff0048;
}
.mblBigDesc .mblCell {
    margin: auto;
}

.bigFeatures {
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.bigDesc {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.bigDescContact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1600px) {
    .bigDesc {
        width: 90%;
    }
    .bigDescContact {
        width: 90%;
    }
    .bigFeatures {
        width: 90%;
        justify-content: space-evenly;
    }
}
.bigDesc>div {
    display: inline-block;
    padding: 20px;
    text-align: center;
}
.bigDesc>div.reqCell {
    font-size: 34px;
    font-weight: bold;
}
.bigDesc>div.eqlCell {
    font-size: 34px;
    font-weight: bold;
}
.bigDesc>div.priceCell {
    font-size: 34px;
    font-weight: bold;
}

.bigDesc>div.reqCell {
    width: 47%;
}

.bigDesc>div.eqlCell {
    width: 2%;
    padding: 20px 0;
    color: #ff0048;
}
.bigDesc>div.priceCell {
    width: 47%;
}
.bigDesc.annual>div.priceCell {
    padding-bottom: 4px;
}
@media screen and (max-width: 1599px) {
    .bigDesc>div.reqCell {
        font-size: 24px;
    }
    .bigDesc>div.eqlCell {
        font-size: 24px;
    }
    .bigDesc>div.priceCell {
        font-size: 24px;
    }
}
@media screen and (max-width: 1199px) {
    .bigDesc>div.reqCell {
        font-size: 22px;
    }
    .bigDesc>div.eqlCell {
        font-size: 22px;
    }
    .bigDesc>div.priceCell {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .bigDesc>div.reqCell {
        font-size: 18px;
    }
    .bigDesc>div.eqlCell {
        font-size: 18px;
    }
    .bigDesc>div.priceCell {
        font-size: 18px;
    }
}
.bigDesc>div.priceCell.contact {
    padding: 15px 5px 5px 5px;
    font-size: unset;
    font-weight: unset;
}
.featBox {
    width: 270px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.featBox div {
    display: inline;
}
.featBox .featDesc {
    font-size: 16px;
    color: #252b47;
    font-family: Muli,sans-serif;
    text-align: right;
    width: 190px;
    padding: 5px;
}
.featBox .featVal {
    padding-left: 20px;
    text-align: left;
    padding: 5px;
    width: 80px;
}
@media screen and (min-width: 1600px) {
    .featBox {
        width: unset;
    }
    .featBox .featDesc {
        width: unset;
    }
    .featBox .featVal {
        width: unset;
    }
}
a.plan-btn:hover,
a.plan-btn:focus {
    color: #fff;
}
a.plan-btn:hover {
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
}
.discountPrcCell {
    font-size: 10px;
    font-weight: normal;
    display: block;
}
.discountPrcCell.desktop {
    font-size: 14px;
    display: inline;
    vertical-align: middle;
}

.priceSelect {
    display: inline-block;
    width: 70%;
    margin-top: 20px;
}

.js-plan-display.mobile .planFeatures table {
    width: 100%;
}

.desktopDisplayRow {
    margin-top: 40px;
}

.dskCell {
    vertical-align: top;
}

.noTopMarg {
    margin-top: 0;
}