/* Minification failed. Returning unminified contents.
(3313,1): run-time error CSS1019: Unexpected token, found '}'
(6055,37): run-time error CSS1046: Expect comma, found '89'
(6055,44): run-time error CSS1046: Expect comma, found '/'
 */
/****/
body {
    background: #F5F5F5;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.femaleguard-body, * {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #661C69;
    text-decoration: underline;
    background-color: transparent;
    font-weight: 700;
}

    a:hover {
        color: #661C69;
    }

.femaleguard-link {
    color: #661C69;
    text-decoration: none;
}

.hideElement {
    display: none !important;
}

.font-dot {
    font-family: 'dotsfont' !important;
    font-size: 10px !important;
}

.femaleguard-link:hover {
    text-decoration: underline;
}

.no-padding {
    padding: 0 !important;
}

.femaleguard-layout-1 {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f5f5f5;
}

.img-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

    .img-text.text-right {
        color: #000;
        right: 8%;
        width: 30%;
        font-size: 36px;
        font-weight: 300;
        line-height: 40px;
        text-align: left !important;
    }

    .img-text.text-left {
        color: #000;
        left: 10%;
        font-size: 36px;
        font-weight: 600;
        line-height: 45px;
        width: 55%;
    }

.fg-highlight-text {
    color: #661C69;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}

img.shield-size {
    width: 54px;
    height: 58px;
}

.img-sub-text {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    padding-top: 10px;
}

.femaleguard-congrat.img-text.text-left {
    width: 40%;
    left: 5%;
}

.femaleguard-congrat.img-text.text-left, .femaleguard-congrat.img-text * {
    color: #000000;
}

span.icon.medium.external-link.blue {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
}

span.icon.medium.phone {
    width: 35px;
    height: 35px;
}

#femaleguard-nav-lang {
    display: none;
}

.femaleguard-lang-padding {
    padding: 0px !important;
}

.femaleguard-cost-left {
    float: left;
}

.section-content, .section-header, .tr.femaleguard-main-cov, .note-text.pull-left, .cost-block, div#femaleguard-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 ************************************/
.femaleguard-header {
    height: 61px;
    padding: 0;
}

    .femaleguard-header .fixed-header {
        z-index: 9999;
    }

    .femaleguard-header .navbar {
        padding: 0 3%;
        z-index: 1;
        background: #F5F5F5 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);
    }

    .femaleguard-header a.navbar-brand {
        padding: 15px 0;
    }

    .femaleguard-header .navbar li.last {
        padding: 10px 15px;
    }

    .femaleguard-header .navbar-light .navbar-nav .nav-link {
        cursor: pointer;
        color: #000000;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

        .femaleguard-header .navbar-light .navbar-nav .nav-link:focus, .femaleguard-header .navbar-light .navbar-nav .nav-link:hover, .femaleguard-header .navbar-light .navbar-nav .nav-link.active {
            color: #000000;
            text-decoration: none;
            border-bottom: 2px solid #000;
        }

    .femaleguard-header .languageSelector {
        position: fixed;
        z-index: 999999;
        right: 1%;
        top: -4px;
    }

    .femaleguard-header .list-inline {
        padding-left: 0;
        list-style: none;
        margin-left: -5px;
    }

    .femaleguard-header .sf-lang-selector.list-inline > li, .femaleguard-header .sf-femaleguard-xxs {
        padding-right: 0;
    }

    .femaleguard-header .languageSelector ul li a {
        color: #661C69;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0;
    }

    .femaleguard-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: #f5f5f5;
        padding: 2px 5px 2px 5px !important;
    }

    .femaleguard-header .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .femaleguard-header .container-fluid.last {
        color: #000;
        font-size: 12px;
        line-height: 1.5em;
        padding: 15px;
        overflow: hidden;
    }

    .femaleguard-header .navbar-collapse.collapse.show {
        position: absolute;
        top: 0;
        width: 65%;
        background: #f5f5f5;
        right: 0;
        z-index: 99999999;
        height: 100vh;
    }

    .femaleguard-header .close-icon.close {
        visibility: hidden;
    }

    .femaleguard-header .navbar-nav .icon.close {
        visibility: hidden;
    }

    .femaleguard-header .navbar-brand img {
        height: 50px;
    }

#femaleguard-nav-close {
    border-bottom: none;
}

.femaleguard-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;
    }
}

.femaleguard-footer .navbar li.last {
    padding: 10px 15px;
}

.femaleguard-footer .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.femaleguard-footer .footer-nav-bar {
    background: #E37617;
    padding-top: 10px;
    padding-bottom: 0;
}

    .femaleguard-footer .footer-nav-bar .row {
        padding-top: 14px;
        padding-bottom: 14px;
    }

.femaleguard-footer .container-fluid.footer-nav-bar a, .femaleguard-footer .footer-copyright a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

span.icon.medium.chevron-right.white {
    margin: 5px 3px 5px 6px;
}

.femaleguard-footer .footer-copyright {
    background: #E37617;
    margin-top: -6px;
}

.femaleguard-footer .container-fluid.last {
    color: #000;
    font-size: 12px;
    line-height: 1.5em;
    padding: 15px 25px;
    overflow: hidden;
}

.femaleguard-footer .footer-container {
    color: #000;
    font-size: 12px;
}

    .femaleguard-footer .footer-container sup {
        color: #000;
    }

.femaleguard-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: #000;
            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 #000;
    padding-top: 20px;
}

.femaleguard-color {
    background: #f5f5f5;
}
/*************************************** FAQ section ************************************/
img.img-responsive.img-center {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.femaleguard-faq-page {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-flexbox;
}

    .femaleguard-faq-page ul.resp-tabs-list, .femaleguard-faq-page p {
        margin: 0px;
        padding: 0px;
    }

    .femaleguard-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: #661C69;
    }

    .femaleguard-faq-page .resp-tabs-container {
        padding: 0px;
        background-color: #f5f5f5;
        clear: left;
    }

    .femaleguard-faq-page h2.resp-accordion {
        cursor: pointer;
        padding: 5px;
        display: none;
    }

    .femaleguard-faq-page .resp-tab-content {
        display: none;
        padding: 15px;
        border: 1px solid #c1c1c1;
    }

    .femaleguard-faq-page .resp-tab-active {
        border: 1px solid #c1c1c1;
        border-bottom: none;
        margin-bottom: -1px !important;
        padding: 12px 14px 14px 14px !important;
    }

    .femaleguard-faq-page .resp-tab-active {
        border-bottom: none;
        background-color: #f5f5f5;
    }

    .femaleguard-faq-page .resp-content-active, .femaleguard-faq-page .resp-accordion-active {
        display: block;
    }

    .femaleguard-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: #E37617;
    }

    .femaleguard-faq-page h2.resp-tab-active {
        border-bottom: 0px solid #c1c1c1 !important;
        margin-bottom: 0px !important;
        padding: 10px 15px !important;
    }

    .femaleguard-faq-page h2.resp-tab-title:last-child {
        border-bottom: 12px solid #c1c1c1 !important;
        background: blue;
    }

    .femaleguard-faq-page .resp-vtabs ul.resp-tabs-list {
        float: left;
        width: 30%;
    }

    .femaleguard-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;
    }

    .femaleguard-faq-page .resp-vtabs .resp-tabs-container {
        padding: 0px;
        border: 2px solid #E37617;
        float: left;
        width: 65%;
        min-height: 100px;
        clear: none;
        margin-left: 30px;
    }

    .femaleguard-faq-page .resp-vtabs .resp-tab-content {
        border: none;
    }

    .femaleguard-faq-page .faq .q img {
        position: relative;
        top: 14px;
        left: 1%;
    }

    .femaleguard-faq-page .resp-vtabs li.resp-tab-active {
        border: 0px solid #c1c1c1;
        border-right: none;
        background: #E37617;
        position: relative;
        z-index: 1;
        margin-right: -1px !important;
        padding: 14px 15px 15px 40px !important;
        color: #fff;
        border-radius: 4px;
    }

    .femaleguard-faq-page .resp-arrow {
        width: 9px;
        height: 15px;
        float: left;
        margin-top: 3px;
        background: url("/femaleguardlibraries/femaleguard/femaleguardicons/down_arrow_small.png") no-repeat 0px 0px;
        margin-right: 20px;
    }

    .femaleguard-faq-page h2.resp-tab-active span.resp-arrow {
        border: none;
        background: url("/femaleguardlibraries/femaleguard/femaleguardicons/down_arrow_2.png") no-repeat 0px 0px;
        width: 17px;
    }

    .femaleguard-faq-page h2.resp-tab-active {
        background: #E37617 !important;
        color: #fff !important;
    }

    .femaleguard-faq-page .resp-easy-accordion h2.resp-accordion {
        display: block;
    }

    .femaleguard-faq-page .resp-easy-accordion .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

        .femaleguard-faq-page .resp-easy-accordion .resp-tab-content:last-child {
            border-bottom: 1px solid #c1c1c1 !important;
        }

    .femaleguard-faq-page .resp-jfit {
        width: 100%;
        margin: 0px;
    }

    .femaleguard-faq-page .resp-tab-content-active {
        display: block;
    }

    .femaleguard-faq-page h2.resp-accordion:first-child {
        border-top: 0px solid #c1c1c1 !important;
    }

    .femaleguard-faq-page .sectionfour-header-tab {
        color: #000000;
    }

    .femaleguard-faq-page #verticalTab {
        margin-top: 20px !important;
        margin-bottom: 60px !important;
        padding-top: 40px;
        width: 100%;
    }

    .femaleguard-faq-page .resp-tabs-container .sectionfour-header-tab {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: -5px;
        padding: 15px 29px;
    }

    .femaleguard-faq-page .panel {
        background-color: #f5f5f5;
        border: 1px;
        border-color: transparent transparent transparent;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .femaleguard-faq-page ul.faq {
        margin: 0px;
        padding: 0px;
        margin-top: 14px;
    }

    .femaleguard-faq-page .faq li {
        list-style-type: none;
        clear: both;
        overflow: hidden;
    }

        .femaleguard-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;
}

.femaleguard-faq-page .faq li.a {
    padding: 0 40px 15px 15px;
}

    .femaleguard-faq-page .faq li.a.hide-panel, .femaleguard-faq-page br.hide-panel {
        display: none;
    }

    .femaleguard-faq-page .faq li.a ul, .femaleguard-faq-page .faq li.a ol {
        padding: 15px 40px;
    }

        .femaleguard-faq-page .faq li.a ul li {
            list-style-type: disc;
            overflow: visible;
            padding: 0 10px;
        }

        .femaleguard-faq-page .faq li.a ol li {
            list-style-type: decimal;
            overflow: visible;
            padding: 0 10px;
        }

.femaleguard-faq-page .arrow-text-faq {
    float: left;
    width: 94%;
    padding-right: 20px;
    font-weight: 700;
    padding: 15px;
}

.femaleguard-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;
}

.femaleguard-ack {
    color: #000;
}

.femaleguard-cost-section .section-header {
    padding-bottom: 10px;
}

.femaleguard-legal-notice, .femaleguard-privacy-policy, .femaleguard-terms-of-use, .femaleguard-sitemap {
    position: relative;
    height: 100%;
    width: 100%;
}

    .femaleguard-legal-notice .banner-black, .femaleguard-privacy-policy .banner-black, .femaleguard-terms-of-use .banner-black, .femaleguard-sitemap .banner-black {
        background: #E37617;
        float: left;
        z-index: 1;
        margin-bottom: 40px;
    }

    .femaleguard-legal-notice .main-heading, .femaleguard-privacy-policy .main-heading, .femaleguard-terms-of-use .main-heading, .femaleguard-sitemap .main-heading {
        color: #000;
        font-size: 36px;
        font-weight: 300;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .femaleguard-legal-notice .content-heading, .femaleguard-privacy-policy .content-heading, .femaleguard-terms-of-use .content-heading, .femaleguard-sitemap .content-heading {
        color: #000000;
        font-size: 26px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 30px;
        padding-top: 20px;
    }

    .femaleguard-legal-notice .content-text, .femaleguard-privacy-policy .content-text, .femaleguard-terms-of-use .content-text, .femaleguard-sitemap .content-text {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .femaleguard-privacy-policy a {
        text-decoration: none;
    }

    .femaleguard-legal-notice .banner-black1, .femaleguard-privacy-policy .banner-black1, .femaleguard-terms-of-use .banner-black1, .femaleguard-sitemap .banner-black1 {
        font-size: 16px;
        line-height: 1.42857143;
        color: #333;
    }

    .femaleguard-legal-notice blockquote, .femaleguard-privacy-policy blockquote, .femaleguard-terms-of-use blockquote, .femaleguard-sitemap blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        border-left: 5px solid #eee;
        font-size: 16px;
    }

        .femaleguard-legal-notice blockquote p:last-child, .femaleguard-privacy-policy blockquote p:last-child, .femaleguard-terms-of-use blockquote p:last-child, .femaleguard-sitemap blockquote p:last-child, .femaleguard-legal-notice blockquote p.content-text, .femaleguard-privacy-policy blockquote p.content-text, .femaleguard-terms-of-use blockquote p.content-text, .femaleguard-sitemap blockquote p.content-text, .femaleguard-legal-notice blockquote ul:last-child, .femaleguard-privacy-policy blockquote ul:last-child, .femaleguard-terms-of-use blockquote ul:last-child, .femaleguard-sitemap blockquote ul:last-child, .femaleguard-legal-notice blockquote ol:last-child, .femaleguard-privacy-policy blockquote ol:last-child, .femaleguard-terms-of-use blockquote ol:last-child, .femaleguard-sitemap blockquote ol:last-child {
            margin-bottom: 0 !important;
        }

    .femaleguard-legal-notice a.link-to, .femaleguard-privacy-policy a.link-to, .femaleguard-terms-of-use a.link-to, .femaleguard-sitemap a.link-to {
        color: #661C69;
    }

    .femaleguard-legal-notice hr, .femaleguard-privacy-policy hr, .femaleguard-terms-of-use hr, .femaleguard-sitemap hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #d9dce1;
    }

    .femaleguard-privacy-policy .text-underline {
        text-decoration: underline
    }

    .femaleguard-privacy-policy .banner-black1, .femaleguard-legal-notice .banner-black1, .femaleguard-sitemap .banner-black1, .femaleguard-terms-of-use .banner-black1 {
        float: left;
    }
