body {
    font-family: Verdana !important;
    font-weight:bold !important;
}

a {
    color: #0033ff !important;
    text-decoration: underline;
}

.mx-w--1050 {
    max-width: 1050px;
    margin: 0 auto;
}

.table > thead {
    vertical-align: middle !important;
}

.table > :not(:first-child) {
    border-top: none !important;
}

body a:hover {
    color: currentColor;
}

.text-grey {
    color: #000;
}

.text-grey-light {
    color: #000;
}

.text-orange {
    color: #110081;
}

body .bg-orange {
    background-color: #110081 !important;
}

body .bg-blue {
    background-color: #110081 !important;
}

.bg-light-blue {
    background-color: #0033ff !important;
}

body .bg-green {
    background-color: #03cc54 !important;
}


.bg-orange {
    background-color: #0033ff !important;
}

.bg-light-grey {
    background-color: #E3E3E3;
}

.text-blue {
    color: #110081;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-lg-34 {
    font-size: 34px;
}

@media (max-width: 767px) {
    .font-lg-34 {
        font-size: 26px;
    }
}

.font-lg-30 {
    font-size: 30px;
}

@media (max-width: 767px) {
    .font-lg-30 {
        font-size: 24px;
    }
}

.font-lg-28 {
    font-size: 28px;
}

@media (max-width: 767px) {
    .font-lg-28 {
        font-size: 28px;
    }
}

.font-lg-24 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .font-lg-24 {
        font-size: 20px;
    }
}

.font-lg-20 {
    font-size: 20px;
}

@media (max-width: 767px) {
    .font-lg-20 {
        font-size: 18px;
    }
}

.font-lg-22 {
    font-size: 22px;
}

.font-lg-18 {
    font-size: 18px;
}

.font-lg-12 {
    font-size: 12px;
}

.font-lg-14 {
    font-size: 14px;
}

.font-lg-21 {
    font-size: 21px;
}

.font-lg-16 {
    font-size: 16px;
}

.mobile-only {
    display: none;
}

