/* Minification failed. Returning unminified contents.
(3360,1): run-time error CSS1019: Unexpected token, found '}'
 */
/****/
body {
    background: #F5F6F7;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #001928;
}

.pr-body,
* {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #001928;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00205c;
    text-decoration: underline;
    background-color: transparent;
    font-weight: 700;
}

    a:hover {
        color: #005587;
    }

.pr-link {
    color: #00205c;
    text-decoration: none;
}

.font-dot {
    font-family: 'dotsfont' !important;
    font-size: 10px !important;
}

.pr-link:hover {
    text-decoration: underline;
}

.no-padding {
    padding: 0 !important;
}

.pr-layout-1 {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f2f2f2;
}

.img-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

    .img-text.text-right {
        color: #fff;
        right: 8%;
        width: 30%;
        font-size: 36px;
        font-weight: 300;
        line-height: 40px;
        text-align: left !important;
    }

    .img-text.text-left {
        color: #fff;
        left: 10%;
        font-size: 36px;
        font-weight: 300;
        line-height: 40px;
        width: 32%;
    }

        .img-text.text-left.pr-hero-text {
            color: #001928;
            font-weight: 700;
            font-size: 44px;
            line-height: 50px;
            left: 19%;
        }

.img-sub-text {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    padding-top: 10px;
}

.pr-congrat.img-text.text-left {
    width: 40%;
    left: 5%;
}

.pr-congrat.img-text.text-left,
.pr-congrat.img-text * {
    color: #001928;
}

span.icon.medium.external-link.blue {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
}

span.icon.medium.phone {
    width: 35px;
    height: 35px;
}

#pr-nav-lang {
    display: none;
}

.pr-lang-padding {
    padding: 0px !important;
}

.pr-cost-left {
    float: left;
}
.section-content,
.section-header,
.tr.pr-main-cov,
.note-text.pull-left,
.cost-block,
div#pr-main-form {
    max-width: 1200px;
}
/*loader overlay*/
.overlayBg {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #999;
    opacity: 0.4;
    moz-opacity: 0.4
}

.loaderImage {
    background: #fff;
    padding: 20px;
    position: fixed;
    top: 47%;
    left: 47%;
    z-index: 101;
    border-radius: 20px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 1px 5px 1px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 1px 5px 1px rgba(50, 50, 50, 0.25)
}

body.langFr .loaderImage {
    left: 41%;
}

.loaderImage p {
    text-align: center;
}

/*End loader overlay*/

/*************************************** Header Footer section ************************************/

.pr-header {
    height: 61px;
    padding: 0;
}

    .pr-header .fixed-header {
        z-index: 9999;
    }

    .pr-header .navbar {
        padding: 0 3%;
        z-index: 1;
        background: #fff none repeat scroll 0 0 !important;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .pr-header a.navbar-brand {
        padding: 15px 0;
    }

    .pr-header .navbar li.last {
        padding: 10px 15px;
    }

    .pr-header .navbar-light .navbar-nav .nav-link {
        cursor: pointer;
        color: #00205c;
        border-bottom: 2px solid #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

        .pr-header .navbar-light .navbar-nav .nav-link:focus,
        .pr-header .navbar-light .navbar-nav .nav-link:hover,
        .pr-header .navbar-light .navbar-nav .nav-link.active {
            color: #00205c;
            text-decoration: none;
            border-bottom: 2px solid #00205c;
        }

    .pr-header .languageSelector {
        position: fixed;
        z-index: 999999;
        right: 1%;
        top: -4px;
    }

    .pr-header .list-inline {
        padding-left: 0;
        list-style: none;
        margin-left: -5px;
    }

    .pr-header .sf-lang-selector.list-inline > li,
    .pr-header .sf-pr-xxs {
        padding-right: 0;
    }

    .pr-header .languageSelector ul li a {
        color: #00205c;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
    }

    .pr-header .languageSelector ul li {
        border: 1px solid #eee;
        border-top: none;
        -webkit-box-shadow: #eee 1px 0px 2px;
        box-shadow: #eee 1px 0px 2px;
        background: #fff;
        padding: 2px 5px 2px 5px !important;
    }

    .pr-header .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pr-header .container-fluid.last {
        color: #fff;
        font-size: 12px;
        line-height: 1.5em;
        padding: 15px;
        overflow: hidden;
    }

    .pr-header .navbar-collapse.collapse.show {
        position: absolute;
        top: 0;
        width: 65%;
        background: #fff;
        right: 0;
        z-index: 99999999;
        height: 100vh;
    }

    .pr-header .close-icon.close {
        visibility: hidden;
    }

    .pr-header .navbar-nav .icon.close {
        visibility: hidden;
    }

#pr-nav-close {
    border-bottom: none;
}

.pr-header .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.axp .modal-title {
    font-size: 26px;
    font-weight: 300;
}

button.icon.medium.close.granite {
    margin: 2px;
}

.axp .modal-content {
    border-radius: 4px;
    padding: 10px;
}

.modal-open .modal {
    background: rgba(0,0,0, 0.75);
}

.axp .invalid-attempt {
    font-size: 12px;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.pr-footer .navbar li.last {
    padding: 10px 15px;
}

.pr-footer .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.pr-footer .footer-nav-bar {
    background: #00205c;
    padding-top: 10px;
    padding-bottom: 0;
}

    .pr-footer .footer-nav-bar .row {
        padding-top: 14px;
        padding-bottom: 14px;
    }

.pr-footer .container-fluid.footer-nav-bar a,
.pr-footer .footer-copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

span.icon.medium.chevron-right.white {
    margin: 5px 3px 5px 6px;
}

.pr-footer .footer-copyright {
    background: #00205c;
    margin-top: -6px;
}

.pr-footer .container-fluid.last {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 15px 25px;
    overflow: hidden;
}

.pr-footer .footer-container {
    color: #fff;
    font-size: 12px;
}

    .pr-footer .footer-container sup {
        color: #fff;
    }

.pr-footer .footer-copyright .container-fluid {
    padding-top: 15px;
}

ul.navbar-links-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 40px;
    margin: 0;
}

    ul.navbar-links-footer li.last {
        list-style: none;
        display: block;
        -webkit-box-flex: 0;
        margin-right: 5%;
        /* Default */
        list-style-type: none;
    }

        ul.navbar-links-footer li.last a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
        }

.footer-copyright ul.navbar-links-footer li.last a {
    font-weight: 400;
}

.footer-nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0;
}

