/* CSS here */

body {
    margin: 0;
}

.pts {
    padding-top: 5px;
}

.ptl {
    padding-top: 20px;
}

.mbn {
    margin-bottom: 0;
}

.inline-block {
    display: inline-block;
}

a, 
a:hover, 
a:active,
a:visited {
    text-decoration: none !important;
}


/* =======================evolution.css Overrides */

.evo-off-canvas .title-bar {
    background: #3a5e99;
}


/*added by palavi starts here*/

.evo-off-canvas .title-bar {
    min-height: 3.4375rem;
}


/*added by palavi ends here*/

.evo-thin-footer {
    clear: both;
}

.evo-thin-footer .evo-thin-footer-brand-bar {
    height: 50px;
    background-color: #e6e6e6;
    /* padding-top: 16px;
    padding-bottom: 5px; */
}

.evo-thin-footer .evo-footer-logo {
    text-align: right;
}

label {
    color: #404040;
}


/*END=======================evolution.css Overrides */


/*css for no enquiry account page start*/

.no-inquiry-account .home-content .page-heading {
    padding: 10px;
    background: #3a5e99;
}

.no-inquiry-account .home-content .page-heading h2 {
    font-weight: 600;
    color: #fff;
}

.no-inquiry-account .home-content .page-sub-heading {
    background: #edf3fe;
}


/*css for no enquiry account page end*/

.app-hero-banner {
    background: url("../img/banner_family1.jpg") 100% 40% no-repeat;
    height: 17vh;
    background-size: cover;
}

.plpr-40 {
    padding-left: 40px;
    padding-right: 40px;
}


/*secondary Footer starts here*/

.secondaryFooter {
    background: #fff;
    margin-top: 7px;
    padding-top: 17px;
    min-height: 70px;
}

.secondaryFooter .footer-disc {
    font-size: 14px;
}

.secondaryFooter ul {
    /* text-align: center; */
    margin-top: 9px;
}

.secondaryFooter .evo-footer-links {
    float: none !important;
    text-align: center !important;
}

.secondaryFooter ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
}

.secondaryFooter ul li a,
.footer_top .footer-disc {
    font-size: 14px;
}


/*secondary footer ends here*/


/*=======================login.html css starts */

.form-container {
    background: url(../img/banner_family1.jpg) no-repeat;
    background-size: cover;
    opacity: 0.9;
    padding: 0;
    height: 100vh;
}

.form-wrapper {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    border: 1px solid #dadce0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    margin-top: 0;
}

h1.logo {
    font-size: 25px;
    padding: 4% 0;
    letter-spacing: 2px;
    text-transform: capitalize;
    /* color: #244682; */
    color: #002C77;
    font-family: 'Roboto', sans-serif !important;
    text-align: left;
}


/* h2.login-title{
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: none;
    color: #905501;
    text-align: center;
    font-family: 'Roboto', sans-serif !important; 
} */

h2.login-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #006D9E;
    text-align: center;
    margin-bottom: 20px;
}

.wrap-overlay {
    /* background-color: rgba(51, 90, 157, 1);*/
    background-color: #002C77;
    height: 100vh;
}

.wrap-image {
    background: url("../img/login-back1.jpg") -269px;
    height: 100vh;
    opacity: 0.1;
}

.left-content {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    text-align: center;
}

.left-content p {
    color: #fff;
    font-size: 14px;
}

.left-content a.login-btn {
    text-align: center;
    color: #3d619d;
    background: #fff;
    padding: 5px 56px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #fff;
    transition: 0.2s;
}

.left-content a.login-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background: none;
}

.form {
    margin: 2% 1%;
    overflow: hidden;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #969fad;
}

input {
    font-size: 14px !important;
}

.footer-btn {
    text-align: center;
    margin: 10px 0;
}


/* .name-help{
    padding: 10px;
} */

.main_footer {
    position: absolute;
    bottom: 0;
}

.footer_top {
    background: #f1f1f1;
    padding: 10px;
    overflow: hidden;
}

