
/* Temporary Featured Provider 
-------------------------------------------*/
.featured-provider-static .award-icon{
     width:70px;
}
    .featured-provider-static .card-row-simple .card-body strong.h3{
        color:var(--erllcblue);
    }
    .featured-provider-static .card-row-simple .price-term-bill-mrc ul{
        color:#000;
    }
    .featured-provider-static blockquote {
        background-color: transparent;
        width: 100%;
    }
        .featured-provider-static blockquote::before,
        .featured-provider-static blockquote::after {
            content:"";
            display: block;
            position:absolute;
            width: 60px;
            height:50px;
            background-image: url("/images/icons/quote-start.svg");
            background-size: contain;
            background-repeat: no-repeat;
            z-index: -1;
        }
        .featured-provider-static blockquote::before{
            background-image: url("/images/icons/quote-start.svg");
            top: 0;
            left: -10px;
        }
        .featured-provider-static blockquote::after {
            background-image: url("/images/icons/quote-end.svg");
            background-size: contain;
            background-repeat: no-repeat;
            bottom: 0;
            right: 0;
        }
    @media (max-width: 980px) {
        .featured-provider-static .card-row-simple .plan-card-inner-container {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-areas: 'planFeatures';
        }
            .featured-provider-static .card-row-simple .plan-static-content {
                grid-template-areas:
                'cardPlanTermMrc cardPlanPricing'
                'cardPlanName cardPlanName';
            }
            .featured-provider-static .card-row-simple .plan-static-content .plan-action {
            bottom: -9px;
            }
            .featured-provider-static .card-row-simple .plan-details-action span.btn{
                color: #666;
            }
            .featured-provider-static .company-logo img{
                width: 100%;
                height: auto;
            }
            .featured-provider-static .award-icon{
                width:50px;
            }
            .trust-seals h4.h5{
                font-size: 16px;
            }
    }
@media (max-width: 768px) {
    .featured-provider-static blockquote::before, .featured-provider-static blockquote::after {
        width: 40px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .featured-provider-static blockquote::before, .featured-provider-static .superwidget-container .featured-provider blockquote::after {
        width: 40px;
        height: 50px;
    }
}
@media (max-width: 390px) {
    .featured-provider-static .card-row-simple .plan-details-action span.btn {
        border: 0;
    }
        .featured-provider-static .plan-details-action {
            bottom: 55px;
        }
        .featured-provider-static .card-row-simple .plan-pricing em {
            bottom: 0;
        }
        .featured-provider-static .card-row-simple .plan-static-content .plan-action {
            bottom: -12px;
        }
        .featured-provider-static .plan-name h3{
            text-align: right;
            width: 250px;
            float: right;
        }
    }