/************************************************** SieMap *********************/
fa-icon.ng-fa-icon {
    margin-right: 5px;
}

.femaleguard-sitemap .ul-no-padding {
    padding: 0px;
    list-style-type: none;
}
/************************************************** contact Us *******************/
.femaleguard-contact .container-padding {
    padding: 60px 0;
    text-align: center;
}

.femaleguard-contact .contact-heading {
    margin-bottom: 22px;
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    color: #E37617;
}

.femaleguard-contact .contact-sub-heading {
    color: #000000;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
}
/******************************************************** About *******************************/
.femaleguard-cost-page {
    background-color: #f5f5f5;
}

.panel-2 {
    color: #fff;
    margin-left: 10px;
    background: url("/femaleguardlibraries/femaleguard/femaleguardicons/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: #f5f5f5;
    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;
}

.femaleguard-cost-page .section-header {
    font-size: 36px;
    color: #000000;
    font-weight: 300;
    padding: 50px 0;
    text-align: center;
    font-weight: 700;
}

.note-text {
    font-size: 12px;
    line-height: 17px;
    padding-top: 20px;
}

.femaleguard-amex-section {
    padding: 35px 0px;
    text-align: center;
    color: #000;
}

.amex-container sup {
    color: #000000;
}

.amex-container .section-header {
    font-size: 36px;
    font-weight: 700;
    color: #661C69 !important;
    text-align: center;
}

.amex-container .enroll-text {
    color: #E37617 !important;
}

p.section-content {
    color: #000000;
    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: #f5f5f5 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: #E37617;
    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;
}

.femaleguard-coverage-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
}

    .femaleguard-coverage-details .femaleguard-coverage-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .femaleguard-coverage-details .section-header {
        font-size: 36px;
        color: #000000;
        font-weight: 700;
        padding: 40px 0 20px 0;
        text-align: center;
        margin-bottom: 0;
    }

    .femaleguard-coverage-details .section-content {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .femaleguard-coverage-details .section-content {
        font-size: 16px;
        line-height: 22px;
        padding: 15px;
        text-align: left;
        color: #000000;
        margin-top: 0px;
    }

    .femaleguard-coverage-details .divtable {
        margin-top: 20px;
        padding: 0 10px;
    }

        .femaleguard-coverage-details .divtable .td.acc-bg-padding, .femaleguard-coverage-details .divtable .td.acc-bg-padding-one {
            font-size: 16px;
            font-weight: 300;
        }

        .femaleguard-coverage-details .divtable .tr {
            overflow: hidden;
            clear: both;
        }

.no-femaleguard-border {
    border: none !important;
}

.femaleguard-border-radius {
    border-radius: 4px;
}

.femaleguard-coveragesummary {
    text-align: center;
    background-color: #E37617;
    color: #000;
    padding: 5px;
}

.femaleguard-section {
    border-radius: 4px;
    padding: 0;
    margin: 25px 0;
}

.femaleguard-content-heading {
    padding: 0px;
    font-size: 26px;
    font-weight: 300;
    padding: 3px;
}

.femaleguard-coverage-details .divtable .th {
    font-size: 18px;
}

.femaleguard-coverage-details .divtable .th, .femaleguard-coverage-details .divtable .td {
    padding: 18px 25px;
    float: left;
    font-size: 18px;
}

.femaleguard-coverage-details .table-content {
    background: #E37617 none repeat scroll 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0 20px 20px;
    text-align: center !important;
}

.femaleguard-coverage-details .firstname {
    width: 100%;
}

.femaleguard-coverage-details .username, .femaleguard-coverage-details .lastname {
    width: 50%;
    background: #f5f5f5;
    color: #000000;
    font-size: 16px !important;
    font-weight: 700;
}

.femaleguard-coverage-details .accordion-xs1 .accordion-xs1-toggle {
    position: relative;
    background-color: #E37617;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 28px 10px 14px;
    width: 100%;
    padding-right: 50px;
}

.femaleguard-coverage-details .collapse:not(.show) {
    display: block;
}

.femaleguard-coverage-details .acc-bg-odd {
    background: #f5f5f5;
    width: 100%;
    color: #000000;
    float: left;
    padding: 0;
}

    .femaleguard-coverage-details .acc-bg-odd:not(:last-child) {
        border-bottom: 1px solid #b2b2b2;
    }

.femaleguard-coverage-details .acc-bg-even {
    background: #f5f5f5;
    width: 100%;
    color: #000000;
    float: left;
    padding: 0;
}

.femaleguard-coverage-details .note-text {
    padding: 15px;
    text-align: left;
    margin-bottom: 25px;
}

.femaleguard-coverage-details .pull-left {
    padding-left: 0;
}

.femaleguard-enrollment-section .icon.medium.enclosed-help {
    vertical-align: middle;
    margin: 2px 5px 5px 5px;
}

.femaleguard-enroll-background {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.femaleguard-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: #f5f5f5;
    padding: 2px 5px 2px 5px !important;
}

    .languageSelector ul li a {
        color: #661C69;
        text-transform: capitalize;
        font-size: 10px;
        line-height: 10px;
        padding: 0;
        font-weight: 400;
        text-decoration: none;
    }

.btn-enroll:hover {
    color: #fff;
    background-color: #E37617;
    text-decoration: none;
}

.btn-Cancel:hover {
    color: #fff;
    border-color: #E37617;
}

#btn-error.btn:hover {
    color: #fff;
    background-color: #E37617;
}

#femaleguard-section-font {
    font-size: 20px;
}

.btn {
    padding: 15px 10px;
}
/**************femaleguard-Ineligible***************/
.femaleguard-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;
}

.femaleguard-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: #000000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
}

.btn-home {
    background-color: #E37617;
    border-color: #E37617;
    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 ******/
.femaleguard-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;
}

.femaleguard-sorrytohear .enroll-text *, span.enroll-text {
    font-size: 26px;
    line-height: 24px;
    font-weight: 300;
}

.femaleguard-sorrytohear .enroll-text * {
    font-size: 26px;
    line-height: 1.5em;
}

.femaleguard-sorrytohear .col-lg-3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.femaleguard-sorrytohear .fa-minus-top {
    color: #000;
    background: #E37617;
    border-radius: 100%;
    height: 40px;
    width: 40PX;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    display: block;
}

.femaleguard-sorrytohear .chevron-right {
    vertical-align: middle;
}
/****Enrollment section***/
.femaleguard-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: #661C69;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
}

#btn-error {
    padding: 15px 25px 15px 25px;
}

.btn-Cancel {
    border-radius: 100px;
    color: #fff;
    background-color: #661C69;
    border: 2px solid #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.femaleguard-enrollment-section .section-header {
    font-size: 36px;
    color: #000000;
    margin: 35px 0 20px 0;
    text-align: center;
    font-weight: 700;
}

.femaleguard-enrollment-section .section-content {
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.femaleguard-enrollment-section .content-box-white {
    background: #f5f5f5;
    border-radius: 4px 4px 0px 0px;
}

.femaleguard-enrollment-section .content-text {
    color: #000;
    font-size: 16px;
    padding: 0;
    line-height: 22px;
    text-align: left;
    display: block;
}

.femaleguard-enrollment-section .content-header {
    color: #000;
    font-size: 16px;
    padding: 0 4px;
    font-weight: bold;
    padding-top: 20px;
}

.femaleguard-enrollment-section .navgation-inner {
    float: left;
    padding: 10px 40px;
}

    .femaleguard-enrollment-section .navgation-inner li {
        padding-left: 10px;
        font-size: 16px;
        line-height: 22px;
    }

.femaleguard-enrollment-section a {
    cursor: pointer;
    color: #661C69;
}

.femaleguard-enrollment-section .pr-captcha-showerrormsg {
    display: none;
}
/**Consent box**/
#femaleguard-main-form .content-box-check {
    padding: 10px 0;
}

.tr.femaleguard-main-cov {
    margin: 10px 30px;
}

#femaleguard-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: #E37617;
    border: 2px solid #E37617;
}

.content-check-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.check-text * {
    color: #000000;
    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: 16px;
}

.spnTermsOfCondition {
    display: none;
}

.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;
}

.femaleguard-check-img {
    max-width: 400px;
    margin: -30px !important;
}

.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: #E37617;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

.fa {
    color: #E37617;
}

.toTop .fa-chevron-up {
    color: #fff;
}

.cc-modal {
    cursor: pointer;
    color: #661C69;
    font-weight: 700;
}

.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: #661C69;
    border-color: #661C69;
    color: #fff;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 100px;
    font-weight: 500;
}

    .btn-success:hover {
        background-color: #E37617;
        border-color: #E37617;
        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: 12px !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: #E37617;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.axp .modal-header {
    background: #E37617;
    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: #E37617;
}

.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: #f5f5f5;
    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: #661C69;
    font-size: 16px;
    line-height: 1.25em;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

    .axp .btn-default:hover {
        background-color: #E37617
    }

.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: #000000;
}

#reviewModal .modal-header {
    background: #f5f5f5;
}

#reviewModal .close {
    color: #000000;
}

#reviewModal .btn-default {
    color: #000;
    background-color: #661C69;
    border-color: #661C69;
    font-size: 14px;
    line-height: 1.25em;
    border-radius: 100px;
}

.Island-tableAcc span.acc_title:before {
    background-color: #E37617;
}

.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: #661C69;
}

.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: #f5f5f5;
}

    .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;
    margin-left: 10px;
    left: -35%;
    text-align: center;
    top: 50%;
    font-size: 20px;
    line-height: 1em;
    transform: translate(50%, -50%);
    background-color: #E37617;
    border-radius: 100%;
}

#femaleguard-main-form input[type='radio'] {
    box-shadow: 0 0 0 2px #E37617;
}

    #femaleguard-main-form input[type='radio']:checked {
        box-shadow: 0 0 0 2px #E37617;
    }

        #femaleguard-main-form input[type='radio']:checked:before {
            background: #E37617;
        }

input[type='radio'] {
    box-shadow: 0 0 0 2px #E37617;
}

    input[type='radio']:checked {
        box-shadow: 0 0 0 2px #E37617;
    }

        input[type='radio']:checked:before {
            background: #E37617;
        }

#backtop {
    position: fixed;
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #661C69;
    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**/
.femaleguard-congratulation .arrow-text {
    background-color: #f5f5f5;
    padding: 30px 0px;
    font-size: 26px;
    font-weight: 300;
}