.main_footer ul {
    text-align: center;
    margin-bottom: 5px;
}

.main_footer ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 20px;
}

.main_footer ul li a,
.footer_top .footer-disc {
    font-size: 14px;
}


/*=======================login.html css END */


/* ===== Common CSS for internal pages ===== */

a.btn {
    background: #3d619d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #3d619d;
    transition: 0.2s;
    margin-bottom: 5px;
}

a.btn:hover,
a.btn.cancel:hover {
    background: #fff;
    color: #3d619d;
}

a.btn.cancel {
    background: #9E9E9E;
    color: #fff;
    border: 1px solid #9E9E9E;
}

.item-selection-button {
    display: inline-block;
}

.item-selection-button input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.item-selection-button .evo-button {
    box-shadow: inset 0 1px 1px #e6e6e6;
    transition: none;
    font-family: "proxima_nova_rgregular", arial, Tahoma, Geneva, sans-serif;
    background-color: #FEFEFE;
    color: #404040;
    border: 1px solid #ccc;
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 7.5rem;
    cursor: pointer;
}

.item-selection-button input:checked+.evo-button {
    box-shadow: none;
    background-color: #6F85C2;
    color: #FEFEFE;
}

a.app-dropdown-menu-icon {
    padding: 4px 0 0 0 !important;
}

.is-dropdown-submenu {
    transition: 0.2s;
    top: 55px !important;
}

.welcome {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    bottom: 20px;
}

.pp_menu {
    display: inline-block;
    position: relative;
    bottom: 8px;
}

.menu.vertical>li a:hover {
    background: #ebebeb;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: none;
}

.app-icon-circle-surround {
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    color: #fff !important;
    font-size: 1.5rem !important;
    margin: 0 !important;
    padding: .5rem;
    width: auto;
    position: relative;
    top: 2px;
}

.main-hero-banner {
    background: url("../img/banner_inquiry2.jpg") 0 -400px no-repeat;
    height: 125px;
    background-size: cover;
}

.main-hero-banner .banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.perplans-banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

.mfa-main-section {
    overflow: auto;
    position: relative;
    margin-bottom: 50px;
}

.page-head-section {
    overflow: hidden;
}

.page-heading .learning-cetner {
    font-size: 14px;
    padding: 10px;
    text-align: right;
}

.disclaimer-hidden p:last-child {
    margin-bottom: 0;
}

.disclaimer-hidden p strong {
    font-weight: bolder !important;
}

a#discl_hide {
    text-decoration: underline!important;
}

.home-content {
    padding: 0;
}

.home-content .page-sub-heading {
    font-size: 1rem;
    padding: 10px 30px;
    background: rgba(72, 72, 72, 0.1);
    font-weight: 500;
    color: #0e0e0e;
    text-align: left;
    transition: 0.3s;
    letter-spacing: 1px;
    line-height: 1.5;
}

.home-content .page-heading {
    padding: 0;
    padding: 20px;
    text-align: center;
    box-shadow: 0px -3px 1px #dfdddc;
    background: #efefef;
}

.home-content .page-heading h2 {
    font-size: 1.6rem;
    font-weight: 400;
    /*color: #905501;*/
    color: black;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
}

.home-content .page-heading h2 span {
    font-size: 24px;
    opacity: 0.5;
}

.page-main-section {
    background: #edf3fe;
    overflow: auto;
    position: relative;
    margin-bottom: 50px;
}

.menu-item a {
    float: left;
    display: block;
    color: #3a5e99;
    text-align: center;
    padding: 0 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.2s;
}

.mainNav a:hover {
    color: #905501;
}

.mainNav .hamburger-icon {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
}

.mainNav .hamburger-icon a.icon {
    padding: 5px 10px;
    border: 1px solid #fff;
    margin: 20px;
    color: #fff;
}


/* ===== end Common CSS for internal pages ===== */


/* Responsive screen media quries CSS*/


/* @media screen and (min-width: 48em){
    .secondaryFooter .evo-footer-links {
        float: none !important;
        text-align: center !important;
        border:1px red solid;
    }
} */