.footer-nav-last ul.navbar-links-footer {
    padding-left: 10px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.pr-color {
    background: #fff;
}
/*************************************** FAQ section ************************************/

img.img-responsive.img-center {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.pr-faq-page {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
}

    .pr-faq-page ul.resp-tabs-list,
    .pr-faq-page p {
        margin: 0px;
        padding: 0px;
    }

    .pr-faq-page .resp-tabs-list li {
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        display: inline-block;
        padding: 13px 15px;
        margin: 0;
        list-style: none;
        cursor: pointer;
        float: left;
        color: #00205c;
    }

    .pr-faq-page .resp-tabs-container {
        padding: 0px;
        background-color: #fff;
        clear: left;
    }

    .pr-faq-page h2.resp-accordion {
        cursor: pointer;
        padding: 5px;
        display: none;
    }

    .pr-faq-page .resp-tab-content {
        display: none;
        padding: 15px;
        border: 1px solid #c1c1c1;
    }

    .pr-faq-page .resp-tab-active {
        border: 1px solid #c1c1c1;
        border-bottom: none;
        margin-bottom: -1px !important;
        padding: 12px 14px 14px 14px !important;
    }

    .pr-faq-page .resp-tab-active {
        border-bottom: none;
        background-color: #fff;
    }

    .pr-faq-page .resp-content-active,
    .pr-faq-page .resp-accordion-active {
        display: block;
    }

    .pr-faq-page h2.resp-accordion {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        border: 0px solid #c1c1c1;
        border-top: 0px solid #c1c1c1;
        margin: 0px;
        padding: 10px 15px;
        color: #00205c;
    }

    .pr-faq-page h2.resp-tab-active {
        border-bottom: 0px solid #c1c1c1 !important;
        margin-bottom: 0px !important;
        padding: 10px 15px !important;
    }

    .pr-faq-page h2.resp-tab-title:last-child {
        border-bottom: 12px solid #c1c1c1 !important;
        background: blue;
    }

    .pr-faq-page .resp-vtabs ul.resp-tabs-list {
        float: left;
        width: 30%;
    }

    .pr-faq-page .resp-vtabs .resp-tabs-list li {
        display: block;
        padding-bottom: 15px !important;
        padding-left: 40px;
        padding-right: 15px !important;
        padding-top: 15px !important;
        margin: 0;
        cursor: pointer;
        float: none;
    }

    .pr-faq-page .resp-vtabs .resp-tabs-container {
        padding: 0px;
        border: 2px solid #00205c;
        float: left;
        width: 65%;
        min-height: 100px;
        clear: none;
        margin-left: 30px;
    }

    .pr-faq-page .resp-vtabs .resp-tab-content {
        border: none;
    }

    .pr-faq-page .faq .q img {
        position: relative;
        top: 14px;
        left: 1%;
    }

    .pr-faq-page .resp-vtabs li.resp-tab-active {
        border: 0px solid #c1c1c1;
        border-right: none;
        background: #00205c;
        position: relative;
        z-index: 1;
        margin-right: -1px !important;
        padding: 14px 15px 15px 40px !important;
        color: #fff;
        border-radius: 4px;
    }

    .pr-faq-page .resp-arrow {
        width: 9px;
        height: 15px;
        float: left;
        margin-top: 3px;
        background: url("/images/pr/down_arrow_small.png") no-repeat 0px 0px;
        margin-right: 20px;
    }

    .pr-faq-page h2.resp-tab-active span.resp-arrow {
        border: none;
        background: url("/images/pr/down_arrow_2.png") no-repeat 0px 0px;
        width: 17px;
    }

    .pr-faq-page h2.resp-tab-active {
        background: #00205c !important;
        color: #fff !important;
    }

    .pr-faq-page .resp-easy-accordion h2.resp-accordion {
        display: block;
    }

    .pr-faq-page .resp-easy-accordion .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

        .pr-faq-page .resp-easy-accordion .resp-tab-content:last-child {
            border-bottom: 1px solid #c1c1c1 !important;
        }

    .pr-faq-page .resp-jfit {
        width: 100%;
        margin: 0px;
    }

    .pr-faq-page .resp-tab-content-active {
        display: block;
    }

    .pr-faq-page h2.resp-accordion:first-child {
        border-top: 0px solid #c1c1c1 !important;
    }

    .pr-faq-page .sectionfour-header-tab {
        color: #001928;
    }

    .pr-faq-page #verticalTab {
        margin-top: 20px !important;
        margin-bottom: 60px !important;
        padding-top: 40px;
        width: 100%;
    }

    .pr-faq-page .resp-tabs-container .sectionfour-header-tab {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: -5px;
        padding: 15px 29px;
    }

    .pr-faq-page .panel {
        background-color: #fff;
        border: 1px;
        border-color: transparent transparent transparent;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .pr-faq-page ul.faq {
        margin: 0px;
        padding: 0px;
        margin-top: 14px;
    }

    .pr-faq-page .faq li {
        list-style-type: none;
        clear: both;
        overflow: hidden;
    }

        .pr-faq-page .faq li.q {
            font-size: 120%;
            border-top: 1px solid #d9dce1;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
        }

span.icon.medium.chevronright.white {
    margin: 5px 3px 5px 6px;
}

.pr-faq-page .faq li.a {
    padding: 0 40px 15px 15px;
}

    .pr-faq-page .faq li.a.hide-panel,
    .pr-faq-page br.hide-panel {
        display: none;
    }

    .pr-faq-page .faq li.a ul,
    .pr-faq-page .faq li.a ol {
        padding: 15px 40px;
    }

        .pr-faq-page .faq li.a ul li {
            list-style-type: disc;
            overflow: visible;
            padding: 0 10px;
        }

        .pr-faq-page .faq li.a ol li {
            list-style-type: decimal;
            overflow: visible;
            padding: 0 10px;
        }

.pr-faq-page .arrow-text-faq {
    float: left;
    width: 94%;
    padding-right: 20px;
    font-weight: 700;
    padding: 15px;
}

.pr-faq-page .rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/************************************************ Common ********************************8*/

.errorMsg,
.errorMsg * {
    color: #c81414;
    margin-top: 10px;
    display: block;
}

.pr-ack {
    color: #fff;
}

.pr-cost-section .section-header {
    padding-bottom: 10px;
}

.pr-legal-notice,
.pr-privacy-policy,
.pr-terms-of-use,
.pr-sitemap {
    position: relative;
    height: 100%;
    width: 100%;
}

    .pr-legal-notice .banner-black,
    .pr-privacy-policy .banner-black,
    .pr-terms-of-use .banner-black,
    .pr-sitemap .banner-black {
        background: #00205c;
        float: left;
        z-index: 1;
        margin-bottom: 40px;
    }

    .pr-legal-notice .main-heading,
    .pr-privacy-policy .main-heading,
    .pr-terms-of-use .main-heading,
    .pr-sitemap .main-heading {
        color: #fff;
        font-size: 36px;
        font-weight: 300;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pr-legal-notice .content-heading,
    .pr-privacy-policy .content-heading,
    .pr-terms-of-use .content-heading,
    .pr-sitemap .content-heading {
        color: #001928;
        font-size: 26px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .pr-legal-notice .content-text,
    .pr-privacy-policy .content-text,
    .pr-terms-of-use .content-text,
    .pr-sitemap .content-text {
        color: #001928;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .pr-privacy-policy a {
        text-decoration: none;
    }

    .pr-legal-notice .banner-black1,
    .pr-privacy-policy .banner-black1,
    .pr-terms-of-use .banner-black1,
    .pr-sitemap .banner-black1 {
        font-size: 16px;
        line-height: 1.42857143;
        color: #333;
    }

    .pr-legal-notice blockquote,
    .pr-privacy-policy blockquote,
    .pr-terms-of-use blockquote,
    .pr-sitemap blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        border-left: 5px solid #eee;
        font-size: 16px;
    }

        .pr-legal-notice blockquote p:last-child,
        .pr-privacy-policy blockquote p:last-child,
        .pr-terms-of-use blockquote p:last-child,
        .pr-sitemap blockquote p:last-child,
        .pr-legal-notice blockquote p.content-text,
        .pr-privacy-policy blockquote p.content-text,
        .pr-terms-of-use blockquote p.content-text,
        .pr-sitemap blockquote p.content-text,
        .pr-legal-notice blockquote ul:last-child,
        .pr-privacy-policy blockquote ul:last-child,
        .pr-terms-of-use blockquote ul:last-child,
        .pr-sitemap blockquote ul:last-child,
        .pr-legal-notice blockquote ol:last-child,
        .pr-privacy-policy blockquote ol:last-child,
        .pr-terms-of-use blockquote ol:last-child,
        .pr-sitemap blockquote ol:last-child {
            margin-bottom: 0 !important;
        }

    .pr-legal-notice a.link-to,
    .pr-privacy-policy a.link-to,
    .pr-terms-of-use a.link-to,
    .pr-sitemap a.link-to {
        color: #00205c;
    }

    .pr-legal-notice hr,
    .pr-privacy-policy hr,
    .pr-terms-of-use hr,
    .pr-sitemap hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #d9dce1;
    }

    .pr-privacy-policy .text-underline {
        text-decoration: underline
    }

    .pr-privacy-policy .banner-black1,
    .pr-legal-notice .banner-black1,
    .pr-sitemap .banner-black1,
    .pr-terms-of-use .banner-black1 {
        float: left;
    }
/************************************************** SieMap *********************/
fa-icon.ng-fa-icon {
    margin-right: 5px;
}

.pr-sitemap .ul-no-padding {
    padding: 0px;
    list-style-type: none;
}
/************************************************** contact Us *******************/

.pr-contact .container-padding {
    padding: 60px 0;
    text-align: center;
}

.pr-contact .contact-heading {
    margin-bottom: 22px;
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    color: #00205c;
}

.pr-contact .contact-sub-heading {
    color: #001928;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
}
/******************************************************** About *******************************/

.pr-cost-page {
    background-color: #f5f6f7;
}

.panel-2 {
    color: #fff;
    margin-left: 10px;
    background: url("/images/pr/bluebg.png") no-repeat scroll left bottom;
    width: 100%;
    font-size: 26px;
    font-weight: 300;
    line-height: 65px;
    height: 54px;
    padding-left: 20px;
    position: relative;
}

.content-box {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 50px;
    border: 1px solid #d9dce1;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.text-monthly {
    font-size: 18px;
    padding: 0 4px;
}

.text-monthly-black {
    color: #000;
    font-size: 16px;
    padding: 4px 4px 20px 4px;
    line-height: 22px;
}

.text-monthly-blue {
    font-size: 16px;
    padding: 10px 4px;
}

.pr-cost-page .section-header {
    font-size: 36px;
    color: #001928;
    font-weight: 300;
    padding: 50px 0;
    text-align: center;
    font-weight: 700;
}

.note-text {
    font-size: 12px;
    line-height: 17px;
    padding-top: 20px;
}

.pr-amex-section {
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

.amex-container sup {
    color: #001928;
}

.amex-container .section-header {
    font-size: 36px;
    font-weight: 700;
    color: #001928;
    text-align: center;
}

p.section-content {
    color: #001928;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}

a.to-bottom {
    text-align: center;
}

span.fa-minus-bottom {
    display: inline-block;
    margin-left: -8px;
    margin-top: 6px;
    text-rendering: auto;
    color: #fff;
    border-radius: 50%;
    padding: 12px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-bottom: 10px;
    left: 49%;
}

div#downClick,
div#downClick1,
div#downClick2 {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 10px 5px 15px;
    text-align: center;
    width: auto !important;
    color: #00205c;
    margin-left: -20px;
    position: absolute;
    font-size: 12px;
    line-height: 1.4em;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.visible-xs {
    display: none;
}

.pr-coverage-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}

    .pr-coverage-details .pr-coverage-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pr-coverage-details .section-header {
        font-size: 36px;
        color: #001928;
        font-weight: 700;
        padding: 40px 0 20px 0;
        text-align: center;
        margin-bottom: 0;
    }
    .pr-coverage-details .section-content {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pr-coverage-details .section-content {
        font-size: 16px;
        line-height: 22px;
        padding: 15px;
        text-align: left;
        color: #001928;
        margin-top: 0px;
    }

    .pr-coverage-details .divtable {
        margin-top: 20px;
        padding: 0 10px;
    }

        .pr-coverage-details .divtable .td.acc-bg-padding,
        .pr-coverage-details .divtable .td.acc-bg-padding-one {
            font-size: 16px;
            font-weight: 300;
        }

        .pr-coverage-details .divtable .tr {
            overflow: hidden;
            clear: both;
        }

.no-pr-border {
    border: none !important;
}

.pr-border-radius {
    border-radius: 4px;
}

.pr-coveragesummary {
    text-align: center;
    background-color: #00205c;
    color: #fff;
    padding: 5px;
}

.pr-section {
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    padding: 0;
    margin: 25px 0;
}

.pr-content-heading {
    padding: 0px;
    font-size: 26px;
    font-weight: 300;
    padding: 3px;
}

.pr-coverage-details .divtable .th {
    font-size: 18px;
}

.pr-coverage-details .divtable .th,
.pr-coverage-details .divtable .td {
    padding: 18px 25px;
    float: left;
    font-size: 18px;
}

.pr-coverage-details .table-content {
    background: #00205c none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0 20px 20px;
    text-align: center !important;
}

.pr-coverage-details .firstname {
    width: 100%;
}

.pr-coverage-details .username,
.pr-coverage-details .lastname {
    width: 50%;
    background: #f5f6f7;
    color: #001928;
    font-size: 16px !important;
    font-weight: 700;
}

.pr-coverage-details .accordion-xs1 .accordion-xs1-toggle {
    position: relative;
    background-color: #00205c;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 28px 10px 14px;
    width: 100%;
    padding-right: 50px;
}

.pr-coverage-details .collapse:not(.show) {
    display: block;
}

.pr-coverage-details .acc-bg-odd {
    background: #fff;
    width: 100%;
    color: #000000;
    float: left;
    padding: 0;
}

    .pr-coverage-details .acc-bg-odd:not(:last-child) {
        border-bottom: 1px solid #b2b2b2;
    }

.pr-coverage-details .acc-bg-even {
    background: #ffffff;
    width: 100%;
    color: #000000;
    float: left;
    padding: 0;
}

.pr-coverage-details .note-text {
    padding: 15px;
    text-align: left;
    margin-bottom: 25px;
}

.pr-coverage-details .pull-left {
    padding-left: 0;
}

.pr-enrollment-section .icon.medium.enclosed-help {
    vertical-align: middle;
    margin: 2px 5px 5px 5px;
}

.pr-enroll-background {
    background-color: #ffffff;
}

.pr-enroll-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

span.icon.medium.chevron-up.white {
    vertical-align: middle;
}

.form-content-name {
    padding: 0px;
    margin: 10px 0;
}
h3 sup {
    font-size: 40%;
    line-height: 0;
    vertical-align: super;
}
/****************************** Language selector *******************************/
.languageSelector {
    position: fixed;
    z-index: 999999;
    right: 1%;
    top: -4px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.languageSelector ul li {
    border: 1px solid #eee;
    border-top: none;
    -webkit-box-shadow: #eee 1px 0px 2px;
    box-shadow: #eee 1px 0px 2px;
    background: #fff;
    padding: 2px 5px 2px 5px !important;
}

    .languageSelector ul li a {
        color: #00205c;
        text-transform: capitalize;
        font-size: 10px;
        line-height: 10px;
        padding: 0;
        font-weight: 400;
        text-decoration: none;
    }

.btn-enroll:hover {
    color: #fff;
    background-color: #005587;
    text-decoration: none;
}

.btn-Cancel:hover {
    color: #005587;
    border-color: #005587;
}

#btn-error.btn:hover {
    color: #fff;
    background-color: #005587;
}

#pr-section-font {
    font-size: 20px;
}

.btn {
    padding: 15px 10px;
}
/**************pr-Ineligible***************/

.pr-ineligible {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 60px;
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.pr-ineligible-padding {
    padding-top: 60px;
}

span.icon.large.phone {
    width: 50px;
    height: 50px;
}

/**************************************** Error page **************************************/

.needhelppadding {
    padding: 60px 0px;
}

.text-center {
    text-align: center;
}

.top-black-heading {
    color: #001928;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
}

.btn-home {
    background-color: #00205c;
    border-color: #00205c;
    color: #fff;
    font-size: 16px;
    padding: 16px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/****** Sorry to hear ******/

.pr-sorrytohear .content-text {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sorry-to-content {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

span.enroll-text {
    margin-right: 20px;
}

.pr-sorrytohear .enroll-text *,
span.enroll-text {
    font-size: 26px;
    line-height: 24px;
    font-weight: 300;
}

.pr-sorrytohear .enroll-text * {
    font-size: 26px;
    line-height: 1.5em;
}

.pr-sorrytohear .col-lg-3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pr-sorrytohear .fa-minus-top {
    color: #FFF;
    background: #00205c;
    border-radius: 100%;
    height: 40px;
    width: 40PX;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: block;
}

.pr-sorrytohear .chevron-right {
    vertical-align: middle;
}
/****Enrollment section***/
.pr-enrollment-section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

span.icon.medium.document {
    padding-left: 50px;
}

.btn-enroll {
    color: #fff;
    font-weight: 500;
    background-color: #00205c;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
}

#btn-error {
    padding: 15px 25px 15px 25px;
}

.btn-Cancel {
    border-radius: 100px;
    color: #00205c;
    background-color: white;
    border: 2px solid #00205c;
    font-weight: 500;
    text-transform: uppercase;
}

.pr-enrollment-section .section-header {
    font-size: 36px;
    color: #001928;
    margin: 50px 0 20px 0;
    text-align: center;
    font-weight: 700;
}

.pr-enrollment-section .section-content {
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pr-enrollment-section .content-box-white {
    background: #fff;
    border-radius: 4px 4px 0px 0px;
}

.pr-enrollment-section .content-text {
    color: #000;
    font-size: 16px;
    padding: 0;
    line-height: 22px;
    text-align: left;
    display: block;
}

.pr-enrollment-section .content-header {
    color: #000;
    font-size: 16px;
    padding: 0 4px;
    font-weight: bold;
    padding-top: 20px;
}

.pr-enrollment-section .navgation-inner {
    float: left;
    padding: 10px 40px;
}

    .pr-enrollment-section .navgation-inner li {
        padding-left: 10px;
        font-size: 16px;
        line-height: 22px;
    }

.pr-enrollment-section a {
    cursor: pointer;
    color: #00205c;
}

.pr-enrollment-section .pr-captcha-showerrormsg {
    display: none;
}
/**Consent box**/

#pr-main-form .content-box-check {
    padding: 25px 0;
    border-bottom: 1px solid #b3b3b3;
}
.tr.pr-main-cov {
    margin: 10px 30px;
}
#pr-main-form .control-group {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.control {
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding-left: 44px;
    padding-top: 4px;
    position: relative;
}

input[type="checkbox"] {
    display: none;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #646c76;
}

span.control-indicator.chk {
    background: #00205c;
    border: 2px solid #00205c;
}

.content-check-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.check-text * {
    color: #001928;
    font-size: 16px;
    line-height: 22px;
}

.control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control-indicator:after {
    display: block;
    margin: 4px 4px 4px 3px;
}

.control-checkbox .control-indicator:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 12px;
    left: 5px;
    top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
}
label.check-text {
    font-size: 15px;
}
.spnTermsOfCondition {
    display: none;
    color: #ff0000;
    text-align: center;
}

.form-content-text {
    padding-top: 30px;
    color: #000;
    padding-bottom: 10px;
    padding-left: 0px;
}

.prenrollment-headingtext {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
/*Form*/

.input-feilds {
    margin-top: 10px;
}

.form-secion-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.form-group {
    margin-bottom: 40px;
}

.form-control {
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    padding: 13px 15px;
    height: auto;
}

    .form-control[readonly] {
        background-color: #fff;
        opacity: 1;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

span.fa.fa-question-circle {
    color: #00205c;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

.fa {
    color: #00205c;
}

.toTop .fa-chevron-up {
    color: #fff;
}

.cc-modal {
    cursor: pointer;
    color: #00205c;
}

.input-feilds-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto;
}

.btn-success {
    background-color: #00205c;
    border-color: #00205c;
    color: #fff;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 100px;
    font-weight: 500;
}

    .btn-success:hover {
        background-color: #00205c;
        border-color: #00205c;
        color: #fff;
        font-size: 16px;
        padding: 16px;
    }

.form-footer {
    margin-bottom: 50px;
}

.form-footer-text {
    color: #000;
    font-size: 16px;
    padding: 0 4px;
    line-height: 22px;
    margin-bottom: 80px;
}
/****---Datepicker------****/

.datepicker-dropdown {
    font-size: 14px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 10px !important;
    cursor: pointer;
}
/***---- Popup -------*/
#g1, #g2 {
    display: none;
}

.modal-footer.invalid-popup-section {
    border: none;
    padding: 0 15px 15px;
}

.axp.modal-dialog {
    margin: 15% auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
}

.axp.material-icons {
    color: #00205c;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.axp .modal-header {
    background: #00205c;
    border-radius: 6px 6px 0 0;
}

.axp .close {
    color: #333;
    opacity: 1;
}

.axp .modal-title {
    color: #333;
}

.axp .mi-container {
    background: #f5f5f5;
    padding: 15px;
    width: 80%;
    margin: 20px auto;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
}

    .axp .mi-container .row {
        border-bottom: none;
    }

.axp .mi-option .option {
    color: #00205c;
}

.axp .mi-example {
    padding: 30px 5px 30px 20px;
}

    .axp .mi-example img {
        margin: auto;
        display: block;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.axp .modal-header {
    background: #fff;
    color: #333;
    font-size: 18px;
    border-bottom: none;
    font-size: 18px;
    line-height: 1.5em;
}

.axp .btn-default {
    color: #fff;
    border-radius: 100px;
    background-color: #00205c;
    font-size: 16px;
    line-height: 1.25em;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.axp .modal-body {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0.3rem 1rem;
}

.axp .modal-footer {
    border-top: none;
}

.axp .close.pull-right,
.axp .close.pull-right:hover {
    opacity: 1;
}

.axp .close-popup,
.axp .close-popup:hover {
    color: #fff;
    opacity: 1;
}
/*---Scroll to top ---*/

#reviewModal .modal-title {
    color: #001928;
}

#reviewModal .modal-header {
    background: #fff;
}

#reviewModal .close {
    color: #001928;
}

#reviewModal .btn-default {
    color: #ffF;
    background-color: #00205c;
    border-color: #00205c;
    font-size: 14px;
    line-height: 1.25em;
    border-radius: 100px;
}
.Island-tableAcc span.acc_title:before {
    background-color: #00205c;
}
.coverageDeatails {
    padding-top: 20px;
    border-radius: 5px;
}
.Island-tableAcc td:nth-child(1) {
    width: 40%;
}

.Island-tableAcc td:nth-child(2) {
    width: 20%;
}

Island-tableAcc td:nth-child(3) {
    width: 20%;
}

td.colorBg {
    width: 20%;
}

.Island-tableAcc .table.table-condensed th:last-child,
.Island-tableAcc .table.table-condensed td:last-child:not(.hiddenRow ) {
    background-color: #d5e7f8;
}

.table.table-condensed td.hiddenRow {
    padding: 0 !important;
}

.Island-tableAcc td.hiddenRow {
    padding: 0 !important;
}

@media (max-width: 768px) {
    td.row-header.descrpiton-margin {
        padding-left: 3% !important;
    }
}

.Island-tableAcc .accordian-body.collapse {
    display: none !important;
}

.Island-tableAcc .accordion-toggle .collapsable-td {
    display: none;
}

.Island-tableAcc .accordian-body.collapse.show {
    display: block !important;
}

.Island-tableAcc span.acc_title {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.Island-tableAcc tr.accordion-toggle.collapsed .collapsable-td {
    display: table-cell;
}

.Island-tableAcc .accordian-body table.table.table-condensed td {
    border: none;
    padding: 0;
}

.Island-tableAcc .accordian-body table.table.table-condensed.k-table {
    margin: 0;
}

.plan-margin {
    overflow-wrap: anywhere;
    text-align: -webkit-center;
    vertical-align: middle;
}

.Island-tableAcc td.hiddenRow {
    border: none;
}

.island-coverage-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
}

.island-coverage-details .island-coverage-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
  }
.plans-alignment {
    text-align: -webkit-center;
    vertical-align: middle;
}

th {
    text-align: center !important;
}
.accordion-toggle.collapsed span.acc_title:before {
    content: "+";
}

.Island-tableAcc span.acc_title:before {
    margin-top: 0px !important;
}

.accordion-toggle span.acc_title:before {
    left: -30px !important;
}

.accordion-toggle span.acc_title:before {
    content: "-";
}
.Island-tableAcc span.acc_title:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '+';
    color: white;
    position: absolute;
    margin-top: 5px;
    left: -35%;
    text-align: center;
    top: 50%;
    font-size: 20px;
    line-height: 1em;
    transform: translate(50%,-50%);
    background-color: #00205c;
    border-radius: 100%;
}

#pr-main-form input[type='radio'] {
    box-shadow: 0 0 0 2px #00205c ;
}