body .container {
    width: 100%;
    max-width: 1170px;
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.grey_dark {
    background-color: #303030;
}

body .modal-lg {
    max-width: 600px;
}

.modal-img img {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

body .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

body .accordion-header button, body .accordion-button:not(.collapsed) {
    background-color: #0033ff !important;
    border-color: #0033ff;
    color: #fff !important;
    font-weight: 700;
}

body .accordion-button::after {
    background: none;
    content: "+";
    font-size: 34px;
    font-weight: 600;
    transition: none;
    line-height: 26px;
    color: #fff;
    position: relative;
    top: -10px;
}

body .accordion-button:not(.collapsed)::after {
    background: none;
    content: "-";
    font-size: 34px;
    font-weight: 600;
    transition: none;
    color: #fff;
    line-height: 26px;
    position: relative;
    top: 0;
}

body .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #333333;
}



.modal .modal-dialog .btn-close {
    position: absolute;
    right: 14px;
    top: 9px;
    z-index: 999;
}


/* The container */
.container-radio {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}

    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-radio .checkmark {
        position: absolute;
        top: 7px;
        left: 6px;
        height: 16px;
        width: 16px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #333333;
    }

    /* On mouse-over, add a grey background color */
    .container-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .container-radio input:checked ~ .checkmark {
        background-color: #fff;
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333333;
}

body .btn-lg-primary {
    background-color: #0033ff;
    color: #fff !important;
    border-radius: 10px;
    border: 1px solid #0033ff;
    padding: 10px 15px;
    font-weight: 500;
}

    body .btn-lg-primary:hover {
        background-color: #fff;
        color: #0033ff !important;
        border-radius: 10px;
        border: 1px solid #0033ff;
        padding: 10px 15px;
        font-weight: 500;
    }

.btn.btn-default {
    border: 1px solid #ccc !important;
}

.btn-lg-secondary {
    background-color: #110081;
    color: #fff;
    border-radius: 18px;
    border: 2px solid #fff;
    padding: 12px 30px;
    font-family: arial-font-bold;
    font-size: 18px;
}

.spacing {
    display: block;
    margin: 10px;
}

.section-gap {
    padding: 30px 0;
}
/* Header */
.header-bar .navbar {
    max-width: 1070px;
    margin: 0 auto;
}

a.navbar-brand {
    margin-bottom: -40px;
    padding: 0;
}

.navbar-brand img {
    width: 185px;
    box-shadow: 0 0 25px 0px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 1;
}

.navbar-links label {
    color: rgba(255, 255, 255);
}

.navbar-links input {
    width: 145px;
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 14px;
    font-style: italic;
}

.header .btn-lg-search {
    background-color: #0033ff;
    color: white;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
}

    .header .btn-lg-search:hover {
        background-color: #fff !important;
        color: #0033ff !important;
        padding: 4px;
        font-size: 14px;
        font-weight: 500;
    }

.navbar-right {
    margin-left: 60px;
}

    .navbar-right li a {
        color: white !important;
        text-decoration: none;
        font-size: 14px;
        border-right: 1px solid #fff;
        padding: 0 6px;
    }

    .navbar-right li:last-child a {
        border: none;
    }

    .navbar-right li a:hover {
        color: #f4f4f4 !important;
        font-size: 14px;
        text-decoration: underline;
        padding: 0 6px;
    }

.navbar-toggler:focus {
    box-shadow: none !important;
}


ul.navbar-nav li {
    border-bottom: 2px solid #fff;
    text-align: center;
}

    ul.navbar-nav li:last-child {
        border: none;
    }

    ul.navbar-nav li a {
        font-weight: 700;
        font-size: 20px;
        color: white !important;
    }

.header-bar .container-fluid.justify-content-end {
    padding: 0;
}

    .header-bar .container-fluid.justify-content-end button {
        margin-right: 15px;
    }
/* footer */
section.site-footer * {
    color: white;
}

.site-footer {
    background: #333333;
    padding: 30px 0px 67px;
}

.footer-link {
    max-width: 200px;
    margin: 0 auto;
}

    .footer-link a {
        color: white !important;
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 2px 0;
        font-weight: 500;
    }

    .footer-link a:hover {
        text-decoration: underline;
    }

.footerNote p, .footerDesc p {
    font-size: 14px;
    font-weight: 600;
}

body {
    background-color: #f4f4f4 !important;
}
/* Hero banner */

.hero-card-content {
    position: absolute;
    top: 100px;
    left: 100px;
}

    .hero-card-content h2 {
        font-family: Georgia;
        font-weight: bold;
        font-size: 50px;
        line-height: 56px;
        color: #fff;
        text-shadow: -1px -1px 20px rgb(0 0 0 / 100%)
    }
    .hero-card-content h3 {
        font-family: Georgia;
        font-weight: bold;
        font-size: 30px;
        line-height: 56px;
        color: #fff;
        text-shadow: -1px -1px 20px rgb(0 0 0 / 100%)
    }

.hero-tabs {
    background: #0033ff;
    padding: 15px 0px;
    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

    .hero-tabs ul li a {
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
        padding: 5px 10px;
        margin: 0 15px;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

        .hero-tabs ul li a:hover {
            color: #0033ff !important;
            background: #fff !important;
            border-radius: 12px !important;
            transition: all 0.3s ease 0s;
        }

li.active a {
    background: #51a9d9 !important;
    border-radius: 12px !important;
}

.hero-tabs ul li {
    border-right: 1px solid #fff;
}

.hero-tabs > ul > li:last-child {
    border-right: none;
}

.saving-club-card {
    border: 1px solid #a1a1a1;
    margin: 20px auto 25px auto;
    background: #fff;
    padding: 20px 30px 10px;
    max-width: 1050px;
}

    .saving-club-card h2 {
        margin-bottom: 15px;
    }

    .saving-club-card ul {
        padding: 20px 0 0 70px;
    }

        .saving-club-card ul li {
            color: #000;
        }

        .saving-club-card ul p {
            color: #000;
        }

.accordion-body p {font-weight:bold}

/* Dentist Card */
.dentist-content {
    position: absolute;
    bottom: 0;
}

.dentist-img-card img {
    transition: all 0.5s ease-in-out;
}

    .dentist-img-card img:hover {
        opacity: 0.5;
        transition: all 0.5s ease-in-out;
    }

.dentist-content h4 {
    padding: 11px 13px;
    transition: all 0.3s;
}

.orange-bg h4 {
    background: rgba(17, 0, 129, 0.8);
}

.orange-bg p {
    background: rgba(0, 51, 255, 0.8);
}

.green-bg h4 {
    background: rgba(17, 0, 129, 0.8);
}

.green-bg p {
    background: rgba(0, 51, 255, 0.8);
}

.blue-bg h4 {
    background: rgba(17, 0, 129, 0.8);
}

.blue-bg p {
    background: rgba(0, 51, 255, 0.8);
}

.cigna-blue-bg h4 {
    background: rgba(17, 0, 129);
}

.cigna-blue-bg p {
    background: rgba(0, 51, 255);
}


@media (max-width: 767px) {
    section.hero-section .col-12 {
        padding: 0;
    }

    .hero-card-content {
        top: 20px;
        left: 20px;
    }

        .hero-card-content h2 {
            font-size: 16px;
            line-height: 24px;
            color: #fff;
        }

    .saving-club-card {
        padding: 20px 17px 10px;
    }
}

.dentist-content.green-bg p {
    padding: 18px 13px;
}

.dentist-content.blue-bg p {
    padding: 7px 13px;
}

.dentist-content.orange-bg p {
    padding: 8px 13px;
}

.member-area-section {
    margin-top: 70px;
}

.card-placeholder {
    padding: 7px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 350px;
}

.btn-print .btn-primary {
    display: block;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    max-width: 350px;
}

button.btn.find-dentist-button {
    float: left;
    background: #0033ff;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
}

.card {
    margin-bottom: 20px;
    border: 1px solid #2e6da4;
    padding-bottom: 5px;
}

.card-heading {
    border-color: #110081;
    padding: 13px 15px 10px;
}

.card-heading h3 
{font-family:Georgia;
 font-weight:bold;
}

.card-body {
    padding: 15px 25px;
}


.form-group label {
    font-weight: 700;
    font-size: 14px;
    padding-right: 5px;
}

.form-group input {
    float: left !important;
    border: 1px solid #0033ff;
    background: rgba(24, 140, 204, 0.15);
    color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 23px;
    width: 130px;
}

.membership-card ul li {
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .membership-card ul li:last-child {
        border-bottom: none;
    }

.membership-card a {
    font-size: 14px;
    text-decoration: none;
    color: #0033ff;
}

    .membership-card a i {
        width: 20px;
    }

.modal-img {
    display: flex;
    align-items: center;
}

.modal .card-placeholder a {
    position: relative;
}

    .modal .card-placeholder a span {
        padding-left: 30px;
        display: block;
        position: absolute;
        right: -100px;
        top: 90px;
    }

@media (max-width: 767px) {
    .modal-img {
        display: block;
    }

    .modal .card-placeholder a span {
        padding-left: 0px;
        position: relative;
        right: 0;
        top: 0;
    }
}
.program-benefits-table th {font-size:14px;}
.program-benefits-table tr td {
    font-size: 14px;
}

.program-benefits-table tr .usual-period {
    background-color: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.program-benefits-table tr .usual {
    background-color: #f4f4f4;
    color: #000;
    text-align: center;
}

.program-benefits-table tr .discount {
    color: #000;
    background: #c0fad7;
    text-align: center;
    font-weight: bold;
}

.program-benefits-table tr .saveing_percentage {
    color: #000;
    background: #c0fad7;
    text-align: center;
    font-weight: bold;
}

.program-benefits-table tr .saveing_percentage {
    color: #000;
    background: #c0fad7;
    text-align: center;
}

.dentist-card h4 {
    margin: 0px;
    padding: 22px 13px;
}

.dentist-card p {
    font-size: 14px;
}


.dentist-card {
    margin-bottom: 15px;
}

/*.program-benefits-table tr td:nth-child(4n), .program-benefits-table tr td:nth-child(5n),
.program-benefits-table tr th:nth-child(4n), .program-benefits-table tr th:nth-child(5n) {
    display: none;
}*/

.member-login-card {
    max-width: 523px;
    border: 1px solid #110081;
    margin: 50px auto;
    background: #fff;
}

    .member-login-card h3 {
        display: block;
        background-color: #110081;
        width: 100%;
        padding: 25px 0;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 36px;
        background-size: 52px auto;
    }

.member-login-card-iiner {
    max-width: 310px;
    padding: 30px 15px 45px;
    margin: 0 auto;
}

.form-label {
    font-size: 14px;
}

@media (max-width: 767px) {
    .member-login-card {
        margin: 30px auto;
    }
}

.paging_full_numbers {
    height: 22px;
    line-height: 22px;
    margin-bottom: 15px !important;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
        border: 1px solid #aaa;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        color: #333 !important;
        text-decoration: none !important;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #fff;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #ccc;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #dddddd;
    }

.dataTables_processing {
    position: absolute;
    left: 50%;
    /*width: 250px;
    height: 30px;*/
    margin-left: -125px;
    margin-top: 10px;
    padding: 14px 0 2px 0;
    /*border: 1px solid #ddd;*/
    text-align: center;
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
}

dtcenter {
    text-align: center !important;
}

.cigna-dental-card {
    max-width: 670px;
    border: 1px solid #110081;
    margin: 50px auto;
    background: #fff;
    padding: 25px 0 0;
    overflow: hidden;
}

.border-line {
    position: relative;
}

    .border-line:before {
        content: '';
        position: absolute;
        right: 50%;
        background: #fff;
        height: 100%;
        width: 1px;
    }

.also-include {
    margin: 20px 0 40px;
}

.dental-annual-enroll a {
    background: #0033ff;
    text-decoration: none;
    padding: 4px;
}

h5.modal-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

    h5.modal-title.text-grey.font-lg-20 {
        border: none;
    }

@media (max-width: 767px) {
    .about-box-content ul {
        padding-left: 0;
    }

    .also-include {
        margin: 0px 0 20px;
    }
}



@media (max-width: 767px) {
    .checkout-fileds {
        padding: 10px 0;
    }
}


.Fulfillment-final {
    border: 1px solid #a1a1a1;
    margin: 20px auto 25px auto;
    background: #fff;
    padding: 20px 30px 10px;
    max-width: 1050px;
}



.row.gx-0 .form-control {
    border-right: none;
    border-radius: 0px;
}

.row.gx-0 select.form-control, .cvv, .cardnumber {
    border-right: 1px solid #ced4da !important;
    border-radius: 0px;
}

.row.gx-0 select.form-control, input.form-control.zip-code {
    border-right: 1px solid #ced4da !important;
    border-left: none;
    border-radius: 0px;
}

.row.gx-0 input.form-control.lastname {
    border-right: 1px solid #ced4da !important;
    border-radius: 0px;
}


.checkout-fileds {
    padding: 30px 0;
}

label.pay-radio-label {
    display: flex;
    justify-content: center;
}

label.form-label {
    font-weight: 700;
}

label.pay-radio-label span {
    padding-left: 6px;
}

.icons i {
    font-size: 24px;
    color: #004986;
}

.place-button {
    text-align: end !important;
    /*margin-top: -12px !important;*/
}

#content-enroll-bg {
    background-image: url(../images/signup-img-right-bg.jpg);
    /*background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
    /*min-height: 650px;*/
    /*padding: 80px;
    padding-top: 120px;*/
    padding-bottom: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 80px;
}
.content-enroll-bg-text {
    background-color: #fff;
    padding: 18px
}
.ms-8 {
    margin-left: 8rem !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.cpsDtFont, .dataTables_info, .dataTables_paginate {
    font-size: 14px !important;
}

#tableDentist thead {
    display: none !important;
}