@media only screen and (min-width:401px) and (max-width:496px) {
    .enterVerificationCodeParent .footer-action-btn .btn-support {
        width: 65%;
        padding: 10px 10px;
    }
}

@media only screen and (min-width:0px) and (max-width:400px) {
    #verificationInfoPg .item-selection-button .evo-button {
        min-width: 5rem;
        font-size: 13px;
    }
    .mfa_form .btn-support {
        width: 100%;
    }
}


/*added by palavi ends here*/


/*verification info css starts here*/

.rowPdngStyle {
    margin: 0 !important;
    padding: 0 20px 0;
}

.app-item-selection-button {
    display: inline-block
}

.app-item-selection-button .evo-button {
    box-shadow: inset 0 1px 1px #e6e6e6;
    transition: none;
    font-family: "proxima_nova_rgregular", arial, Tahoma, Geneva, sans-serif;
    background-color: #FEFEFE;
    /* background-color:tomato;*/
    color: #404040;
    border: 1px solid #ccc;
    padding-top: 11px;
    padding-bottom: 11px
}

.app-item-selection-button .evo-button:hover,
.app-item-selection-button .evo-button:active,
.app-item-selection-button .evo-button:focus {
    background-color: #f1f1f1
    /*background:aqua;*/
}


/* .app-item-selection-button .app-cta-button {
    background-color: #999 !important;
    color: #FEFEFE;
    box-shadow: none;
    border: 0
}

.app-item-selection-button .app-cta-button:hover,
.app-item-selection-button .app-cta-button:active,
.app-item-selection-button .app-cta-button:focus {
    background-color: #828282 !important
} 

.app-item-selection-button .app-cta-button [class^="evo-icon-"] {
    display: none
}*/

.app-item-selection-button input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.app-item-selection-button input:focus+.evo-button {
    border: 1px solid gray
    /*border:1px blue solid;*/
}


/* .app-item-selection-button input:focus+.app-cta-button {
    background-color: #828282 !important;
    border: 0
} */

.app-item-selection-button input:checked+.evo-button {
    box-shadow: none;
    /*background-color: #6F85C2;*/
    background-color: #002C77;
    color: #FEFEFE
}


/* .app-item-selection-button input:checked+.app-cta-button {
    background-color: #43286D !important;
    color: #FEFEFE
}

.app-item-selection-button input:checked+.app-cta-button .evo-button-text {
    display: none
}

.app-item-selection-button input:checked+.app-cta-button [class^="evo-icon-"] {
    top: 0;
    display: block;
    margin: 0 auto;
    color: #FEFEFE
} */


/*verification info css ends here*/

