@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?gvuzjl');
    src: url('/fonts/icomoon.eot?gvuzjl#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?gvuzjl') format('truetype'), url('/fonts/icomoon.woff?gvuzjl') format('woff'), url('/fonts/icomoon.svg?gvuzjl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] .icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles added for Express Pet Certify */

/* GENERAL */

/* Button */
button.yellow, input[type="submit"].yellow {
    background-color: #ffc225;
    border: 2px solid #ffc225;
    font-size:1em;
}

    button.yellow:hover, input[type="submit"].yellow:hover {
        background-color: #e5ab17;
        border: 2px solid #e5ab17;
    }

    button.yellow.secondary, input[type="submit"].yellow.secondary {
        background-color: #ffffff;
        color: #ffc225;
        border: 2px solid #ffc225;
    }

        button.yellow.secondary:hover, input[type="submit"].yellow.secondary:hover {
            background-color: #ffffff;
            color: #e5ab17;
            border: 2px solid #e5ab17;
        }

button.green, input[type="submit"].green {
    background-color: #5C8FF7;
    border: 2px solid #5C8FF7;
}

    button.green:hover, input[type="submit"].green:hover {
        background-color: #8ca7dd;
        border: 2px solid #8ca7dd;
    }

    button.green.secondary, input[type="submit"].green.secondary {
        background-color: #ffffff;
        color: #5C8FF7;
        border: 2px solid #5C8FF7;
    }

        button.green.secondary:hover, input[type="submit"].green.secondary:hover {
            background-color: #ffffff;
            color: #8ca7dd;
            border: 2px solid #8ca7dd;
        }
/* End Button */
.section {
    font-family: "apercu-regular", sans-serif;
    height: auto;
    padding: 40px 0;
    /*max-width: 1940px;*/
    max-width: 100%;
    margin: 0 auto 30px;
    background-position: right 50px;
}

.section-background {
    background-color: #5C8FF7;
}

.chewy {
    font-family: 'Chewy', cursive;
}

h1, h3 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 15px
}

.section-heading h1 span {
    color: #5C8FF7;
}

.section-background .section-heading h1 span {
    color: #ffffff;
}

i {
    display: block;
    margin-top: 0;
    margin-bottom: 25px;
}

.text-center {
    text-align: center;
}
/* END GENERAL */

/* Footer */
#footer {
    background: #f0f0f0;
    padding-right: 0;
    padding-left: 0;
}

    #footer .wrapper {
        width: 100%;
        max-width: 100%;
    }

    #footer .full-footer {
        padding: 25px 0;
        flex-wrap: wrap;
        align-items: stretch;
        max-width: 964px;
        margin: 0 auto;
    }

    #footer .footer-wrap {
        background: #ffffff;
        width: 48%;
        padding: 10px;
        margin-bottom: 15px;
        margin-right: 5px;
        margin-left: 5px;
    }

    #footer .footer-link {
        overflow: hidden;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 10px 6px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

        #footer .footer-link:after {
            font-family: 'icomoon' !important;
            position: relative;
            content: '\eb61';
            display: block;
            float: right;
            margin-right: 10px;
            font-size: 45px;
            width: 10%;
        }

    #footer .footer-back .footer-link:after {
        content: '\eb5e';
    }

    #footer .footer-noimage .footer-link:after {
        content: '';
    }

    #footer .footer-link:hover {
        background-color: #efefef;
        text-decoration: none;
    }

.footer-wrap-img {
    float: left;
    margin-right: 15px;
    width: 20%;
    height: auto;
}

