body {
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif !important;
}

a {
    color: #26a65b;
}

    a:hover {
        color: #006021;
    }

.paramout-new-design * {
    box-sizing: border-box;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

.paramout-new-design a {
    text-decoration: none;
}

    .paramout-new-design a:hover {
        text-decoration: underline;
    }

.header {
    background-color: #26a65b;
    height: 60px !important;
    width: 100% !important;
}

    .header .paramout-new-design-whie {
        color: #fff !important;
    }


.JU_MainTable .JU_ColSpacer ~ td div.container,
.consumerContainer,
.container {
    width: 1170px !important;
    margin: 0 auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none !important;
}

.logo {
    padding-top: 6px;
    margin: 0 !important;
    height: auto !important;
}

    .logo img {
        transition: all 0.3s;
        width: 197px;
        padding-top: 6px;
    }

.header-navigation {
    margin-top: 15px;
}

    .header-navigation ul {
        margin: 0px 0 0 0;
        padding: 0;
    }

        .header-navigation ul li {
            list-style: none;
            display: inline-block;
            margin-left: 33px;
        }

            .header-navigation ul li a {
                color: #fff;
                font-size: 14px;
                font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
                display: inline-block;
                transition: color .5s cubic-bezier(.26,1.04,.54,1),background .6s cubic-bezier(.77,0,.175,1);
                background-image: linear-gradient(90deg,#fff 0,#fff);
                background-size: 0 1px;
                background-repeat: no-repeat;
                background-position: 0 100%;
            }

                .header-navigation ul li a:hover {
                    text-decoration: none;
                    background-size: 100% 1px;
                }

                .header-navigation ul li a.link-btn {
                    color: #fff;
                    padding: 7px 14px;
                    border-radius: 50px;
                    width: 85px;
                    position: relative;
                    transition: .25s ease-in-out;
                    border: 1px solid #fff;
                    background-size: 0 0px;
                    box-sizing: border-box;
                    text-align: left;
                }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    right: 9px;
    top: 11px;
}

/* .header-navigation ul li a.link-btn:active::after, */
.header-navigation ul li a.link-btn:hover {
    background-color: #006021;
    color: #fff;
    text-decoration: none;
}

    .header-navigation ul li a.link-btn:hover .caret {
        border-left-color: #fff;
    }

.header-navigation ul li a.link-btn:active::before {
    border: 1px solid #fff;
    border-radius: 33px;
    bottom: 1px;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.header-navigation ul li a.link-btn:active::after {
    border: 1px solid transparent;
    border-radius: 33px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.header-bottom {
    height: 70px;
    background: #eef1f2; /* Old browsers */
    background: -moz-linear-gradient(top, #eef1f2 0%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eef1f2 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eef1f2 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #ecf0f1;
}

.steps {
    background-color: transparent !important;
    width: 100% !important;
    border-bottom: 0 !important;
    height: auto !important;
}

    .steps ul {
        padding: 0;
        margin: 0px auto 2px auto;
        position: relative;
        display: table;
        width: auto;
        z-index: 0;
        padding-top: 4px;
    }

        .steps ul li {
            position: relative;
            z-index: 10;
            padding: 4px 25px 0 25px;
            margin: 0;
            text-align: center;
            width: 300px;
            list-style: none;
            display: table-cell;
            overflow: hidden;
        }

            .steps ul li.done:before {
                background: #26a65b;
            }

            .steps ul li:first-child:before {
                position: absolute;
                top: 10%;
                height: 0;
                background-color: transparent;
            }

            .steps ul li:before {
                position: absolute;
                bottom: 11px;
                height: 8px;
                background-color: #c6c8cf;
                content: '';
                width: 50%;
                z-index: 1;
                margin: 0;
                left: 0;
            }

            .steps ul li.green-strip:before,
            .steps ul li.current:before {
                background-color: #26a65b;
            }

            .steps ul li.done span {
                color: #26a65b;
            }

                .steps ul li.done span.normalCircle {
                    background-color: #26a65b;
                    color: #fff;
                }

    .steps li span {
        display: block;
        padding-top: 3px;
        font-size: 14px;
        color: #5c6672;
        line-height: 18px;
        font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
    }

    /* .steps ul li span.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #26a65b;
    position: relative;
    z-index: 100;
    margin-top: 5px;
    border-radius: 50%;
    color: #fff;
    line-height: 25px;
} */



    .steps ul li.done:after {
        background: #26a65b;
    }

    .steps ul li:after {
        position: absolute;
        bottom: 11px;
        height: 8px;
        background-color: #c6c8cf;
        content: '';
        width: 50%;
        z-index: 1;
        margin: 0;
        right: 0;
    }

    .steps ul li .normalCircle {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #c6c8cf;
        position: relative;
        z-index: 100;
        margin-top: 5px;
        line-height: 25px;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .steps ul li.current .normalCircle {
        background-color: #646464;
        color: #fff;
    }

    .steps ul li:last-child:after {
        background-color: transparent;
        content: none;
        width: 0;
        height: 0;
    }


/*MediGap Steps*/

.medigap-steps .steps ul li {
    width: 150px;
    padding: 4px 5px 0 5px
}

    .medigap-steps .steps ul li.w-180 {
        width: 180px
    }

    .medigap-steps .steps ul li span {
        font-size: 12px;
    }


    .found-count {
        color: #333333;
        margin: 0;
        font-size: 14px;
        font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
        padding-top: 20px;
    }

.mb-5 {
    margin-bottom: 5px !important
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px ;
}

.mt-15 {
    margin-top: 15px !important;
}

.default-btn {
    background-color: #26a65b;
    padding: 7px 15px;
    color: #fff;
    border-radius: 25px;
    /* font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif; */
    font-size: 14px;
    transition: .25s ease-in-out;
    min-width: 160px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

    .default-btn:focus,
    .default-btn:hover {
        background-color: #006021;
        text-decoration: none !important;
        color: #fff !important;
    }

.main-section {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.plan-pricing-inner {
    border: 1px solid #999;
    border-radius: 3px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
}

.plan-pricing .price-info {
    float: left;
    width: 22%;
    background-color: #fdfcf5;
    padding: 15px;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #999;
}

.mon-pre-text {
    font-size: 18px;
    color: #646464;
    margin-bottom: 15px;
}

.mon-pre-price {
    color: #26a65b;
    font-size: 30px;
    margin-bottom: 9px;
}

.plan-pricing .default-btn {
    display: inline-block;
    margin-top: 10px;
}

.plan-table {
    float: left;
    width: 78%;
}

/* Custom Checkbox */


{
}


.checkbox,
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0.5rem;
    color: #26a65b;
    font-size: 14px;
    padding-top: 7px;
}

    .radio.custom-control input,
    .checkbox input[type="checkbox"],
    .custom-control-input {
        position: absolute !important;
        z-index: -1;
        opacity: 0;
        height: 1px;
    }

    .checkbox label,
    .custom-control-label {
        display: inline-block;
        cursor: pointer;
    }


        .custom-control-label::before {
            border-radius: .25rem;
        }

        .checkbox label::before,
        .custom-control-label::before, .custom-file-label, .custom-select {
            transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

        .checkbox label::before, .custom-control-label::before {
            position: absolute;
            top: .25rem;
            display: block;
            width: 20px;
            height: 20px;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border-radius: 2px;
            border: #26a65b solid 1px;
            left: 0;
        }


    .checkbox input:focus ~ label::before,
    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.1rem rgba(38, 166, 91, 0.28);
    }

    .checkbox label:after,
    .custom-control-label::after {
        position: absolute;
        top: 7px;
        left: 2px;
        display: block;
        width: 18px;
        height: 14px;
        content: "";
    }

    .checkbox input:checked ~ label:before,
    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #26a65b;
        background-color: #26a65b;
        background-image: url(../images/checkbox-tick.png);
        background-repeat: no-repeat;
        background-position: center;
    }

/* .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../images/checkbox-tick.png");
} */



.plan-table-top {
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding: 10px 16px;
}

    .plan-table-top .custom-control {
        float: left;
        margin-top: -3px;
    }

    .summaryHead .custom-control-label,
    .plan-table-top .custom-control-label {
        padding-left: 25px;
    }

        .summaryHead .custom-control-label::before,
        .plan-table-top .custom-control-label::before {
            left: 0;
        }

.flex-motn {
    color: #7c8083;
    font-size: 16px;
    padding-left: 50px;
    padding-top: 5px;
}

.plan-table-top a {
    padding-top: 3px;
}

.plan-table-bottom {
    background-color: #f7f7f5;
    padding: 15px 0px
}

    .plan-table-bottom .deductible {
        font-size: 14px;
        color: #7c8083;
    }

    .plan-table-bottom a {
        display: block;
    }

.plan-table-bottom-price {
    color: #26a65b;
    font-size: 18px;
    padding-top: 13px;
}

.plan-table-bottom table {
    table-layout: fixed;
}

    .plan-table-bottom table tr td {
        border-right: 1px solid #999;
        padding: 7px 30px 0 30px;
    }

        .plan-table-bottom table tr td:last-child {
            border-right: 0;
        }

.refinePanel {
    display: inline-block;
}

    .refinePanel a {
        background-color: #f7f7f5;
        width: 56px;
        height: 40px;
        border: 1px solid #c6c8cf;
        display: block;
        color: #646464;
        font-size: 15px;
        font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
        position: relative;
        padding: 14px 5px 10px 10px;
        border-radius: 3px;
        transition: all 0.2s;
    }

        .refinePanel a.rotate-arrow,
        .refinePanel a:hover {
            text-decoration: none;
            background-color: #eef1f2;
        }

        .refinePanel a:after {
            content: url(../images/filter-arrwo.png);
            position: relative;
            right: 10px;
            transition: all linear 0.25s;
            top: -3px;
            float: right;
        }

        .refinePanel a.rotate-arrow:after {
            transform: rotate(-180deg);
        }

.refine-results {
    margin-top: 15px;
}

    .refine-results .checkbox label {
        padding-left: 20px;
        color: #646464;
    }

        .refine-results .checkbox label::before {
            left: 0;
            width: 16px;
            height: 16px;
        }

    .refine-results .checkbox input:checked ~ .checkbox label::after {
        background-size: 14px;
        background-repeat: no-repeat;
    }

    .refine-results .checkbox {
        margin: 5px 0 10px 0;
        width: 100%;
        padding-top: 5px;
    }

.left-panel {
    display: none;
    float: left;
    width: 20%;
    margin-top: 20px;
}

    .left-panel .sideBlock {
        width: 100%;
        transition: all 0.3s
    }

.shrink {
    float: left;
    width: 80%;
    padding-left: 2%;
}

.plan-pricing-container {
    transition: all 0.3s
}

    .plan-pricing-container .summaryTbl {
        margin-top: 0;
        margin-bottom: 25px;
    }


    .plan-pricing-container .summaryHead a {
        padding-top: 5px;
        display: inline-block;
    }

    .plan-pricing-container .summaryInfo {
        min-height: 93px;
    }

/* Individual and Family Plans */


.paramout-new-design h1 {
    font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
    font-size: 20px !important;
    color: #646464;
    margin-top: 0;
    background-image: none !important;
    border: 0 !important;
}

.paramout-new-design b {
    font-weight: normal;
    font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
}

.JU_MainTable .JU_ColSpacer ~ td div.ifp-form,
.account-registration,
.ifp-form {
    background-color: #f7f7f5;
    padding: 30px 40px !important;
    border: 1px solid #dedfe2;
    border-radius: 3px;
    float: left;
    width: 100%;
    color: #646464;
    box-shadow: 1px 2px 6px rgba(0,0,0, 0.15);
}
.paramout-new-design .h1Heading {
    font-size: 22px !important;
    margin: 15px 0 15px 0;
    padding-bottom: 7px !important;
    color: #2eb135 !important;
    border-bottom: 1px solid #ccc !important;
    font-weight: normal !important;
}

.JU_MainTable .JU_ColSpacer ~ td div.FormRow.account-registration,
.account-registration {
    padding: 30px 40px !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row::after {
        display: table;
        content: " ";
    }

.col-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2 {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-10 {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5 {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-7 {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.ifp-form .row {
    margin: 0;
}

.ifp-form .col-4 {
    width: 360px;
    padding: 0;
}

.control-label {
    font-size: 14px;
}

.width100 {
    width: 100% !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pt-7 {
    padding-top: 7px;
}

.green-text {
    color: #26a65b !important;
}

.clear {
    clear: both;
}

.ifp-form-heading span {
    font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.ifp-form-heading.ifp-form-gender span {
    padding-left: 106px;
}

.ifp-form-heading.smoker {
    font-size: 14px;
}

.req-asterisk {
    color: #FF3300;
}

.ifp-form label {
    font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 135px;
    float: left;
    padding-top: 8px;
}

.account-registration input,
.account-registration select,
.ifp-form .ifp-form-select,
.ifp-form .ifp-form-input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 35px;
    padding: 5px;
    width: 220px;
    color: #26a65b;
    font-size: 14px;
    transition: ease-out 0.3s all;
}

    .account-registration input:focus,
    .account-registration select:focus,
    .ifp-form .ifp-form-select:focus,
    .ifp-form .ifp-form-input:focus {
        outline: none;
        border: 1px solid #26a65b;
    }

.ifp-form-input {
    width: 220px !important;
}

.ifp-form .dob {
    position: relative;
    padding-left: 70px;
}

    .ifp-form .dob input {
        width: 73px !important;
        float: left;
        padding-left: 11px !important;
    }

        .ifp-form .dob input:focus {
            outline: none;
            border: 1px solid #e5e5e5 !important;
        }

    .ifp-form .dob span {
        position: absolute;
        top: 9px;
    }

    .ifp-form .dob .dob-first:focus,
    .ifp-form .dob .dob-first {
        border-radius: 3px 0px 0px 3px;
        border-right: 0 !important;
    }

    .ifp-form .dob .dob-mid:focus,
    .ifp-form .dob .dob-mid {
        border-radius: 0;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .ifp-form .dob .dob-last:focus,
    .ifp-form .dob .dob-last {
        border-radius: 0px 3px 3px 0px;
        border-left: 0 !important;
    }

.ifp-form-dob .mm-dd-yy {
    color: #646464;
    padding: 16px 0px 7px 0px;
    font-size: 14px;
}

    .ifp-form-dob .mm-dd-yy b {
        width: 72px;
        text-align: center;
        display: inline-block;
    }

.ifp-form .checkbox {
    width: 25px;
    margin: 0 auto !important;
}

.FormRow.ifp-form .checkbox label {
    width: 25px;
    height: 25px;
}

    .FormRow.ifp-form .checkbox label::before {
        border-color: #dddddd;
    }

.FormRow.ifp-form .checkbox::after {
    left: 10px;
}

/*.FormRow.ifp-form input[type=checkbox]:checked + label:before {
    top: 0!important;
}*/

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.add-child {
    background-image: url("../images/add-icon.png");
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-left: 25px;
    height: 20px;
    padding-top: 0px;
    margin-left: 132px;
    background-size: 20px;
}

.button-larg .finishlaterbutton,
.paramout-new-design .btn-large,
.get-quote-btn .default-btn {
    margin-top: 5px;
    display: inline-block;
    width: 185px;
    height: 40px;
    padding-top: 12px !important;
}

.btn-x-large {
    width: 225px !important;
}

.app-footer {
    clear: both;
    font-size: 12px;
    color: #646464;
    padding: 30px;
}

.all-mandatory {
    font-size: 13px;
    margin-bottom: 40px;
    padding-left: 30px;
}

.account-registration {
    margin-bottom: 20px;
}

    .account-registration .row {
        float: left;
        width: 100%;
    }

    .account-registration .first-col {
        width: 455px;
        float: left;
    }

        .account-registration .first-col label {
            width: 155px;
            float: left;
            padding-right: 30px;
            padding-top: 11px;
        }

    .JU_MainTable .JU_ColSpacer ~ td div.second-col,
    .account-registration .second-col {
        padding-left: 120px !important;
        width: 605px;
        float: left;
    }

        .account-registration .second-col label {
            width: 185px;
            float: left;
            padding-right: 30px;
            padding-top: 11px;
        }

    .account-registration .input-control {
        display: inline-block;
        width: 300px;
    }

.position-relative {
    position: relative;
}

.info-icon {
    right: -10px;
    top: 3px;
    position: absolute;
    z-index: 10;
}

    .info-icon img {
        width: 20px;
    }






/********* Sohail *************/

.paramout-new-design h2,
h2 {
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    font-size: 20px !important;
    font-weight: normal;
    color: #26a65b;
    padding: 0;
    margin: 0 0 10px 0;
}

.pageTitle {
    /*background-color:#f4f6f7;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf1f2+0,ffffff+100 */
    background: #edf1f2; /* Old browsers */
    background: -moz-linear-gradient(top, #edf1f2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #edf1f2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #edf1f2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #ecf0f1;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0;
    color: #333333;
    font-size: 20px;
    clear: both;
}

.plnCompTbl {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c6c8cf;
    clear: both;
    /*border-collapse:collapse;*/
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    text-align: center;
    border-spacing: 0;
    overflow: hidden;
}


    .plnCompTbl tr {
        transition: ease-out .3s all;
    }

        .plnCompTbl tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .plnCompTbl tr:nth-child(odd) {
            background-color: #ffffff;
        }

        .plnCompTbl tr:hover {
            background-color: #eaeaea;
        }

    .plnCompTbl td {
        border-bottom: 1px solid #d5d6db;
        border-left: 1px solid #d5d6db;
        border-collapse: collapse;
        padding: 10px 6px;
        font-size: 13px;
        color: #646464;
    }

table.plnCompTbl tr:last-child > td {
    border-bottom: none;
}

.enrollmentSubHead {
    background-color: #faf8eb !important;
}

    /*.ffm-planMain .enrollmentSubHead br {
        display: none !important
    }*/

    .cmprPlans .enrollmentSubHead td,
    .enrollmentSubHead td {
        border-bottom: 1px solid #26a65b !important;
    }

.cmprPlans .enrollmentSubHead td {
    padding: 10px 0;
    border-top: 1px solid #d5d6db;
    height: 55px;
    vertical-align: middle;
}

    .cmprPlans .enrollmentSubHead td .cmp-plan-name {
        font-weight: normal !important;
    }

.plnCompTbl .monthlyPremium {
    background-color: #999999;
    font-size: 15px;
    color: #FFF;
    padding: 7px 7px;
    text-align: center;
}

.benifits-txt {
    background: #faf8eb;
    /*margin-top: 106px;*/
    padding: 10px 0;
    border-bottom: 1px solid #26a65b;
    border-top: 1px solid #d5d6db;
    height: 37px
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    .benifits-txt {
        margin-top: 102px;
    }
}*/

.plnCompTbl .valueEnrollment {
    font-size: 15px;
    color: #FFF;
    text-align: center;
    padding: 5px 0 10px 0;
    display: block;
}

    .plnCompTbl .valueEnrollment span {
        display: block;
        color: #26a65b;
        padding: 0px 0 10px 0;
    }

.enollmentBtn {
    font-size: 14px;
    color: #fff;
    min-width: 170px;
    box-sizing: border-box;
    padding: 7px 5px;
    border-radius: 100px;
    border: none;
    background-color: #26a65b;
    transition: ease-out .3s all;
    margin: 15px 0;
}

    .enollmentBtn:hover {
        background-color: #004e1d;
        cursor: pointer;
        color: #fff;
        text-decoration: none !important;
    }

.pageBdy {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.whiteBg {
    background-color: #fff !important;
}

.plnCompTbl .lightGreyBg {
    background-color: #f1f1f1 !important;
}

/******Login Page********/

.loginBg {
    background-color: #26a65b;
}

.loginWrap {
    margin: 0 auto;
    width: 500px;
    top: 100px;
    left: 50%;
    position: absolute;
    margin-top: 0;
    margin-left: -250px;
    vertical-align: middle;
}

.loginWrapInner {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 45px;
    background-color: #fff;
    border-radius: 5px;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 10px 10px 2px 0px rgba(6,136,73,1);
    -moz-box-shadow: 10px 10px 2px 0px rgba(6,136,73,1);
    box-shadow: 10px 10px 2px 0px rgba(6,136,73,1);
}

.loginHead {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
}

.loginWelcome {
    font-size: 15px;
    color: #999999;
    font-weight: normal;
}

.loginWrap h2 {
    font-size: 24px !important;
    color: #646464;
    padding-bottom: 5px;
    margin: 0;
    font-weight: bold;
}

.loginWrap span {
    font-size: 16px !important;
    color: #999999;
    margin: 0;
    padding: 0;
}

.loginForm {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.loginFormRow {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

    .loginFormRow .login-form-icon {
        position: absolute;
        width: 52px;
        height: 38px;
        background: #26a65b;
        border-radius: 2px 0px 0px 2px;
        top: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

span.login-form-icon.lock-icon {
    background-image: url("../images/lock-icon.png");
}

span.login-form-icon.key-icon {
    background-image: url("../images/key-icon.png");
}


.loginForm label {
    margin-bottom: 5px;
    color: #646464;
    display: block;
}

.loginForm input[type="text"] {
    background-color: #eeeeee;
    width: 100%;
    padding: 5px 65px;
    box-sizing: border-box;
    height: 40px;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    transition: ease-out 0.3s all;
    border: 1px solid #fff;
}

    .loginForm input[type="text"]:focus {
        border: 1px solid #26a65b;
        outline: none;
    }

/* .loginForm input[type="text"].lock{	
	background-image:url(../images/login-username.png);
	background-repeat:no-repeat;
}

.loginForm input[type="text"].key{	
	background-image:url(../images/login-password.png);
	background-repeat:no-repeat;
} */


.signBtn {
    width: 100%;
    font-size: 17px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    background-color: #26a65b;
    border-radius: 2px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    transition: ease-out 0.3s all;
}

    .signBtn:hover {
        cursor: pointer;
        background-color: #0b9453;
    }


.loginForgotPass {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

    .loginForgotPass a {
        color: #26a65b;
        text-decoration: none;
    }

        .loginForgotPass a:hover {
            text-decoration: none;
        }

.loginFtr {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 55px;
    text-align: center;
    color: #fff;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
}

    .loginFtr span {
        display: block;
        padding-bottom: 5px;
        color: #fff;
        font-size: 13px !important;
    }

        .loginFtr span a {
            color: #fff499;
            text-decoration: none;
            padding: 0 5px;
        }


/***************Plan Summar *************/

.sideBlock {
    float: left;
    width: 100%;
    box-shadow: border-box;
    border-radius: 3px;
    border: 1px solid #d5d6db;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .sideBlock .inner {
        padding: 20px 10px 10px 10px;
    }

    .sideBlock .head {
        font-size: 14px;
        font-weight: bold;
        color: #646464;
        text-align: center;
        background-color: #f1f1f1;
        padding: 13px 0;
    }

.sideBlockRow {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    color: #646464;
    position: relative;
}

    .sideBlockRow span {
        display: block;
        line-height: 19px;
        color: #646464;
        font-size: 14px;
    }

.mainContentCol {
    width: 77%;
    float: right;
    margin: 0;
    padding: 0;
}


.summaryTbl {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #c6c8cf;
    background-color: #f7f7f5;
    clear: both;
    /* border-collapse: collapse; */
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    text-align: center;
    border-spacing: 0;
    overflow: hidden;
    margin-top: 15px;
}


.summaryHead {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 10px;
    font-size: 16px;
    color: #646464;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px solid #e3e4e7;
}

    .summaryHead span {
        float: right;
    }

    .summaryHead a {
        color: #019a38;
        font-size: 14px;
    }

.summaryInfo {
    float: left;
    width: 23%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px;
    border-right: 1px solid #dedfe2;
    font-size: 14px;
    color: #7c8083;
    margin: 10px 0 15px 10px;
    position: relative;
}

    .summaryInfo .val {
        font-size: 18px;
        padding-top: 15px;
        color: #26a65b;
        display: block;
    }

.additional-benefits-head {
    color: #7c8083;
    font-size: 14px;
    padding-bottom: 8px;
}

.additional-benefits li {
    padding-bottom: 8px;
}

.summaryInfo:last-child {
    border: none;
}

.additional-benefits.summaryInfo {
    text-align: left;
}

.additional-benefits .val {
    font-size: 14px;
}

.additional-benefits a {
    display: inline-block;
}

.blueBtn2:hover,
.finishlaterbutton:focus,
.finishlaterbutton:hover,
.green-btn:focus,
.RoundBtn:focus,
.green-btn:hover,
.RoundBtn:hover {
    background-color: #004e1d !important;
    cursor: pointer;
    color: #fff;
    text-decoration: none !important;
    outline: none;
    border-color: #004e1d;
}


.monthlyPre {
    background-color: #fdfcf5;
    text-align: center;
    padding: 10px 10px;
    vertical-align: middle;
    border-left: 1px solid #cdcfd4;
    color: #646464;
}

.premiumVal {
    font-size: 30px;
    display: inline-block;
    padding-top: 15px;
    color: #019a38;
    line-height: 1;
    width: 100%;
}

.monthlyPre-heading {
    font-size: 16px;
    color: #646464;
}

.btn a,
.qc-blue-btn,
.NormalButton,
.blueBtn2,
.landingHeader .NormalButton,
.finishlaterbutton,
.green-btn,
.RoundBtn {
    font-size: 14px;
    color: #fff;
    min-width: 150px !important;
    box-sizing: border-box;
    padding: 8px 5px !important;
    border-radius: 100px !important;
    border: none;
    background-color: #26a65b !important;
    transition: ease-out .3s all;
    font-weight: normal !important;
    height: 35px;
}

.NormalButton {
    height: 35px !important;
    line-height: 20px !important;
}

    .qc-blue-btn:hover,
    .NormalButton:focus,
    .NormalButton:hover {
        background-color: #004e1d !important;
        border-color: #004e1d;
        outline: none
    }


    .btn a:disabled:hover,
    .qc-blue-btn:disabled:hover,
    .NormalButton:disabled:hover,
    .blueBtn2:disabled:hover,
    .landingHeader .NormalButton:disabled:hover,
    .finishlaterbutton:disabled:hover,
    .green-btn:disabled:hover,
    .RoundBtn:disabled:hover,
    .btn a:disabled,
    .qc-blue-btn:disabled,
    .NormalButton:disabled,
    .blueBtn2:disabled,
    .landingHeader .NormalButton:disabled,
    .finishlaterbutton:disabled,
    .green-btn:disabled,
    .RoundBtn:disabled {
        background-color: rgba(38, 166, 91, 0.6) !important;
        cursor: not-allowed
    }

img[src="images/btn_calendar.gif"] {
    width: auto !important
}

.text-white {
    color: #fff !important;
}

.user-icon .fas {
    padding: 0 7px;
}

.blueBtn {
    border: 1px solid #26a65b;
}

.RoundBtn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}


.landingHeader .green-btn,
.landingHeader .NormalButton,
.whiteBtn {
    background-color: #fff !important;
    border: 1px solid #31a862;
    color: #26a65b !important;
    text-transform: uppercase;
}

    .landingHeader .green-btn:hover,
    .landingHeader .NormalButton:hover,
    .whiteBtn:hover {
        background-color: #26a65b !important;
        border: 1px solid #26a65b;
        color: #fff !important;
    }

.landingHeader .green-btn,
.landingHeader .NormalButton {
    height: 40px;
    width: 185px;
}

.btn-Center {
    margin: 0 auto;
}

.spacerDiv {
    display: block;
    margin-top: 20px;
    clear: both;
}



.PreimiumTbl {
    width: 100%;
    border: 1px solid #c6c8cf;
    background-color: #f7f7f5;
    clear: both;
    /* border-collapse: collapse; */
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    text-align: center;
    border-spacing: 0;
    overflow: hidden;
    font-size: 14px;
    color: #646464;
}

    .PreimiumTbl td {
        padding: 10px 10px;
        border-bottom: 1px solid #c9c9c9;
    }

    .PreimiumTbl tr:nth-child(odd) {
        background-color: #fff;
    }

    .PreimiumTbl tr:nth-child(even) {
        background-color: #f3f3f3;
    }


.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}

.leftColDiv {
    float: left;
    width: 20%;
    padding-top: 34px;
}

/*  Fixed Header on scroll  */

.shrink-header {
    position: fixed;
    top: 0;
    animation: slide-down 0.7s;
    z-index: 100;
    height: 40px !important;
    box-shadow: 1px 1px 3px rgb(9, 99, 47, 0.5);
}

    .shrink-header .logo img {
        width: 130px;
    }

    .shrink-header .header-navigation {
        margin-top: 6px;
    }

        .shrink-header .header-navigation ul li a.link-btn {
            padding: 4px 14px;
        }

    .shrink-header .caret {
        top: 8px;
    }

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}





/**********New 08-10-2019 *************/

.colFormContainer {
    float: left;
    width: 100%;
    box-sizing: border-box;
    /* background-color:#f8f8f8; */
    border: 1px solid #c6c8cf;
    border-radius: 3px;
    padding: 30px 45px;
    color: #646464;
    margin-bottom: 25px;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    /* -webkit-box-shadow: 6px 6px 2px 0px rgba(227,228,231,1);
    -moz-box-shadow: 6px 6px 2px 0px rgba(227,228,231,1);
    box-shadow:6px 6px 2px 0px rgba(227,228,231,1); */
    box-shadow: 1px 2px 6px rgba(0,0,0, 0.15);
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.colForm {
    float: left;
    width: 300px;
    box-sizing: border-box;
}

    .colForm.colRight {
        float: right !important;
    }



.FormRow {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

    .FormRow:last-child {
        margin-bottom: 0px !important;
    }

    .FormRow label {
        margin-bottom: 8px;
        color: #646464;
        display: block;
        font-size: 14px;
    }


    .FormRow .checkbox label {
        margin-left: 0px;
    }

        .FormRow .checkbox label:before {
            width: 20px;
            height: 20px;
            margin-right: 15px;
        }


    .FormRow .checkbox, .FormRow .radio {
        position: relative;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }




        /*.FormRow input[type=radio], .FormRow input[type=checkbox] {
    display: none;
}*/

        .FormRow .radio label {
            display: inline-block;
            cursor: pointer;
            position: relative;
            padding-left: 35px;
            margin-right: 10px;
            font-size: 1em;
            color: #5c6672;
        }

        .FormRow .checkbox input[type=checkbox], .FormRow .checkbox-inline input[type=checkbox], .FormRow .radio input[type=radio], .FormRow .radio-inline input[type=radio] {
            position: relative;
            margin-left: 4px;
        }

        .FormRow .radio label, .FormRow .checkbox label {
            display: inline-block;
            cursor: pointer;
            position: relative;
            padding-left: 35px;
            margin-right: 20px;
        }

.grid-header {
    background-color: #3fc380;
}

    .grid-header th .label,
    .grid-header td .label,
    .grid-header td,
    .grid-header th {
        color: #fff;
    }

.radio input[type="radio"] {
    position: absolute !important;
    z-index: -1;
    opacity: 0;
    height: 1px;
}

.quizNote {
    font-size: 12px;
    font-style: italic;
    display: block;
}

.FormRow .radio label:before {
    border-radius: 50%;
}


.FormRow .radio label:before,
.FormRow .checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -3px;
    /* bottom: 1px; */
    background-color: #fff;
    /* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
    border: 1px solid #26a65b;
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=checkbox]:disabled:checked + label,
.checkbox input[type=checkbox]:disabled:checked + label:after,
.FormRow input[type=radio]:disabled + label,
.FormRow input[type=checkbox]:disabled + label {
    cursor: not-allowed;
}

    .FormRow input[type=radio]:disabled + label:before,
    .FormRow input[type=checkbox]:disabled + label:before,
    .checkbox input[type=checkbox]:disabled + label:before {
        opacity: 0.7;
        background-color: #ebebe4;
        cursor: not-allowed;
    }

    .checkbox input[type=checkbox]:disabled:checked + label:before {
        background-color: #26a65b;
        cursor: not-allowed;
    }

.FormRow input[type=radio]:checked + label:before {
    /* content: "\2022"; */
    content: '';
    color: #fff;
    font-size: 34px;
    line-height: 16px;
    text-align: center;
    /*background-image: url(../images/radio-circle.png);
    background-repeat: no-repeat;
	background-position: center;*/
    background-color: #26a65b;
    border-radius: 100px;
    border: 1px solid #26a65b;
    background-image: url(../images/checkbox-tick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}

.FormRow input[type=checkbox]:checked + label:before {
    /* content: "\2022"; */
    content: '';
    color: #fff;
    font-size: 34px;
    line-height: 16px;
    text-align: center;
    background-image: url("../images/checkbox-tick.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #26a65b;
    border: 1px solid #26a65b;
    top: -3px !important;
}


.mandatoryField {
    display: block;
    margin-bottom: 20px;
    clear: both;
    font-size: 12px;
}

.FormRow label.mandatory span,
.mandatory {
    color: red;
}

.FormRow label.mandatory {
    display: inline;
}

.Font12px {
    font-size: 12px;
}


.FormRow .custom-control {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

textarea.NormalText,
select.NormalDropDown,
select.ddlplan,
input.NormalText,
.dropdown, .DropDown,
.textbox, .TextBox,
.FormRow textarea,
.FormRow input[type="text"], .FormRow select {
    /*background-color: #eeeeee;*/
    width: 100%;
    padding: 5px 10px !important;
    box-sizing: border-box;
    height: 35px;
    border: none;
    border-radius: 3px;
    transition: ease-out 0.3s all;
    border: 1px solid #e5e5e5;
    color: #26a65b !important;
    font-size: 14px;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif !important;
}


    input.aspNetDisabled:disabled,
    select.NormalDropDown:disabled,
    select.ddlplan:disabled,
    .dropdown:disabled, .DropDown:disabled,
    .aspNetDisabled.dropdown, aspNetDisabled.DropDown,
    .FormRow textarea:disabled, .FormRow textarea:read-only,
    .FormRow input[type="text"]:disabled, .FormRow input[type="text"]:read-only,
    .FormRow selec:read-only, .FormRow selec:disabled {
        color: #a4a7a8;
        cursor: not-allowed;
        border: 1px solid #dfdfda;
        background: #f1f1ec;
    }

.BaseTextBoxReadOnly {
    height: 35px;
    padding: 5px 10px !important;
}

textarea.NormalText:focus,
select.NormalDropDown:focus,
select.ddlplan:focus,
input.NormalText:focus,
.dropdown:focus, .DropDown:focus,
.textbox:focus, .TextBox:focus,
.FormRow textarea:focus,
.FormRow input[type="text"]:focus, .FormRow select:focus {
    outline: none !important;
    border: 1px solid #26a65b;
}

.grid-search-header .dropdown {
    height: 25px;
    padding: 3px 10px !important;
}

.fullContainer {
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.greenTick {
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 10;*/
}

.bill-details {
    float: left;
    width: 230px;
    background-color: #e8f2ec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    border: 1px solid #c8d8ce;
}

.bill-details-row {
    float: left;
    width: 220px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.bill-details .title {
    float: left;
    width: 130px;
}

.bill-details .val {
    float: left;
    width: 90px;
}

.grid-search-header label {
    color: #fff;
}


/******** Questionnaires ********/

.QuestContainer {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #c6c8cf;
    border-radius: 3px;
    color: #646464;
    margin-bottom: 25px;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    /* -webkit-box-shadow: 6px 6px 2px 0px rgba(227,228,231,1);
    -moz-box-shadow: 6px 6px 2px 0px rgba(227,228,231,1);
    box-shadow:6px 6px 2px 0px rgba(227,228,231,1); */
    box-shadow: 1px 2px 6px rgba(0,0,0, 0.15);
    font-size: 14px;
}

.questNotes {
    background-color: #f2f1ed;
    padding: 30px 40px;
    font-size: 14px;
    margin: 0;
}

table.questionnaireGrid {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

    table.questionnaireGrid tr:nth-child(even) {
        background-color: #f3f3f3;
    }


    table.questionnaireGrid td {
        padding: 10px 40px;
        border-top: 1px solid #d5d6db;
        border-bottom: 1px solid #d5d6db;
    }

.medicalquest {
    margin-bottom: 20px;
    display: table;
}

    .medicalquest .quizNo {
        padding-right: 5px;
        display: table-cell;
    }

    .medicalquest .medQuiz {
        display: table-cell
    }

/*.questionnaireGrid .radio, .questionnaireGrid .checkbox{
	margin-left:17px;
}*/

.questionnaireGrid .checkbox {
    margin-bottom: 10px;
}


.questionFtr {
    background-color: #f3f3f3;
    padding: 30px 40px;
    border-top: 1px solid #d5d6db;
}


/*********** Common ************/
.innerPadding {
    padding-left: 40px;
    padding-right: 40px;
}


.bdrTp {
    border-top: 1px solid #d5d6db;
}

.bdrBtm {
    border-bottom: 1px solid #d5d6db;
}

.bdrRt {
    border-right: 1px solid #d5d6db;
}

.bdrLT {
    border-Left: 1px solid #d5d6db;
}

.noBdr {
    border: none !important
}

.bdrAll {
    border: 1px solid #d5d6db;
}

.noPadding {
    padding: 0 !important;
}

.noMargin {
    margin: 0;
}

.posRelative {
    position: relative;
}

.posabsolute {
    position: absolute;
}

.lightYellowBg {
    background-color: #fdfcf5;
}

.fullContainer {
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.mandatory {
    color: red;
}

.Font12px {
    font-size: 12px;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}

.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}


.vAlignTop {
    vertical-align: top;
}

.paddingTpBtm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.txtthemeBlue {
    color: #33667b;
}

.txtUpperCase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.clear {
    clear: both;
}

.pt-10 {
    padding-top: 10px;
}

.bt-0 {
    border-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}







/* Supporting Document */


.help-text {
    color: #999;
    font-size: 12px;
    margin: 5px 0;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-6 + label {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0;
    border-radius: 3px;
    height: 35px;
    position: relative;
    cursor: pointer;
    width: calc(100% - 151px);
}

    .inputfile-6 + label span {
        height: 100%;
        color: #26a65b;
        background-color: #ffffff;
        display: inline-block;
        padding: 0.625rem 1.25rem;
        position: absolute;
        right: -151px;
        border-radius: 50px;
        border: 1px solid;
        line-height: 14px;
    }

.upload-doc {
    margin-top: 20px;
    margin-bottom: 60px;
}



/* Application Summary */



.application-summary-left {
    width: 35%
}

.application-summary-right {
    width: 65%;
    margin-bottom: 50px;
}

.est-payment {
    width: 100%;
    border: 1px solid #c6c8cf;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .est-payment tr:nth-child(even) {
        background-color: #fff !important;
    }

    .est-payment .est-payment-head td {
        border-top: 0 !important;
        padding: 8px 20px !important;
    }

.est-payment-head {
    background-color: #a2ded0;
}

.est-payment td {
    border-top: 0 !important;
    padding: 10px 20px !important;
    border-bottom: 1px solid #d5d6db !important;
}

.est-payment tr td:nth-child(even) {
    width: 25%;
}

.est-payment .lblEstimatedCost td {
    padding: 0 !important;
    border-bottom: 0 !important;
}

.application-summary {
    position: relative;
}

.agree-term {
    padding-top: 5px;
    margin-left: -20px;
}

.summary-benefits {
    margin-top: 8px;
}

    .summary-benefits .checkbox {
        width: 22px;
    }


.summary-benefits-text {
    width: 500px;
    padding-left: 30px;
    padding-top: 6px;
}

.other-checkbox label {
    padding-left: 30px;
    color: #646464;
}


/*********** 10-10-2019 ************/

.impNotice {
    font-size: 14px;
    color: #646464;
}

    .impNotice .head {
        background-color: #999999;
        text-align: center;
        color: #fff;
        padding: 15px 0;
        text-transform: uppercase;
        box-sizing: border-box;
    }


/* 1. Ensure this sits above everything when visible */

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;*/
}

.searchIcon {
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 10px;
    padding-right: 35px !important;
}



/*******Landing page************/

.landingBg {
    /* The image used */
    background-image: url("../images/landing-bg.jpg");
    background: url("../images/landing-bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landingContainer {
    background: rgba(255,255,255,.85);
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #2aa85e;
    padding-bottom: 80px;
    position: relative;
}

.landingHeader {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,efefee+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#efefee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefee',GradientType=0 ); /* IE6-9 */
    box-sizing: border-box;
    border-bottom: 1px solid #2aa85e;
    padding: 15px 40px;
    margin-bottom: 30px;
}

.landingHeading {
    font-size: 24px;
    color: #26a65b;
}

.recentAppDetail {
    margin-top: 30px;
}

.appDetaiRow {
    float: left;
    color: #3c3c3c;
    margin-bottom: 15px;
    font-size: 14px;
}

    .appDetaiRow .col1 {
        float: left;
        width: 185px;
    }

    .appDetaiRow .col2 {
        float: left;
        width: 900px;
        margin-left: 3px;
    }


.landingBreadCrumb {
    margin: 15px 0 25px -15px;
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

    .landingBreadCrumb a {
        text-transform: uppercase;
        font-size: 14px !important;
        border-right: 1px solid #646464 !important;
        padding: 5px 15px !important;
        color: #26a65b !important;
        transition: ease-out all .3s;
    }

        .landingBreadCrumb a:last-child {
            border: none !important;
        }

        .landingBreadCrumb a:hover {
            text-decoration: none;
            color: #646464;
        }

.ladingFtrGredient {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 15px;
    float: left;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#929292+0,3b413d+100 */
    background: #929292; /* Old browsers */
    background: -moz-linear-gradient(top, #929292 0%, #3b413d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #929292 0%,#3b413d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #929292 0%,#3b413d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929292', endColorstr='#3b413d',GradientType=0 ); /* IE6-9 */
}






/* In app implementation */


.mainTable {
    width: 100%;
}

.navigationSignIN {
    color: #FFF
}

.dropDwonMenuPanel {
    border-radius: 5px;
    box-shadow: 1px 2px 6px rgba(0,0,0, 0.15);
}

.paramout-new-design .dropDwonMenuPanel ul {
    margin-top: -1px;
    margin-left: -1px;
}

    .dropDwonMenuPanel ul li,
    .paramout-new-design .dropDwonMenuPanel ul li a,
    .paramout-new-design .dropDwonMenuPanel ul li {
        text-align: left !important;
        padding-bottom: 0;
    }

        .paramout-new-design .dropDwonMenuPanel ul li a {
            padding: 7px 10px 7px 10px !important;
            transition: all 0.3s;
        }

        .paramout-new-design .dropDwonMenuPanel ul li:first-child a {
            border-radius: 5px 5px 0px 0px
        }

        .paramout-new-design .dropDwonMenuPanel ul li:last-child a {
            border-radius: 0px 0px 5px 5px
        }

        .paramout-new-design .dropDwonMenuPanel ul li a:hover {
            background-color: #26a65b;
        }

.dropdown-arrow {
    transform: rotate(90deg);
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.quote-tbl-heading {
    font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

.quote-tbl th {
    vertical-align: top;
}

.quote-tbl {
    table-layout: fixed;
}

    .quote-tbl td {
        vertical-align: top;
    }

.pb-15 {
    padding-bottom: 15px;
}

.coverage-length,
.effective-date,
.zip-code,
.font-bold {
    font-family: 'Avenir LT Std 85 Heavy', Arial, Helvetica, sans-serif;
}

.zip-code {
    font-size: 13px;
}

.quote-tbl .font-bold {
    padding-top: 10px;
}

.coverage-length {
    width: 130px;
}

.quote-tbl-dob {
    width: 220px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

    .quote-tbl-dob input[type="text"] {
        width: 64px !important;
        border: 0 !important;
        height: 32px;
    }

    .quote-tbl-dob .forward-slash {
        vertical-align: top;
        padding-top: 10px;
    }

.quote-tbl .mm {
    text-align: right;
    padding-right: 0px;
}

.quote-tbl .dd {
    text-align: left;
    padding-left: 57px;
    padding-bottom: 5px;
}

.d-inline-block {
    display: inline-block;
}

.get-info {
    margin-top: 8px;
}


/* Plan Display */


.qoteProfile {
    margin: 0 !important;
}

.edit-profile-btn {
    height: 30px;
    display: inline-block;
    padding: 9px 5px !important;
}

.inner-heading {
    margin: 15px 0 10px 0;
}

    .inner-heading:first-child {
        margin-top: 0;
    }

.CheckedListBoxMenue td {
    display: table-cell !important;
    padding: 12px 0;
}

    .CheckedListBoxMenue td input {
        position: absolute !important;
    }

    .CheckedListBoxMenue td.checkbox label {
        padding-left: 30px;
        color: #646464;
    }

        .CheckedListBoxMenue td.checkbox label::before {
            left: 0;
            top: 5px;
        }

.change-paln-btn {
    height: 31px;
    padding-top: 15px;
}

.checkbox .CompareCheckBox label {
    padding-left: 25px
}

    .checkbox .CompareCheckBox label:before {
        top: 0;
    }

.monthlyPre .default-btn {
    margin-top: 15px;
    height: 31px;
    padding-top: 10px;
    display: inline-block;
}

/* Registrtion Page */



.registration .ffm-inner-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.registration .companyInfoWrap {
    width: 100%;
}



/* Plan Comparison */


.plnCompTbl-contaier {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c6c8cf;
    clear: both;
    font-family: 'Avenir LT Std 55 Roman', Arial, Helvetica, sans-serif;
    text-align: center;
    border-spacing: 0;
    overflow: hidden;
}


/* Plan Summary */


.d-flex {
    display: flex;
}

.d-block {
    display: block;
}


.vertical-nav a {
    padding-bottom: 5px !important;
    display: inline-block;
}

.vertical-nav tr:nth-child(odd) a {
    color: #646464;
    font-weight: bold;
}

    .vertical-nav tr:nth-child(odd) a:hover {
        text-decoration: none;
        cursor: initial
    }

.vertical-nav tr:nth-child(even) a {
    color: #646464;
    font-weight: normal;
    margin-bottom: 1px;
}

    .vertical-nav tr:nth-child(even) a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

table.questionnaireGrid td .rblQuestons td {
    padding: 0;
    border: 0 !important;
}

.medical-questionair .questionnaireGrid tr:nth-child(even) {
    background-color: #fff;
}

.medical-questionair .questionnaireGrid tr td {
    border-top: 0px;
    border-bottom: 0px;
}

.medical-questionair .questionnaireGrid tr:nth-child(1) td {
    border-top: 1px solid #d5d6db;
}

.medical-questionair .questionnaireGrid tr:nth-child(even) {
    background-color: #f3f3f3;
    border-top: 0px;
    border-bottom: 0px;
}

    .medical-questionair .questionnaireGrid tr:nth-child(even) td {
        border-top: 1px solid #d5d6db;
        border-bottom: 1px solid #d5d6db;
    }

.medical-questionair .checkbox label {
    padding-left: 20px;
    color: #646464;
}


td.vertical-nav-left-image-container {
    display: none;
}


.qc-popup-wrap {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 30%)
}

.compare-checkbox input[type="checkbox"] {
    float: left;
    position: relative !important;
    top: -4px !important;
}

.compare-checkbox {
    position: relative;
    top: 4px;
    display: flex;
}

    .compare-checkbox .NormalButtonCompare {
        margin-top: -3px;
    }

/*.JU_MainTable .JU_ColSpacer ~ td div,*/
.JU_MainTable,
.mainTable > table,
.mainTable {
    width: 100% !important;
}

.JU_ColSpacer {
    display: none;
}


.jqueryslidemenu {
    margin-bottom: 0 !important;
}

.menu-bg {
    display: inline-block;
    width: 100%;
    background: #68c383;
}

@media print {
    /*.white-box-inner table {
        width: 90%;
    }*/
    .benefitsBarOrange {
        display: none
    }

    thead,
    td,
    tr,
    table {
        page-break-inside: avoid;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }
}


.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.formRow-itchy-bitchy {
    margin: 0px 0px 0px -45px;
    width: calc(100% + 90px);
    padding: 10px 20px 10px 45px;
    border-bottom: 1px solid #dddde1;
}

.bg-white {
    background-color: #fff !important
}

.bg-grey {
    background-color: #f3f3f3 !important
}

.bg-light-yellow {
    background-color: #fdfcf5 !important
}