@media only screen and (min-width:0px) and (max-width:490px) {
    .footer-btn .save-content,
    .footer-btn .cancel-content {
        width: 100% !important;
        text-align: center;
    }
    .footer-btn .cancel-content {
        margin-bottom: 25px;
    }
    .contactFormParent .contact-form .contact-submit {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {
    /*responsive table css strat*/
    .product-summary-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .product-summary-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .product-summary-table.stack tfoot {
        display: block;
    }
    .product-summary-table.stack td {
        text-align: right !important;
    }
    .product-summary-table.stack tfoot td {
        display: inline-block;
    }
    .product-summary-table.stack tbody {
        background-color: transparent;
        border: none;
    }
    .product-summary-table.stack tbody tr {
        background-color: #fafafa !important;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    .coverage-table .product-summary-table.stack {
        border: none;
        box-shadow: none;
    }
    /*responsive table css end*/
    td.mobileClickable {
        text-decoration: underline;
    }
    .mfa_form .btn-continue {
        display: block;
    }
    .w-100Mobile {
        width: 100%;
    }
    .mtop30Mobile {
        margin-top: 30px;
    }
    a.btnLogin {
        display: block;
    }
    .loginParent .form-wrapper {
        padding: 10px;
    }
    .evo-off-canvas .title-bar {
        height: auto;
    }
    .evo-off-canvas .title-bar .title-bar-title {
        padding: 0;
        top: 0;
        left: 1rem;
        right: 0;
        text-align: left;
        font-size: 16px;
    }
    .evo-thin-footer .evo-thin-footer-brand-bar {
        height: auto;
    }
    .mainNav .hamburger-icon {
        display: inline-block;
        top: 26px;
    }
    .mainNav a.icon {
        float: left;
        display: block;
    }
    .mainNav .menu-item {
        display: none;
        background: rgba(190, 190, 190, 0.8);
        width: 100%;
        position: absolute;
    }
    .mainNav a {
        float: none;
        display: block;
        text-align: left;
        padding: 5px;
        font-weight: 500;
        color: #0a0a0a;
        border-bottom: 1px solid #ccc;
    }
    .mainNav .menu-item a.active, 
    .mainNav .menu-item a:hover {
        background-color: #464748;
        color: white;
    }
    .top-bar-right {
        position: relative;
        top: 32px;
        margin-top: 10px;
    }
    .app-icon-circle-surround {
        font-size: 1.0rem !important;
    }
    .main-hero-banner {
        background: url(../img/banner_inquiry2.jpg) 0 0 no-repeat;
        /*height: 250px;*/
        height: 150px;
        /*added by palavi*/
        background-size: cover;
    }
    h1.logo {
        font-size: 21px;
        text-align: center;
    }
    .wrap-overlay {
        height: 15vh;
    }
    .wrap-image {
        display: none;
    }
    /*.form-container{height: 85vh; padding-bottom: 20px;}*/
    /*commented by palavi*/
    .form-container {
        height: 72vh;
        padding-bottom: 20px;
    }
    /*added by palavi*/
    .left-content {
        position: static;
        text-align: center;
        padding-top: 13px;
    }
    a.btn {
        margin-top: 20px;
    }
    .username,
    .policy_numb,
    .passwd,
    .security_code {
        padding-bottom: 5px;
    }
    .main_footer {
        display: none;
    }
    .home-content .page-heading h2,
    .page-heading .learning-cetner {
        text-align: center;
    }
    .policyDetailGrid.mBottom20 {
        margin-bottom: 20px;
    }
    .secondaryFooter p {
        font-size: 13px;
        text-align: center;
    }
    .secondaryFooter .evo-footer-links {
        text-align: center;
    }
    .secondaryFooter ul li {
        padding: 0 10px !important;
    }
    .secondaryFooter ul li a,
    .footer_top .footer-disc {
        font-size: 13px;
    }
}

@media only screen and (min-width:768px) and (max-width:1284px) {
    .secondaryFooter .evo-footer-links {
        text-align: center !important;
        float: left !important;
    }
    .secondaryFooter .evo-footer-links ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1023px) {
    .app-hero-banner {
        background-position: 0 0;
    }
    .evo-thin-footer .evo-footer-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .evo-footnote {
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    /*responsive table css strat*/
    .product-summary-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .product-summary-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .product-summary-table.stack tfoot {
        display: block;
    }
    .product-summary-table.stack td {
        text-align: right !important;
    }
    .product-summary-table.stack tfoot td {
        display: inline-block;
    }
    /*responsive table css end*/
    .left-content {
        left: 0;
        text-align: center;
        padding: 0 6px;
    }
    .left-content p {
        text-align: center;
    }
    .left-content a.login-btn {
        padding: 5px 30px;
    }
    .modal-content {
        margin: auto 30%;
        width: 50%;
    }
    /* .policyDetailGrid.mBottom20{
        margin-bottom:20px;
    }
    .policyLabel{
        border:1px red solid;
        float: left;
        font-size: 14px;
    }
    .policyValue{
        border:1px blue solid;
        font-weight: 600;
        float: left;
        font-size: 14px;
    } */
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    .main-hero-banner {
        background: url(../img/banner_inquiry2.jpg) 0 -125px no-repeat;
        height: 10vh;
        background-size: cover;
    }
    .left-content {
        bottom: 20px;
    }
}

@media screen and (min-width:768px) {
    .mainNav .menu-item {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
    .mainNav {
        padding: 10px;
        position: relative;
        /* top: 24%; */
        background: rgba(255, 255, 255, 0.9);
        overflow: hidden;
        margin: 0 auto;
    }
    .mainNav a {
        margin: 0 2.5em;
    }
    .mainNav.has-cp a {
        margin: 0 0.25em !important;
    }
}

@media screen and (min-width:1241px) and (max-width:2560px) {
    .mainNav {
        padding: 10px;
        position: relative;
        top: 39%;
        background: rgba(255, 255, 255, 0.9);
        overflow: hidden;
        margin: 0 auto;
    }
    .mainNav a {
        margin: 0 2.5em;
    }
    .mainNav.has-cp a {
        margin: 0 1.15em !important;
    }
}

/* ====== Contact us page CSS */

.contact-heading {
    transition: 0.2s;
}

.contact-heading h2,
.page-heading-title h2 {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    /*color: #009688;*/
    color: #006D9E;
    /*border-bottom: 1px solid rgba(0, 150, 136, 0.5);*/
    border-bottom: 1px solid #006D9E;
}

.contact-heading p {
    color: #2b2a2a;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.contact-add.contact-heading {
    background: #e2dfdf;
    padding: 10px;
    margin-top: 15px;
    border-radius: 3px
}

.contact-heading .other-contacts {
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}

.hide-contact-heading {
    position: relative;
    top: 10px;
    text-align: center;
    background: #e6e6e6;
}

.hide-contact-heading a {
    display: block;
}

.contact-wrapper {
    /* border: 1px solid rgba(0, 150, 136, 0.5); */
    padding: 1em 2em;
    margin: 20px;
    overflow: hidden;
}

.contactconfirm-wrapper {
    /* border: 1px solid rgba(0, 150, 136, 0.5); */
    padding: 1em 2em;
    margin: 20px;
    overflow: hidden;
    min-height: 176px;
}

.contact-form ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
}

.contact-form ul li {
    font-size: inherit;
    display: inline-block;
    padding: 5px 0;
    color: #555;
    margin-bottom: 10px;
}

.contact-form ul li span {
    color: #333;
    font-weight: 600;
}

.contact-form .form-section {
    border: 1px solid #d6d6d6;
    padding: 10px 0;
    margin-bottom: 20px;
}

.contact-form label {
    margin-bottom: 5px;
}

.contact-form .contact-note {
    font-size: 15px;
    text-align: center;
}

.contact-form .contact-submit {
    float: right;
    /*background: #009688;*/
    background: #002C77;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #009688;
    transition: 0.2s;
    margin-bottom: 5px;
}

.contact-form .contact-submit:hover {
    background: #fff;
    color: #002C77;
    border: 1px solid #002C77;
}


/*media queries for contact page and beneficiary-info starts here*/

@media only screen and (min-width:0px) and (max-width:350px) {
    .home-content .page-heading h2 span {
        font-size: 18px;
    }
}

@media only screen and (min-width:0px) and (max-width:768px) {
    .ins-summ p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .insurance-wrapper {
        padding: 10px 0 !important;
    }
    .ins-grid {
        padding: 1em 1em !important;
    }
    .home-content .page-sub-heading {
        padding: 10px 20px;
    }
    .contactFormParent .home-content .page-sub-heading {
        padding: 10px 10px;
    }
    .contactFormParent .page-main-section .contact-wrapper {
        padding: 0;
    }
    .beneficiary-info .ins-grid {
        padding: 1em 1em;
    }
    .beneficiaryInfoParent .home-content .page-sub-heading {
        padding: 10px 25px;
    }
    .beneficiaryInfoParent .home-content .page-heading h2 {
        font-size: 1.5rem;
    }
    .customerSupportParent p.page-note,
    .verificationInfoParent p.page-note {
        padding: 10px 13px 0;
    }
    .customerSupportParent .form-section {
        margin: 0 10px 20px 10px !important
    }
    .rowPdngStyle {
        margin: 0;
        padding: 0 10px 0;
    }
    /*css for responsive tables starts here*/
    .global-table-data td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .global-table-data td {
        border-bottom: 1px solid #ddd !important;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .global-table-data thead {
        display: none;
    }
    .coverage-table .mbn {
        margin-bottom: 20px;
    }
    /*css for responsive tables ends here*/
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    /*css for responsive tables starts here*/
    .global-table-data td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .global-table-data td {
        border: 1px solid #ddd !important;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .global-table-data thead {
        display: none;
    }
    .coverage-table .mbn {
        margin-bottom: 20px;
    }
    /*css for responsive tables ends here*/
}

@media only screen and (min-width:768px) {
    .policyLabel {
        float: left;
    }
    .policyValue {
        float: left;
    }
    .insurancepgBeneLink {
        float: left;
    }
    .insurancepgEserviceLink {
        float: left;
        margin-left: 10px;
    }
    .column:last-child:not(:first-child), 
    .columns:last-child:not(:first-child) {
        float: left;
    }
    .txtRightMobile {
        text-align: right;
    }
}


/*media queries for contact page and beneficiary-info ends here*/


/* ==================Contact page css end */


/* =====================Insurance Summary Page */

.insurance-wrapper .mBottom15 {
    margin-bottom: 15px;
}

.insurance-wrapper {
    padding: 20px;
}

.ins-summ p {
    padding: 10px;
    margin-bottom: 0;
}

.ins-grid {
    background: #fff;
    border: 1px solid #3a5e99;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 3px;
}

.ins-grid h4 {
    font-size: 1rem;
    /* color: #009688;*/
    color: #006D9E;
    display: inline-block;
    /* border-bottom: 1px solid rgba(0, 150, 136, 0.5);*/
    border-bottom: 1px solid #006D9E;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
}

.ins-grid ul {
    list-style-type: none;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
}

.ins-grid ul li {
    display: block;
    margin-bottom: 10px;
}


/* .ins-grid ul li:last-child{margin-bottom: 0;} */

.ins-grid ul li span {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.coverage-table-heading {
    padding: 10px;
    /*background: rgba(129, 203, 196, 0.9);*/
    /* background:#006D9E; */
    background: #3a5e99;
    /*color: #111;*/
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.coverage-table table {
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.17);
    /* margin-top: 20px; */
    font-size: 15px;
}

.coverage-table table thead {
    /* background: rgba(129, 203, 196, 0.5);*/
    background: #3a5e99;
    /* color: #0A0A0A;*/
    color: #fff;
}

.coverage-table table tfoot {
    background: hsla(0, 0%, 93%, 0.5);
    color: #3a3838;
    box-shadow: inset 1px 1px 2px 0px rgba(101, 97, 97, 0.7), 1px 1px 2px 0px rgba(101, 97, 97, 0.7);
}

.coverage-table table tfoot tr:first-child {
    border-bottom: 1px solid #c1c1c1;
}

.coverage-note {
    font-size: 14px;
    padding-left: 5px;
}


/* =====================Insurance Summary Page END*/


/* ===================== Beneficiary Information css starts */

.policyValue {
    font-weight: 600;
}


/*styles for table starts here -- added by palavi*/

.evo-table {
    min-width: auto;
}

.global-table-data tbody {
    background: transparent;
}

.global-table-data tbody tr:nth-child(odd) {
    background: #ededed;
}

.global-table-data tbody tr:nth-child(even) {
    background: white;
}


/*styles for table ends here -- added by palavi*/

.page-main-section .b_title {
    font-size: 1rem;
    margin: 1rem;
    text-align: center;
    /*color: #009688;*/
    color: #006D9E;
}

.beneficiary-info table a {
    text-decoration: underline !important;
}

.beneficiary-info .coverage-table-heading {
    /*background: #b7dfe0;*/
    background: #006D9E;
    text-align: left;
    margin-top: 20px;
    font-weight: 500;
}

.beneficiaries-detail-table {
    margin-bottom: 20px;
}

.beneficiaries-detail-table tbody th {
    text-align: left;
}


/* ===================== Beneficiary Information css END */


/*GVUL css starts here*/

.mr-30 {
    margin-right: 30px;
}

.insurancepgBeneLink {
    font-size: 14px;
    font-weight: bold;
}

.insurancepgEserviceLink {
    font-size: 14px;
    font-weight: bold;
    margin-left: 2%;
}

.mtop20 {
    margin-top: 20px;
}

.mBottom15 {
    margin-bottom: 15px;
}


/*GVUL css ends here*/

.txtcapitalize {
    text-transform: capitalize;
}


/*Learnings*/

.glossarySubHeadings {
    font-weight: bold;
}

.glossaryBG {
    width: 100%;
    height: 40px;
    background: #e6e6e6;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.glossaryBG a.glossHead {
    float: left;
}

.glossaryBG a.glossBacktoTop {
    float: right;
}

.fund-table thead {
    background: #006D9E;
    color: #fff;
}

.mfa_form .btn-continue {
    background: #002C77;
    border: 1px solid #002C77;
    transition: 0.2s;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
}

.mfa_form .btn-continue:hover {
    background: #fff;
    border: 1px solid #002C77;
    transition: 0.2s;
    color: #002C77;
    padding: 10px 30px;
    border-radius: 3px;
}


/*customer support gray blocks start here*/

.support-content {
    padding: 0;
    /* margin-top:30px; */
}

.support-content .app-phone-box {
    border: 0;
    background-color: #e6e6e6;
    padding: 1.25rem;
    /* margin-bottom: 20px;*/
    margin-bottom: 40px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.support-content .evo-icon-app-phone:before {
    content: "\ea1c";
}

.support-content .app-phone-box .app-icon-box {
    background-color: #00A8C8;
    margin-top: 20px;
}

.support-content .app-icon-box {
    border-radius: 3px;
    background-color: #999;
    font-size: 1.625rem;
    color: #FEFEFE;
    padding: .75rem;
    width: auto;
}

.support-content [class^="evo-icon-app-"] {
    font-family: "evo_icon_font_app";
}

.support-content .app-phone-box .app-phone-box-number {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    color: #00A8C8;
    margin-top: 30px;
    margin-left: 20px;
}

.support-content .app-phone-box .app-phone-box-hours {
    display: block;
    margin-top: .5rem;
    /* color: #00A8C8; */
    color: #0A0A0A;
    font-size: 1rem;
}

.blueCol {
    color: #00A8C8;
    font-size: 16px;
    letter-spacing: 1px;
}

.blueCol span {
    border-bottom: 1px solid #00A8C8;
}

.dispInline {
    display: inline;
}

.support-content.innerPageCommon {
    margin-top: 50px;
}


/*customer support gray blocks end here*/


/*Responsive Tables FOO TABLE STYLES start here*/

.tabledetail.footable thead {
    background: #3a5e99
}

.tabledetail.footable tbody .footable-detail-row {
    background: white;
}

.tabledetail.footable tbody .footable-detail-row td table tbody tr:nth-child(even) {
    background: #edf3fe;
}

.tabledetail.footable tbody .footable-detail-row td table tbody tr:nth-child(odd) {
    background: #edf3fe;
}


/*Responsive Tables FOO TABLE STYLES end here*/

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

.contact-wrapper-iframe {
    /* border: 1px solid rgba(0, 150, 136, 0.5); */
    padding: 1em 2em;
    margin: 20px;
    overflow: hidden;
    height: 1000px;
}

/* CSS for communication preference modal - START */

.cp-backdrop {
    background-color: #000000;
    opacity: 0.75;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.cp-modal {
    position: absolute;
    padding: 25px;
    top: 0px;
    width: 100%;
    z-index: 1002;
}

modal-dialog jhi-communication-preference .communication-preference-wrapper {
    display: block;
    max-height: 75vh;
    overflow-y: scroll;
}

/* CSS for communication preference modal - END */