.footer-plans .footer-wrap-img {
    float: left;
    margin-right: 15px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.productImageContainer {
    width: 20%;
    height: 85px;
}

.footer-wrap-content {
    position: relative;
    overflow: hidden;
    width: 70%;
}

.footer-back .footer-wrap-content {
    padding-top: 0;
}

.footer-noimage .footer-wrap-content {
    padding-top: 0;
}

.footer-wrap-content .title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.footer-wrap-content p {
    font-size: 20px;
}

.universal-footer {
    background: #e0e0e0;
    font-family: "apercu-regular", sans-serif;
    padding: 0;
}

.footer-info {
    padding: 15px 0;
    text-align: left;
    color: #999999;
}

    .footer-info h3 {
        font-family: sans-serif;
        margin-bottom: 10px;
    }

    .footer-info > .wrapper,
    .footer-legal {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-info .icofont {
        font-family: 'icomoon' !important;
        display: inline-block;
        margin: 0 5px 5px 0;
        float: left;
    }

.footer-info-wrap {
    width: 25%;
    padding: 10px;
}
.footer-about {
    width: 30%;
}
.footer-services {
    
}
.footer-other {
    width: 20%;
}
.footer-address {
}

.footer-legal {
    padding: 15px 30px 20px;
    background: #D0d0d0;
}

.footer-info p, .footer-info a {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.footer-info a {
    color: #5C8FF7;
    display: block;
}
.footer-social {
    margin-top: 10px;
}
.footer-social a {
    display: inline-block;
}

.footer-legal p, .footer-legal a {
    font-size: 13px;
    line-height: 15px;
    margin: 0 5px;
}

.footer-legal a {
    padding-bottom: 0;
    color: #5C8FF7;
    display: block;
    text-decoration: none;
}

@media screen and (max-width: 969px) {
    #footer .full-footer {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    #footer .footer-wrap {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .footer-wrap-img {
        width: 15%;
    }

    .footer-wrap-content {
        width: 75%;
    }

    .footer-info-wrap {
        width: 50%;
    }

    .footer-address {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    #footer .full-footer {
        width: 80%;
    }

    .footer-wrap-content .title {
        margin-top: 5px;
    }

    .footer-legal p {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 567px) {
    #footer .full-footer {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-wrap-content .title {
        font-size: 20px;
    }

    .footer-wrap-content p {
        font-size: 17px;
    }

    .footer-info-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    #footer .footer-wrap {
        padding: 5px;
    }

    #footer .footer-link {
        padding: 5px;
    }

    .footer-wrap-img {
        width: 20%;
        margin-right: 10px;
    }

    .footer-wrap-content {
        width: 70%;
    }
}
/* END FOOTER */

/* HOME PAGE */
/* Hero */
#home-container {
    padding-bottom: 0;
}

    #home-container #hero {
        height: auto;
        min-height: 430px;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
        background-color: #5C8FF7;
        background-position: right 50px;
    }

        #home-container #hero .hero-wrapper {
            margin-top: 0;
            padding-top: 30px;
        }

        #home-container #hero .small-wrapper {
            width: 100%;
        }

            #home-container #hero .small-wrapper .hero-logo {
                font-family: 'Chewy', cursive;
                position: relative;
                height: auto;
                color: #ffffff;
                letter-spacing: 1px;
                display: flex;
                align-items: flex-start;
            }

.hero-logo .hero-left,
.hero-logo .hero-center,
.hero-logo .hero-right {
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    width: 33.33%;
}

.hero-logo .hero-left,
.hero-logo .hero-right {
    display: block;
}

    .hero-logo .hero-left img,
    .hero-logo .hero-right img {
        display: block;
        margin: 0 auto 10px;
    }

    .hero-logo .hero-left .hero-logo-copy,
    .hero-logo .hero-right .hero-logo-copy {
        clear: both;
        display: block;
        white-space: nowrap;
    }

.hero-logo .hero-left {
    z-index: 11;
    top: 0px;
    left: 0;
    font-size: 24px;
    line-height: 1.2em;
}

.hero-logo .hero-center {
    z-index: 13;
    padding: 30px 10px;
    font-size: 52px;
    line-height: 1.3em;
}

.hero-center .hero-center-top {
    margin-bottom: 5px;
}

.hero-center .hero-center-middle {
    position: relative;
    display: overflow;
}

.hero-middle-left {
    display: inline-block;
    font-size: 32px;
    line-height: 1em;
}

.hero-middle-right {
    display: inline-block;
    font-size: 70px;
}

.hero-logo .hero-right {
    z-index: 12;
    top: 0;
    right: 0;
    font-size: 28px;
}

#home-container #hero .small-wrapper .hero-content {
    z-index: 20;
    margin-top: -50px;
    position: absolute;
    width: 100%;
}

.hero-content .top-medium a button {
    line-height: 1em;
}

   