.congrat-arrow {
    background-color: #E37617;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 6px;
    margin-right: 20px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.femaleguard-congratulation .icon.large.chevron-down {
    width: 30px;
    height: 30px;
}

.femaleguard-congratulation-section.section-two {
    background: #661C69;
    padding: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}

.femaleguard-congratulation-section .text-heading {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 40%;
    margin: 0 auto;
}

.femaleguard-congratulation-section .text-content {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
    width: 40%;
    margin: 0 auto;
}

.femaleguard-congrat-form .label-border-bottom:last-child {
    border-bottom: none;
}

.femaleguard-congrat-form.content-text {
    background-color: #f5f5f5;
    border: 1px solid #d9dce1;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border-radius: 4px;
}

.femaleguard-congrats-section-three {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.femaleguard-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;
}

.femaleguard-congrat-form .label-text-bold {
    font-weight: bold;
    text-align: left;
    padding-left: 12px;
    font-size: 16px;
}

.femaleguard-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, .femaleguard-cost-page, .amex-container, .femaleguard-enrollment-term {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .femaleguard-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: 43px;
        height: 47px;
    }

    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) {
    .femaleguard-congrat.img-text.text-left {
        font-size: 30px;
        line-height: 36px;
    }

    .femaleguard-congrat .img-sub-text {
        font-size: 16px;
        line-height: 24px;
    }

    .main-banner, .femaleguard-main-banner {
        overflow: hidden;
    }
}
/* iPhone X and Xs Max */
@media only screen and (max-width: 812px) and (min-height: 375px) {
    /* styles */
    .amex-container, .femaleguard-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;
    }

    .fg-highlight-text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 900px) {
    .img-text.text-left {
        font-size: 26px;
        line-height: 32px;
        width: 60%;
    }

    .fg-highlight-text {
        font-size: 26px;
        line-height: 32px;
    }
}
/* iPad */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .femaleguard-header .navbar-collapse {
        height: auto !important;
    }

    .femaleguard-header .navbar-nav .icon.close {
        visibility: hidden !important;
        padding: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /** CSS for TAblet **/
    .femaleguard-header .navbar-nav .icon.close {
        visibility: hidden;
    }

    .footer-nav-last ul.navbar-links-footer {
        border-top: 0 solid #fff;
    }

    .femaleguard-footer .footer-nav-bar {
        margin-bottom: -10px;
    }

    .femaleguard-coverage-details {
        float: none;
    }

    .amex-container, .femaleguard-coverage-details {
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: -webkit-inline-box;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .femaleguard-header .navbar-light .navbar-nav li {
        border-bottom: 0 solid rgba(0, 0, 0, 0.5) !important;
    }

    .femaleguard-header .close-icon.close {
        visibility: hidden !important;
    }

    .femaleguard-header .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 2px solid #000000 !important;
    }

    #femaleguard-nav-close {
        border-bottom: none !important;
    }

    .femaleguard-lang-padding {
        padding: 0;
    }

    #femaleguard-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;
    }

    .femaleguard-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.femaleguard-hero-text {
        left: 19%;
        font-size: 32px !important;
        line-height: 36px !important;
        width: 32% !important;
    }

    .femaleguard-ineligible-img .img-text.text-left {
        width: 45%;
    }

    img.img-responsive.img-center, .femaleguard-hero img.img-responsive.img-center {
        width: 100%;
    }

    .femaleguard-ineligible-img img.img-responsive.img-center {
        width: 120%;
        position: relative;
    }

    .femaleguard-contact .img-responsive.img-center {
        width: 120%;
        position: relative;
        right: 15%;
    }

    .femaleguard-congrat.img-text.text-left {
        width: 43%;
        line-height: 24px;
        font-size: 22px;
    }

    .femaleguard-congrat .img-sub-text {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    img.img-responsive.img-center.congrat-image {
        width: 100%;
    }

    .femaleguard-ineligible-img .img-text.text-left {
        width: 45% !important;
    }

    .axp.modal-dialog {
        margin: 25% auto;
    }

    .languageSelector {
        display: block !important;
    }

    .femaleguard-header .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
    }

    .femaleguard-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) {
    .femaleguard-section-font {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .femaleguard-coverage-details .divtable .td.acc-bg-padding {
        font-size: 16px;
        font-weight: bold;
    }
    /* Sorry to hear you */
    .femaleguard-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;
    }

    .femaleguard-sorrytohear .fa-minus-top {
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 10px;
    }

    .femaleguard-btn-resp1 {
        width: 45%;
        float: left;
    }

    .femaleguard-btn-resp2 {
        width: 45%;
        float: right;
    }

    #femaleguard-nav-lang {
        display: block;
    }

    .femaleguard-lang-padding {
        padding: 10px 15px !important;
    }

    .femaleguard-header .navbar-light .navbar-nav .nav-link {
        color: #000000;
    }

        .femaleguard-header .navbar-light .navbar-nav .nav-link.active {
            color: #000000;
            text-decoration: none;
            border-bottom: none;
        }
    /*End of sorrytihear*/
    .femaleguard-amex-section {
        padding: 30px 0;
    }

    .femaleguard-cost-section {
        background: #f5f5f5;
    }

    .languageSelector {
        display: none;
    }

    #femaleguard-section-font {
        font-size: 16px;
    }

    .femaleguard-enroll-display {
        margin-left: 0px;
    }

    .femaleguard-enroll-pdf {
        margin-left: 5px;
    }

    .check-text div {
        padding: 0;
    }

    .check-text ul {
        padding: 0 20px;
    }

    span.icon.medium.document {
        padding-left: 30px;
    }

    .femaleguard-sorrytohear .enroll-text *, span.enroll-text {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
    }

    .femaleguard-sorrytohear .sorry-to-content {
        padding: 20px 15px;
    }

    .pr-middle-name {
        padding: 0px;
    }

    .femaleguard-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: #E37617;
    }

    .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%);
    }

    .femaleguard-ineligible-padding {
        padding-top: 30px;
    }

    .femaleguard-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;
    }

    .femaleguard-header .navbar-collapse {
        /*position: absolute;
        */
        top: 0;
        width: 65%;
        background: #f5f5f5;
        right: 0;
    }

    .femaleguard-header .navbar-light .navbar-nav li {
        border-bottom: 1px solid #d9dce1;
    }

    .femaleguard-header .navbar-light .navbar-nav .nav-link:focus, .femaleguard-header .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: none;
    }

    .femaleguard-header .navbar-brand img {
        height: 45px;
    }

    .femaleguard-header .navbar-collapse.show ul {
        width: 100%;
    }

    .femaleguard-header .navbar-light .navbar-toggler {
        z-index: 9999999;
        border: none;
    }

    .femaleguard-header .close-icon.close {
        visibility: visible;
        opacity: unset;
    }

    .femaleguard-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;
    }

    .femaleguard-footer .footer-nav-bar {
        margin-bottom: -5px;
    }

    .femaleguard-middle-spacing {
        padding-top: 20px;
    }

    ul.navbar-links-footer li.last {
        margin-right: 0px;
    }

    .femaleguard-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;
        }
    }

    .femaleguard-footer .footer-container {
        margin-left: 0px;
        text-align: left;
        padding: 0;
    }

    .femaleguard-footer hr.w-100 {
        border-color: #fff;
    }

    .femaleguard-footerLogo2-mobile {
        width: 150px;
        text-align: center;
    }

    .femaleguard-footer .container-fluid, .femaleguard-footer .footer-copyright .container-fluid {
        text-align: center;
    }

    .femaleguard-footer .navbar-nav li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .femaleguard-footer .navbar-nav .nav-link:focus, .femaleguard-footer .navbar-nav .nav-link:hover {
        border-bottom: 2px solid transparent;
    }

    .femaleguard-footer .footer-nav-bar .row, .femaleguard-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---------**/
    .femaleguard-contact .contact-heading {
        font-size: 30px;
        font-weight: 400;
        line-height: 32px;
    }

    .femaleguard-contact .contact-sub-heading {
        font-size: 24px;
        font-weight: 400;
    }

    .femaleguard-contact .container-padding {
        padding: 20px 0;
    }
    /**------COVERAGE DETIAL ----**/
    .femaleguard-coverage-header-mobile1 {
        width: 30%;
        text-align: center;
        background-color: #E37617;
        color: #000;
        display: block;
        font-size: 13px;
    }

    .femaleguard-coverage-header-mobile2 {
        width: 70%;
        text-align: center;
        background-color: #E37617;
        color: #000;
        display: block;
        font-size: 13px;
    }

    .femaleguard-covsum-border {
        border-top: 1px solid #b2b2b2;
    }

    .femaleguard-margin {
        margin-left: -15px;
        margin-right: -15px;
    }

    .femaleguard-coveragesummary {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        padding-top: 10px;
    }

    .femaleguard-header-coverage-mobile {
        width: 50%;
        text-align: center;
        background-color: #E37617;
        color: #000;
        display: block;
        font-size: 13px;
    }

    .femaleguard-coverage-month-mobile {
        width: 30%;
        /*padding: 35px 0px;
        */
        text-align: center;
        display: block;
        font-size: 13px;
    }

    .femaleguard-benifits-month-mobile {
        width: 35%;
        text-align: center;
        padding: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
    }

    .femaleguard-coverage-details {
        float: none;
        background-color: #f5f5f5;
    }

        .femaleguard-coverage-details .note-text {
            padding: 20px 20px 30px 20px;
        }

    .femaleguard-content-heading {
        font-size: 24px;
        line-height: 32px;
    }

    .femaleguard-coverage-details .collapse:not(.show) {
        display: none;
    }

    .femaleguard-coverage-details .collapse.in:not(.show) {
        display: block;
    }

    .femaleguard-coverage-details .divtable {
        padding: 0;
        margin-top: 1px;
    }

    .femaleguard-coverage-details .accordion-xs1 .headings, .femaleguard-coverage-details .username, .femaleguard-coverage-details .lastname {
        display: none;
    }

    .femaleguard-coverage-details .username {
        padding-left: 25px;
    }

    .femaleguard-coverage-details .accordion-xs1 .firstname.accordion-xs1-toggle {
        padding: 18px 12% 18px 20px;
    }

    .femaleguard-coverage-details .divtable .td.acc-bg-padding-one {
        padding: 0 20px 18px 20px;
    }

    .femaleguard-coverage-details .divtable .th, .femaleguard-coverage-details .divtable .td {
        padding: 18px 20px;
    }

    .femaleguard-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%);
    }

    .femaleguard-coverage-details .accordion-xs1 .accordion-xs1-toggle:after {
        content: '\2b';
        float: right;
    }

    .femaleguard-coverage-details .accordion-xs1 .accordion-xs1-toggle.collapsed:after {
        content: '\2212';
    }

    .femaleguard-coverage-details .section-header {
        font-size: 24px;
        line-height: 32px;
        padding: 30px 0 5px 0;
    }

    .femaleguard-coverage-details .section-content {
        padding: 15px 20px 30px 20px;
    }

    .femaleguard-main-cov {
        border-radius: 0;
        border: none;
    }

    .femaleguard-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;
    }

    .femaleguard-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;
    }

    .femaleguard-congratulation-section .text-content {
        width: 100%;
        padding: 0 20px 35px 20px;
    }
    /***--------FAQ--------****/
    .femaleguard-faq-page ul.resp-tabs-list {
        display: none;
    }

    .femaleguard-faq-page h2.resp-accordion {
        display: block;
        padding: 15px 25px;
    }

    .femaleguard-faq-page h2.resp-tab-active {
        padding: 15px 25px !important;
    }

    .femaleguard-faq-page ul.faq {
        padding-left: 0;
    }

    .femaleguard-faq-page .faq li.q:first-child {
        border: 0px solid #c1c1c1;
        border-top: none;
    }

    .femaleguard-faq-page .resp-arrow {
        height: 30px;
    }

    .femaleguard-faq-page .resp-vtabs .resp-tab-content {
        border: 0px solid #c1c1c1;
    }

    .femaleguard-faq-page .resp-tab-content {
        padding: 0 15px;
    }

    .femaleguard-faq-page .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .femaleguard-faq-page .resp-accordion-closed {
        display: none !important;
    }

    .femaleguard-faq-page .resp-vtabs .resp-tab-content:last-child {
        border-bottom: none;
    }

    .femaleguard-faq-page .resp-vtabs .resp-tabs-container {
        padding-bottom: 30px;
        min-height: auto;
        margin-left: 0;
    }

    .femaleguard-faq-page .hidden-xs {
        display: none;
    }

    .femaleguard-faq-page .no-left-right-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .femaleguard-faq-page .no-wrap {
        white-space: nowrap;
    }

    .femaleguard-faq-page .resp-no-margin {
        margin: 0px;
        width: 100%;
        display: block;
    }
    /***Enrollment***/
    .femaleguard-enrollment-section .section-header {
        font-size: 24px;
        line-height: 32px;
    }

    .femaleguard-enrollment-section .content-box-white {
        padding: 30px 20px;
    }

    .femaleguard-enrollment-section .navgation-inner {
        padding: 10px 25px;
    }

        .femaleguard-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;
    }

    .femaleguard-congrat-form.content-text {
        width: 80%;
    }

    .femaleguard-congrat-form .label-text-normal {
        text-align: left;
        font-size: 14px;
    }

    .femaleguard-congrat-form .label-text-bold {
        font-size: 14px;
    }

    .femaleguard-congratulation .arrow-text {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        padding: 15px;
    }

    .femaleguard-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;
    }

    .femaleguard-congratulation .icon.large.chevron-down {
        width: 20px;
        height: 20px;
    }

    .femaleguard-congrats-section-three {
        padding: 30px 0;
    }

    .femaleguard-header {
        height: 51px;
    }

    .axp .modal-title, #reviewModal .modal-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
    }

    img.img-responsive.img-center {
        width: 100%;
    }

    .img-text.text-left.femaleguard-hero-text {
        font-size: 28px;
        line-height: 34px;
        width: 36%;
    }

    .femaleguard-contact .img-responsive.img-center {
        width: 120%;
        position: relative;
        right: 15%;
    }

    .femaleguard-contact .img-text.text-right {
        font-size: 26px;
        line-height: 32px;
    }

    .femaleguard-congrat.img-text.text-left {
        font-size: 20px;
        line-height: 24px;
        width: 43%;
    }

    .femaleguard-congrat.img-text .img-sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    .img-text.text-left {
        width: 60%;
        font-size: 26px;
        line-height: 32px;
    }

    .fg-highlight-text {
        font-size: 26px;
        line-height: 32px;
    }

    .img-sub-text {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }

    .femaleguard-ineligible-img img.img-responsive.img-center {
        width: 148%;
        position: relative;
    }

    .femaleguard-ineligible-img .img-text.text-left {
        width: 60% !important;
        font-size: 36px;
        line-height: 40px;
    }

    img.img-responsive.img-center.congrat-image {
        width: 100%;
    }

    .femaleguard-legal-notice .main-heading, .femaleguard-privacy-policy .main-heading, .femaleguard-terms-of-use .main-heading, .femaleguard-sitemap .main-heading {
        font-size: 24px;
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 32px;
    }

    .femaleguard-legal-notice .content-heading, .femaleguard-privacy-policy .content-heading, .femaleguard-terms-of-use .content-heading, .femaleguard-sitemap .content-heading {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

    .femaleguard-legal-notice .banner-black, .femaleguard-privacy-policy .banner-black, .femaleguard-terms-of-use .banner-black, .femaleguard-sitemap .banner-black {
        margin-bottom: 20px;
    }

    .femaleguard-faq-page #verticalTab {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        padding: 0 !important;
    }

    .femaleguard-faq-page.container, .xs-no-padding {
        padding: 0;
    }

    .femaleguard-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) {
    .femaleguard-congrat.img-text.text-left {
        width: 100%;
        position: relative;
        transform: translateY(0);
        padding: 20px;
        left: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .femaleguard-header .navbar-brand img {
        height: 45px;
    }

    .femaleguard-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.femaleguard-hero-text {
        font-size: 22px;
        line-height: 26px;
        width: 32%;
    }

    .img-text.text-left {
        width: 60%;
    }
}

@media (max-width: 550px) {
    .femaleguard-contact .img-text.text-right {
        font-size: 20px;
        line-height: 24px;
    }

    .img-text.text-left.femaleguard-hero-text {
        font-size: 18px;
        line-height: 22px;
        width: 34%;
    }

    .img-text.text-left {
        font-size: 16px;
        line-height: 20px;
    }

    .fg-highlight-text {
        font-size: 16px;
        line-height: 20px;
    }

    .img-sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    img.femaleguard-footerLogo2.femaleguard-footerLogo2-mobile {
        float: none;
    }
}

@media (max-width: 450px) {
    .img-sub-text {
        font-size: 16px;
        line-height: 22px;
    }

    .fg-popheader1 {
        margin-right: 55px;
    }

    .femaleguard-header .navbar-brand img {
        height: 40px;
    }

    .femaleguard-check-img {
        max-width: 365px;
    }

    .femaleguard-text-left {
        font-size: 18px;
        line-height: 24px;
    }

    .img-text.text-left.femaleguard-hero-text {
        font-size: 16px;
        line-height: 20px;
    }

    .femaleguard-contact .img-text.text-right {
        font-size: 20px;
        line-height: 24px;
    }

    .femaleguard-ineligible {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .femaleguard-ineligible-img .img-text.text-left {
        font-size: 18px;
        line-height: 24px;
    }

    .femaleguard-sorrytohear .enroll-text *, span.enroll-text {
        font-size: 18px;
        line-height: 24px;
    }

    .femaleguard-faq-img .img-text.text-left {
        font-size: 14px;
        line-height: 18px;
    }

    .femaleguard-faq-img .img-sub-text {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 380px) {
    .femaleguard-text-left {
        font-size: 14px;
        line-height: 16px;
    }

    .img-text.text-left.femaleguard-hero-text {
        font-size: 13px;
        line-height: 15px;
    }

    .img-sub-text {
        font-size: 14px;
        line-height: 20px;
    }

    .femaleguard-contact .img-text.text-right {
        font-size: 16px;
        line-height: 20px;
    }

    .femaleguard-faq-img .img-text.text-left {
        font-size: 14px;
        line-height: 18px;
        width: 50%;
    }

    .femaleguard-faq-img .img-sub-text {
        font-size: 12px;
        line-height: 16px;
    }
}

.pr-bank {
    display: none;
}

.pr-address {
    padding-left: 0;
}

.femaleguard-coverage-header {
    text-align: center;
    background-color: #E37617;
    color: #000;
    padding: 5px;
}

.femaleguard-coverage-content {
    padding: 35px 0px;
    text-align: center;
}

.femaleguard-benifits-content {
    text-align: center;
    padding: 5px;
}

.femaleguard-coveragesummary {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
}

.femaleguard-covsum-border {
    border-top: 1px solid #b2b2b2;
}

.femaleguard-coverage-header-mobile1 {
    width: 30%;
    text-align: center;
    background-color: #E37617;
    color: #000;
    display: block;
    font-size: 13px;
}

.femaleguard-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.femaleguard-coverage-header-mobile2 {
    width: 70%;
    text-align: center;
    background-color: #E37617;
    color: #000;
    display: block;
    font-size: 13px;
}

.femaleguard-header-coverage-mobile {
    width: 50%;
    text-align: center;
    background-color: #E37617;
    color: #000;
    display: block;
    font-size: 13px;
}

.femaleguard-coverage-month-mobile {
    width: 30%;
    /*padding: 35px 0px;
    */
    text-align: center;
    display: block;
    font-size: 13px;
}

.femaleguard-benifits-month-mobile {
    width: 35%;
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}

#femaleguard-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: #661C69;
    font-weight: 700;
}

.pr-credit {
    display: block;
}

.femaleguard-footerLogo2 {
    width: 200px;
    margin-top: 20px;
    float: right;
}

.femaleguard-footerLogo2-mobile {
    width: 150px;
    text-align: center;
}

.femaleguard-banner {
    background: #E37617;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
}

.femaleguard-banner-inline {
    display: inline-block;
    font-size: 0.80rem;
}

.femaleguard-banner-button {
    width: 10%;
}

.femaleguard-btn-banner {
    border: none;
    color: #fff;
    background-color: #661C69;
    border-radius: 40px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}

    .femaleguard-btn-banner:hover {
        color: #fff;
        background-color: #E37617;
        border-color: #fff;
        text-decoration: none;
    }

.femaleguard-disclosure-checkbox, .femaleguard-attestation-checkbox {
    padding-top: 30px
}

.spnattestationErrorMsg {
    display: none;
}

.hidecc {
    display: none !important;
}
/* Safari 7.1+ */
@media (max-width: 900px) {
    .safari_only .femaleguard-benifits-month-mobile {
        width: 25%;
    }

    .safari_only .femaleguard-coverage-details .firstname {
        width: 100% !important;
    }

    .safari_only .form-check.form-check-inline * {
        font-size: 12px;
    }

    .safari_only .femaleguard-enroll-background {
        padding: 15px 20px;
    }

    .safari_only .femaleguard-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 td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #b2b2b2;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #b2b2b2;
}

.table tbody + tbody {
    border-top: 2px solid #b2b2b2;
}

.femaleguard-check-text {
    font-weight: 400;
}

.femaleguard-bottom-border {
    border-bottom: 5px solid #E37617;
}

.coverage-radio-options {
    font-weight: 300;
}

.femaleguard-radio-text {
    padding: 0;
    padding-top: 20px;
}

.femaleguard-radioopt {
    margin-right: 0.5rem !important;
}

.femaleguard-form-check-inline {
    margin-right: 0 !important
}

.femaleguard-modal-popup {
    color: #661C69;
    font-weight: 600;
}

.femaleguard-enroll-list {
    list-style-type: disc;
}

.femaleguard-white {
    color: white !important;
}

div.accordion {
    border: 1px solid #b2b2b2;
}

table.fg-popuptable {
    border: 1px solid #b2b2b2;
}

.fg-popupheader {
    font-weight: bold;
}

.fg-popheader1 {
    margin-right: 110px;
}

.fg-congratulation-color {
    color: #661C69;
}

.fg-bold {
    font-weight: 700;
}

.fg-popupbody {
    margin-left: 10px;
}

.femaleguard-acc {
    margin-top: 1rem;
}

.fg-formgroup {
    margin-bottom: 5px !important;
}

#PaymentTypeRadio1, #PaymentTypeRadio2 {
    width: 14px !important;
}

@media (max-width: 768px) {
    .pr-form-group.pr-benName {
        width: 60%;
    }

    div.dateofbirth, .femaleguard-selectplan {
        margin: 15px;
    }

    .pr-address {
        padding-right: 0;
    }

    .femaleguard-radiobtn {
        margin-left: 15px;
    }

    .pr-benPCT {
        padding: 0 10px;
        width: 25%;
        max-width: 25% !important;
    }

    .pr-form-group.pr-ben-icon {
        width: 15%;
    }

    .form-control {
        padding: 10px;
    }
}
/* FemaleGuard Redesign CSS start*/
/* section 1 start */
.fg-section1-hero-section * {
    line-height: normal;
}

.fg-section1-hero-section {
    display: flex;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #fbf8f4;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    min-height: 560px
}

.fg-section1-content-container {
    width: 60%;
}

.fg-section1-hero-left {
    max-width: 1200px;
    padding: 105px;
    box-sizing: border-box;
}

    .fg-section1-hero-left h4 {
        color: #661C69;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .fg-section1-hero-left h1 {
        font-size: 48px;
        color: #000000;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 30px;
        margin-top: 10px;
    }

.fg-section1-benefits-list {
    columns: 2;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .fg-section1-benefits-list li {
        margin-bottom: 10px;
    }

.fg-check-icon p {
    color: #444444;
    margin-bottom: 0 !important;
    max-width: 100% !important;
}

.fg-check-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.fg-section1-enroll-btn {
    background-color: #E37617;
    color: #000000;
    font-weight: bold;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 24px;
    cursor: pointer;
    margin-bottom: 20px;
}

.fg-section1-hero-left .fg-section1-note, .fg-section1-note strong {
    font-size: 14px;
    width: 400px;
    margin-bottom: 15px;
    color: #000000;
}

.fg-section1-note a {
    color: #661C69;
    text-decoration: underline;
}

.fg-section1-hero-right {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.fg-section1-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

    .fg-section1-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.fg-calculator-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FCF3EA;
    padding: 20px;
    border-radius: 15px 0 0 0;
    width: 99%;
    border-right: 50px solid purple;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .fg-calculator-box h3 {
        margin-top: 0;
        font-weight: bold;
        color: #000000;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fg-calculator-box label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #596981;
        font-weight: bold;
    }

    .fg-calculator-box select {
        width: 100%;
        padding: 8px;
        margin-bottom: 12px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

.fg-calculator-select-continue-container {
    display: flex;
    justify-content: left;
    gap: 10%;
}

.fg-section1-continue-btn {
    background-color: #b075b8;
    color: #FFFFFF;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    width: 200px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .fg-section1-continue-btn:enabled:hover,
    .fg-subscribe-btn:enabled:hover {
        background-color: #E37617 !important;
        font-weight: bold;
        color: #000000;
    }

.fg-compare-link {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #661C69;
    max-width: fit-content;
    text-decoration: underline;
}
/* Style for the plans section */
.fg-subscribe-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fg-calculator-nav span {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.fg-plan-boxes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    margin-top: 5px;
}

.fg-plan {
    padding: 10px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.fg-plans-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
}

    .fg-plans-img img {
        width: 35px;
    }

.fg-plan h4 {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.fg-plan small, .fg-plan h4 {
    font-weight: 400;
}

.fg-plan p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.fg-calculator-age-back {
    display: flex;
    gap: 30px;
}

.fg-back-link {
    color: #661C69;
    font-size: 14px;
    cursor: pointer;
}
/* Subscribe button */
.fg-subscribe-btn {
    background-color: #691a73;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

@media (min-width: 1441px) {
    .fg-section1-content-container {
        position: absolute;
        width: 100%;
    }

    .fg-section1-hero-left {
        padding: 50px 0 0 0;
        margin-left: auto;
        margin-right: auto;
    }

        .fg-section1-hero-left h4, .fg-section1-hero-left h1, .fg-section1-hero-left p, .fg-section1-benefits-list, .fg-section1-note {
            max-width: 60%;
        }

    .fg-section1-hero-right {
        width: 35%;
        right: 0;
        margin-left: auto;
    }

    .fg-section1-hero-left h4 {
        font-size: 24px;
    }

    .fg-section1-hero-left h1 {
        font-size: 48px;
    }

    .fg-section1-para2, .fg-section1-para2 strong {
        font-size: 22px;
        line-height: 28px;
    }

    .fg-section1-benefits-list li {
        font-size: 16px;
    }

    .fg-section1-hero-left .fg-section1-note, .fg-section1-note strong {
        font-size: 18px;
        width: 50%;
    }

    .fg-section1-enroll-btn {
        width: 200px;
        font-size: 18px;
    }

    .fg-calculator-nav span, .fg-compare-link {
        font-size: 16px;
    }

    .fg-back-link {
        color: #661C69;
        font-size: 16px;
        cursor: pointer;
    }

    .fg-section1-note a {
        font-size: 14px;
    }
}

@media (min-width: 1841px) {
    .fg-section1-hero-left h4, .fg-section1-hero-left h1, .fg-section1-hero-left p, .fg-section1-benefits-list, .fg-section1-note {
        max-width: 70%;
    }

    .fg-section1-para2, .fg-section1-para2 strong {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .fg-check-icon p {
        font-size: 18px;
    }

    .fg-section1-benefits-list {
        margin-bottom: 30px;
    }

    .fg-section1-enroll-btn {
        width: 200px;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .fg-calculator-box {
        padding: 20px;
    }

        .fg-calculator-box h3, .fg-section1-continue-btn, .fg-calculator-box select {
            font-size: 20px;
        }

    .fg-calculator-nav span, .fg-compare-link {
        font-size: 16px;
    }

    .fg-back-link {
        color: #661C69;
        font-size: 16px;
        cursor: pointer;
    }
}

@media (min-width: 1201px) and (max-width: 1440px) {
    .fg-section1-content-container {
        position: absolute;
        width: 100%;
    }

    .fg-section1-hero-right {
        width: 38%;
        right: 0;
        margin-left: auto;
    }

    .fg-section1-hero-left {
        padding: 30px 0 0 5%;
        margin-left: auto;
        margin-right: auto;
    }

        .fg-section1-hero-left h4, .fg-section1-hero-left h1, .fg-section1-hero-left p, .fg-section1-benefits-list, .fg-section1-note {
            max-width: 55%;
        }

    .fg-section1-para2, .fg-section1-para2 strong {
        font-size: 20px;
        line-height: 28px;
    }

    .fg-plan-boxes {
        margin: 0px;
    }

    .fg-section1-note a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .fg-section1-hero-left {
        padding: 50px;
    }

        .fg-section1-hero-left h1 {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .fg-section1-hero-left p, .fg-section1-hero-left strong {
            font-size: 18px;
            margin-bottom: 25px;
        }

    .fg-check-icon p, .fg-section1-note strong {
        font-size: 14px;
    }

    .fg-calculator-box {
        width: 100%;
        padding: 15px;
        border-right: 40px solid purple;
    }

    .fg-subscribe-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .fg-plans-img img {
        width: 25px;
    }

    .fg-plan p {
        font-size: 16px;
    }

    .fg-plan small, .fg-plan h4 {
        font-size: 12px;
    }

    .fg-plan-boxes {
        margin: 0px;
    }

    .fg-section1-note a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 860px) {
    .fg-section1-hero-left {
        padding: 50px 10px 10px 50px;
    }

        .fg-section1-hero-left h4 {
            font-size: 18px;
        }

        .fg-section1-hero-left p, .fg-section1-hero-left strong {
            margin-bottom: 20px;
        }

    .fg-calculator-box {
        border-right: 20px solid purple;
    }

    .fg-subscribe-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .fg-section1-benefits-list {
        margin-bottom: 20px;
    }

    .fg-section1-enroll-btn {
        margin-bottom: 15px;
    }

    .fg-back-link, .fg-section1-note a {
        font-size: 14px;
    }

    .fg-compare-link {
        font-size: 12px;
    }

    .fg-plan {
        gap: 2px;
    }
}

@media (max-width: 767px) {
    .fg-section1-hero-section {
        flex-direction: column;
        position: relative;
        height: 770px;
    }

    .fg-section1-hero-right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .fg-section1-content-container {
        width: 100%;
    }

    .fg-section1-image-wrapper {
        width: 100%;
        height: 100%;
    }

        .fg-section1-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .fg-section1-hero-right::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #ffffff 100%);
        z-index: 2;
        pointer-events: none;
    }

    .fg-section1-hero-left {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 30px 20px;
        background: transparent;
    }

        .fg-section1-hero-left h4 {
            font-size: 18px;
            margin-bottom: 8px;
        }

        .fg-section1-hero-left h1 {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .fg-section1-hero-left p {
            margin-bottom: 20px;
            line-height: 1.4;
            font-size: 18px;
        }

    .fg-check-icon p {
        font-size: 14px;
    }

    .fg-section1-hero-left .fg-section1-note {
        width: 100%;
    }

    .fg-section1-benefits-list {
        margin-bottom: 20px;
    }

    .fg-section1-benefits-list {
        columns: 1;
    }

    .fg-section1-note a {
        font-size: 14px;
    }

    .fg-section1-enroll-btn {
        margin-bottom: 10px;
    }

    .fg-calculator-box {
        width: 85%;
        bottom: 85px;
        z-index: 3;
        border-right: 25px solid purple;
    }

        .fg-calculator-box h3 {
            margin-bottom: 20px;
        }

        .fg-calculator-box select {
            width: 350px;
        }

    .fg-section1-continue-btn {
        padding: 10px;
        font-weight: bold;
        font-size: 14px;
    }

    .fg-calculator-nav span {
        font-size: 14px;
    }

    .fg-plan {
        gap: 2px;
    }
}

@media (max-width: 450px) {
    .fg-calculator-box {
        bottom: 30px;
    }

    .fg-back-link span {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .fg-section1-hero-left h4, .fg-section1-hero-left p, .fg-section1-hero-left strong {
        font-size: 16px;
    }

    .fg-check-icon p, .fg-section1-note strong {
        font-size: 14px;
    }

    .fg-section1-hero-left h1 {
        font-size: 26px;
    }

    .fg-calculator-box {
        padding: 10px;
        bottom: 20px;
        width: 95%;
    }

    .fg-subscribe-btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .fg-plans-img img {
        width: 25px;
    }

    .fg-plan p span {
        font-size: 14px;
    }
}

@media (max-width: 338px) {
    .fg-section1-benefits-list {
        margin-bottom: 10px;
    }
}
/* section 1 End*/
/* section 2 and 2 start */
.femaleGuard-home-secondSection {
    background-color: #ffffff;
    line-height: 1.6;
}

.femaleGuard-enrollmentSection {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.femaleGuard-contentWrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.femaleGuard-leadHeading {
    font-family: "TT Norms", Arial;
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
}

    .femaleGuard-leadHeading .highlight {
        font-family: "TT Norms", Arial;
        font-weight: 600;
        font-size: 34px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #661c69;
    }

.femaleGuard-leadText {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.femaleGuard-stepContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 60px;
}

.femaleGuard-stepItem {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.femaleGuard-stepIcon {
    width: 60px;
    height: 60px;
    margin: 19px auto 20px;
    display: block;
}

.femaleGuard-stepNumber {
    font-size: 16px;
    color: #661c69;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.femaleGuard-stepTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    display: block;
}

.femaleGuard-stepDescription {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #444444;
}

.femaleGuard-buttonContainer {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0px 0px;
}

.femaleGuard-btnEnroll {
    background-color: #e37617;
    border: none;
    color: #000000;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 52px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    min-width: 260px;
    cursor: pointer;
}

    .femaleGuard-btnEnroll:hover, .femaleGuard-btnEnroll:focus {
        background-color: #d16914;
        color: #ffffff;
        transform: translateY(-1px);
    }

.femaleGuard-btnCompare {
    text-align: center;
    background-color: transparent;
    border: 2px solid #661c69;
    color: #661c69;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 52px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    min-width: 260px;
    cursor: pointer;
    font-family: "TT Norms", Arial;
}

    .femaleGuard-btnCompare:hover, .femaleGuard-btnCompare:focus {
        background-color: #661c69;
        color: #ffffff;
        transform: translateY(-1px);
    }
/* iPad Devices - Responsive Layout */
@media (max-width: 1023px) and (min-width: 769px) {
    .femaleGuard-contentWrapper {
        padding: 0 30px;
    }

    .femaleGuard-enrollmentSection {
        padding: 20px 0;
    }

    .femaleGuard-leadHeading {
        font-size: 32px;
    }

        .femaleGuard-leadHeading .highlight {
            font-size: 32px;
        }

    .femaleGuard-leadText {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .femaleGuard-stepContainer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 50px;
    }

    .femaleGuard-stepItem {
        flex: 1;
        text-align: center;
        padding: 0 10px;
        max-width: none;
    }

    .femaleGuard-stepIcon {
        width: 55px;
        height: 55px;
        margin: 15px auto 18px;
    }

    .femaleGuard-stepNumber {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .femaleGuard-stepTitle {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .femaleGuard-stepDescription {
        font-size: 13px;
        line-height: 18px;
    }

    .femaleGuard-buttonContainer {
        gap: 18px;
    }

    .femaleGuard-btnEnroll, .femaleGuard-btnCompare {
        min-width: 240px;
        padding: 14px 20px;
    }
}
/* Mobile Devices - Responsive Layout */
@media (max-width: 768px) {
    .femaleGuard-contentWrapper {
        padding: 0 20px;
    }

    .femaleGuard-enrollmentSection {
        padding: 20px 20px;
    }

    .femaleGuard-leadHeading {
        font-size: 24px;
        margin-bottom: 16px;
    }

        .femaleGuard-leadHeading .highlight {
            font-size: 24px;
        }

    .femaleGuard-leadText {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .femaleGuard-stepContainer {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 20px;
        align-items: stretch;
    }

    .femaleGuard-stepItem {
        padding: 0;
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
    }

    .femaleGuard-stepIcon {
        width: 60px;
        height: 60px;
        margin: 0;
        display: block;
        flex-shrink: 0;
    }

    .femaleGuard-stepContent {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .femaleGuard-stepHeader {
        display: flex;
        align-items: baseline;
        gap: 4px;
        margin-bottom: 8px;
    }

    .femaleGuard-stepNumber {
        color: #661c69;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
        display: inline;
        line-height: 1.3;
    }

    .femaleGuard-stepTitle {
        font-size: 16px;
        text-align: left;
        margin-bottom: 0;
        color: #000000;
        font-weight: 700;
        line-height: 1.3;
        display: inline;
    }

    .femaleGuard-stepDescription {
        font-size: 14px;
        text-align: left;
        color: #444444;
        line-height: 1.5;
        margin: 0;
    }

    .femaleGuard-buttonContainer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 40px;
    }

    .femaleGuard-btnEnroll, .femaleGuard-btnCompare {
        width: 100%;
        max-width: 320px;
        text-align: center;
        padding: 16px 22px;
    }
}
/* Large Desktop - Responsive Layout */
@media (min-width: 1400px) {
    .femaleGuard-contentWrapper {
        max-width: 1200px;
    }
}
/* Third Section */
.femaleGuard-home-coverageSection {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0;
    font-family: "TT Norms", Arial, sans-serif;
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
}

.femaleGuard-home-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.femaleGuard-home-sectionHeader {
    text-align: center;
    margin-bottom: 60px;
}

.femaleGuard-home-mainHeading, .femaleGuard-home-textPurple {
    font-family: "TT Norms", Arial;
    font-weight: 600;
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
}

.femaleGuard-home-textPurple {
    color: #661c69;
}

.femaleGuard-home-leadText {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.femaleGuard-home-strongText {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.femaleGuard-home-mainLayout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.femaleGuard-home-sidebar {
    width: 300px;
    flex-shrink: 0;
}

.femaleGuard-home-navButtons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.femaleGuard-home-navButton {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #ced4da;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    color: #000000;
}

    .femaleGuard-home-navButton:hover {
        border-color: #e37617;
        background-color: #fefefe;
    }

    .femaleGuard-home-navButton.active {
        background: #fcf3ea;
        border-color: #e37617;
        color: #000000;
    }

.femaleGuard-home-navIcon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .femaleGuard-home-navIcon img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

.femaleGuard-home-navButton span {
    flex: 1;
}

.femaleGuard-home-navText {
    font-weight: 600;
}

.femaleGuard-home-chevron {
    display: none;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    margin-left: auto;
    color: #444444;
}

.femaleGuard-home-faqSection {
    padding: 0px;
    border-radius: 8px;
}

.femaleGuard-home-faqText {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #444444;
}

.femaleGuard-home-faqLink {
    color: #661c69;
    text-decoration: underline;
    font-weight: 500;
}

    .femaleGuard-home-faqLink:hover {
        color: #661c69;
        text-decoration: underline;
    }

.femaleGuard-home-separator {
    width: 1px;
    background-color: #e0e0e0;
    flex-shrink: 0;
    min-height: 400px;
}

.femaleGuard-home-contentArea {
    flex: 1;
    min-width: 0;
}

.femaleGuard-home-contentSection {
    display: none;
    transition: opacity 0.3s ease;
}

    .femaleGuard-home-contentSection.active {
        display: block;
        opacity: 1;
    }

.femaleGuard-home-contentHeader {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.femaleGuard-home-contentIcon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .femaleGuard-home-contentIcon img {
        width: 58px;
        height: 58px;
        object-fit: contain;
    }

.femaleGuard-home-contentTitle {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    line-height: 1.3;
}

.femaleGuard-home-contentBody {
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

    .femaleGuard-home-contentBody p {
        font-size: 16px;
        line-height: 1.5;
        color: #444444;
        margin-bottom: 15px;
        margin-left: 75px;
    }

        .femaleGuard-home-contentBody p:last-child {
            margin-bottom: 0;
        }

    .femaleGuard-home-contentBody strong {
        color: #000000;
        font-weight: 600;
    }

.femaleGuard-home-mobileFaq {
    display: none;
    margin-top: 0px;
    text-align: center;
    padding: 60px;
}

.femaleGuard-home-mobileFaqText {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 8px 0;
    color: #444444;
}

.femaleGuard-home-mobileFaqLink {
    color: #661c69;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 1240px) {
    .femaleGuard-home-container {
        padding: 0 30px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .femaleGuard-home-coverageSection {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .femaleGuard-home-mainHeading, .femaleGuard-home-textPurple {
        font-size: 30px;
    }

    .femaleGuard-home-leadText, .femaleGuard-home-strongText {
        font-size: 19px;
    }

    .femaleGuard-home-sectionHeader {
        margin-bottom: 50px;
    }

    .femaleGuard-home-mainLayout {
        gap: 30px;
    }

    .femaleGuard-home-sidebar {
        width: 280px;
    }

    .femaleGuard-home-contentArea {
        display: block !important;
        order: initial;
    }

    .femaleGuard-home-sidebar {
        order: initial;
    }

    .femaleGuard-home-separator {
        display: block !important;
    }

    .femaleGuard-home-faqSection {
        display: block !important;
    }

    .femaleGuard-home-mobileFaq {
        display: none !important;
    }

    .femaleGuard-home-chevron {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .femaleGuard-home-coverageSection {
        padding: 40px 20px;
    }

    .femaleGuard-home-container {
        padding: 0 20px;
    }

    .femaleGuard-home-mainHeading, .femaleGuard-home-textPurple {
        font-size: 28px;
    }

    .femaleGuard-home-leadText, .femaleGuard-home-strongText {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .femaleGuard-home-strongText {
        font-weight: 600;
    }

    .femaleGuard-home-sectionHeader {
        margin-bottom: 40px;
    }

    .femaleGuard-home-mainLayout {
        flex-direction: column;
        gap: 12px;
    }

    .femaleGuard-home-sidebar {
        width: 100%;
        order: 2;
    }

    .femaleGuard-home-contentArea {
        order: 1;
        display: none;
    }

    .femaleGuard-home-separator {
        display: none;
    }

    .femaleGuard-home-faqSection {
        display: none;
    }

    .femaleGuard-home-navButtons {
        gap: 12px;
        margin-bottom: 0;
    }

    .femaleGuard-home-navButton {
        border-radius: 8px;
        justify-content: space-between;
        padding: 20px 16px;
        color: #000000;
        border: 1px solid #ced4da;
    }

        .femaleGuard-home-navButton.active {
            background: #fcf3ea;
            border-color: #e37617;
            color: #000000;
        }

    .femaleGuard-home-chevron {
        display: block;
        color: #444444;
    }

    .femaleGuard-home-navButton.active .femaleGuard-home-chevron {
        transform: rotate(180deg);
        color: #444444;
    }

    .femaleGuard-home-contentSection {
        margin-top: -12px;
        padding: 0 20px;
        border: none;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    }

        .femaleGuard-home-contentSection.active {
            max-height: 500px;
            padding: 20px 2px;
        }

        .femaleGuard-home-contentSection .femaleGuard-home-contentHeader {
            gap: 16px;
            margin-bottom: 20px;
        }

        .femaleGuard-home-contentSection .femaleGuard-home-contentIcon {
            width: 48px;
            height: 48px;
        }

            .femaleGuard-home-contentSection .femaleGuard-home-contentIcon img {
                width: 48px;
                height: 48px;
            }

        .femaleGuard-home-contentSection .femaleGuard-home-contentTitle {
            font-size: 20px;
            color: #000000;
        }

        .femaleGuard-home-contentSection .femaleGuard-home-contentBody p {
            font-size: 16px;
            margin-bottom: 15px;
            color: #444444;
            margin-left: 63px;
        }

    .femaleGuard-home-mobileFaq {
        display: block;
    }
}

@media (max-width: 480px) {
    .femaleGuard-home-mainHeading, .femaleGuard-home-textPurple {
        font-size: 24px;
    }
}
/* section 2 and 3 start */
/* section 4 start */
.fg-section4-container * {
    line-height: normal;
}

.fg-section4-image-container {
    position: absolute;
    width: 100%;
}

    .fg-section4-image-container img {
        width: 40%;
    }

.fg-section4-content-container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    text-align: center;
    height: 100%;
    padding-top: 5%;
}

.fg-section4-container {
    padding-top: 20px;
    background: #f9f9f9;
}

.fg-section4-content-container-div {
    padding-left: 43%;
    text-align: left;
}

.assurant-logo {
    max-width: 200px;
}

.fg-section4-content-container-div h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bold;
}

.highlight {
    font-size: 34px;
    color: #661C69;
    font-weight: bold;
}

.fg-section4-content-container-div p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
}

.fg-title-bold {
    font-size: 20px;
    font-weight: bold;
}

.fg-section4-trust-stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.fg-section4-stat-item {
    max-width: 200px;
    text-align: center;
}

    .fg-section4-stat-item img {
        width: 60px;
        height: auto;
        margin-bottom: 10px;
    }

    .fg-section4-stat-item p {
        font-size: 14px;
        color: #444444;
    }

@media (min-width: 1441px) {
    .fg-section4-image-container img {
        width: 35%;
    }

    .fg-section4-content-container-div {
        padding-left: 35%;
    }

        .fg-section4-content-container-div h2, .highlight {
            font-size: 36px;
            margin-top: 18px;
        }

        .fg-section4-content-container-div p, .fg-title-bold {
            font-size: 22px;
        }

    .fg-section4-stat-item img {
        width: 80px;
    }

    .fg-section4-stat-item p {
        font-size: 16px;
        color: #444444;
    }

    .fg-section4-trust-stats-container {
        margin-top: 60px;
    }
}

@media (min-width: 1941px) {
    .fg-section4-image-container img {
        width: 32%;
    }

    .fg-section4-content-container-div {
        padding-left: 30%;
    }
}

@media (max-width: 1440px) {
    .fg-section4-stat-item {
        max-width: 29%;
    }

    .fg-section4-content-container-div h2, .highlight {
        font-size: 36px;
        margin-top: 18px;
    }

    .fg-section4-content-container-div p, .fg-title-bold {
        margin-bottom: 40px;
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .fg-section4-image-container img {
        width: 45%;
    }

    .fg-section4-content-container {
        padding: 10px;
    }

    .fg-section4-content-container-div {
        padding-left: 50%;
    }

    .assurant-logo {
        max-width: 140px;
    }

    .fg-section4-content-container-div h2, .highlight {
        font-size: 28px;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .fg-section4-content-container-div p, .fg-title-bold {
        font-size: 16px;
    }

    .fg-section4-trust-stats-container {
        gap: 0px;
    }

    .fg-section4-stat-item {
        max-width: 30%;
    }

        .fg-section4-stat-item p {
            font-size: 12px;
        }
}

@media (min-width: 991px) {
    .fg-section4-content-container {
        padding-top: 2%;
    }

    .fg-section4-trust-stats-container {
        gap: 0px;
    }

    .fg-section4-content-container-div h2, .highlight {
        font-size: 36px;
    }

    .fg-section4-content-container-div p, .fg-title-bold {
        font-size: 20px;
    }

    .fg-section4-stat-item p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .assurant-logo {
        max-width: 100px;
    }

    .fg-section4-content-container-div h2, .highlight {
        font-size: 24px;
    }

    .fg-section4-content-container-div p, .fg-title-bold {
        font-size: 14px;
    }

    .fg-section4-stat-item p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .fg-section4-trust-stats-container {
        gap: 10px;
    }

    .fg-section4-content-container-div h2, .highlight {
        margin-top: 10px;
    }

    .fg-section4-content-container-div p {
        margin-bottom: 20px;
    }

    .fg-section4-stat-item img {
        width: 50px;
    }
}

@media (max-width: 660px) {
    .assurant-logo {
        max-width: 60px;
    }

    .fg-section4-content-container-div h2, .highlight {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .fg-section4-content-container-div p {
        font-size: 12px;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight: 400;
    }

    .fg-section4-stat-item {
        max-width: 75px;
    }

        .fg-section4-stat-item img {
            width: 45px;
            margin-bottom: 5px;
        }

        .fg-section4-stat-item p {
            font-size: 10px;
        }
}

@media (min-width:601px) {
    .fg-section4-trust-stats-container {
        gap: 0 !important;
    }

    .fg-section4-stat-item {
        max-width: 33% !important;
        padding: 0 4px 0 4px !important;
    }

    .fg-stat-border {
        border-left: 1px solid #80808063;
        border-right: 1px solid #80808063;
        max-height: 170px;
    }
}

@media (max-width: 600px) {
    .fg-section4-content-container {
        height: auto;
    }

    .fg-section4-image-container {
        position: relative;
        width: 100%;
    }

        .fg-section4-image-container img {
            width: 100%;
        }

    .fg-section4-content-container-div {
        padding: 20px;
    }

    .assurant-logo {
        max-width: 150px;
    }

    .fg-section4-content-container-div h2, .highlight {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .fg-title-bold {
        font-weight: bold;
    }

    .fg-section4-trust-stats-container {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }

    .fg-section4-stat-item {
        max-width: 100%;
        display: flex;
    }

        .fg-section4-stat-item img {
            width: 65px;
            margin: 0px;
        }

        .fg-section4-stat-item p {
            font-size: 14px;
            margin: 0;
            text-align: start;
            padding-left: 20px;
            display: flex;
            align-items: center;
        }

    .fg-section4-content-container-div p,
    .fg-title-bold {
        font-size: 20px;
    }
}
/* section 4 End*/
/* Bottom Section start */
.fg-bottom-container {
    position: relative;
    background-color: #661C69;
    padding: 40px 40px;
    overflow: hidden;
}

.bg-right-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fg-bottom-content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.fg-bottom-content-text {
    flex: 1 1 60%;
}

    .fg-bottom-content-text h2 {
        font-size: 34px;
        color: #FFFFFF;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .fg-bottom-content-text p, .fg-bottom-title-bold {
        font-size: 20px;
        color: #FFFFFF;
        width: 90%;
    }

.fg-bottom-title-bold {
    font-weight: bold;
}

.fg-bottom-content-buttons {
    flex: 1 1 35%;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

    .fg-bottom-content-buttons .fg-bottom-btn-primary {
        background-color: #E37617;
        font-size: 16px;
        color: #000000;
        padding: 14px 20px;
        border: none;
        border-radius: 24px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fg-bottom-content-buttons .fg-bottom-btn-outline {
        text-decoration: none;
        background-color: transparent;
        font-size: 16px;
        color: white;
        padding: 12px 20px;
        border: 1px solid white;
        border-radius: 24px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.femaleGuard-btnCompare:hover, .fg-bottom-btn-outline:hover {
    background-color: #e37617;
    color: #000000;
    border: none;
    text-decoration: none;
}

.fg-bottom-btn-primary:hover, .fg-section1-enroll-btn:hover {
    color: #ffffff;
}

@media (max-width: 1200px) {
    .fg-bottom-content-text h2 {
        font-size: 30px;
    }

    .fg-bottom-content-text p, .fg-bottom-title-bold {
        font-size: 16px;
    }

    .fg-bottom-content-text {
        flex: 1 1 55%;
    }

    .fg-bottom-content-buttons {
        flex: 1 1 40%;
        justify-content: flex-end;
    }
}

@media (max-width: 1024px) {
    .fg-bottom-content-buttons .fg-bottom-btn-primary, .fg-bottom-content-buttons .fg-bottom-btn-outline {
        padding: 12px;
    }
}

@media (max-width: 991px) {
    .fg-bottom-content-text h2 {
        font-size: 24px;
    }

    .fg-bottom-content-text p, .fg-bottom-title-bold {
        font-size: 12px;
    }

    .fg-bottom-content-text {
        flex: 1 1 50%;
    }

    .fg-bottom-content-buttons {
        flex: 1 1 40%;
    }

        .fg-bottom-content-buttons .fg-bottom-btn-primary, .fg-bottom-content-buttons .fg-bottom-btn-outline {
            font-size: 14px;
            padding-right: 14px;
            padding-left: 14px;
        }
}

@media (max-width: 820px) {
    .fg-bottom-container {
        padding: 40px 30px;
    }

    .fg-bottom-content-wrapper {
        gap: 0px;
    }

    .fg-bottom-content-buttons .fg-bottom-btn-primary, .fg-bottom-content-buttons .fg-bottom-btn-outline {
        font-size: 12px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .fg-bottom-content-text h2 {
        font-size: 20px;
    }

    .fg-bottom-content-text {
        flex: 1 1 45%;
    }
}

@media (max-width: 610px) {
    .fg-bottom-container {
        padding: 20px 20px;
    }

    .fg-bottom-content-wrapper {
        flex-direction: column;
    }

    .fg-bottom-content-text {
        text-align: center;
    }

        .fg-bottom-content-text h2 {
            font-size: 30px;
        }

        .fg-bottom-content-text p, .fg-bottom-title-bold {
            font-size: 20px;
            margin-top: 20px;
            width: 100%;
        }

    .fg-bottom-content-buttons {
        justify-content: center;
        flex-direction: column;
    }

        .fg-bottom-content-buttons .fg-bottom-btn-primary, .fg-bottom-content-buttons .fg-bottom-btn-outline {
            font-size: 16px;
        }
}

@media (max-width: 375px) {
    .fg-bottom-content-text h2 {
        font-size: 24px;
    }

    .fg-bottom-content-text p, .fg-bottom-title-bold {
        font-size: 14px;
        margin-top: 15px;
    }
}
/* Bottom section End*/
/* FemaleGuard Redesign CSS start*/
/** New Enrollment section **/
.fg-enrollmentForm {
    background-color: #FBF8F4;
    font-family: "TT Norms", sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.fg-hide {
    display: none !important;
}

.fg-enrollmentHeader {
    background-color: #661c69;
    height: 72px;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.fg-enrollmentBody {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.fg-gobackSection {
    padding-bottom: 12px;
    max-width: fit-content;
    color: #661C69;
}

    .fg-gobackSection a {
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer;
    }

.fg-enrollSec-container {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    padding-bottom: 32px;
    border: 1px solid #EAECEE;
}

.fg-summarySec-container {
    background-color: #FCF3EA;
    border: 1px solid #E37617;
    border-radius: 12px;
    padding: 24px;
}

@media (max-width: 1200px) {
    .fg-enrollmentBody {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 1024px) {
    .fg-enrollmentBody {
        padding: 32px;
    }
}

@media (max-width: 992px) {
    .fg-enrollRightSection {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .fg-enrollSec-container, .fg-summarySec-container {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .fg-enrollmentHeader {
        height: 64px;
    }

    .fg-enrollmentBody {
        padding: 16px;
    }

    .fg-enrollSec-container, .fg-summarySec-container {
        padding: 20px;
    }
}
/**Enrollment Form - Insured Section**/
.fg-insuredHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.insuredHeader-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.insuredHeader-icon-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: -10px;
}

.fg-insuredIcon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.insuredHeader-separator {
    height: 46px;
    border: 0.7px solid rgba(255, 255, 255, 0.31);
    margin-top: 1px;
}

.insuredHeader-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1px;
}

.insuredHeader-title {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.insuredHeader-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #FAFCFF;
}

.insuredHeader-right {
    display: flex;
    align-items: center;
}

.insuredProgress-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#E37617 0deg 120deg, rgba(255, 255, 255, 1) 90deg 360deg);
    position: relative;
}

    .insuredProgress-circle::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: #661c69;
        border-radius: 50%;
        z-index: 0;
    }

.insuredProgress-text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.fg-insuredInfoText {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5rem;
    color: #000000;
}

.fg-insuredFormLabel {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #596981;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.fg-formInput {
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 1px solid #EAECEE;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    background: #FCFCFC;
    transition: all 0.15s ease;
}

    .fg-formInput:focus {
        outline: none;
        background: #fcfcfc;
        border: 1px solid #661c69a1;
        box-shadow: 0 0 6px rgb(133 89 135 / 85%);
    }

.fg-readonlyfield[readonly] {
    background-color: #F2F2F2;
}

.fg-insuredborderline {
    border-top: 0.3px solid #ced4da;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    padding-top: 20px;
}

.fg-insuredInfoPara {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 1rem;
    color: #444444;
}

.fg-insuredCheckBox {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

    .fg-insuredCheckBox input.fg-insuredCheckBox-input[type="checkbox"] {
        display: inline-block !important;
        /* override earlier display:none */
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .fg-insuredCheckBox .fg-insuredCheckBox-label {
        position: relative;
        cursor: pointer;
        padding-left: 28px;
        user-select: none;
    }

        .fg-insuredCheckBox .fg-insuredCheckBox-label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 18px;
            height: 18px;
            border: 1.5px solid #3C4D6A;
            border-radius: 4px;
            background: #FFFFFF;
            box-sizing: border-box;
            transition: background-color .2s ease, border-color .2s ease;
        }

        .fg-insuredCheckBox .fg-insuredCheckBox-label::after {
            content: '✓';
            position: absolute;
            left: 0;
            top: 2px;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            background: #E37617;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            font-size: 12px;
            font-weight: 700;
            opacity: 0;
            transform: scale(.75);
            transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
        }

    .fg-insuredCheckBox input.fg-insuredCheckBox-input[type="checkbox"]:checked + .fg-insuredCheckBox-label::after, .fg-insuredCheckBox input.fg-insuredCheckBox-input[type="checkbox"]:checked ~ .fg-insuredCheckBox-label::after {
        opacity: 1;
        transform: scale(1);
    }

    .fg-insuredCheckBox input.fg-insuredCheckBox-input[type="checkbox"]:checked + .fg-insuredCheckBox-label::before, .fg-insuredCheckBox input.fg-insuredCheckBox-input[type="checkbox"]:checked ~ .fg-insuredCheckBox-label::before {
        background: #E37617;
        border-color: #E37617;
    }

.fg-insuredAcknowledgeText {
    font-weight: 400;
    color: #444444;
    font-size: 14px;
    line-height: 22px;
}

    .fg-insuredAcknowledgeText a {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .fg-insuredAcknowledgeText strong {
        font-size: 14px;
        line-height: 22px;
    }

.fg-insuredSummaryTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 40px;
}

.fg-insuredMonthlyTotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.fg-insuredMonthlyLabel {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.fg-monthly-amount {
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: #000000;
}

    .fg-monthly-amount .decimal-value {
        font-weight: 700;
        font-size: 18px;
        line-height: 37px;
        letter-spacing: -0.01em;
        color: #000000;
        position: relative;
        bottom: 7px;
    }

.fg-insuredContinueBtn {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    gap: 4px;
    background: #E37617;
    border: 2px solid #E37617;
    border-radius: 56px;
    cursor: pointer;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

@media (max-width: 480px) {
    .insuredHeader-left {
        gap: 12px;
    }

    .insuredHeader-separator {
        height: 28px;
    }

    .insuredHeader-title {
        font-size: 16px;
    }

    .insuredHeader-subtitle {
        font-size: 13px;
    }

    .insuredProgress-circle {
        width: 44px;
        height: 44px;
        background: conic-gradient(#E37617 0deg 90deg, rgba(255, 255, 255, 1) 90deg 360deg);
    }

        .insuredProgress-circle::before {
            width: 34px;
            height: 34px;
            background: #661c69;
        }

    .insuredProgress-text {
        font-size: 12px;
    }

    .fg-noMargin {
        margin-bottom: 0 !important;
    }

    .fg-insuredborderline {
        margin-top: 1.5rem !important;
    }
}
/* FG section 2 Enrollment*/
.fg-coverage-hide {
    display: none !important;
}

.fg-coverageHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.fg-coverageHeader-img {
    width: 25px;
}

.fg-coverageHeader-left {
    display: flex;
}

.fg-coverageHeader-icon-wrapper {
    border-right: 1px solid #FFFFFF4F;
    padding-right: 5px;
    padding-top: 3px;
}

.fg-coverageHeader-text {
    padding-left: 7px;
}

.fg-coverageHeader-title {
    color: #FAFCFF;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1px;
}

.fg-coverageHeader-subtitle {
    color: #FAFCFF;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.coverageProgress-circle {
    position: relative;
    width: 52px;
    height: 52px;
    background: conic-gradient(#E37617 0% 66%, #fff 25% 100%);
    border-radius: 50%;
}

.coverageProgress-circle-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #661C69;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#coverageProgress-progress-text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.fg-coverageSec-goBack span, .fg-coverageSec-goBack {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
    color: #661C69;
    text-decoration: none;
}

    .fg-coverageSec-goBack span {
        text-decoration: underline !important;
        padding: 2px;
        padding-right: 5px;
        cursor: pointer;
    }
/* Left Section */
.fg-coverageEnrollmentForm h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.fg-coverageEnrollmentForm p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #444444;
    line-height: 22px;
}

.datePickerTitle {
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #596981;
    margin-bottom: 5px;
}

.fg-CoverageSec-Form {
    margin-bottom: 30px;
    max-width: 50%;
}

.fg-CoverageSecDate-input {
    position: relative;
}

.fg-CoverageSec-Forminput {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #3d515a !important;
    background: #fcfcfc;
    transition: all 0.15s ease;
    margin-bottom: 15px;
}

.fg-CoverageSecDate-input::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'%3E%3C/path%3E%3C/svg%3E");
    pointer-events: none;
}

.fg-coverage-cal-link {
    font-size: 14px;
    font-weight: 400;
    color: #661C69;
    text-decoration: none;
    border-bottom: 1px solid #661c69;
}

.fg-coverageEnrollmentForm h4 {
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
/* Plan buttons */
.fg-coverage-plan-options {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.fg-enroll-plans-btn-span {
    display: flex;
    align-items: center;
}

.fg-enroll-plan-btn {
    background-color: #FFFFFF;
    border: 1px solid #EAECEE;
    color: #444444;
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-weight: 700;
    padding: 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
    transition: 0.2s;
}

.fg-enroll-plans-btn-img {
    margin-right: 10px;
    width: 25px;
}

.fg-plans-radio {
    height: 20px;
    width: 20px;
    accent-color: #E37617;
    box-shadow: none;
}

.fg-enroll-plan-btn.active, .fg-enroll-plan-btn:hover {
    outline: none;
    border-color: #E37617;
    background: #FBF4ED;
    box-shadow: 0 0 0 3px rgba(240, 138, 36, 0.2);
}
/* Right Section */
.fg-subscribedName-container, .fg-subscribedPlan-container, .fg-subscriptionAmount-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fg-subscribedName, .fg-subscribedPlan, .fg-subscribedNameValue, .fg-subscribedPlanValue {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

.fg-subscriptionAmount {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.fg-subscriptionAmount-container {
    padding-top: 20px;
    border-top: 2px solid #eaecee;
}

.fg-subscriptionAmountValue {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 34px;
    color: #000000;
}

.fg-subscriptionAmountCents {
    font-size: 18px;
    font-weight: bold;
}

.fg-subscribedNameValue, .fg-subscribedPlanValue {
    font-weight: 700;
}

.fg-coverageSummary h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.fg-coverageSummary h2 {
    font-size: 28px;
    color: #f08a24;
    margin: 10px 0 20px;
}

.fg-coverageContinueBtn {
    outline: none;
    width: 100%;
    background: #Edb180;
    margin-top: 20px;
    border: none;
    padding: 14px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s;
}

.fg-coverage-ss-disclaimer {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: normal;
}

@media (min-width: 768px) {
    .fg-coverage-main-container {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .fg-coverage-plan-options {
        flex-direction: column;
    }

    .fg-coverageEnrollmentForm h4 {
        margin-top: 40px;
    }

    .fg-CoverageSec-Form {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .fg-coverageHeader-title {
        font-size: 20px;
    }

    .fg-coverageHeader-subtitle {
        font-size: 12px;
    }

    .coverageProgress-circle {
        width: 45px;
        height: 45px;
    }

    .coverageProgress-circle-overlay {
        width: 33px;
        height: 33px;
    }

    .fg-coverageSec-goBack {
        margin-bottom: 10px;
    }

    .fg-coverageEnrollmentForm h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fg-coverageEnrollmentForm p {
        font-size: 14px;
    }

    .fg-coverageSummary h3 {
        font-size: 20px;
    }

    .fg-subscriptionAmount {
        font-size: 16px;
    }

    .fg-subscriptionAmountValue {
        font-size: 28px;
    }

    .fg-subscriptionAmountCents {
        font-size: 14px;
    }
}
/*Pay Section changes - New Enrollment Form*/
.fg-payHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.payHeader-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payHeader-icon-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: -10px;
}

.fg-payIcon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.payHeader-separator {
    height: 46px;
    border: 0.7px solid rgba(255, 255, 255, 0.31);
    margin-top: 1px;
}

.payHeader-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1px;
}

.payHeader-title {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.payHeader-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #FAFCFF;
}

.payHeader-right {
    display: flex;
    align-items: center;
}

.payProgress-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(#E37617 0deg 360deg, rgba(255, 255, 255, 1) 90deg 360deg);
    position: relative;
}

    .payProgress-circle::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: #661c69;
        border-radius: 50%;
        z-index: 0;
    }

.payProgress-text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.fg-payInfoText {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1.5rem;
    color: #000000;
}

.fg-payAcceptText {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    color: #000000;
}

.femaleguard-payment-method {
    padding-bottom: 15px;
}

.femaleguard-pay-creditcard, .femaleguard-pay-bankacc {
    margin-bottom: 1.25rem;
}

.femaleguard-pay-option.active {
    border: 1px solid #E37617;
    background-color: #FBF4ED;
}

.femaleguard-pay-option {
    border: 1px solid #FBF4ED;
    border-radius: 6px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.femaleguard-pay-cc-icon {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    background-image: url(/images/femaleguardlibraries/femaleguard/card-img.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.femaleguard-pay-bankacc-icon {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    background-image: url(/images/femaleguardlibraries/femaleguard/deposit-img.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.femaleguard-pay-cc-title, .femaleguard-pay-bankacc-title {
    font-weight: 700;
    font-size: 15px;
    color: #333;
}

.confirmation-section {
    border-top: 1px solid #ced4da;
    margin: 1rem 0;
}

.acceptHeading {
    color: #1f4776;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}

.acceptPara {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

.pay-section-list, .captchaDiv {
    margin: 12px 0;
}


    .pay-section-list label {
        font-weight: 400;
        color: #444444;
        font-size: 14px;
    }

        .pay-section-list label strong {
            font-weight: 700;
            color: #444444;
            font-size: 14px;
        }

        .pay-section-list label a {
            font-size: 14px;
            font-weight: 400;
            color: #E37617;
            text-decoration: none;
        }

            .pay-section-list label a:hover {
                text-decoration: underline;
            }

#fg-EnrollmentForm input[type="checkbox"] {
    display: block;
    accent-color: #E37617;
}

.paysec-checkbox {
    margin-top: 0.15rem;
    transform: scale(1.2);
}

.fg-payFormLabel {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #596981;
    padding-top: 8px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

.radio-container {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.form-check-input:checked ~ .radio-checkmark {
    background-color: #fff;
    border-color: #3b82f6;
}

.femaleguardPayBankType {
    padding: 0 15px;
}

.fgRadioBtn {
    padding-left: 25px;
    margin-bottom: 1.2rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

#fg-EnrollmentForm .form-check-input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#fg-EnrollmentForm .radio-checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #dce1e6;
    border-radius: 50%;
}

#fg-EnrollmentForm .form-check-input:checked ~ .radio-checkmark {
    background-color: #fff;
    border-color: #E37617;
}

#fg-EnrollmentForm .radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#fg-EnrollmentForm .form-check-input:checked ~ .radio-checkmark:after {
    display: block;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E37617;
}

.fg-paySummaryTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 40px;
}

.paysec-summary-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.summary-maxins-amt {
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
}

.paysec-summary-benficiaries {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 18px;
    color: #444;
}

.fgPayAllSummBeneficiaries {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 2px solid #eaecee;
}

.fgPayAllBeneficiaries {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.fgPaySectionBeneficiariesName {
    color: #444;
    font-size: 15px;
}

.femaleguardBeneficiariesPercentage {
    font-size: 15px;
    color: #444;
    font-weight: 700;
}

.paysec-summary-label {
    color: #444;
    font-size: 15px;
}

.paysec-maxins-amount, .femaleguardMaxInsuredCents {
    color: #444;
    font-size: 15px;
    font-weight: 700;
}

.paysec-monthly-total {
    margin-bottom: 24px;
}

.paysec-monthly-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paysec-monthly-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.femaleguard-monthly-amount {
    color: #1f4776;
    font-weight: 700;
    font-size: 22px;
}

.decimal-value {
    color: #1f4776;
    position: relative;
    font-size: 15px;
    top: -6px;
    font-weight: 700;
}

span.lock-icon {
    background-image: url(/images/femaleguardlibraries/FemaleguardIcons/payregistrationicon.png);
    display: inline-flex;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -4px;
    padding: 10px 15px;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
}

.paysec-continuebtn {
    width: 100%;
    height: 48px;
    background-color: #E37617;
    color: #ffffff;
    border: none;
    border-radius: 44px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 16px;
}

.paysec-summary-note {
    font-size: 14px;
    color: #444444;
    margin-top: 1rem;
}

.card-icons {
    display: flex;
    margin-bottom: 1.5rem;
}

.card-icon {
    border: 1px solid #dce1e6;
    border-radius: 6px;
    padding: 6px 12px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

    .card-icon span {
        height: 24px;
        width: 35px;
        background-size: cover;
        background-position: center;
        display: block;
    }
.fg-subscriptionAmountValue #decimal-amount {
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
}

#spnCaptcha {
    display: none;
}

button#btnContinuePay {
    margin-top: 20px;
}

.visa {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/visaicon.jpg");
}

.masterCard {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/mastercardicon.png");
}

.americanExpress {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/amexicon.png");
}

@media (max-width: 768px) {
    .paysec-summary-container {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    @media (max-width: 480px) {
        .payHeader-left {
            gap: 12px;
        }

        .payHeader-separator {
            height: 28px;
        }

        .payHeader-title {
            font-size: 16px;
        }

        .payHeader-subtitle {
            font-size: 13px;
        }

        .payProgress-circle {
            width: 44px;
            height: 44px;
            background: conic-gradient(#E37617 0deg 90deg, rgba(255, 255, 255, 1) 90deg 360deg);
        }

            .payProgress-circle::before {
                width: 34px;
                height: 34px;
                background: #661c69;
            }

        .payProgress-text {
            font-size: 12px;
        }

        .fg-paysection-main-container {
            padding: 16px;
        }

        .femaleguard-monthly-amount {
            font-size: 20px;
        }

            .femaleguard-monthly-amount span {
                font-size: 14px;
            }
    }
}
/* PlansPage CSS start */
/* Container */
.fg-plansPage-container {
    background-color: #FBF8F4;
}

.fg-plansPage-content-container {
    max-width: 1200px;
    margin: auto;
    padding: 75px 0px;
    font-family: Arial, sans-serif;
}
/* Head section */
.fg-plansPage-header {
    margin: auto;
    text-align: center;
    width: 75%;
    margin-bottom: 50px;
}

    .fg-plansPage-header h1, .fg-plansPage-header h1 span {
        color: #000000;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .fg-plansPage-header h1 span {
            color: #661C69 !important;
        }

.fg-plansPage-header-Text1, .fg-plansPage-header-Text1 span {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

    .fg-plansPage-header-Text1 span {
        font-weight: 700 !important;
    }

.fg-plansPage-age-selector-Text {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    .fg-plansPage-age-selector-Text img {
        width: 18px;
        vertical-align: middle;
        text-align: center;
        margin-left: 5px;
    }
/* Age Selector */
.fg-plansPage-age-selector {
    text-align: center;
    margin-bottom: 30px;
}

.fg-plansPage-age-btn {
    border: 2px solid #EAECEE;
    background: transparent;
    border-radius: 25px;
    padding: 8px 25px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: 0.2s;
}

    .fg-plansPage-age-btn.fg-active, .fg-plansPage-age-btn:hover {
        border: 2px solid #661C69;
        outline: none;
    }
/* Headings */
.fg-plansPage-plansImg {
    width: 40px;
    position: relative;
}

.fg-plansPage-plan3-img-container-div {
    width: 22px;
    border-radius: 100%;
    height: 25px;
    position: absolute;
    background: white;
    top: 14%;
    left: 22%;
}

.fg-plansPage-plan3-img-container {
    display: inline-block;
    position: relative;
}

.fg-plansPage-col-planstext {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
    color: #000000;
}

.fg-plansPage-plan1-container {
    border: 1px solid #EAECEE;
    border-top: 6px solid #C1ABC469;
}

.fg-plansPage-plan2-container {
    border-top: 6px solid #A98AAD;
    border-bottom: 1px solid #EAECEE;
}

.fg-plansPage-plan3-container {
    border-top: 6px solid #661C69;
    background: #661C69 !important;
}

.fg-plansPage-price {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

    .fg-plansPage-price span {
        font-size: 16px;
        font-weight: bold;
    }

.fg-plansPage-plan3-container .fg-plansPage-price, .fg-plansPage-plan3-container .fg-plansPage-price span, .fg-plansPage-plan3-container .fg-plansPage-almes, .fg-plansPage-plan3-container .fg-plansPage-col-planstext {
    color: #FFFFFF;
}

.fg-plansPage-almes {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
/* Buttons */
.fg-plansPage-enroll-btn {
    background: #661C69;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.2s;
    opacity: 1;
    padding: 5px 30px;
    border-width: 2px;
    border-radius: 56px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .fg-plansPage-enroll-btn:hover {
        background: #E37617;
        color: #000000;
    }

.fg-plansPage-highlight {
    background: #e37617;
    color: #000000;
}

    .fg-plansPage-highlight:hover {
        color: #ffffff;
    }
/* Plans Table */
.fg-plansPage-table {
    width: 100%;
    border: 1px solid #EAECEE;
    display: table;
    background-color: #FFFFFF;
}

.fg-plansPage-row {
    display: table-row;
}

.fg-plansPage-col {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    background: #FFFFFF;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
}

    .fg-plansPage-col.col1 {
        font-size: 24px !important;
        font-weight: 700;
        color: #000000 !important;
        vertical-align: bottom;
        padding-bottom: 30px !important;
    }

    .fg-plansPage-col.fg-plansPage-left {
        text-align: left;
        width: 33%;
        color: #444444;
        font-size: 14px;
    }

    .fg-plansPage-col.fg-plansPage-col-leftWrapper {
        width: 100%;
    }

.fg-plansPage-left-title {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}
/* Media Queries */
@media (max-width : 1300px) {
    .fg-plansPage-container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (max-width : 1024px) {
    .fg-plansPage-header {
        width: 85%;
    }

        .fg-plansPage-header h1, .fg-plansPage-header h1 span {
            font-size: 44px;
        }

    .fg-plansPage-header-Text1, .fg-plansPage-header-Text1 span {
        font-size: 18px;
    }

    .fg-plansPage-col {
        padding: 10px;
    }

        .fg-plansPage-col.fg-plansPage-left {
            padding: 15px;
        }
}

@media (max-width: 900px) {
    .fg-plansPage-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .fg-plansPage-header {
        width: 95%;
    }

        .fg-plansPage-header h1, .fg-plansPage-header h1 span {
            font-size: 38px;
        }

    .fg-plansPage-header-Text1, .fg-plansPage-header-Text1 span {
        font-size: 18px;
    }

    .fg-plansPage-col {
        padding: 10px;
    }

        .fg-plansPage-col.fg-plansPage-left {
            padding: 15px;
        }

    .fg-plansPage-enroll-btn {
        padding: 5px 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .fg-plansPage-plansImg {
        width: 44px;
    }

    .fg-plansPage-plan3-img-container-div {
        width: 24px;
        height: 26px;
        top: 18%;
        left: 23%;
    }
}

@media (max-width: 767px) {
    .fg-plansPage-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 600px) {
    .fg-plansPage-age-selector {
        display: flex;
        justify-content: space-between;
    }

    .fg-plansPage-age-btn {
        padding: 8px 20px;
        margin: 0;
    }

    .fg-plansPage-table-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .fg-plansPage-table {
        min-width: 600px;
    }

    .fg-plansPage-table-Container {
        display: flex;
    }

    .fg-plansPage-table-leftWrapper {
        display: flex !important;
        flex-direction: column;
        min-width: auto;
    }

    .fg-plansPage-col.col1 {
        font-size: 18px !important;
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 380px) {
    .fg-plansPage-age-btn {
        padding: 5px 14px;
        margin: 0;
        font-size: 15px;
    }
}

.fg-plansPage-hide {
    display: none !important;
}
/* PlansPage CSS End*/

/* FG Enrollment header*/
.femaleGuard-ContactInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 17px;
    border-left: 1px solid #EAECEE;
}

.femaleGuard-callText {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

.femaleGuard-phoneNumber {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
}

/* FAQNewPage CSS Starts*/
.fg-faq-enroll-link {
    color: #e37617;
    text-decoration: underline;
}

.fg-faq-main-container {
    background: #FFFFFF;
}

.fg-faq-btn:focus,
.fg-faq-btn:active {
    outline: none;
    box-shadow: none;
}

.fg-faq-heroSection-text-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
    z-index: 2;
    text-align: left;
}

.fg-faq-heroSection-img-container {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 35%;
    z-index: 0;
}

    .fg-faq-heroSection-img-container img {
        height: 99%;
        width: 100%;
    }

    .fg-faq-heroSection-img-container::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.9) 20%,rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }

.fg-faq-heroSection-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    width: 75%;
}

/* Container */

.fg-faq-section {
    max-width: 1200px;
    margin: auto;
}

.fg-faq-container {
    display: flex;
    margin-top: 75px;
    gap: 40px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    background-color: #fff;
    width: 95%;
    padding: 30px 30px 75px 0;
}

/* Left Buttons */

.fg-faq-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0 0 250px;
}

.fg-faq-btn {
    padding: 12px 18px;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #EAECEE;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

    .fg-faq-btn.active {
        background: #FCF3EA;
        border-color: #E37617;
    }

/* Right Content */

.fg-faq-content {
    flex: 1;
}

/* Accordion */

.fg-accordion-item {
    border-bottom: 1px solid #EAECEE;
    margin: auto;
    width: 85%;
}

.fg-accordion-header {
    padding: 15px 15px 20px 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.fg-accordion-header-icon img {
    width: 16px;
}

.fg-accordion-header.fg-accordion-header.active {
    border-top: 2px solid #E37617;
}

.fg-accordion-content p, .fg-accordion-content li {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}

.fg-accordion-content a {
    font-weight: 400;
    color: #e37617;
}

.fg-accordion-content {
    display: none;
    padding: 0 15px 15px;
    padding-left: 55px;
    font-size: 15px;
    color: #333;
}

/* Panels */

.fg-faq-panel {
    display: none;
}

    .fg-faq-panel.active {
        display: block;
    }

@media (min-width:1900px) {

    .fg-faq-heroSection-img-container {
        width: 32%;
    }

    .fg-faq-heroSection-text-container {
        padding-top: 100px;
    }
}

@media (max-width:1300px) {

    .fg-faq-main-container {
        padding: 0 70px;
    }
}

@media (max-width:1199px) {

    .fg-faq-heroSection-img-container {
        width: 45%;
    }

    .fg-faq-heroSection-title {
        font-size: 42px;
    }

    .fg-faq-container {
        width: 100%;
        margin-top: 60px;
    }

    .fg-faq-buttons {
        flex: 0 0 200px;
    }
}

@media (max-width: 860px) {

    .fg-faq-main-container {
        padding: 0 40px;
    }

    .fg-faq-heroSection-img-container {
        width: 50%;
        overflow: hidden;
    }

        .fg-faq-heroSection-img-container img {
            margin-left: 13%;
        }

    .fg-faq-container {
        margin-top: 30px;
    }

    .fg-faq-heroSection-title {
        font-size: 34px;
        width: 80%;
    }

    .fg-accordion-header {
        gap: 15px;
    }

    .fg-faq-buttons {
        flex: 0 0 180px;
    }

    .fg-accordion-header,
    .fg-faq-btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .fg-faq-heroSection-title {
        width: 90%;
    }

    .fg-faq-heroSection-text-container {
        margin: 40px auto;
    }

    .fg-faq-heroSection-img-container {
        width: 60%;
    }

        .fg-faq-heroSection-img-container img {
            margin-left: 20%;
        }

    .fg-faq-container {
        gap: 10px;
    }
}

@media (max-width: 600px) {

    .fg-faq-heroSection-title {
        font-size: 34px;
        width: 100%;
    }

    .fg-faq-heroSection-text-container {
        margin: 0px auto 0 auto;
        padding: 20px;
    }

    .fg-accordion-content {
        padding-left: 48px;
    }

    .fg-faq-heroSection-img-container {
        width: 500px;
    }

        .fg-faq-heroSection-img-container img {
            margin-left: 0%;
        }

        .fg-faq-heroSection-img-container::after,
        .fg-faq-heroSection-img-container img {
            margin-left: 30%;
        }

        .fg-faq-heroSection-img-container::after {
            width: 90%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 100%);
        }

    .fg-faq-container {
        flex-direction: column;
        gap: 0;
        padding: 0;
        padding-bottom: 50px;
        margin-top: 10px;
    }

    .fg-faq-buttons {
        flex-direction: row;
        overflow-x: auto;
        gap: 10px;
        flex: none;
        margin: 32px 20px;
        scrollbar-width: none;
    }

    .fg-accordion-item {
        width: auto;
        margin: 0 20px;
    }

    .fg-faq-main-container {
        padding: 0 5px;
    }

    .fg-faq-buttons::-webkit-scrollbar {
        height: 6px;
    }

    .fg-faq-buttons::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .fg-faq-btn {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .fg-faq-content {
        width: 100%;
    }

    .fg-faq-overlay {
        position: absolute;
        width: 99%;
        height: 50%;
        top: 300px;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 64%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 400px) {

    .fg-faq-heroSection-title {
        font-size: 30px;
    }

    .fg-faq-heroSection-text-container {
        padding: 0 20px;
        padding-top: 20px;
    }

    .fg-faq-container {
        margin-top: 20px;
    }

    .fg-faq-overlay {
        top: 250px;
    }
}

@media (max-width: 360px) {

    .fg-faq-heroSection-title {
        font-size: 28px;
    }

    .fg-faq-heroSection-text-container {
        padding-right: 0;
    }

    .fg-faq-container {
        margin-top: 20px;
    }
}
 
/* FAQNewPage CSS End*/

/* ContactNewPage CSS Starts*/
.fg-contactHeroBanner {
    background-image: url("/images/femaleguardlibraries/femaleguard/background-img.png");
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 39vh;
}

.contactContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.fg-contactText {
    color: #661c69;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1%;
}

.fg-contactTitle {
    font-weight: 700;
    font-size: 48px;
    max-width: 480px;
    padding: 1rem 0;
}

.fg-contact-cards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.fg-contact-card {
    background: #fff;
    flex: 1;
    max-width: 280px;
    margin: 0 8px;
    position: relative;
}

.fg-contact-card:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 1px;
        height: 140%;
        background-color: #EAECEE;
}

.fg-contact-icon img {
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #FCF3EA;
    padding: 10px;
    height: 46px;
    width: 46px;
}

.fg-contact-card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 10px;
}

.fg-contact-card-text {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #444444;
}

    .fg-contact-card-text img {
        width: 25px;
        height: 25px;
        vertical-align: bottom;
        margin-right: 10px;
    }

.fg-contact-card a {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #661C69;
}

@media(min-width: 1024px) {
    .fg-contactHeroBanner {
        background-size: 100%;
    }
}

@media(max-width: 992px) {
    .fg-contactHeroBanner {
        background-position: top right 15%;
        min-height: 280px;
        background-size: 120%;
    }
}

@media(max-width: 768px) {
    .fg-contactHeroBanner {
        background-position: top right 15%;
        min-height: 280px;
        background-size: 120%;
    }
}

@media (max-width: 480px) {

    .fg-contactHeroBanner {
        background-image: url("/images/femaleguardlibraries/femaleguard/fg-contact-img.png");
        background-size: 110%;
        background-position: top left;
    }

    .fg-contactTitle {
        font-size: 34px;
        padding: 0.5rem 0;
    }

    .fg-contact-cards {
        flex-direction: column;
        padding: 0;
        gap: 15px;
        background-color: #ffffff;
    }

    .fg-contact-card {
        width: 100%;
        padding: 15px;
    }

        .fg-contact-card::after {
            display: none;
        }
}
 
/* ContactNewPage CSS End*/
 
button:hover > .icon.blue,
.button:hover > .icon.blue,
.link:hover > .icon.blue {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(100%);
}

button:focus > .icon.blue,
.button:focus > .icon.blue,
.link:focus > .icon.blue {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(100%);
}

@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(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(100%);
}

    .icon:hover {
        filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(100%);
    }

    .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(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(100%);
    }

        .icon.blue:hover {
            filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(100%);
        }

        .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: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(500%) hue-rotate(270deg) brightness(90%) contrast(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/femaleguardlibraries/femaleguard/femaleguardicons/16-checkmark-blue.png");
}

.icon.small.chevron-down {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/16-chevron-down-blue.png");
}

.icon.small.chevron-up {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/16-chevron-up-blue.png");
}

.icon.small.chevron-right {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/16-chevron-right-blue.png");
}

.icon.small.enclosed-help {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-enclosed-help-blue.png");
}

/*******************************************************************/
/****************************MEDIUM ICON STYLES*********************/
/*******************************************************************/
.icon.medium.arrow-down {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-arrow-down-blue.png");
}

.icon.medium.checkmark {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-checkmark-blue.png");
}

.icon.medium.chevron-down {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-chevron-down-blue.png");
}

.icon.medium.chevron-up {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-chevron-up-blue.png");
}

.icon.medium.chevron-right {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-chevron-right-blue.png");
}

.icon.medium.close {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-close-blue.png");
}

.icon.medium.document {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-document-blue.png");
}

.icon.medium.enclosed-help {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-enclosed-help-blue.png");
}

.icon.medium.enclosed-minus {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-enclosed-minus-blue.png");
}

/*******************************************************************/
/***************************LARGE ICONS*****************************/
/*******************************************************************/
.icon.large.chevron-down {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-chevron-down-blue.png");
}

.icon.large.chevron-up {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-chevron-up-blue.png");
}

.icon.large.chevron-right {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-chevron-right-blue.png");
}

.icon.large.close {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-close-blue.png");
}

.icon.large.enclosed-add {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-enclosed-add-blue.png");
}

.icon.large.enclosed-check {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-enclosed-check-blue.png");
}

.icon.large.enclosed-minus {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-enclosed-minus-blue.png");
}

.icon.medium.enclosed-close {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-enclosed-close-blue.png");
}

.icon.medium.external-link {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-external-link-blue.png");
}

.icon.medium.phone {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/24-phone-blue.png");
}

.icon.large.phone {
    background-image: url("/images/femaleguardlibraries/femaleguard/femaleguardicons/48-phone-blue.png");
}