#pr-main-form input[type='radio']:checked {
        box-shadow: 0 0 0 2px #00205c ;
    }

 #pr-main-form input[type='radio']:checked:before {
            background: #00205c ;
 }

#backtop {
    position: fixed;
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #00205c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 999999;
    border-radius: 50px;
    opacity: 1;
    display: none;
}
/**Congrat**/

.pr-congratulation .arrow-text {
    background-color: #FFFFFF;
    padding: 30px 0px;
    font-size: 26px;
    font-weight: 300;
}

.congrat-arrow {
    background-color: #00205c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 6px;
    margin-right: 20px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.pr-congratulation .icon.large.chevron-down {
    width: 30px;
    height: 30px;
}

.pr-congratulation-section.section-two {
    background: #005789;
    padding: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}

.pr-congratulation-section .text-heading {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 40%;
    margin: 0 auto;
}

.pr-congratulation-section .text-content {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
    width: 40%;
    margin: 0 auto;
}

.pr-congrat-form .label-border-bottom:last-child {
    border-bottom: none;
}

.pr-congrat-form.content-text {
    background-color: #fff;
    border: 1px solid #d9dce1;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border-radius: 4px;
}

.pr-congrats-section-three {
    padding: 50px 0;
    background-color: #f5f6f7;
}

.pr-congrat-form .label-border-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9dce1;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.pr-congrat-form .label-text-bold {
    font-weight: bold;
    text-align: left;
    padding-left: 12px;
    font-size: 16px;
}

.pr-congrat-form .label-text-normal {
    font-weight: normal;
    text-align: right;
    padding-right: 14px;
    font-size: 16px;
}
/***Responsive CSS----*/


@media(max-width:480px) {
    .table td, .table th {
        font-size: 11px;
    }

    table.table.island-table.k-table {
        margin-left: -1px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .table td, .table th {
        font-size: 11px;
    }

    table.table.island-table.k-table {
        margin-left: -55px;
    }
}
@media (min-width: 1025px) {
    .cost-block,
    .pr-cost-page,
    .amex-container,
    .pr-enrollment-term {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


        .pr-cost-page .section-header {
            text-align: center;
        }

    .inner-padding12 {
        font-size: 26px;
        font-weight: 300;
    }

    .axp .modal-content {
        width: 600px;
    }
}
.Island-tableAcc span.acc_title {
    padding-left: 20px;
}
@media (max-width: 768px) {
    table.island-acc.islandACCTable.table.table-condensed.k-table * {
        font-size: 12px;
    }

    .container-fluid.accordion {
        padding: 5%;
    }
   
    img.shield-size {
        width: 45px;
        height: 45px;
    }

    table.island-acc.islandACCTable.table.table-condensed.k-table th {
        vertical-align: text-top;
    }

    .plan-margin {
        padding: 0;
    }
    .Island-tableAcc span.acc_title {
        padding-left: 0px !important;
    }
    .Island-tableAcc span.acc_title:before {
        font-size: 12px;
        height: 12px;
        width: 12px;
    }

    .Island-tableAcc span.acc_title:before {
        margin-left: -5px;
    }
}

@media (max-width: 1280px) {
    .pr-congrat.img-text.text-left {
        font-size: 30px;
        line-height: 36px;
    }

    .pr-congrat .img-sub-text {
        font-size: 16px;
        line-height: 24px;
    }

    .main-banner, .pr-main-banner {
        overflow: hidden;
    }
}
/* iPhone X and Xs Max */
@media only screen and (max-width: 812px) and (min-height: 375px) {
    /* styles */
    .amex-container,
    .pr-coverage-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cost-block {
        display: flex !important;
    }

    .hidden-xs {
        display: none;
    }
}

@media (max-width: 991px) {
    .content-what {
        padding: 20px 15px;
    }

    .content-box {
        margin-bottom: 40px;
    }

    .input-feilds .pr-middle-name {
        padding: 0;
    }

    .img-text.text-left {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 900px) {
    .img-text.text-left {
        font-size: 28px;
        line-height: 32px;
        width: 39%;
    }
}
/* iPad */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .pr-header .navbar-collapse {
        height: auto !important;
    }

    .pr-header .navbar-nav .icon.close {
        visibility: hidden !important;
        padding: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /** CSS for TAblet **/
    .pr-header .navbar-nav .icon.close {
        visibility: hidden;
    }

    .footer-nav-last ul.navbar-links-footer {
        border-top: 0 solid #fff;
    }

    .pr-footer .footer-nav-bar {
        margin-bottom: -10px;
    }

    .pr-coverage-details {
        float: none;
    }

    .amex-container,
    .pr-coverage-details {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pr-header .navbar-light .navbar-nav li {
        border-bottom: 0 solid rgba(0, 0, 0, 0.5) !important;
    }

    .pr-header .close-icon.close {
        visibility: hidden !important;
    }

    .pr-header .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 2px solid #00205c !important;
    }

    #pr-nav-close {
        border-bottom: none !important;
    }

    .pr-lang-padding {
        padding: 0;
    }

    #pr-nav-lang {
        display: none !important;
    }

    .cost-block {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pr-cost-page {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shrink-on-xs {
        width: 100%;
    }

    .visible-xs.hide-xm {
        display: none;
    }

    .img-text.text-left.pr-hero-text {
        left: 19%;
        font-size: 32px!important;
        line-height: 36px!important;
        width: 32%!important;
    }

    .pr-ineligible-img .img-text.text-left {
        width: 45%;
    }

    img.img-responsive.img-center,
    .pr-hero img.img-responsive.img-center {
        width: 100%;
    }

    .pr-ineligible-img img.img-responsive.img-center {
        width: 120%;
        position: relative;
    }

    .pr-contact .img-responsive.img-center {
        width: 120%;
        position: relative;
        right: 15%;
    }

    .pr-congrat.img-text.text-left {
        width: 43%;
        line-height: 24px;
        font-size: 22px;
    }

    .pr-congrat .img-sub-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    img.img-responsive.img-center.congrat-image {
        width: 100%;
    }

    .pr-ineligible-img .img-text.text-left {
        width: 45% !important;
    }

    .axp.modal-dialog {
        margin: 25% auto;
    }

    .languageSelector {
        display: block !important;
    }

    .pr-header .navbar-light .navbar-nav .nav-link {
        color: #00205c !important;
    }

    .pr-cost-page .section-header {
        padding: 50px 0 10px 0;
    }

    .inner-padding12 {
        font-weight: 300;
        line-height: 36px;
    }

    div#downClick,
    div#downClick1,
    div#downClick2 {
        z-index: 0;
        visibility: hidden;
    }  
}

@media (min-width: 992px) {
    .pr-section-font {
        font-size: 20px;
    }
    .pr-col-lg {
        max-width: 27%;
    }
}

@media (max-width: 768px) {
    .pr-coverage-details .divtable .td.acc-bg-padding {
        font-size: 16px;
        font-weight: bold;
    }
    /* Sorry to hear you */
    .pr-sorrytohear .content-text {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .pr-sorrytohear .fa-minus-top {
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 10px;
    }

    .pr-btn-resp1 {
        width: 45%;
        float: left;
    }

    .pr-btn-resp2 {
        width: 45%;
        float: right;
    }

    #pr-nav-lang {
        display: block;
    }

    .pr-lang-padding {
        padding: 10px 15px !important;
    }

    .pr-header .navbar-light .navbar-nav .nav-link {
        color: #001928;
    }

        .pr-header .navbar-light .navbar-nav .nav-link.active {
            color: #001928;
            text-decoration: none;
            border-bottom: none;
        }
    /*End of sorrytihear*/
    .pr-amex-section {
        padding: 30px 0;
    }

    .pr-cost-section {
        background: #f5f6f7;
    }

    .languageSelector {
        display: none;
    }

    #pr-section-font {
        font-size: 16px;
    }

    .pr-enroll-display {
        margin-left: 0px;
    }

    .pr-enroll-pdf {
        margin-left: 5px;
    }

    .check-text div {
        padding: 0;
    }

    .check-text ul {
        padding: 0 20px;
    }

    span.icon.medium.document {
        padding-left: 30px;
    }

    .pr-sorrytohear .enroll-text *,
    span.enroll-text {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
    }

    .pr-sorrytohear .sorry-to-content {
        padding: 20px 15px;
    }

    .pr-middle-name {
        padding: 0px;
    }

    .pr-cost-section .section-header {
        padding-bottom: 0px;
        padding-top: 30px;
        margin-bottom: 0;
    }

    .content-what {
        padding: 0;
        display: none;
        padding: 20px 15px;
    }

    .place-plus-down.minus {
        display: block;
    }

    .place-minus-down.plus {
        display: none;
    }

    .content-box {
        margin-bottom: 0;
    }

    .cost-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 30px 0;
    }

    span.fa-minus-bottom {
        padding: 4px;
    }

    .fa-minus-icon {
        display: inline-block;
        font: 34px/1 FontAwesome !important;
        text-rendering: auto;
        color: #00205c;
    }

    .shrink-on-xs {
        width: 80%;
        float: left;
    }

    .visible-xs.hide-xm {
        position: relative;
    }

    .place-minus-down,
    .place-plus-down {
        text-align: right;
        width: auto;
        top: -15px;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .pr-ineligible-padding {
        padding-top: 30px;
    }

    .pr-ineligible {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .g-recaptcha {
        padding: 0 15px;
    }
    /**Error*/
    .top-black-heading {
        font-size: 24px;
        padding-bottom: 0px;
        line-height: 32px;
    }

    .needhelppadding {
        padding: 40px 30px;
    }
    /**Header footer**/
    .banner-black1 {
        padding: 0 20px;
    }

    .pr-header .navbar-collapse {
        /*position: absolute;*/
        top: 0;
        width: 65%;
        background: #fff;
        right: 0;
    }

    .pr-header .navbar-light .navbar-nav li {
        border-bottom: 1px solid #d9dce1;
    }

    .pr-header .navbar-light .navbar-nav .nav-link:focus,
    .pr-header .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: none;
    }

    .pr-header .navbar-brand img {
        height: 35px;
    }

    .pr-header .navbar-collapse.show ul {
        width: 100%;
    }

    .pr-header .navbar-light .navbar-toggler {
        z-index: 9999999;
        border: none;
    }

    .pr-header .close-icon.close {
        visibility: visible;
        opacity: unset;
    }

    .pr-header .navbar-nav .icon.close {
        cursor: pointer;
        opacity: 1;
        visibility: visible;
        padding: 20px 0;
    }

    .footer-nav-last ul.navbar-links-footer {
        border-top: 0 solid #fff;
    }

    .pr-footer .footer-nav-bar {
        margin-bottom: -5px;
    }

    .pr-middle-spacing {
        padding-top: 20px;
    }

    ul.navbar-links-footer li.last {
        margin-right: 0px;
    }

    .pr-hero img.img-responsive.img-center {
        width: 100%;
        position: relative;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0px, 0px);
            transform: translate3d(100%, 0px, 0px);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .pr-footer .footer-container {
        margin-left: 0px;
        text-align: left;
        padding: 0;
    }

    .pr-footer hr.w-100 {
        border-color: #fff;
    }
    .pr-footerLogo2-mobile {
        width: 200px;
        text-align: center;
    }
    .pr-footer .container-fluid,
    .pr-footer .footer-copyright .container-fluid {
        text-align: center;
    }

    .pr-footer .navbar-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .pr-footer .navbar-nav .nav-link:focus,
    .pr-footer .navbar-nav .nav-link:hover {
        border-bottom: 2px solid transparent;
    }

    .pr-footer .footer-nav-bar .row,
    .pr-footer .footer-copyright {
        padding: 15px 25px;
    }

    ul.navbar-links-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 20px;
    }

        ul.navbar-links-footer li.last {
            border-bottom: 1px solid #d9dce1;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            padding: 10px 30px;
        }

            ul.navbar-links-footer li.last.li-blank {
                display: none;
            }

    .footer-nav-last,
    .footer-nav-last ul.navbar-links-footer {
        padding: 0;
    }
    /**-----------Contact---------**/
    .pr-contact .contact-heading {
        font-size: 30px;
        font-weight: 400;
        line-height: 32px;
    }

    .pr-contact .contact-sub-heading {
        font-size: 24px;
        font-weight: 400;
    }

    .pr-contact .container-padding {
        padding: 20px 0;
    }
    /**------COVERAGE DETIAL ----**/
    .pr-coverage-header-mobile1 {
        width: 30%;
        text-align: center;
        background-color: #00205c;
        color: #fff;
        display: block;
        font-size: 13px;
    }
    .pr-coverage-header-mobile2 {
        width: 70%;
        text-align: center;
        background-color: #00205c;
        color: #fff;
        display: block;
        font-size: 13px;
    }
    .pr-covsum-border {
        border-top: 1px solid #b2b2b2;
    }
    .pr-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
    .pr-coveragesummary {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        padding-top: 10px;
    }
    .pr-header-coverage-mobile {
        width: 50%;
        text-align: center;
        background-color: #00205c;
        color: #fff;
        display: block;
        font-size: 13px;
    }
    .pr-coverage-month-mobile {
        width: 30%;
        /*padding: 35px 0px;*/
        text-align: center;
        display: block;
        font-size: 13px;
    }
    .pr-benifits-month-mobile {
        width: 35%;
        text-align: center;
        padding: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
    }
    .pr-coverage-details {
        float: none;
        background-color: #ffffff;
    }

        .pr-coverage-details .note-text {
            padding: 20px 20px 30px 20px;
        }

    .pr-content-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .pr-coverage-details .collapse:not(.show) {
        display: none;
    }

    .pr-coverage-details .collapse.in:not(.show) {
        display: block;
    }

    .pr-coverage-details .divtable {
        padding: 0;
        margin-top: 1px;
    }

    .pr-coverage-details .accordion-xs1 .headings,
    .pr-coverage-details .username,
    .pr-coverage-details .lastname {
        display: none;
    }

    .pr-coverage-details .username {
        padding-left: 25px;
    }

    .pr-coverage-details .accordion-xs1 .firstname.accordion-xs1-toggle {
        padding: 18px 12% 18px 20px;
    }

    .pr-coverage-details .divtable .td.acc-bg-padding-one {
        padding: 0 20px 18px 20px;
    }

    .pr-coverage-details .divtable .th, .pr-coverage-details .divtable .td {
        padding: 18px 20px;
    }

    .pr-coverage-details .accordion-xs1 .accordion-xs1-toggle::after {
        display: block;
        line-height: 1;
        position: absolute;
        right: 0;
        font-size: 30px;
        padding-right: 0;
        top: 50%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pr-coverage-details .accordion-xs1 .accordion-xs1-toggle:after {
        content: '\2b';
        float: right;
    }

    .pr-coverage-details .accordion-xs1 .accordion-xs1-toggle.collapsed:after {
        content: '\2212';
    }

    .pr-coverage-details .section-header {
        font-size: 24px;
        line-height: 32px;
        padding: 30px 0 5px 0;
    }

    .pr-coverage-details .section-content {
        padding: 15px 20px 30px 20px;
    }

    .pr-main-cov {
        border-radius: 0;
        border: none;
    }

    .pr-border-radius {
        border-radius: 0;
    }

    .text-monthly {
        font-size: 18px;
    }

    .text-monthly-black {
        font-size: 16px;
    }

    .text-monthly-padding {
        padding-bottom: 10px;
    }

    .text-monthly-blue {
        font-size: 16px;
        padding: 10px 4px;
    }

    .sectionfour-header {
        font-size: 24px;
        line-height: 26px;
        padding: 20px 0;
    }

    .inner-padding12 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    .note-text {
        font-size: 12px;
    }

    .pr-cost-section .section-header,
    .amex-container .section-header {
        font-size: 24px;
        line-height: 32px;
    }

    .form-content-text {
        padding: 30px 15px 5px 15px;
    }

    .form-secion-one {
        padding: 0 15px !important;
    }

    p.section-content {
        float: none;
        margin-bottom: 0;
    }

    div#downClick,
    div#downClick1,
    div#downClick2 {
        z-index: 0;
        visibility: hidden;
    }

    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }

    .acc-bg-one {
        background: rgb(242, 242, 242);
        width: 100%;
        color: #000000;
        float: left;
    }

    .acc-bg-sec {
        background: rgb(255, 255, 255);
        width: 100%;
        color: #000000;
        float: left;
    }

    .pr-congratulation-section .text-content {
        width: 100%;
        padding: 0 20px 35px 20px;
    }

    /***--------FAQ--------****/
    .pr-faq-page ul.resp-tabs-list {
        display: none;
    }

    .pr-faq-page h2.resp-accordion {
        display: block;
        padding: 15px 25px;
    }

    .pr-faq-page h2.resp-tab-active {
        padding: 15px 25px !important;
    }

    .pr-faq-page ul.faq {
        padding-left: 0;
    }

    .pr-faq-page .faq li.q:first-child {
        border: 0px solid #c1c1c1;
        border-top: none;
    }

    .pr-faq-page .resp-arrow {
        height: 30px;
    }

    .pr-faq-page .resp-vtabs .resp-tab-content {
        border: 0px solid #c1c1c1;
    }

    .pr-faq-page .resp-tab-content {
        padding: 0 15px;
    }

    .pr-faq-page .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .pr-faq-page .resp-accordion-closed {
        display: none !important;
    }

    .pr-faq-page .resp-vtabs .resp-tab-content:last-child {
        border-bottom: none;
    }

    .pr-faq-page .resp-vtabs .resp-tabs-container {
        padding-bottom: 30px;
        min-height: auto;
        margin-left: 0;
    }

    .pr-faq-page .hidden-xs {
        display: none;
    }

    .pr-faq-page .no-left-right-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .pr-faq-page .no-wrap {
        white-space: nowrap;
    }

    .pr-faq-page .resp-no-margin {
        margin: 0px;
        width: 100%;
        display: block;
    }
    /***Enrollment***/
    .pr-enrollment-section .section-header {
        font-size: 24px;
        line-height: 32px;
    }

    .pr-enrollment-section .content-box-white {
        padding: 30px 20px;
    }

    .pr-enrollment-section .navgation-inner {
        padding: 10px 25px;
    }

        .pr-enrollment-section .navgation-inner li {
            padding: 0;
        }

    .form-group {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .form-control {
        padding: 15px;
    }

    span.fa.fa-question-circle,
    .form-footer-text {
        font-size: 14px;
    }

    .checkbox-width {
        width: 20%;
    }

    .btn-success {
        font-size: 14px;
        padding: 5px 15px;
    }

    .form-footer {
        margin-bottom: 30px;
    }

    .input-feilds-buttons {
        margin: 30px 15px 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form-secion-one .form-group.col-lg-5.col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-group.col-lg-5.col-md-5:first-child {
        margin-bottom: 0;
    }

    .datepicker-dropdown {
        font-size: 12px;
    }

    .pr-congrat-form.content-text {
        width: 80%;
    }

    .pr-congrat-form .label-text-normal {
        text-align: left;
        font-size: 14px;
    }

    .pr-congrat-form .label-text-bold {
        font-size: 14px;
    }

    .pr-congratulation .arrow-text {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        padding: 15px;
    }

    .pr-congratulation-section .text-heading {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
        padding: 30px 20px 15px 20px;
        width: 100%;
    }

    .congrat-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
    }

    .pr-congratulation .icon.large.chevron-down {
        width: 20px;
        height: 20px;
    }

    .pr-congrats-section-three {
        padding: 30px 0;
    }

    .pr-header {
        height: 51px;
    }

    .axp .modal-title,
    #reviewModal .modal-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    img.img-responsive.img-center {
        width: 120%;
    }

    .img-text.text-left.pr-hero-text {
        font-size: 28px;
        line-height: 34px;
        width: 36%;
    }

    .pr-contact .img-responsive.img-center {
        width: 120%;
        position: relative;
        right: 15%;
    }

    .pr-contact .img-text.text-right {
        font-size: 26px;
        line-height: 32px;
    }

    .pr-congrat.img-text.text-left {
        font-size: 20px;
        line-height: 24px;
        width: 43%;
    }

    .pr-congrat.img-text .img-sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    .img-text.text-left {
        width: 43%;
        font-size: 26px;
        line-height: 30px;
    }

    .img-sub-text {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }

    .pr-ineligible-img img.img-responsive.img-center {
        width: 148%;
        position: relative;
    }

    .pr-ineligible-img .img-text.text-left {
        width: 60% !important;
        font-size: 36px;
        line-height: 40px;
    }

    img.img-responsive.img-center.congrat-image {
        width: 100%;
    }

    .pr-legal-notice .main-heading,
    .pr-privacy-policy .main-heading,
    .pr-terms-of-use .main-heading,
    .pr-sitemap .main-heading {
        font-size: 24px;
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 32px;
    }

    .pr-legal-notice .content-heading,
    .pr-privacy-policy .content-heading,
    .pr-terms-of-use .content-heading,
    .pr-sitemap .content-heading {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

    .pr-legal-notice .banner-black,
    .pr-privacy-policy .banner-black,
    .pr-terms-of-use .banner-black,
    .pr-sitemap .banner-black {
        margin-bottom: 20px;
    }

    .pr-faq-page #verticalTab {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        padding: 0 !important;
    }

    .pr-faq-page.container,
    .xs-no-padding {
        padding: 0;
    }

    .pr-faq-page.container {
        max-width: 100%;
    }

    .axp.modal-dialog {
        margin: 25% auto;
    }

    .axp .modal-title {
        font-size: 20px;
        line-height: 26px;
    }

    .axp .modal-content {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 650px) {
    .pr-congrat.img-text.text-left {
        width: 100%;
        position: relative;
        transform: translateY(0);
        padding: 20px;
        left: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .pr-congrat .img-sub-text {
        font-size: 16px;
        line-height: 24px;
    }

    img.img-responsive.img-center.congrat-image {
        width: 150%;
        position: relative;
        right: 50%;
    }

    .img-text.text-left.pr-hero-text {
        font-size: 22px;
        line-height: 26px;
        width: 32%;
    }

    .img-text.text-left {
        width: 47%;
    }
}

@media (max-width: 550px) {
    .pr-contact .img-text.text-right {
        font-size: 20px;
        line-height: 24px;
    }

    .img-text.text-left.pr-hero-text {
        font-size: 18px;
        line-height: 22px;
        width: 34%;
    }

    .img-text.text-left {
        font-size: 16px;
        line-height: 22px;
    }

    .img-sub-text {
        font-size: 14px;
        line-height: 18px;
    }
    img.pr-footerLogo2.pr-footerLogo2-mobile {
        float: none;
    }
}

@media (max-width: 450px) {
    .img-sub-text {
        font-size: 16px;
        line-height: 22px;
    }
    .pr-text-left{
        font-size: 18px;
        line-height: 24px;
    }
        .img-text.text-left.pr-hero-text {
            font-size: 16px;
            line-height: 20px;
        }
    .pr-contact .img-text.text-right {
        font-size: 20px;
        line-height: 24px;
    }

    .pr-ineligible {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .pr-ineligible-img .img-text.text-left {
        font-size: 18px;
        line-height: 24px;
    }

    .pr-sorrytohear .enroll-text *,
    span.enroll-text {
        font-size: 18px;
        line-height: 24px;
    }

    .pr-faq-img .img-text.text-left {
        font-size: 14px;
        line-height: 18px;
    }

    .pr-faq-img .img-sub-text {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 380px) {
    .pr-text-left {
        font-size: 14px;
        line-height: 16px;
    }
        .img-text.text-left.pr-hero-text {
            font-size: 13px;
            line-height: 15px;
        }
        .img-sub-text {
            font-size: 14px;
            line-height: 20px;
        }

    .pr-contact .img-text.text-right {
        font-size: 16px;
        line-height: 20px;
    }

    .pr-faq-img .img-text.text-left {
        font-size: 14px;
        line-height: 18px;
        width: 50%;
    }

    .pr-faq-img .img-sub-text {
        font-size: 12px;
        line-height: 16px;
    }
}
.pr-bank{
    display:none;
}

.pr-address{
    padding-left:0;
}

.pr-coverage-header {
    text-align: center;
    background-color: #00205c;
    color: #fff;
    padding:5px;
}

.pr-coverage-content {
    padding: 35px 0px;
    text-align: center;
}

.pr-benifits-content {
    text-align: center;
    padding: 5px;
}
.pr-coveragesummary {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
}
.pr-covsum-border {
    border-top: 1px solid #b2b2b2;
}
.pr-coverage-header-mobile1 {
    width: 30%;
    text-align: center;
    background-color: #00205c;
    color: #fff;
    display: block;
    font-size: 13px;
}
.pr-margin{
    margin-left:-15px;
    margin-right:-15px;
}
.pr-coverage-header-mobile2 {
    width: 70%;
    text-align: center;
    background-color: #00205c;
    color: #fff;
    display: block;
    font-size: 13px;
}
.pr-header-coverage-mobile {
    width: 50%;
    text-align: center;
    background-color: #00205c;
    color: #fff;
    display: block;
    font-size: 13px;
}
.pr-coverage-month-mobile {
    width: 30%;
    /*padding: 35px 0px;*/
    text-align: center;
    display: block;
    font-size: 13px;
}

.pr-benifits-month-mobile {
    width: 35%;
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}
#pr-main-form .content-box-check:nth-child(2) {
    border-top: 0px !important;
}

label[for="BillType"], label[for="bankType"] {
    text-align: left;
}

span.cc-routingModal, span.cc-ActModal {
    cursor: pointer;
    color: #00205c;
}
.pr-credit {
    display: block;
}
.pr-footerLogo2 {
    width: 200px;
    margin-top: 20px;
    float: right;
}
.pr-footerLogo2-mobile {
    width: 200px;
    text-align: center;
}

.pr-banner {
    background: #ffefd7;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    font-family: 'Open Sans',sans-serif;
}

.pr-banner-inline {
    display: inline-block;
    font-size: 0.80rem;
}
.pr-banner-button {
    width: 10%;
}
.pr-btn-banner {
    border: none;
    color: #fff;
    background-color: #00205c;
    border-radius: 40px;
    padding: 5px 20px 5px 20px;
    text-decoration:none;
}
.pr-btn-banner:hover {
    color: #fff;
    background-color: #005587;
    text-decoration: none;
}
.pr-disclosure-checkbox, .pr-attestation-checkbox{
    padding-top: 30px
}
.spnattestationErrorMsg{
    display:none;
}
.hidecc {
    display: none !important;
}

/* Safari 7.1+ */
@media (max-width: 900px) {
    .safari_only .pr-benifits-month-mobile {
        width: 25%;
    }
    .safari_only .pr-coverage-details .firstname {
        width: 100% !important;
    }
    .safari_only .form-check.form-check-inline * {
        font-size: 12px;
    }
    .safari_only .pr-enroll-background {
        padding: 15px 20px;
    }
    .safari_only .pr-coverage-details .section-content {
        display: block !important;
    }
}
.hideDiv {
    display: none;
}
.pr-ben-section .pr-benName, .pr-benPCT, .pr-totalPCT {
    display: inline-block;
}

.pr-ben-section {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display:contents;
}
.pr-ben-icon {
    position: relative;
    display: block;
    width: 40px;
    height: 90px;
    padding: 0;
    margin: 0 !important;
}
.pr-ben-icon .fa-minus-icon.icon.large.enclosed-minus {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}
table.table.island-table.k-table {
    border: 1px solid #dee2e6;
}
@media (max-width: 768px) {
    
    .pr-form-group.pr-benName {
        width: 60%;
    }
    .pr-benPCT {
        padding: 0 10px;
        width: 25%;
        max-width: 25% !important;
    }
    .pr-form-group.pr-ben-icon {
        width: 15%;
    }
    .form-control {
        padding: 10px;
    }
    .selectplan {
        margin-left: 15px;
    }
    .plusecare-radiobtn {
        margin-left: 15px;
    }
}

button:hover > .icon.blue, .button:hover > .icon.blue, .link:hover > .icon.blue {
	 filter: brightness(0) saturate(100%) brightness(70%) invert(19%) sepia(33%) saturate(6007%) hue-rotate(185deg) brightness(95%) contrast(101%);
}
 button:focus > .icon.blue, .button:focus > .icon.blue, .link:focus > .icon.blue {
	 filter: brightness(0) saturate(100%) brightness(70%) invert(19%) sepia(33%) saturate(6007%) hue-rotate(185deg) brightness(95%) contrast(101%);
}
 @supports (-ms-ime-align: auto) {
	 .icon, .icon.blue {
		 filter: unset;
	}
	 .icon:hover, .icon.blue:hover {
		 filter: brightness(70%);
	}
}
 .icon {
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-color: transparent;
	 filter: brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1103%) hue-rotate(177deg) brightness(94%) contrast(102%);
}
 .icon:hover {
	 filter: brightness(0) saturate(100%) brightness(70%) invert(19%) sepia(33%) saturate(6007%) hue-rotate(185deg) brightness(95%) contrast(101%);
}
 .icon.error-red, .icon.announcement-blue, .icon.warning-yellow, .icon.success-green, .icon.inline-error, .icon.positive, .icon.negative {
	 filter: grayscale(0) invert(0) brightness(100%);
}
 .icon.blue {
	 filter: brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1103%) hue-rotate(177deg) brightness(94%) contrast(102%);
}
 .icon.blue:hover {
	 filter: brightness(0) saturate(100%) brightness(70%) invert(19%) sepia(33%) saturate(6007%) hue-rotate(185deg) brightness(95%) contrast(101%);
}
 .icon.blue.error-red, .icon.blue.announcement-blue, .icon.blue.warning-yellow, .icon.blue.success-green, .icon.blue.inline-error, .icon.blue.positive, .icon.blue.negative {
	 filter: grayscale(0) invert(0) brightness(100%);
}
 .icon.white {
	 filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(112%) contrast(101%);
	 background-color: transparent;
}
 .icon.white:hover {
	 filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(122deg) brightness(112%) contrast(101%);
	 background-color: transparent;
}
 .icon.white.error-red, .icon.white.announcement-blue, .icon.white.warning-yellow, .icon.white.success-green, .icon.white.inline-error, .icon.white.positive, .icon.white.negative {
	 filter: grayscale(0) invert(0) brightness(100%);
}
 .icon.granite {
	 filter: brightness(0) saturate(100%) invert(41%) sepia(4%) saturate(1225%) hue-rotate(174deg) brightness(97%) contrast(78%);
}
 .icon.granite:hover {
	 filter: brightness(0) saturate(100%) invert(41%) sepia(4%) saturate(1225%) hue-rotate(174deg) brightness(97%) contrast(78%);
	 background-color: transparent;
}
 .icon.granite.error-red, .icon.granite.announcement-blue, .icon.granite.warning-yellow, .icon.granite.success-green, .icon.granite.inline-error {
	 filter: grayscale(0) invert(0) brightness(100%);
}
 .icon.ultramarine {
	 filter: brightness(0) saturate(100%) brightness(70%) invert(19%) sepia(33%) saturate(6007%) hue-rotate(185deg) brightness(95%) contrast(101%);
}
 @supports (-ms-ime-align: auto) {
	 .icon, .icon.blue {
		 filter: brightness(0) saturate(0) brightness(0) invert(0) sepia(0) saturate(0) hue-rotate(0) brightness(0) contrast(0);
		 filter: none;
	}
}
 .icon:focus {
	 box-shadow: 0 0 4px 3px rgba(115, 195, 235, 0.65);
	 outline: 0;
}
 .icon.small {
	 width: 12px;
	 height: 12px;
	 display: inline-block;
}
 .icon.medium {
	 width: 20px;
	 height: 20px;
	 display: inline-block;
}
 .icon.large {
	 width: 40px;
	 height: 40px;
	 display: inline-block;
}
/*******************************************************************/
/*****************************SMALL ICON STYLES*********************/
/*******************************************************************/
 .icon.small.checkmark {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/16-checkmark-blue.png");
}
 .icon.small.chevron-down {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/16-chevron-down-blue.png");
}
 .icon.small.chevron-up {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/16-chevron-up-blue.png");
}
 .icon.small.chevron-right {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/16-chevron-right-blue.png");
}
.icon.small.enclosed-help {
    background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-enclosed-help-blue.png");
}
/*******************************************************************/
/****************************MEDIUM ICON STYLES*********************/
/*******************************************************************/
 .icon.medium.arrow-down {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-arrow-down-blue.png");
}
 .icon.medium.checkmark {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-checkmark-blue.png");
}
 .icon.medium.chevron-down {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-chevron-down-blue.png");
}
 .icon.medium.chevron-up {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-chevron-up-blue.png");
}
 .icon.medium.chevron-right {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-chevron-right-blue.png");
}
 .icon.medium.close {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-close-blue.png");
}
 .icon.medium.document {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-document-blue.png");
}
 .icon.medium.enclosed-help {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-enclosed-help-blue.png");
}
 .icon.medium.enclosed-minus {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-enclosed-minus-blue.png");
}
/*******************************************************************/
/***************************LARGE ICONS*****************************/
/*******************************************************************/
 .icon.large.chevron-down {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-chevron-down-blue.png");
}
 .icon.large.chevron-up {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-chevron-up-blue.png");
}
 .icon.large.chevron-right {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-chevron-right-blue.png");
}
 .icon.large.close {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-close-blue.png");
}
 .icon.large.enclosed-add {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-enclosed-add-blue.png");
}
 .icon.large.enclosed-check {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-enclosed-check-blue.png");
}
 .icon.large.enclosed-minus {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-enclosed-minus-blue.png");
}
 .icon.medium.enclosed-close {
	 background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-enclosed-close-blue.png");
}
.icon.medium.external-link {
	background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-external-link-blue.png");
}

.icon.medium.phone {
	background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/24-phone-blue.png");
}

.icon.large.phone {
    background-image: url("/images/pluscaresaleslibraries/pr_1/PR_1_icons/48-phone-blue.png");
}
 