@media screen and (max-width: 969px) {
    .hero-logo .hero-center {
        width: 50%;
        margin-left: 0px;
    }

    .hero-logo .hero-left {
        width: 25%;
        left: 50px;
    }

    .hero-logo .hero-right {
        width: 25%;
        right: 30px;
        font-size: 24px;
    }

    .hero-logo .hero-left img,
    .hero-logo .hero-left .hero-logo-copy {
        float: right;
    }

    .hero-logo .hero-left .hero-logo-copy {
        position: relative;
        margin-right: -50px;
    }

    .hero-logo .hero-center {
        font-size: 46px;
        line-height: 1.3em;
    }

    .hero-center .hero-center-top {
        margin-bottom: 5px;
    }

    .hero-center .hero-center-middle {
        position: relative;
        display: overflow;
    }

    .hero-middle-left {
        display: inline-block;
        font-size: 26px;
        line-height: 1em;
    }

    .hero-middle-right {
        display: inline-block;
        font-size: 64px;
    }

    #home-container #hero .small-wrapper .hero-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    #home-container #hero .small-wrapper .hero-logo {
        flex-wrap: wrap;
    }

    .hero-logo .hero-center {
        order: 1;
        width: 100%;
        padding: 0 15px;
    }

    .hero-logo .hero-left,
    .hero-logo .hero-right {
        padding: 10px 15px;
    }

    .hero-logo .hero-left {
        order: 2;
        width: 50%;
        left: auto;
        font-size: 22px;
    }

    .hero-logo .hero-right {
        order: 3;
        width: 50%;
        right: auto;
        font-size: 24px;
    }

        .hero-logo .hero-left img,
        .hero-logo .hero-right img {
            height: 150px;
        }

    .hero-logo .hero-left img,
    .hero-logo .hero-left .hero-logo-copy {
        float: none;
    }

    .hero-logo .hero-right .hero-logo-copy,
    .hero-logo .hero-left .hero-logo-copy {
        width: 100%;
        white-space: normal;
    }

    .hero-logo .hero-left .hero-logo-copy {
        margin-right: 0;
    }

    .hero-logo .hero-right img {
        float: none;
    }

    .hero-logo .hero-center {
        font-size: 46px;
        line-height: 1.3em;
    }

    .hero-center .hero-center-top {
        margin-bottom: 5px;
    }

    .hero-center .hero-center-middle {
        position: relative;
        display: overflow;
    }

    .hero-middle-left {
        display: inline-block;
        font-size: 26px;
        line-height: 1em;
    }

    .hero-middle-right {
        display: inline-block;
        font-size: 64px;
    }
}

@media screen and (max-width: 567px) {
    .hero-logo .hero-center {
        padding: 0 10px 20px;
    }

    #home-container #hero {
        
    }

    .hero-logo .hero-left,
    .hero-logo .hero-right {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 5px 0;
    }

    .hero-logo .hero-left {
        font-size: 20px;
    }

    .hero-logo .hero-right {
        font-size: 22px;
    }

        .hero-logo .hero-left img,
        .hero-logo .hero-right img {
            height: 100px;
        }

    .hero-logo .hero-logo-copy {
        width: 80%;
        text-align: left;
        padding-left: 10px;
        font-size: 24px;
        line-height: 1.2em;
    }

    .hero-logo .hero-right img {
        float: none;
    }
}

@media screen and (max-width: 460px) {
}

@media screen and (max-width: 360px) {
    .hero-logo .hero-center {
        z-index: 13;
        padding: 0 10px 10px;
        font-size: 38px;
        line-height: 1.3em;
    }

    .hero-center .hero-center-top {
        margin-bottom: 5px;
    }

    .hero-center .hero-center-middle {
        position: relative;
        display: overflow;
    }

    .hero-middle-left {
        display: inline-block;
        font-size: 22px;
        line-height: 1em;
    }

    .hero-middle-right {
        display: inline-block;
        font-size: 50px;
    }

    .hero-logo .hero-logo-copy {
        font-size: 22px;
    }
}
/* END HOME PAGE */


/* HOW PAGE */
#how-container .how-wrapper {
    color: #fff;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

    #how-container .how-wrapper i {
        font-size: 2.5em;
    }

    #how-container .how-wrapper #steps {
        display: flex;
        align-items: stretch;
    }

    #how-container .how-wrapper .step {
        vertical-align: top;
        display: inline-block;
        padding: 0 15px 30px;
        margin: 5px 5px;
        border: 3px solid white;
        border-radius: 5px;
        width: 25%;
    }

#how-container .btn-wrapper {
    margin-top: 20px;
}

    #how-container .btn-wrapper a button {
        margin: 0 20px;
    }

        #how-container .btn-wrapper a button .icofont {
            padding-left: 5px;
            font-size: 16px;
        }

@media screen and (max-width: 969px) {

    #how-container .how-wrapper #steps {
        flex-wrap: wrap;
    }

    #how-container .how-wrapper .step {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    #how-container .how-wrapper .step {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}
/* END HOW PAGE */

/* BENEFITS PAGE */
.benefit-wrapper {
    overflow: hidden;
}

    .benefit-wrapper .section-heading {
        margin-bottom: 40px;
        text-align: center;
    }

        .benefit-wrapper .section-heading h1 {
            color: #363636;
            margin: 0;
            text-transform: uppercase;
        }

            .benefit-wrapper .section-heading h1 span {
                color: #5C8FF7;
            }

        .benefit-wrapper .section-heading p {
            color: #888;
            font-size: 20px;
            font-weight: 300;
            letter-spacing: .5px;
            line-height: 32px;
        }

    .benefit-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

        .benefit-wrapper .container .col {
            position: relative;
            min-height: 1px;
            margin-bottom: 30px;
            padding-right: 15px;
            padding-left: 15px;
            width: 100%;
        }

.single_benifits {
    background-color: #fff;
    border: 1px solid #5C8FF7;
    border-radius: 5px;
    padding: 15px 15px 15px 65px;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .single_benifits .icon_box {
        background-color: #5C8FF7;
        border-radius: 3px 0 0 3px;
        border-right: 1px solid #5C8FF7;
        color: #ffffff;
        display: block;
        font-size: 24px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50px;
        z-index: 9;
    }

.icon_box > i {
    height: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 9;
}

.single_benifits h4 {
    color: #333333;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.single_benifits p {
    margin: 0;
    color: #888888;
    font-size: 16px;
}

@media (min-width: 768px) {
    .benefit-wrapper .container {
        width: 750px;
    }

        .benefit-wrapper .container .col {
            width: 50%;
        }
}

@media (min-width: 992px) {
    .benefit-wrapper .container {
        width: 970px;
    }

        .benefit-wrapper .container .col {
            width: 33%;
        }
}

@media (min-width: 1200px) {
    .benefit-wrapper .container {
        width: 1170px;
    }
}
/* END BENEFIT PAGE */

/* FAQ PAGE */
.faq-wrapper {
    overflow: hidden;
}

    .faq-wrapper .section-heading {
        margin-bottom: 40px;
        text-align: center;
    }

        .faq-wrapper .section-heading h1 {
            color: #363636;
            margin: 0;
            text-transform: uppercase;
        }

            .faq-wrapper .section-heading h1 span {
                color: #5C8FF7;
            }

    .faq-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

        .faq-wrapper .container .col {
            position: relative;
            min-height: 1px;
            margin-bottom: 30px;
            padding-right: 15px;
            padding-left: 15px;
            width: 100%;
        }

    .faq-wrapper .single-accordion {
        border: 2px solid #5C8FF7;
    }

        .faq-wrapper .single-accordion h5 {
            position: relative;
        }

        .faq-wrapper .single-accordion a {
            position: relative;
            display: block;
            padding: 15px 40px 15px 20px;
            font-size: 18px;
            color: #333333;
            transition: 1s;
        }

        .faq-wrapper .single-accordion.active a {
            background: #5C8FF7;
            color: #ffffff;
            transition: 1s;
        }

.accor-open,
.accor-close {
    position: absolute;
    float: right;
    overflow: hidden;
    top: 16px;
    right: 13px;
    font-size: 25px;
}



.accor-close {
    display: none;
}

.faq-wrapper .single-accordion.active .accor-open {
    display: none;
}

.faq-wrapper .single-accordion.active .accor-close {
    display: block;
}

.faq-wrapper .single-accordion .accordion-content {
    padding: 15px 20px;
    color: #888888;
    border-top: 2px solid #5C8FF7;
    display: none;
}

@media (min-width: 768px) {
    .faq-wrapper .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .faq-wrapper .container {
        width: 970px;
    }

        .faq-wrapper .container .col {
            width: 50%;
        }
}

@media (min-width: 1200px) {
    .faq-wrapper .container {
        width: 1170px;
    }
}
/* END FAQ PAGE */


.plan-wrapper .section-heading {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

    .plan-wrapper .section-heading h1 {
        color: #363636;
        margin: 0;
    }

.plan-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .plan-wrapper .container .col {
        position: relative;
        min-height: 1px;
        margin-bottom: 30px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

.plan-wrapper h2 {
    margin: 0 0 5px;
    font-size: 32px;
    text-align: left;
}

.product-plan {
    position: relative;
    background-color: #f0f0f0;
    padding: 15px 25px;
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
    color: #999999;
}

.best-value {
    font-family: 'Chewy', cursive;
    position: absolute;
    background: #ffc225;
    top: -25px;
    right: -10px;
    width: 75px;
    height: 75px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

    .best-value .icofont {
        position: relative;
        color: #ffffff;
        font-size: 30px;
        margin: 0;
        padding: 0;
    }

.price-wrap {
    margin: 10px 0 15px;
    padding: 5px;
    line-height: 1.4em;
}
/* Icons */

.icofont {
    font-family: 'icomoon' !important;
    font-style: normal;
}   

.icofont-star:before {
    content: "\f0e6";
}

.icofont-ui-note:before {
    content: "\ed4d";
}

.icofont-prescription:before {
    content: "\ed0c";
}

.icofont-credit-card:before {
    content: "\e93f";
}

.icofont-checked:before {
    content: "\f104";
}

.icofont-cur-dollar:before {
    content: "\eaa5";
}

.icofont-phone:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\e942";
}

.icofont-chat:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\ed26";
}

.icofont-ui-call:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\ed22";
}

.icofont-id-card:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\ea79";
}

.icofont-heart-alt:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\ecfd";
}

.icofont-airplane-alt:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\eed0";
}

.icofont-home:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\f01f";
}

.icofont-verification-check:before {
    font-family: 'icomoon' !important;
    font-style: normal;
    content: "\f104";
}
/* End Icons */
.price-monthly {
    background: #5C8FF7;
    float: left;
    margin: 0 0 15px 0;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.price-dollar {
    font-size: 42px;
    font-weight: bold;
}

    .price-dollar span {
        font-size: 22px;
        vertical-align: text-top;
    }

.price-period {
    text-align: right;
    margin-top: -10px;
    margin-right: -20px;
}

.price-total {
    clear: both;
    font-size: 18px;
}

.plan-detail {
    list-style: outside disc;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4em;
    color: #999999;
}

    .plan-detail li {
        margin: 2px 0;
    }

.product-plan .products {
    max-width: 100%;
    text-align: center;
}

    .product-plan .products img {
        max-width: 100%;
        margin: 5px;
    }

#plan-container .btn-wrapper a button {
    font-size: 16px;
    line-height: 16px;
}

    #plan-container .btn-wrapper a button .icofont {
        padding-left: 5px;
        font-size: 18px;
    }

    #plan-container .btn-wrapper a button.secondary .icofont {
        padding-left: 0;
        padding-right: 5px;
    }

@media screen and (min-width: 567px) {
    .plan-wrapper .container .col {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .plan-wrapper .container {
        width: 750px;
    }

        .plan-wrapper .container .col {
            width: 65%;
        }
}

@media (min-width: 992px) {
    .plan-wrapper .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .plan-wrapper .container {
        width: 1170px;
    }
}
/* END PLAN PAGE */
/*

.icon-credit-card:before {
    content: "/e93f";
}

.icon-prescription:before {
    content: "/ed0c";
}

#benefits-prescription:before {
    font-family: 'icomoon' !important;
    content: "/ed0c"; 
}

#howitworks-creditcard:before {
    font-family: 'icomoon' !important;
    content: "/e93f"; 
}*/





.nav-image-button { 
    width:100%;
    min-height: 70px;
    vertical-align: middle;
    margin: auto;
    display:inline-block;
    margin-right:0px;
    padding-right:0px;
}

    .nav-image-button img {
        max-width: 95%;
        vertical-align: middle;
        margin: auto;
        /*object-fit: contain;*/
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap; /* this is required unless you put the helper span closely near the img */
        text-align: center;
        margin: 1em 0;
    }
/*

.nav-image-button:after {
    font-family: 'icomoon' !important;
    position: relative;
    content: '\eb61';
    display: block;
    float: right;
    margin-right: 10px;
    font-size: 45px;
    width: 10%;
}

    */


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 969px) {
    
}

.top-extra {
    margin-top: 40px;
}