@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueLTStdRoman', sans-serif;
    line-height: inherit;
    color: #666;
    background: #f3f3f3;
}

h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'helveticaneuebold', sans-serif;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTStdRoman';
    src: url('../fonts/HelveticaNeueLTStdRoman.eot');
    src: url('../fonts/HelveticaNeueLTStdRoman.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdRoman.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStdRoman.woff') format('woff'), url('../fonts/HelveticaNeueLTStdRoman.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStdRoman.svg#HelveticaNeueLTStdRoman') format('svg');
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneue-webfont.woff2') format('woff2'), url('../fonts/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneuebd-webfont.woff2') format('woff2'), url('../fonts/helveticaneuebd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueheavy';
    src: url('../fonts/helveticaneuehv-webfont.woff2') format('woff2'), url('../fonts/helveticaneuehv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueitalic';
    src: url('../fonts/helveticaneueit-webfont.woff2') format('woff2'), url('../fonts/helveticaneueit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneuelt-webfont.woff2') format('woff2'), url('../fonts/helveticaneuelt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneuemed-webfont.woff2') format('woff2'), url('../fonts/helveticaneuemed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #328e99;
}

    a:hover {
        color: #328e99;
    }
/* HEADER CSS START */
#header {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #fff;
}

.logo img {
    float: left;
    margin-right: 9.5%;
    height: 40px;
}

.fa.fa-phone {
    padding-right: 10px;
}

a.tollfree {
    color: #328e99;
    font-size: 18px;
    float: right;
    font-family: 'BebasNeue-Regular', sans-serif;
    padding-top: 8px;
    width: auto;
    /*width: 15%;*/
    font-weight: bold;
    text-align: right;
}

    a.tollfree:hover {
        color: #328e99;
        text-decoration: none;
    }

.page-title {
    text-align: center;
    font-size: 20px;
    color: #333;
    padding-top: 8px;
    text-transform: uppercase;
    float: left;
    /*width: 80%;*/
    font-family: 'BebasNeue-Regular', sans-serif;
    width: 70%;
}
/* HEADER CSS END */
/* MIDDLE CSS START */
#content-wraper {
    width: 100%;
    float: left;
}

.middle-content {
    width: 100%;
    float: left;
    padding: 20px;
}

.top-wraper {
    width: 100%;
    background: #008391;
    padding: 40px 0;
    float: left;
}

    .top-wraper.inner {
        padding: 20px 0;
    }

.instructions {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'HelveticaNeueLTStdRoman', sans-serif;
    padding-bottom: 15px;
}

.top-wraper ul {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

    .top-wraper ul li {
        float: left;
        width: 100%;
        text-align: left;
        color: #fff;
        font: 14px/20px 'helveticaneuebold', sans-serif;
    }

        .top-wraper ul li span img {
            vertical-align: baseline;
            margin-right: 10px;
        }

        .top-wraper ul li span {
            padding: 0 30px;
        }

.info {
    cursor: pointer;
}

.pos-top {
    margin-top: -40px;
    background: url(../images/login-bg.png) left top no-repeat;
    background-size: 100% 100%;
}

.left-col {
    width: 73%;
    float: left;
}

.right-col {
    width: 25%;
    float: right;
}

.box-wraper {
    box-shadow: 0 7px 16px 2px rgba(168, 168, 168, 0.5);
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
}

h2.sub-title {
    padding: 15px 0 40px 0;
    width: 100%;
    text-align: center;
    font: 24px 'helveticaneuebold', sans-serif;
    color: #000;
    font-weight: bold;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #e21f26 !important;
    border-color: #e21f26 !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #e21f26 !important;
        border-color: #e21f26 !important;
        box-shadow: 0 0 0 0.2rem rgba(226, 31, 38, 0.5) !important;
    }

.full {
    width: 100%;
}

.policy-sec {
    width: 280px;
    margin: 0 auto;
    display: table;
}

a.find-policy {
    font: 14px 'helveticaneuebold', sans-serif;
    color: #328e99;
    padding-top: 15px;
    display: table;
    width: 100%;
    text-align: center;
}

.small {
    font-size: 12px;
    color: #666;
    text-align: center;
    width: 100%;
    display: table;
    padding-bottom: 15px;
}

.policy-sec .control-label {
    text-align: center;
    padding: 0 !important;
    width: 100%;
}

.cyanbg {
    background: #409ba6;
    padding: 10px;
    border-radius: 5px;
}

.profile-sec {
    float: left;
    width: 100%;
}

    .profile-sec span {
        font-size: 14px;
        color: #fff;
    }

        .profile-sec span.title {
            font-size: 12px;
            color: #e6e5e5;
        }

.pro-con {
    padding-right: 15px;
    float: left;
}

.date {
    height: 16px;
    background: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    color: #328e99 !important;
    font-size: 12px !important;
    line-height: 16px;
}

.paynow {
    width: 100%;
    text-align: center;
    min-height: inherit;
}

.tax {
    font-size: 14px;
}

.final-price {
    font: 32px 'HelveticaNeueLTStdRoman', sans-serif;
    color: #328e99;
    width: 100%;
    text-align: center;
    clear: both;
    float: left;
    padding: 10px 0;
}

    .final-price .fa-inr {
        font-size: 16px;
    }

.big {
    padding: 10px 0;
}

.paynow .checkbox label {
    font-size: 12px;
    color: #959595;
    padding-left: 25px;
}

.policy-holder {
    float: Left;
    margin: 0 0 15px 0;
    width: 100%;
}

    .policy-holder .small {
        text-align: left;
        padding-bottom: 5px;
        float: left;
        width: auto;
    }

.insurancer {
    font-size: 13px;
    float: left;
    clear: both;
}

.box-wraper table tr td {
    font-size: 12px;
    border: 1px solid #dedede;
    padding: 15px;
}

    .box-wraper table tr td p strong {
        color: #000;
    }

.sep-title {
    font: 18px 'helveticaneuebold', sans-serif;
    color: #328e99;
    padding: 15px 0;
}

h3 {
    font: 16px 'helveticaneuebold', sans-serif;
    color: #000;
    /*padding: 0 0 15px 0;*/
}

.pol-tagline {
    font-size: 11px;
    padding-bottom: 15px;
    float: left;
    padding-left: 20px;
    padding-top: 5px;
}

.pro-amount {
    padding-left: 10px;
    font-size: 15px;
    font-family: 'helveticaneuebold', sans-serif;
    color: #000;
}

    .pro-amount .fa-inr {
        font-size: 14px;
    }

.premium {
    padding: 0 !important;
    padding-top: 5px !important;
}

.suminsured {
    padding: 15px 10px;
    float: left;
    border: 1px solid #dedede;
    width: 38%;
    border-radius: 5px;
    position: relative;
}

    .suminsured .checkbox {
        margin-top: 0;
    }

        .suminsured .checkbox label {
            font-size: 14px;
            color: #666;
            margin-bottom: 0;
        }

        .suminsured .checkbox .helper {
            border-radius: 50px;
            width: 24px;
            height: 24px;
            background: #d3d3d3;
            border: none;
        }

    .suminsured input:checked ~ .helper {
        border: none !important;
    }

    .suminsured .checkbox .helper::before, .suminsured .checkbox .helper::after {
        background: #fff;
    }

    .suminsured .checkbox input:checked ~ .helper {
        color: #fff;
        background: #328e99;
    }

    .suminsured .checkbox .helper::before {
        box-shadow: none;
        top: 18px;
        left: 9px;
    }

    .suminsured .checkbox input:checked ~ .helper::before {
        height: 16px;
    }

    .suminsured .checkbox .helper::after {
        top: 13px;
        left: 4px;
    }

.or {
    float: left;
    margin-left: 15px;
    padding-top: 19px;
}

.pad10 {
    padding-top: 10px;
}

.recommended {
    height: 16px;
    background: #f5a623;
    border-radius: 50px;
    padding: 3px 10px;
    color: #fff !important;
    font-size: 12px !important;
    /*line-height: 16px;*/
    position: absolute;
    left: 10px;
    top: -9px;
    line-height: 11px;
}

.bor-dot {
    border: 1px dashed #74b2ba;
}

.confirm .checkbox label {
    font-size: 12px;
    color: #959595;
    padding-left: 25px;
}

a.btn-border-add {
    /*padding: 0 15px;*/
    font-size: 14px;
    color: #e31f26;
    text-transform: uppercase;
    border-radius: 5px;
    float: right;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

    a.btn-border-add:hover {
        background: #e31f26;
        color: #fff;
        text-decoration: none;
    }

.added .add-check {
    display: inline !important;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.btn-border-add {
    border: 1px solid #e31f26;
    padding: 0 15px;
    font-size: 14px;
    color: #e31f26;
    text-transform: uppercase;
    border-radius: 5px;
    float: right;
    height: 36px;
    line-height: 36px;
}

    .btn-border-add:hover {
        background: #e31f26;
        color: #fff;
    }

a.added {
    background: #def7bd;
    color: #80a150 !important;
    border: 1px solid #def7bd;
    text-transform: capitalize;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
}

    a.added:hover {
        background: #def7bd;
        color: #80a150 !important;
        border: 1px solid #def7bd;
    }

.btn-border-add.btn-hide {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

    .btn-border-add.btn-hide.added {
        display: block;
    }

a.remove-added {
    float: right;
    text-align: right;
    padding: 10px 100px 0 0;
    text-decoration: underline !important;
    text-transform: uppercase;
    color: #909090 !important;
    font-size: 13px;
    cursor: pointer;
}

    a.remove-added:hover {
        text-decoration: underline !important;
    }

.policy-holder.width-auto {
    width: auto;
}
/* MIDDLE CSS END */
/* MATERIAL CSS START */
fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio, .form-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-inline > .form-group, .form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 14px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
    color: #666 !important;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #666 !important;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
    padding-bottom: 8px;
}

    .form-group .bar::before {
        content: '';
        height: 0.125rem;
        width: 0;
        left: 50%;
        bottom: -0.0625rem;
        position: absolute;
        background: #328e99;
        -webkit-transition: left 0.28s ease, width 0.28s ease;
        transition: left 0.28s ease, width 0.28s ease;
        z-index: 2;
    }

.form-group input, .form-group textarea {
    display: block;
    background: none;
    padding: 0;
    font-size: 14px;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    /*color: transparent;*/
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    color: #666 !important;
}

    .form-group input[type="file"] {
        line-height: 1;
    }

        .form-group input[type="file"] ~ .bar {
            display: none;
        }

    .form-group select, .form-group input:focus, .form-group input:valid, .form-group input.form-file, .form-group input.has-value, .form-group textarea:focus, .form-group textarea:valid, .form-group textarea.form-file, .form-group textarea.has-value {
        color: #333;
    }

        .form-group select ~ .control-label, .form-group input:focus ~ .control-label, .form-group input:valid ~ .control-label, .form-group input.form-file ~ .control-label, .form-group input.has-value ~ .control-label, .form-group textarea:focus ~ .control-label, .form-group textarea:valid ~ .control-label, .form-group textarea.form-file ~ .control-label, .form-group textarea.has-value ~ .control-label {
            font-size: 0.8rem;
            color: gray;
            top: -1rem;
            left: 0;
        }

        .form-group select:focus, .form-group input:focus, .form-group textarea:focus {
            outline: none;
        }

            .form-group select:focus ~ .control-label, .form-group input:focus ~ .control-label, .form-group textarea:focus ~ .control-label {
                color: #337ab7;
            }

            .form-group select:focus ~ .bar::before, .form-group input:focus ~ .bar::before, .form-group textarea:focus ~ .bar::before {
                width: 100%;
                left: 0;
            }

.checkbox label, .form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 3rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input, .form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

    .radio .helper {
        position: absolute;
        top: -0.25rem;
        left: -0.25rem;
        cursor: pointer;
        display: block;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
    }

        .radio .helper::before, .radio .helper::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 0.25rem;
            width: 1rem;
            height: 1rem;
            -webkit-transition: -webkit-transform 0.28s ease;
            transition: -webkit-transform 0.28s ease;
            transition: transform 0.28s ease;
            transition: transform 0.28s ease, -webkit-transform 0.28s ease;
            border-radius: 50%;
            border: 0.125rem solid currentColor;
        }

        .radio .helper::after {
            -webkit-transform: scale(0);
            transform: scale(0);
            background-color: #337ab7;
            border-color: #337ab7;
        }

    .radio label:hover .helper {
        color: #337ab7;
    }

    .radio input:checked ~ .helper::after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .radio input:checked ~ .helper::before {
        color: #337ab7;
    }

.checkbox {
    margin-top: 15px;
    margin-bottom: 0;
}

    .checkbox .helper {
        color: #999;
        position: absolute;
        top: -1px;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #bbb;
        border-radius: 3px;
        -webkit-transition: border-color 0.28s ease;
        transition: border-color 0.28s ease;
    }

        .checkbox .helper::before, .checkbox .helper::after {
            position: absolute;
            height: 0;
            width: 0.2rem;
            background-color: #337ab7;
            display: block;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-radius: 0.25rem;
            content: '';
            -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
            transition: opacity 0.28s ease, height 0s linear 0.28s;
            opacity: 0;
        }

        .checkbox .helper::before {
            top: 11px;
            left: 5px;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .checkbox .helper::after {
            top: 6px;
            left: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .checkbox label:hover .helper {
        color: #337ab7;
    }

    .checkbox input:checked ~ .helper {
        color: #337ab7;
        background: #328e99;
        border: 2px solid #328e99;
    }

/*.checkbox.green input:checked ~ .helper {
        color: #fff;
        background: #e31f26;
        border: 2px solid #e31f26;
    }*/

/*.checkbox.gogreen-checkbox input:checked ~ .helper {
        color: #337ab7;
        background: #8fc53b;
        border: 2px solid #8fc53b;
    }*/

span#spanAgreeDisclaimer {
    padding-bottom: 5px;
    padding-top: 0;
}

.paynow .checkbox.small:first-child {
    padding-bottom: 0;
}

.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
    height: 0.5rem;
    background: #fff;
}

.checkbox input:checked ~ .helper::before {
    height: 12px;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
    background: #fff;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 1rem;
}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
    color: #d9534f;
}

.has-error.form-group .form-help, .has-error.form-group .helper, .has-error.checkbox .form-help, .has-error.checkbox .helper, .has-error.radio .form-help, .has-error.radio .helper, .has-error.form-radio .form-help, .has-error.form-radio .helper {
    color: #d9534f;
}

.has-error .bar::before {
    background: #d9534f;
    left: 0;
    width: 100%;
}
/* MATERIAL CSS END */
body {
    background: none;
}

.middle-small-wraper {
    width: 678px;
    margin: 3% auto 0 auto;
    display: table;
}

    .middle-small-wraper .logo {
        float: left;
        text-align: left;
        margin: 0 auto 15px -15px;
        display: table;
    }

.middle-form {
    width: 100%;
    border: 1px solid #008391;
    border-radius: 5px;
}

.middle-small-wraper h2.sep-title {
    background: #008391;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
}

.middle-small-wraper a.tollfree {
    width: auto;
    margin-right: -15px;
}

.middle-small-wraper .fa.fa-phone {
    padding-right: 0;
}

.middle-small-wraper .form-group {
    margin-bottom: 40px;
}

.middle-small-wraper .btn-center .center-btn {
    margin: 0 5px 15px 5px;
}

.btn-center {
    margin: 0 auto;
    display: table;
}




/* 29-04-2020 */
.upgrade {
    margin-right: 10px;
}

.pay-note {
    color: #e6e5e5;
    font-size: 11px;
    text-align: right;
    padding: 7px 0 0 0;
}

.policy-holder.full {
    width: 100%;
}

.mem-ins-col {
    width: 100%;
    float: left;
    background-image: linear-gradient(#fff, #f3f3f3);
    box-shadow: 0 2px 4px 1px rgba(162, 162, 162, .5);
    margin-top: 15px;
}

.ins-col24 {
    width: 40%;
    float: left;
}

.ins-col38 {
    width: 30%;
    float: right;
}

.ins-col76 {
    width: 60%;
    float: right;
}

.ins-col40 {
    width: 40%;
    float: left;
}

.mem-ins-col ul li {
    padding: 10px;
    list-style: none;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 70px;
    font-size: 14px;
    color: #666;
}

.proposed {
    background: #2fb919;
    /*border-radius: 12px;*/
    padding: 3px 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    line-height: 20px;
}

.pre-title {
    font-size: 12px;
    color: #666;
    clear: both;
    width: 100%;
    float: left;
    padding-top: 10px
}

.ins-price {
    font-size: 16px;
    color: #333;
}

.cu-title {
    font-size: 14px;
    color: #333;
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

.pre-title-member {
    font-size: 12px;
    color: #333;
    float: left;
    padding-top: 55px;
}

.mem-ins-col ul li.h110 {
    height: 110px;
}

.mem-ins-col ul li.insradiobox {
    font-size: 14px;
    color: #333;
    padding-top: 25px;
}

.mem-ins-col ul li.insgray {
    font-size: 13px;
    color: #666;
    padding-top: 25px;
}

.mem-ins-col ul li.insgraytop {
    font-size: 14px;
    color: #666;
    padding-top: 15px;
}

.selected-recommended {
    border-left: 2px solid #008391;
    border-right: 2px solid #008391;
}

    .selected-recommended ul li {
        border-top: 2px solid #008391;
    }

        .selected-recommended ul li:last-child {
            border-bottom: 2px solid #008391;
        }

.selected-recommended-red {
    border-left: 2px solid #d0021b;
    border-right: 2px solid #d0021b;
}

    .selected-recommended-red ul li {
        border-top: 2px solid #d0021b;
    }

        .selected-recommended-red ul li:last-child {
            border-bottom: 2px solid #d0021b;
        }

.bot-bor {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    width: 100%;
    float: left;
}

.policyuser-hide {
    display: none;
}


.common-message {
    padding: 20px 0 40px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.icon-img img {
    width: 120px;
}

.message-heading {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 6px;
    padding-bottom: 10px;
}

.message-sub-heading {
    font-size: 16px;
}

.error-btn a {
    background: #e42125;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 0;
    margin: 30px auto 0;
    width: 200px;
    display: block;
    cursor: pointer
}

    .error-btn a:hover {
        background: #d41115;
        color: #fff !important;
    }

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    vertical-align: middle;
    /*top: 22%;*/
}

.error-popup .modal-content {
    border-radius: 0;
    padding: 15px;
}

    .error-popup .modal-content .modal-body {
        padding: 0 0 15px 0;
        text-align: left;
    }

.icon-close {
    cursor: pointer;
}

hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

#frmErrorFeedback > #UserComment {
    height: 38% !important;
}

.modal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.45);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.additional-info {
    font-size: 12px;
    margin: 12px 0px;
}

.step-error {
    margin-top: 7px;
    font-weight: 600;
}

select.add-to-comp {
    -webkit-appearance: none;
    outline: 0 none;
}

.modal-footer {
    border-top: 0;
    padding: 0 15px 15px 15px;
}

.red-btn {
    background: #e42125;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    float: right;
    margin-left: 15px;
}

    .red-btn:hover {
        background: #d41115;
    }

.policytxt {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(0, 0, 0, .54);
    padding: 10px 0;
    margin: 0;
}

.downl_btn {
    padding: 15px 0;
    text-align: center;
}

    .downl_btn a.btn_download {
        border: solid 1px #e42125;
        color: #e42125 !important;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

        .downl_btn a.btn_download:hover {
            color: #fff !important;
            background: #e42125;
            text-decoration: none;
        }

.cus_down1 {
    padding: 0;
    font-size: 20px;
    vertical-align: middle;
}

.policytxt a {
    color: #046a63;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.error-btn a {
    background: #e42125;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 0;
    margin: 30px auto 0;
    width: 200px;
    display: block;
    cursor: pointer
}

    .error-btn a:hover {
        background: #d41115;
        color: #fff !important;
    }

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    vertical-align: middle;
    /* top: 22%;*/
}

.error-popup .modal-content {
    border-radius: 0;
    padding: 15px;
}

    .error-popup .modal-content .modal-body {
        padding: 0 0 15px 0;
        text-align: left;
    }

.icon-close {
    cursor: pointer;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

#frmErrorFeedback > #UserComment {
    height: 38% !important;
}

.modal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.45);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.additional-info {
    font-size: 12px;
    margin: 12px 0px;
}

.step-error {
    margin-top: 7px;
    font-weight: 600;
}

select.add-to-comp {
    -webkit-appearance: none;
    outline: 0 none;
}

.modal-footer {
    border-top: 0;
    padding: 0 15px 15px 15px;
}

.red-btn {
    background: #e42125;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 15px;
    color: #fff;
    float: right;
    margin-left: 15px;
}

    .red-btn:hover {
        background: #d41115;
    }
/*THANKS PAGE AND FEEDBACK POPUP*/
#modalThnx .modal-dialog {
    max-width: 700px !important;
    top: 20%;
}

.modal-dialog.feedbackform {
    width: 700px !important;
}

.feedbackform h3 {
    background-image: linear-gradient(to left, #f9d6c7, #caeada);
    opacity: 0.8;
    padding: 29px 30px;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    display: table;
    width: 100%;
}

.feedbackform .Oval {
    width: 39px;
    height: 39px;
    display: table-cell;
    vertical-align: middle;
}

    .feedbackform .Oval button {
        background-color: rgb(222, 21, 21);
        display: block;
        text-align: center;
        width: 100%;
        border: 0;
        height: 39px;
        border-radius: 50%;
    }

        .feedbackform .Oval button img {
            margin-top: -5px;
        }

.feedbody {
    padding: 10px 30px 30px;
    float: left;
    background-color: #fff;
}

    .feedbody label {
        opacity: 0.87;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.87);
    }

    .feedbody .heat-rating {
        display: inline-block;
        width: 100%;
    }

    .feedbody .rating-block, .feedbody .rating-block1 {
        width: 49px;
        height: 29px;
        display: inline-block;
        float: left;
        cursor: pointer;
        opacity: 0.7;
        margin: 0 6px;
        text-align: center;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 28px;
        letter-spacing: normal;
        color: rgb(255, 255, 255);
    }

    .feedbody .ratings, .feedbody .ratings1 {
        font-size: 14px;
        line-height: 20px;
        margin-left: 10px;
        display: inline-block;
    }

    .feedbody .one {
        background-color: rgb(255, 141, 93);
    }

    .feedbody .two {
        background-color: rgb(255, 161, 88);
    }

    .feedbody .three {
        background-color: rgb(255, 179, 85);
    }

    .feedbody .four {
        background-color: rgb(255, 178, 72);
    }

    .feedbody .five {
        background-color: rgb(255, 210, 78);
    }

    .feedbody .six {
        background-color: rgb(241, 215, 85);
    }

    .feedbody .seven {
        background-color: rgb(217, 212, 100);
    }

    .feedbody .eight {
        background-color: rgb(190, 209, 117);
    }

    .feedbody .nine {
        background-color: rgb(156, 204, 138);
    }

    .feedbody .ten {
        background-color: rgb(121, 201, 161);
    }

.verypoor {
    position: relative;
    opacity: 0.8;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    display: inline-block;
    float: left;
}

    .verypoor span {
        position: absolute;
        width: 100%;
        top: 17px;
        left: 0;
        text-align: center;
    }

.poor {
    position: relative;
    opacity: 0.8;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: normal;
    float: left;
    color: rgb(0, 0, 0);
    display: inline-block;
}

    .poor span {
        position: absolute;
        width: 100%;
        top: 17px;
        left: 0;
        text-align: center;
    }

        .poor span:before {
            content: "";
            position: absolute;
            display: inline-block;
            bottom: 20px;
            height: 5.7px;
            width: 33%;
            left: 29px;
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
            border-top: 0;
            border-right: 0;
            opacity: 0.2;
        }

        .poor span:after {
            content: "";
            position: absolute;
            display: inline-block;
            bottom: 20px;
            height: 5.7px;
            width: 33%;
            right: 29px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            border-top: 0;
            border-left: 0;
            opacity: 0.2;
        }

.average {
    position: relative;
    opacity: 0.8;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: normal;
    float: left;
    color: rgb(0, 0, 0);
    display: inline-block;
}

    .average span {
        position: absolute;
        width: 100%;
        top: 17px;
        left: 0;
        text-align: center;
    }

        .average span:before {
            content: "";
            position: absolute;
            display: inline-block;
            bottom: 20px;
            height: 5.7px;
            width: 6%;
            left: 29px;
            border-bottom: 1px solid #000;
            border-left: 1px solid #000;
            border-top: 0;
            border-right: 0;
            opacity: 0.2;
        }

        .average span:after {
            content: "";
            position: absolute;
            display: inline-block;
            bottom: 20px;
            height: 5.7px;
            width: 6%;
            right: 29px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            border-top: 0;
            border-left: 0;
            opacity: 0.2;
        }

.good {
    position: relative;
    opacity: 0.8;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: normal;
    float: left;
    color: rgb(0, 0, 0);
    display: inline-block;
}

    .good span {
        position: absolute;
        width: 100%;
        top: 17px;
        left: 0;
        text-align: center;
    }

.excellent {
    position: relative;
    opacity: 0.8;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 4;
    letter-spacing: normal;
    float: left;
    color: rgb(0, 0, 0);
    display: inline-block;
}

    .excellent span {
        position: absolute;
        width: 100%;
        top: 17px;
        left: 0;
        text-align: center;
    }

/*a.proceed-btn-small {
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding: 11px 25px;
    background: #e42125;
    margin-left: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}*/

a.proceed-btn-small {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding: 11px 25px;
    background: #e42125;
    /* margin-left: 15px; */
    /* margin-top: 10px; */
    margin: 3px auto 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    width: 150px;
    line-height: 18px;
    height: 40px;
}

    a.proceed-btn-small:hover {
        background: #e42125;
        color: #fff;
        cursor: pointer;
    }


/*THANKS PAGE AND FEEDBACK POPUP*/

.feedback-modal .modal-dialog {
    width: 780px;
    top: 0;
    background: transparent !important;
}

.feedback-modal .modal-content {
    border-radius: 24px;
}

.feedback-modal .modal-header {
    border-bottom: none !important;
    padding: 30px 30px 15px;
}

    .feedback-modal .modal-header .close {
        background: #C3C2C2;
        color: #FFFFFF !important;
        border-radius: 50px;
        height: 28px;
        width: 28px;
        opacity: 1;
        position: absolute;
        right: 28px;
        top: 18px;
    }

        .feedback-modal .modal-header .close img {
            margin-top: -4px;
        }

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #100F0F;
    padding-bottom: 16px;
    border-bottom: 1px solid #CBD4DD;
}

.feedback-modal .modal-body {
    padding: 0 30px 50px;
    width: 100%;
    display: block;
}

.que {
    margin-bottom: 10px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

    .que label {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 5px;
    }

    .que .poor-text {
        font-size: 12px;
        font-weight: 400;
        color: #100F0F;
        margin-bottom: 12px;
        display: inline-block;
    }

    .que .excellent-text {
        font-size: 12px;
        font-weight: 400;
        color: #100F0F;
        float: right;
        margin-bottom: 12px;
        display: inline-block;
    }

.feedbacktextarea {
    width: 100%;
    display: inline-block;
}

.feedback-modal .modal-dialog {
    top: 0;
}

.feedback-list ul {
    margin: 0;
    padding: 0;
}

.feedback-list li {
    display: inline-block;
    text-align: center;
    /* margin-right: 4.9rem;*/
    margin-right: 6.25%;
    opacity: 0.5;
}

    .feedback-list li.active {
        opacity: 1;
    }

    .feedback-list li:last-child {
        margin-right: 0 !important;
    }

    .feedback-list li img {
        height: 24px;
        width: 24px;
    }

    .feedback-list li span {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-top: 15px;
    }

textarea.form-control {
    border: 1px solid #CBD4DD;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: none !important;
}


.feedback-btn {
    background: #E21F26;
    color: #FFFFFF;
    border-radius: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    width: 230px;
    height: 48px;
    margin: 44px auto;
}

/*.form-radio, .form-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 34px;
}

    .form-group textarea {
        resize: none;
    }

    .form-group .control-label {
        position: absolute;
        top: 0.25rem;
        pointer-events: none;
        padding-left: 0.125rem;
        z-index: 1;
        color: #b6b6b6;
        font-size: 14px;
        font-weight: normal;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
    }

    .form-group .bar {
        position: relative;
        border-bottom: 1px solid #e0e0e0;
        display: block;
    }

        .form-group .bar::before {
            content: '';
            height: 1px;
            width: 0;
            left: 50%;
            bottom: 0;
            position: absolute;
            background: #db0711;
            -webkit-transition: left 0.28s ease, width 0.28s ease;
            transition: left 0.28s ease, width 0.28s ease;
            z-index: 2;
        }

    .form-group input, .form-group textarea {
        display: block;
        background: none;
        padding: 0 0 2px 0;
        font-size: 16px;
        border-width: 0;
        border-color: transparent;
        line-height: 20px;
        width: 100%;
        color: #000;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
        box-shadow: none;
    }

        .form-group input[type="file"] {
            line-height: 1;
        }

            .form-group input[type="file"] ~ .bar {
                display: none;
            }

        .form-group input:focus, .form-group input:valid, .form-group input.form-file, .form-group input.has-value, .form-group textarea:focus, .form-group textarea:valid, .form-group textarea.form-file, .form-group textarea.has-value {
            color: #333;
        }

            .form-group input:focus ~ .control-label, .form-group input:valid ~ .control-label, .form-group input.form-file ~ .control-label, .form-group input.has-value ~ .control-label, .select select:focus ~ .select-label, .select select:valid ~ .select-label, .select select.form-file ~ .select-label, .select select.has-value ~ .select-label, .form-group textarea:focus ~ .control-label, .form-group textarea:valid ~ .control-label, .form-group textarea.form-file ~ .control-label, .form-group textarea.has-value ~ .control-label {
                font-size: 14px;
                top: 0;
                left: 0;
            }

                .form-group input:focus ~ .control-label.active, .form-group input:valid ~ .control-label.active, .form-group input.form-file ~ .control-label.active, .form-group input.has-value ~ .control-label.active, .select select:focus ~ .select-label.focsin, .select select:valid ~ .select-label.focsin, .select select.form-file ~ .select-label.focsin, .select select.has-value ~ .select-label.focsin, .form-group textarea:focus ~ .control-label.active, .form-group textarea:valid ~ .control-label.active, .form-group textarea.form-file ~ .control-label.active, .form-group textarea.has-value ~ .control-label.active {
                    top: -18px !important;
                }

        .form-group input:focus, .form-group textarea:focus {
            outline: none;
        }

            .form-group input:focus ~ .control-label, .form-group textarea:focus ~ .control-label {
                color: #333;
            }

            .form-group input:focus ~ .bar::before, .form-group textarea:focus ~ .bar::before {
                width: 100%;
                left: 0;
            }
*/
/* Common Pages End*/


.fade:not(.show) {
    opacity: 1 !important;
}


/* Footer Start*/
/* Footer CSS Start*/
footer {
    clear: both;
    font-family: 'arial', sans-serif;
}

    footer h5 {
        margin-bottom: 0;
    }

.footer-one {
    padding-bottom: 30px;
    background: #f7f7f7;
}

.footer-two {
    background: #eeeeee;
}

.footer-three {
    background: #000000;
}

    .footer-three p {
        color: #fff;
        font-size: 11px;
        margin: 0;
        padding: 15px;
    }

footer ul {
    padding: 0;
}

    footer ul li {
        font-size: 12px;
        line-height: 22px;
        list-style: none;
    }

        footer ul li a {
            color: #525252;
            text-decoration: none;
        }

        footer ul li em {
            font-style: normal;
            color: #a6a6a6;
        }

        footer ul li a:hover {
            color: #000;
            text-decoration: none;
        }

            footer ul li a:hover.ic-fb {
                color: #3b5998;
            }

            footer ul li a:hover.ic-tw {
                color: #0084b4;
            }

            footer ul li a:hover.ic-ld {
                color: #0077B5;
            }

.regoffice {
    font-size: 12px;
    color: #525252;
    font-weight: 500;
    margin-bottom: 14px;
}

    .regoffice strong {
        font-size: 14px;
    }

.social-icons {
    float: left;
    margin-top: 20px;
}

    .social-icons a {
        margin-right: 5px;
        font-size: 28px;
    }

ul.thumbnails-carousel li {
    position: relative;
    top: -2px;
}

    ul.thumbnails-carousel li.active-thumbnail {
        opacity: 1 !important;
    }

ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

    ul.thumbnails-carousel .center {
        display: inline-block;
    }

    ul.thumbnails-carousel li {
        margin-bottom: 10px;
        margin-right: 30px;
        float: left;
        cursor: pointer;
        background: transparent;
        border: 2px solid transparent;
        border-radius: 50%;
    }

.controls-background-reset {
    background: none !important;
}

.active-thumbnail {
    opacity: 0.4;
}

.indicators-fix {
    bottom: 70px;
}

.cust-bg {
    background: #f7f5ee;
    bottom: 0;
    height: 112px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

ul.thumbnails-carousel li:last-child {
    margin-right: 0;
}

.awd-recog-img.pull-left {
    width: -webkit-calc(100% - 180px);
    width: -ms-calc(100% - 180px);
    width: -o-calc(100% - 180px);
    width: calc(100% - 180px);
}

#theCarousel12.carousel {
    height: auto;
}

#theCarousel12 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 12px;
    color: #dcdcdc;
    text-shadow: none;
}

#theCarousel12 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 12px;
    color: #dcdcdc;
    text-shadow: none;
}

.style_box ul {
    padding: 0 0 0 10px;
}

#car-homepage .container-fluid {
    padding: 13% 0 0 80px;
}

.txt-box .col-sm-12 {
    padding-left: 7px;
    margin-top: 15px;
}

.health-page-col {
    top: 11% !important
}

.new_contact .health-page-col {
    top: 22% !important
}

.footer_heads {
    font-size: 14px;
    font-weight: bold;
    padding: 30px 0 10px 0
}

    .footer_heads::after {
        background: #e42125 none repeat scroll 0 0;
        clear: both;
        content: "";
        /*display: block;*/
        height: 3px;
        margin: 5px 0 10px;
        text-align: left;
        width: 20%;
        display: none;
    }

.show-menu {
    display: block !important;
}

.hide-menu {
    display: none;
}

.footer-two .footer_heads {
    display: none;
}

.footer-two strong {
    display: block;
}

.new-footer-nav {
    padding-top: 20px;
    font-size: 12px;
    line-height: 22px;
}

    .new-footer-nav a {
        color: rgba(0, 0, 0, 0.54);
        padding-right: 5px;
    }

        .new-footer-nav a:first-child {
            padding-right: 0;
        }

        .new-footer-nav a:hover {
            color: #000;
        }

.new-border-top {
    border-top: 1px solid rgba(190, 190, 190, 0.54);
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.pad-T5 {
    padding-top: 5px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'hdfc-ergo', sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'hdfc-ergo';
    src: url('../fonts/hdfc-ergo.woff2') format('woff2'), url('../fonts/hdfc-ergo.woff') format('woff');
}

.icon-facebook::before {
    content: "\e932";
}

.icon-linkedin::before {
    content: "\e933";
}

.icon-twitter::before {
    content: "\e931";
}

.icon-blog::before {
    content: "\e956";
}

/* Footer CSS End*/
/*Footer End*/

#editAddress {
    display: none;
}

.errormessage {
    font-size: 11px;
    color: #e21f26;
    text-align: left !important;
    width: 100%;
    float: left;
    padding-top: 5px;
}

.middle-form .form-group .control-label {
    padding-left: 0;
}

.middle-form .typeahead.dropdown-menu {
    height: 145px;
    overflow-y: scroll;
}

.hide {
    display: none;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #008391 !important;
    -moz-appearance: none;
    border: none;
}

.policy-sec .form-group input {
    text-align: center;
}
/*Loader start*/

.plz-wait-block-2 {
    position: fixed;
    z-index: 10001;
    display: none;
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


    .plz-wait-block-2 img, .plz-wait-block-2 div {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    .plz-wait-block-2 div {
        width: 200px;
        height: 20px;
        text-align: center;
        padding-top: 50px;
    }


.plz-wait-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,.8);
    z-index: 10000;
    display: none;
}


/*Loader end*/
/* Create a custom radio button */
.fancyradio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    line-height: 20px;
}

    .fancyradio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    border-radius: 50%;
}

.fancyradio:hover input ~ .checkmark {
    background-color: #fff;
}

.fancyradio input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.fancyradio input:checked ~ .checkmark:after {
    display: block;
}

.fancyradio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0021b;
}

.selected-recommended .fancyradio {
    color: #008391;
    font-size: 16px;
}

    .selected-recommended .fancyradio .checkmark::after {
        background: #008391;
    }

.selected-recommended-red .fancyradio {
    color: #d0021b;
    font-size: 14px;
}

    .selected-recommended-red .fancyradio .checkmark::after {
        background: #d0021b;
    }

.error-msg {
    float: left;
    color: #e21f26;
    font-size: 12px;
    padding-bottom: 10px;
}

.policy-sec .error-msg {
    text-align: center;
    margin: 5px auto 0 auto;
    display: table;
}

#modalReportIssue .modal-dialog {
    max-width: 600px;
    top: 22%;
}

.step-error {
    margin-top: 7px;
    font-weight: 600;
    text-align: center;
}

select.add-to-comp {
    -webkit-appearance: none;
    outline: 0 none;
}

#modalReportIssue .modal-footer {
    padding: 15px 15px 0 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.icon-close {
    cursor: pointer;
}

    .icon-close:before {
        content: "\e94b";
    }

.modal {
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-backdrop {
    background-color: inherit;
}
/*HDFC ERGO HEALTH FOOTER START*/
.footer {
    background: #343a40 !important;
    color: rgba(255, 255, 255, .6);
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 14px;
    font-family: 'work_sansregular', sans-serif;
    overflow: hidden;
}

.w-100 {
    width: 100% !important;
}

.footer-container {
    background: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    padding-left: 60px;
    padding-right: 60px;
}

.footer a {
    text-decoration: none !important;
}

h5.list-head {
    padding: 15px 0;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

ul.footer-links {
    color: inherit;
    font-size: inherit;
    line-height: 1.75em;
    font-family: inherit;
    list-style-type: none;
    padding: 0 !important;
    margin: 15px 0;
    text-decoration: none;
}

.footer-links li a {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

    .footer-links li a:hover {
        text-decoration: none;
    }

.social-media h2, .toggle-head h2 a {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
    width: 100%;
    display: table;
}

.mt-4 li {
    margin-bottom: 10px;
}

.border-top {
    border-top: 1px solid rgba(255, 255, 255, .2) !important;
    padding-top: 15px;
    font-size: inherit;
    font-family: inherit;
    color: rgba(255, 255, 255, .6);
}

.office-title {
    font-size: 14px;
    font-family: 'work_sansregular', sans-serif;
    margin-bottom: 7px;
}

.office-address {
    font-size: 14px;
    font-family: 'work_sansregular', sans-serif;
    margin-bottom: 20px;
}

.click-icon {
    display: none;
}

.footer-container .collapse:not(.show) {
    display: block;
    height: auto;
}
/*HDFC ERGO HEALTH FOOTER END*/
.product-title-row .container, .main-wraper .container, .container {
    /* width: 81%;*/
}

.product-title-row {
    width: 100%;
    background: #328e99;
    height: 95px;
    float: left;
    /*margin-top: 41px;*/
}

    .product-title-row.inner {
        height: 70px !important;
    }

/*div#header {
    width: 100%;
    position: fixed;
    background: #fff;
    height: 40px;
    z-index: 99;
    box-shadow: 0 1px 15px #666;
    float: left;
}*/

.header-logo img {
    width: 51px;
    margin: 0 auto;
    display: table;
    height: auto;
}

.pro-title-plan {
    padding: 25px 0 0 0;
    width: 100%;
    float: left;
}

    .pro-title-plan h1 {
        font-size: 24px;
        color: #fff;
        width: auto;
        float: left;
        margin: 5px 0 10px 0;
        padding: 0;
    }

    .pro-title-plan span.tagline {
        font-size: 14px;
        color: #a2cbd1;
        text-transform: uppercase;
        float: left;
        padding-left: 3px;
        margin-top: -5px;
    }

.col3-td {
    Margin-bottom: 15px;
}

    .col3-td tr td {
        width: 33.33%;
    }

.center-btn {
    margin: 0 5px !important;
}

/*#more {
    display: none;
}

#myBtn {
    cursor: pointer;
    float: left;
    padding-top: 6px;
}
.more {
    width: 100px;
    position: relative;
    float: left;
    padding-top: 3px;
}

    .more .fa.fa-angle-down, .more .fa.fa-angle-up {
        right: -10px;
        top: 7px;
        position: relative;
        color: #118983;
    }

    #more table thead {
        background: #f1f9fb;
        border-top: 1px solid #e3e3e3;
    }

        #more table thead tr th {
            color: #24879a;
            border-bottom: none;
            padding: 10px 0;
        }

    #more table tbody tr td {
        border: none;
    }
    */
.select {
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 0 0 5px 0;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b7b7b7;
}

    .select-text:focus {
        outline: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 11px;
    right: 0;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.75);
    pointer-events: none;
}

.select-label {
    color: rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    transition: 0.2s ease all;
}

#divTermConditions .modal-dialog {
    width: 80%;
    /*  max-width: 65%;*/
}

    #divTermConditions .modal-dialog ul {
        padding: 15px;
    }

    #divTermConditions .modal-dialog p {
        padding: 10px;
    }

    #divTermConditions .modal-dialog i.icon-close.crossbtn {
        float: right;
        padding: 15px;
    }

.col2-td {
    width: 100%;
    margin-top: 15px;
}

    .col2-td td {
        width: 50%;
    }

.small.premium.sub-amount {
    text-align: right;
    float: right;
}

.pro-amount.sub-amount {
    clear: both;
    float: right;
}

a.more {
    color: #328e99;
    font-size: 13px;
    text-decoration: none;
    float: left;
    padding-top: 10px;
}

.col3-td {
    width: 100%;
    margin-top: 15px;
}

    .col3-td td {
        width: 50%;
    }

#divTermConditions .mob-view-cross {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.editAddress .middle-form {
    padding-bottom: 30px;
}

/* Start OS CSS */

.os-wraper {
    width: 100%;
}

.os-card-title {
    color: #333;
    font-size: 16px;
    font-family: 'helveticaneuebold';
    margin-bottom: 14px;
}



.os-welcome-card {
    /*border: 1px solid #DBDBDB;
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    width: 100%;
    height: 430px;*/
}

.os-col-container {
    display: flex;
}

.equal-height {
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    margin: 0 15px;
}

.os-pt-115 {
    padding-top: 115px !important;
}

.os-inner-class {
    padding: 20px;
    border-radius: 6px;
    background: #F8F8F8;
}

.os-title {
    color: #666;
    font-size: 11px;
    margin-bottom: 12px;
}

.os-content {
    color: #333;
    letter-spacing: 0;
    font-size: 12px;
    margin-bottom: 14px;
    min-height: 30px;
}

.os-renewal {
    letter-spacing: 0;
    color: #D82B1B;
    margin-bottom: 13px;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.os-mt-14 {
    margin-top: 14px;
}

.os-member-inner-class {
    padding: 20px 20px 6px 20px;
    border-radius: 6px;
    background: #F8F8F8;
    margin-bottom: 20px;
}

.os-ml-20 {
    margin-left: 20px;
}

.os-mt-40 {
    margin-top: 40px;
}

.os-sum-title {
    letter-spacing: 0;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.os-curr-tite {
    letter-spacing: 0;
    color: #666;
    font-size: 16px;
}

.os-amount {
    letter-spacing: 0;
    color: #333;
    font-size: 18px;
    font-family: 'helveticaneuebold';
}

.os-red-font {
    color: #D82B1B;
}

.os-years {
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    /*width: 100%;*/
}

.os-years-wrap {
    display: flex;
}

.os-sum-insured {
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-top: 20px;
}

.os-mb-0 {
    margin-bottom: 0px;
}

.os-d-flex {
    display: flex;
}

.os-current-plan {
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    padding-top: 9px;
    padding-left: 15px;
    background: #fff;
    padding-bottom: 9px;
    width: 100%;
    height: 64px;
}

.os-mr-25 {
    margin-right: 25px;
}

.os-mig-msg {
    background: #FFFCF2;
    border-radius: 6px;
    margin-top: 15px;
}

.os-msg {
    letter-spacing: 0;
    color: #333;
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}

.os-mt-15 {
    margin-top: 15px;
}

.os-mb-15 {
    margin-bottom: 15px;
}

.os-mb-25 {
    margin-bottom: 25px;
}

.os-mb-35 {
    margin-bottom: 35px !important;
}

.os-ml-2 {
    margin-left: 2%;
}

.os-pre-title {
    color: #333;
    font-size: 16px;
    font-family: 'helveticaneuebold';
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 25px;
}

.os-premium {
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    margin-top: 20px;
}

.os-basep {
    letter-spacing: 0;
    color: #333;
    font-size: 14px;
}

.os-p-amt {
    color: #333;
    font-family: 'helveticaneuebold';
    padding-right: 25px;
    font-size: 15px;
    letter-spacing: 1px;
}

.os-total-amt {
    color: #333;
    font-family: 'helveticaneuebold';
    font-size: 12px;
}

.os-total {
    color: #333;
    font-family: 'helveticaneuebold';
    font-size: 21px;
}

.os-payable {
    background: #F7F7F7;
    border-radius: 6px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.os-bp-block {
    display: flex;
    padding-left: 25px;
    margin-top: 15px;
    justify-content: space-between;
}

.os-view a {
    padding-left: 25px;
    padding-top: 20px;
    margin-bottom: 30px;
    color: #D82B1B;
    font-size: 12px;
    font-family: 'helveticaneuebold';
    width: 100%;
    float: left;
    clear: both;
    text-decoration: none;
}

    .os-view a:hover, .os-view a:focus {
        color: #D82B1B;
        text-decoration: none;
    }

.os-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.os-mt-20 {
    margin-top: 20px;
}

.os-poli-years {
    color: #333;
    font-size: 14px;
    font-family: 'helveticaneuebold';
}

.os-mr-15 {
    margin-right: 15px;
}

.os-paynow-btn {
    background: #D82B1B;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #fff;
    width: 100%;
    height: 48px;
}

.os-paynow {
    margin: 20px;
}

.os-alert-img {
    margin-right: 6px;
}

.os-form-group {
    padding: 0 25px;
    width: 100%;
    float: left;
}

.os-current-plan.os-right-block::before {
    /* content: 'Recommended';*/
    top: -18px;
    left: 0;
    background: #FED12F;
    color: #333;
    height: 27px;
    width: 95px;
    position: absolute;
    font-size: 11px;
    text-align: center;
    border-radius: 6px 6px 0px 6px;
    z-index: -9;
}

.os-current-plan.os-right-block {
    position: relative;
}

.os-renewal-days {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.os-col-md-4 {
    width: 40%;
}

.os-col-md-6 {
    width: 50%;
}

.os-seprate-label {
    float: right;
    width: 90%;
    font-size: 12px;
    color: #444444;
    line-height: 17px;
}

label.os-first-year {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding: 10px !important;
}

.os-second-year::after {
    content: '';
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5dd1a0;
    position: absolute;
}

.os-third-year::after {
    content: '';
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5dd1a0;
    position: absolute;
}

.os-second-year::before {
    content: '7.5% Discount';
    width: 92px;
    color: #fff;
    background: #5DD1A0;
    position: absolute;
    top: -30px;
    right: 0;
    left: 5px;
    text-transform: capitalize;
    font-size: 12px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
}

.os-second-year {
    position: relative;
}

.os-third-year {
    position: relative;
}

    .os-third-year::before {
        text-align: center;
        border-radius: 10px;
        content: '10% Discount';
        width: 92px;
        color: #fff;
        background: #5DD1A0;
        position: absolute;
        top: -30px;
        left: 5px;
        right: 0;
        text-transform: capitalize;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

.os-curr-amt {
    display: flex;
    align-items: center;
}

.os-active {
    background: #FFFAFA;
    border: 1px solid #D82B1B;
}

input.btn.os-paynow-btn:hover {
    color: #fff;
}

.csi-fancy-radio {
}

.os-cond-checkbox {
    display: flex;
}

.os-mob-btn {
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.glyphicon.glyphicon-menu-down {
    color: #D82B1B;
    font-size: 16px;
    float: right;
}

.os-mob-down {
    display: none;
}

.os-mob-view {
    display: none;
}

.os-mob-view-memb {
    display: none;
}

.glyphicon {
    top: 2px;
    cursor: pointer;
}
/* CSI Fancy Radio & Checkbox Start*/
.os-fancy-checkbox [type="checkbox"], .os-fancy-radio [type="radio"] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

    .os-fancy-checkbox [type="checkbox"]:focus + label::before, .os-fancy-radio [type="radio"]:focus + label::before {
        box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
    }

    .csi-fancy-checkbox [type="checkbox"]:hover + label::before, .os-fancy-radio [type="radio"]:hover + label::before {
        border-color: #ccc;
    }

    .os-fancy-checkbox [type="checkbox"]:active + label::before, .os-fancy-radio [type="radio"]:active + label::before {
        transition-duration: 0;
    }

    .os-fancy-checkbox [type="checkbox"] + label, .os-fancy-radio [type="radio"] + label {
        position: relative;
        user-select: none;
        color: #333;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
    }

        .os-fancy-checkbox [type="checkbox"] + label::before, .os-fancy-radio [type="radio"] + label::before {
            background-color: #fff;
            border: 2px solid #999;
            box-sizing: content-box;
            content: '';
            color: #444;
            margin-right: 10px;
            top: 50%;
            left: 0;
            width: 14px;
            height: 14px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 3px;
        }

    .os-fancy-checkbox [type="checkbox"][disabled] + label::before, .os-fancy-radio [type="radio"][disabled] + label::before {
        animation: none;
        box-shadow: none;
        border: 1px solid rgba(128, 128, 128, 0.5);
    }

    .os-fancy-checkbox [type="checkbox"][disabled]:active + label::before, .os-fancy-radio [type="radio"][disabled]:active + label::before, .csi-fancy-checkbox [type="checkbox"][disabled]:focus + label::before, .csi-fancy-radio [type="radio"][disabled]:focus + label::before, .csi-fancy-checkbox [type="checkbox"][disabled]:hover + label::before, .csi-fancy-radio [type="radio"][disabled]:hover + label::before {
        border-color: rgba(128, 128, 128, 0.5);
        filter: none;
        transition: none;
    }

    .os-fancy-checkbox [type="checkbox"] + label::before, .os-fancy-checkbox [type="checkbox"] + label::after {
        border-radius: 2px;
    }

    .os-fancy-checkbox [type="checkbox"] + label::after {
        top: -1px;
        left: -1px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #fff;
    }

    .os-fancy-checkbox [type="checkbox"]:checked + label::after {
        content: '\2714';
        border: 0px solid #f00;
        /* background: #f00 url("../images/checked.svg") 3px 3px no-repeat;*/
        background: url(../images/checked.svg) left top no-repeat !important;
        width: 18px;
        text-indent: 27px;
        overflow: hidden;
    }

    .os-fancy-radio [type="radio"] + label::before, .os-fancy-radio [type="radio"] + label::after {
        border-radius: 50%;
    }

    .os-fancy-radio [type="radio"]:checked:active + label::before, .os-fancy-radio [type="radio"]:checked:focus + label::before {
        animation: none;
        filter: none;
        transition: none;
    }

    .os-fancy-radio [type="radio"]:checked + label::before {
        animation: none;
        /*background-color: #e21f26;*/
    }

    .os-fancy-radio [type="radio"]:checked + label::after {
        content: '\2714';
        /*background: transparent;*/
        border: 0 solid #f00;
        color: #fff;
        left: 17px !important;
        top: 6px !important;
        background: url("../images/radioon.svg") left top no-repeat;
        width: 18px;
        text-indent: 27px;
        overflow: hidden;
        background-size: 20px;
        padding: 3px;
    }

.os-fancy-radio1 [type="radio"]:checked + label::after {
    content: '\2714';
    /*background: transparent;*/
    border: 0 solid #f00;
    color: #fff;
    left: 1px !important;
    top: 10px !important;
    background: url("../images/selected.svg") left top no-repeat;
    width: 18px;
    text-indent: 27px;
    overflow: hidden;
    background-size: 20px;
    padding: 6px;
}

.os-fancy-radio1 [type="radio"] + label::before {
    background-color: #fff;
    border: 1px solid #AAA;
    box-sizing: content-box;
    content: '';
    color: #444;
    margin-right: 10px;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}

.os-fancy-radio1 [type="radio"] + label::after {
    border-radius: 50%;
}

.os-fancy-radio1 [type="radio"] + label::after {
    box-sizing: content-box;
    content: '';
    background: none;
    position: absolute;
}

.os-fancy-radio1 [type="radio"] + label::before, .os1-fancy-radio1 [type="radio"] + label::after {
    border-radius: 50%;
}

.os-fancy-radio1 [type="radio"]:checked:active + label::before, .os-fancy-radio1 [type="radio"]:checked:focus + label::before {
    animation: none;
    filter: none;
    transition: none;
}

.os-or-table {
    background: #FFF;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 30px 30px 0 30px;
}

.os-fb {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 30px !important;
    padding-left: 25px !important;
}

.os-table-tile {
    color: #333;
    font-size: 16px;
    margin-top: 0;
}

.os-subtitle {
    font-size: 12px;
    font-style: italic;
    color: #666;
    padding: 7px 0px;
}

.os-tb-amt {
    font-size: 17px;
    font-family: 'helveticaneuebold';
    color: #D82B1B;
    margin-bottom: 16px;
}

.os-tax {
    color: #666;
    font-size: 12px;
}

.os-info-text {
    color: #666;
    font-size: 12px;
    font-style: italic;
    padding-top: 6px;
}

.knw-more-btn {
    color: #D82B1B;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    background: #FFFFFF;
    border: 1px solid #DBDBDB !important;
    border-radius: 4px;
    width: 230px;
    margin-left: 40.5%;
    padding: 7px 0;
    height: 40px;
}

.os-know-more {
    margin: 11px 0px 16px 0px;
    height: 38px;
}

.os-pt-6 {
    padding-top: 6px;
}

.os-row-title {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.os-des-btn {
    background: #D82B1B;
    border: 1px solid #D82B1B;
    border-radius: 6px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-family: 'helveticaneuebold';
    font-weight: normal !important;
}

.os-tb-btn.os-sel-btn.active {
    background: #d82b1b;
    color: #fff;
    border: 1px solid #d82b1b;
}

.os-sel-btn {
    color: #D82B1B;
    background: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    margin-bottom: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-family: 'helveticaneuebold';
    font-weight: normal !important;
}

    .os-sel-btn:hover {
        color: #fff;
        background: #D82B1B;
    }

.os-text-center {
    text-align: center;
    vertical-align: middle !important;
}

span.csi-sub-text {
}

.os-tooltip {
    padding: 0px 0px 0px 18px;
}

.os-web-table .os-w-180 {
    width: 180px;
}

.os-tooltip .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .os-tooltip .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .os-tooltip .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

.os-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #666;
    border-radius: 4px;
}

.os-tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.os-tooltip .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #666;
    display: block;
}

.os-tooltip .tooltip-arrow {
    display: block;
}

.os-table-row {
    height: 54px;
    vertical-align: middle !important;
}

.os-web-table td {
    border: none !important;
}

.os-web-table tr {
    border: none !important;
}

.os-web-table th {
    border: none !important;
}

.os-mr-0 {
    margin-right: 0px;
}

.os-mobile-table td {
    border: none !important;
}

.os-mobile-table tr {
    border: none !important;
}

.os-mobile-table th {
    border: none;
}

.os-text-center.ortable {
    border-bottom: 0;
}

table.table.table-striped.os-mobile-table {
    display: none;
}

.os-aggr-block {
    border: 1px solid #DBDBDB;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#os-deductible .modal-dialog {
    width: 650px;
    margin: 5% auto 0 auto;
}

#os-deductible .modal-body {
    padding: 34px 28px;
}

#os-deductible .os-deductible-title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
}

.os-deductible-small {
    font-size: 15px;
    color: #333;
    padding-top: 10px;
}

#os-deductible .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 26px;
    color: #666;
    opacity: 1;
    font-weight: normal;
}

#os-deductible .modal-header {
    padding: 34px 28px 18px 28px;
}

.os-btn-red {
    background: #d82b1b;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #fff;
    border-radius: 6px;
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid #d82b1b;
    width: 200px;
    margin: 0 20px;
}

    .os-btn-red:hover, .os-btn-red:focus, .os-btn-red:active, .os-btn-red:focus-visible {
        background: #d82b1b;
        color: #fff;
        border: 1px solid #d82b1b;
        font-size: 14px;
    }

.os-btn-default {
    margin: 0 20px;
    width: 200px;
    background: #fff;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #D82B1B;
    border-radius: 6px;
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
}

    .os-btn-default:hover, .os-btn-default:focus, .os-btn-default:active, .os-btn-default:focus-visible {
        background: #fff;
        color: #D82B1B;
        border: 1px solid #c1c1c1;
        box-shadow: none;
        font-size: 14px !important;
    }

.os-button-row-middle {
    margin: 0 auto;
    display: table;
}

#os-deductible p {
    color: #666;
    margin-bottom: 34px;
}

    #os-deductible p a {
        color: #333;
        text-decoration: none;
    }

label span.os-radio-price {
    font-size: 20px;
    color: #333;
    font-family: 'helveticaneuebold';
}

.os-red-active label span.os-radio-price {
    color: #D82B1B;
}

label span.os-get-discount {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 30px;
    font-size: 16px;
    font-style: italic;
    color: #666;
}

.os-red {
    color: #D82B1B;
}

.table.table-striped.os-web-table {
    position: relative;
}

.os-text-center.os-rec-selected {
    height: 100%;
    position: absolute;
    border-radius: 8px;
    box-shadow: 0px 0px 15px #DBDBDB;
}

.os-sec-table {
    height: 100%;
    position: absolute;
    border-radius: 8px;
    right: 0px;
    box-shadow: 0px 0px 15px #DBDBDB;
}

.os-web-table .os-table-border-active {
    border: 1px solid #D82B1B !important;
    box-shadow: 0px 0px 15px #dbdbdb;
}

.os-tax {
    font-weight: normal;
}

.os-mt-35 {
    margin-top: 35px;
}

.os-table-row {
    width: 40%;
}

.os-rec-for {
    background: #FED12F;
    width: 150px;
    height: 18px;
    font-size: 11px;
    color: #000;
    text-align: center;
    border-radius: 6px 6px 0 0;
    line-height: 18px;
    position: absolute;
    left: 40px;
    top: -20px;
}

/*.os-inner-class .collapse, .os-welcome-card .collapse {
    display: block;
}*/

.os-deductible-title {
    color: #333;
    font-size: 18px;
    width: 100%;
    font-family: 'helveticaneuebold';
}

.os-deductible-small {
    color: #666;
    font-size: 14px;
    padding-top: 10px;
}

.os-modif-btn {
    color: #D82B1B;
    font-size: 14px;
    border: 1px solid #DBDBDB !important;
    border-radius: 4px;
    background: #fff;
    padding: 7px 17px;
    font-family: 'helveticaneuebold';
    float: right;
}

.os-con-close-btn {
    color: #D82B1B;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    background: #fff;
}

.os-ded-sec {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
}

.os-modif-btn:hover {
    color: #D82B1B;
}

.os-modif-btn:focus {
    color: #D82B1B;
    outline: none;
    outline-offset: 0px;
}

.os-con-close-btn:hover {
    color: #D82B1B;
}

.os-con-close-btn:focus {
    color: #D82B1B;
    outline: none;
    outline-offset: 0px;
}

.os-radio-group {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding: 20px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.modif-btn.collapsed {
    display: block;
}

.os-radio-price.os-aggregate {
    font-style: italic;
}

.os-one-row {
    display: flex;
    justify-content: space-between;
}

.os-tooltip .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .os-tooltip .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .os-tooltip .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

.os-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #666;
    border-radius: 4px;
}

.os-tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.os-tooltip .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #666;
    display: block;
}

.os-tooltip .tooltip-arrow {
    display: block;
}
/* CSI Fancy Radio & Checkbox Start*/
.one-row .csi-fancy-radio {
    float: left;
    margin-right: 30px;
    padding-bottom: 28px;
}

.one-row {
    padding-bottom: 20px;
    width: 100%;
    float: left;
}

.csi-fancy-checkbox [type="checkbox"], .csi-fancy-radio [type="radio"] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    clear: both;
}

    .csi-fancy-checkbox [type="checkbox"]:focus + label::before, .csi-fancy-radio [type="radio"]:focus + label::before {
        box-shadow: 0 0 0 2px rgba(51, 51, 51, 0) !important;
    }

    .csi-fancy-checkbox [type="checkbox"]:hover + label::before, .csi-fancy-radio [type="radio"]:hover + label::before {
        border-color: #ccc;
    }

    .csi-fancy-checkbox [type="checkbox"]:active + label::before, .csi-fancy-radio [type="radio"]:active + label::before {
        transition-duration: 0;
    }

    .csi-fancy-checkbox [type="checkbox"] + label, .csi-fancy-radio [type="radio"] + label {
        position: relative;
        padding: 0;
        user-select: none;
        color: #333;
        font-size: 12px;
        font-weight: 400;
    }

        .csi-fancy-checkbox [type="checkbox"] + label::before, .csi-fancy-radio [type="radio"] + label::before {
            background: transparent;
            border: 2px solid #aaa;
            box-sizing: content-box;
            content: '';
            color: #444;
            margin-right: 7px;
            top: 50%;
            left: 0;
            width: 16px;
            height: 16px;
            display: inline-block;
            vertical-align: sub;
            border-radius: 3px;
        }

.csi-fancy-checkbox.self-help-checkbox [type="checkbox"] + label::before {
    width: 12px;
    height: 12px;
}

.csi-fancy-checkbox [type="checkbox"] + label::after, .csi-fancy-radio [type="radio"] + label::after {
    box-sizing: content-box;
    content: '';
    background: transparent;
    position: absolute;
}

.csi-fancy-checkbox [type="checkbox"][disabled] + label::before, .csi-fancy-radio [type="radio"][disabled] + label::before {
    animation: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 0.9);
}

.csi-fancy-checkbox [type="checkbox"][disabled]:active + label::before, .csi-fancy-radio [type="radio"][disabled]:active + label::before, .csi-fancy-checkbox [type="checkbox"][disabled]:focus + label::before, .csi-fancy-radio [type="radio"][disabled]:focus + label::before, .csi-fancy-checkbox [type="checkbox"][disabled]:hover + label::before, .csi-fancy-radio [type="radio"][disabled]:hover + label::before {
    border-color: rgba(128, 128, 128, 0.9);
    filter: none;
    transition: none;
}

.csi-fancy-checkbox [type="checkbox"] + label::before, .csi-fancy-checkbox [type="checkbox"] + label::after {
    border-radius: 3px;
}

.csi-fancy-checkbox [type="checkbox"] + label::after {
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.csi-fancy-checkbox [type="checkbox"]:checked + label::after {
    content: '\2714';
    border: 1px soldi #f00;
    background: url(../images/checked-bg.png) left top no-repeat !important;
    width: 18px;
    text-indent: 27px;
    overflow: hidden;
}

/*.csi-fancy-checkbox.greencheckbox [type="checkbox"]:checked + label::after {
    background: url(../images/green-checked-bg.png) left top no-repeat !important;
}*/

.csi-fancy-radio [type="radio"] + label::before, .csi-fancy-radio [type="radio"] + label::after {
    border-radius: 50%;
}

.csi-fancy-radio [type="radio"]:checked:active + label::before, .csi-fancy-radio [type="radio"]:checked:focus + label::before {
    animation: none;
    filter: none;
    transition: none;
}

.csi-fancy-radio [type="radio"]:checked + label::before {
    animation: none;
    background-color: #fff;
}

.csi-fancy-radio [type="radio"]:checked + label::after {
    content: '\2714';
    /*background: transparent;*/
    border: 1px solid #f00;
    color: #fff;
    left: 0;
    top: 4px;
    background: #fff url("../images/radio-on.png") left top no-repeat;
    width: 20px;
    height: 20px;
    text-indent: 27px;
    overflow: hidden;
    background-size: 20px;
    padding: 0;
}
/* CSI Fancy Radio & Checkbox End*/
/* Big*/
.os-big-radio .csi-fancy-radio [type="radio"] + label::before {
    width: 28px;
    height: 28px;
    border: 2px solid #aaa;
    position: relative;
    top: 5px;
    left: 0;
}

.os-big-radio .csi-fancy-radio [type="radio"]:checked + label::after {
    background: #fff url("../images/selected.svg") left top no-repeat;
    width: 28px;
    height: 28px;
    left: 1px;
    top: 6px;
}
/* Big*/
/* Big*/
.os-radio-tenure .csi-fancy-radio [type="radio"]:checked + label::after {
    left: 9px;
    top: 9px;
}
/* Big*/
.os-left {
    margin-left: 55px;
    margin-top: -30px;
}

.active.os-cond-checkbox {
    margin-bottom: 10px;
}

.collapsed .glyphicon-menu-down:before {
    background: url("../images/arrow-down.png") left top no-repeat;
    width: 16px;
    height: 9px;
    float: left;
    font-size: 0;
    margin-top: 4px;
}

.glyphicon-menu-down:before {
    background: url("../images/arrow-up.png") left top no-repeat;
    width: 16px;
    height: 9px;
    float: left;
    font-size: 0;
    margin-top: 6px;
    display: none;
}

.os-premium .csi-fancy-checkbox [type="checkbox"] + label::before {
    width: 12px;
    height: 12px;
}

#os-currentplan .modal-dialog {
    width: 480px;
    margin: 13% auto 0 auto;
}

#os-currentplan .modal-body {
    padding: 45px;
}

#os-currentplan .os-currentplan-title {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

#os-currentplan .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 26px;
    color: #666;
    opacity: 1;
    font-weight: normal;
}

#os-currentplan p {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-bottom: 28px;
}

.ostrending-icon {
    margin-right: 10px;
}

.os-btn-red {
    background: #d82b1b;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #fff;
    border-radius: 6px;
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid #d82b1b;
}

    .os-btn-red:hover, .os-btn-red:focus, .os-btn-red:active, .os-btn-red:focus-visible {
        background: #d82b1b;
        color: #fff;
        border: 1px solid #d82b1b;
    }

.os-btn-default {
    background: #fff;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #D82B1B;
    border-radius: 6px;
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
}

    .os-btn-default:hover, .os-btn-default:focus, .os-btn-default:active, .os-btn-default:focus-visible {
        background: #fff;
        color: #D82B1B;
        border: 1px solid #c1c1c1;
        box-shadow: none;
    }

.os-button-row {
    width: 100%;
    float: left;
}

.os-w30 {
    width: 30%;
}

.osadditional {
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #666;
    padding-top: 28px;
    display: table;
}

.os-red {
    color: #D82B1B;
}

#os-currentplan .os-w45 {
    width: 37%;
}

#os-deductible .modal-dialog {
    width: 650px;
    margin: 5% auto 0 auto;
}

#os-deductible .modal-body {
    padding: 34px 28px;
}

#os-deductible .os-deductible-title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
}

.os-deductible-small {
    font-size: 15px;
    color: #333;
    padding-top: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#os-deductible .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 26px;
    color: #666;
    opacity: 1;
    font-weight: normal;
}

#os-deductible .modal-header {
    padding: 34px 28px 18px 28px;
}

.os-btn-red {
    background: #d82b1b;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #fff;
    border-radius: 6px;
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid #d82b1b;
    width: 200px;
    margin: 0 20px;
}

    .os-btn-red:hover, .os-btn-red:focus, .os-btn-red:active, .os-btn-red:focus-visible {
        background: #d82b1b;
        color: #fff;
        border: 1px solid #d82b1b;
    }

.os-btn-default {
    margin: 0 20px;
    width: 200px;
    background: #fff;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #D82B1B;
    border-radius: 6px;
    padding: 14px 15px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
}

    .os-btn-default:hover, .os-btn-default:focus, .os-btn-default:active, .os-btn-default:focus-visible {
        background: #fff;
        color: #D82B1B;
        border: 1px solid #c1c1c1;
        box-shadow: none;
    }

.os-button-row-middle {
    margin: 0 auto;
    display: table;
}

#os-deductible p {
    color: #666;
    margin-bottom: 34px;
}

    #os-deductible p a {
        color: #333;
        text-decoration: none;
        font-weight: 600;
    }

label span.os-radio-price {
    font-size: 20px;
    color: #333;
    font-family: 'helveticaneuebold';
}

label span.os-get-discount {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 30px;
    font-size: 16px;
    font-style: italic;
    color: #666;
}

.os-red {
    color: #D82B1B;
}

#osbenefit .modal-dialog {
    margin: 0;
    width: 475px;
    float: right;
    height: 100vh;
    background: #fff;
}

#osbenefit .modal-content {
    float: left;
    border-radius: 0;
}

#osbenefit .modal-body {
    padding: 0;
}

#osbenefit .close {
    top: -50px;
    right: 15px;
    position: absolute;
    font-size: 26px;
    color: #666;
    opacity: 1;
}

.os-benefits-wraper {
    width: 475px;
    color: #666;
    padding: 60px 0;
}

.os-benefits-header {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 20px;
}

.os-benefit-left {
    float: left;
}

.os-benefits-header h1 {
    font-size: 20px;
    font-family: 'helveticaneuebold';
    color: #000;
    float: left;
    padding-bottom: 10px;
    margin: 0;
}

.os-recommended {
    background: #FED12F;
    border-radius: 12px;
    font-size: 10px;
    color: #333;
    padding: 2px 0;
    width: 112px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -30px;
}

.os-benefits-header h4 {
    font-size: 16px;
    float: left;
    clear: both;
    margin: 0;
    padding-bottom: 18px;
}

.os-benefits-header p {
    font-size: 12px;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.os-video {
    background: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    float: right;
    font-size: 14px;
    padding: 0 10px;
    color: #d82b1b;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    right: 20px;
}

    .os-video img {
        margin-right: 5px;
        margin-top: -5px;
    }

    .os-video a {
        text-decoration: none;
    }

.os-benefits-header hr {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.os-select-plan {
    box-shadow: 0px 3px 6px #00000029;
    float: left;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
}

.os-plan-price {
    font-size: 16px;
    color: #d82b1b;
    font-family: 'helveticaneuebold';
    float: left;
    padding-right: 50px;
}

.os-plan-tagline {
    font-size: 12px;
    color: #666;
}

.btn-select-plan {
    background: #d82b1b;
    font-size: 14px;
    font-family: 'helveticaneuebold';
    color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    float: right;
    cursor: pointer;
}

.os-benefits-details {
    width: 100%;
    float: left;
    padding: 20px;
    /*overflow-x: hidden;
    min-height: 470px;
    max-height: 480px;*/
}

.os-cover-title {
    font-size: 16px;
    color: #222;
    font-family: 'helveticaneuebold';
    width: 100%;
    float: left;
}

.os-benefits-details ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.os-benefits-details li {
    background: url("../images/yesblack.jpg") left 5px no-repeat;
    list-style: none;
    padding-left: 35px;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
}

.os-mob-price-row {
    display: none;
}

.os-tooltip-pb {
    padding-bottom: 3px;
}

.os-currentplan {
    padding-left: 0;
}

.osbenefit {
    padding-left: 0;
}

.os-deductible {
    padding-left: 0;
}

.os-change-link {
    font-size: 14px;
    text-decoration: underline;
}

.os-plan-name {
    font-weight: 600;
}

.btn.os-paynow-btn {
    color: #fff !important;
    outline: none !important;
    outline-offset: 0 !important;
}

@media all and (-ms-high-contrast:none) {
    .pull-right-btn {
        margin-top: -13px !important;
    }
}

.box-wraper.bor-dot.riderDetail .row {
    padding: 15px;
}

.os-content .validate.has-value {
    background: none;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 5px;
}

th.os-text-center.ostable.os-w-50.os-mob-reco {
    border-bottom: 0px solid #ddd;
}
/*.os-text-center.os-w-50.os-mob-reco {
    border: 1px solid #d82b1b !important;
    border-bottom: 0 solid #d82b1b !important;
    border-radius: 10px 10px 0 0 !important;
}*/
.os-table-border-active {
    border: 1px solid #d82b1b !important;
    border-bottom: 0 solid #d82b1b !important;
    border-radius: 10px 10px 0 0 !important;
}

.price-breakup-title.cyan {
    font-size: 18px;
    color: #328e99;
    font-weight: 600;
}

.rw-totalprice {
    text-align: right;
}

.rw-totalprice {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.rw-price-modal {
    border: 0;
}

.modal-backdrop.fade.in {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.rw-bt-1 {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}

.total-mob {
    color: #000;
    font-weight: 500;
}

input.os-mob-btn.hide-div {
    margin-top: -19px;
}

.os-features .pol-tagline {
    padding-left: 0;
}

label.active.os-cond-checkbox {
    /*padding-top: 10px;*/
    margin-top: 10px;
}

/*.os-d-flex*/


.os-current-plan {
    width: 47%;
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
}

.os-welcome-card {
    /*height: 320px;
    height: 520px;*/
}

#RiderDetails .panel {
    border: 0;
}

#RiderDetails .panel-default > .panel-heading {
    background: none;
    border: 0;
    padding: 0;
}

#RiderDetails .box-wraper {
    padding: 15px 15px 0 15px;
    box-shadow: inherit;
}

#RiderDetails .panel {
    box-shadow: inherit;
}

#RiderDetails .box-wraper.bor-dot.riderDetail .row {
    padding: 0 15px !important;
}

#RiderDetails h3, #RiderDetails .policy-holder {
    margin-bottom: 0;
    padding-bottom: 0;
}

#RiderDetails .panel-body {
    padding: 15px 0;
}

#RiderDetails .col3-td {
    margin-bottom: 0;
}
/* New Css start*/
.acc-left {
    float: left;
    width: 100%;
    margin-top: -6px;
}

    .acc-left a {
        float: left;
        color: #000;
        text-decoration: none;
    }

.pull-right-btn {
    float: right !important;
    margin-top: -30px;
}

    .pull-right-btn a.remove-added {
        margin-top: 7px !important;
        margin-right: 5px;
    }

#RiderDetails .box-wraper {
    padding: 10px 0 20px 0;
    box-shadow: inherit;
}

.pol-tagline {
    padding-top: 25px;
}

.acc-left .pro-amount {
    float: left;
    padding-right: 10px;
    padding-left: 0;
    font-size: 15px;
}

.add-readmore {
    color: #328e99;
    font-size: 14px;
    padding-top: 3px;
    float: left;
}

.mob-acc-title {
    float: left;
    padding-right: 5px;
}

.pull-right-btn .row {
    padding-right: 0 !important;
}

#RiderDetails .panel {
    margin-bottom: 0;
}

#RiderDetails .panel-default > .panel-heading a[aria-expanded="false"]:after {
    padding-right: 0;
}
/* New Css end*/
.os-web-table tr th {
    font-family: 'helveticaneuebold';
    font-weight: normal;
}

.green-text {
    color: #006400;
}

.csi-fancy-checkbox.greencheckbox {
    clear: both;
}
/** BEGIN CSS NEEDED FOR SWITCH **/
.pull-right {
    float: right !important;
}

.detail_box input:checked + .slider {
    background-color: #fff;
    border: 1px solid #0094a4;
}

.detail_box .switch1 {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
    vertical-align: middle;
    margin: 0;
}

    .detail_box .switch1 .customCheck {
        display: none
    }

.detail_box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    -webkit-transition: .4s;
    transition: .4s;
    color: #555 !important
}

    .detail_box .slider:before {
        content: "No";
        position: absolute;
        height: 14px;
        width: 14px;
        left: 3px;
        top: 2px;
        bottom: 4px;
        background-color: #0094a4;
        border: 0px solid #a5a2a2;
        -webkit-transition: .4s;
        transition: .4s;
        text-indent: 16px !important;
        border-radius: 50px;
        font-weight: normal;
    }

.detail_box input:checked + .slider:before {
    content: "Yes";
    text-indent: -25px !important;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #fff;
    text-align: left;
    color: #fff;
}

.detail_box input:checked + .slider {
    background-color: #328e99;
    border: 1px solid #328e99;
    font-weight: normal;
}

input + .slider {
    background-color: #eee
}

input:focus + .slider {
    box-shadow: 0 0 1px #7191e4
}

.detail_box .slider.round {
    border-radius: 32px;
    line-height: 13px;
    font-size: 12px;
    border: #a5a2a2 1px solid
}

/*** END CSS NEEDED FOR SWITCH **/
.kyc-irdai-wraper {
    background: #FDF9EC;
    padding: 15px 15px 0 15px;
    width: 100%;
    display: table;
    float: left;
    border-radius: 4px;
}

.kyc-irdai-input-col {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
    margin: 0;
}

    .kyc-irdai-input-col input {
        width: 190px;
        float: left;
        border: 1px solid #707070;
        border-radius: 4px;
        padding: 10px 15px;
        margin: 0 12px 0 0;
        font-size: 12px;
        color: #333;
    }

        .kyc-irdai-input-col input:focus-visible {
            outline: none;
        }

    .kyc-irdai-input-col a {
        color: #666;
        text-decoration: underline;
        line-height: 32px;
    }

.kyc-irdai-wraper p {
    font-size: 14px;
    color: #333;
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 20px;
}

    .kyc-irdai-wraper p a {
        color: #D23931;
        text-decoration: underline;
    }

#kycmyModal .modal-body {
    padding: 25px;
}

.kyc-popup-img {
    margin: 15px auto;
    display: table;
}

#kycmyModal p {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0;
}

#kycmyModal ul {
    margin: 0 0 15px 0;
    padding: 0;
}

    #kycmyModal ul li {
        list-style: none;
        font-size: 16px;
        color: #222;
    }

.kyc-proceed-btn {
    background: #D82A1B;
    width: 150px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    margin: 0 auto;
    display: table;
}

    .kyc-proceed-btn:focus, .kyc-proceed-btn:hover, .kyc-proceed-btn:active {
        background-color: #D82A1B;
    }


/* eKyc css start*/
.ekyc-tooltip a {
    position: absolute;
    left: 82px;
    top: 4px;
}

.checkbox.small.ekyc-checkbox {
    margin-top: 10px;
    width: 100%;
    float: left;
    display: table;
}

.ekyc-checkbox i.helper {
    top: 3px;
}

.ekyc-row .error-msg {
    float: none;
}



a.ekyc-tooltip img {
    position: absolute;
    left: 82px;
    top: 3px;
}

div#kycverificationblock {
    margin: 10px 0;
    float: left;
}

div#kycverification {
    margin: 10px 0;
    float: left;
}

.ekyc-group .ekyctooltip {
    position: absolute;
    left: 82px;
    top: -15px;
    pointer-events: auto;
}

.ekyctooltip .info-icon {
    cursor: pointer;
}

span.ekyc-content {
    padding-top: 10px;
    width: 100%;
    float: left;
}

.ekyc-switch-box {
    margin-top: -5px;
    padding-left: 15px;
}

div#CustomerDetails_PanCardNo_Id img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.kycDisclaimer span {
    display: inline-block;
    width: 12px;
    vertical-align: top;
    float: left;
    margin-right: 5px;
}

.kycDisclaimer p {
    margin-left: 10px;
    display: inline-block;
    width: 90%;
}
/* eKyc css end*/
.csi-fancy-checkbox.last-row .os-seprate-label {
    width: 92%;
    margin: 0 0 15px 0;
}

.csi-fancy-radio.radio-left {
    float: left;
    margin-right: 15px;
}

    .csi-fancy-radio.radio-left [type="radio"]:checked + label::after {
        top: 0 !important;
    }

.ekyc-renewal {
    clear: both;
}

.radio-left label span {
    vertical-align: 3px;
}

.icon-calender {
    background-image: url(../images/calendar.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 2px !important;
    cursor: pointer;
    background-size: 18px;
}

.os-second-row {
    overflow: hidden;
}

.os-kyc-inner-class {
    padding: 20px 0 10px 0;
    border-radius: 6px;
    background: #F8F8F8;
    margin-bottom: 20px;
    overflow: hidden;
}

.dateBirth {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 5px 10px 5px 5px;
    background: transparent;
}

.kycDisclaimer {
    padding: 0 10px;
    color: #ab9044;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

span#PanCardErrorMessaage {
    padding: 10px 0 0 15px;
}

span#DobErrorMessaage {
    padding: 10px 0 0 15px;
}

#NomineeDetails {
    padding: 11px 5px !important;
}

select#nomRelation {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 4px 5px 3px 5px;
}

.nom-title {
    font-size: 12px;
    padding-bottom: 15px;
}

.asitisnomRelation#nomRelation {
    border: 0 solid #ddd !important;
}

label.control-label.nomineelabel {
    font-size: 12px;
}

select#nomRelation {
    font-size: 13px;
}

.form-group input#CustomerDetails_NomineeAge, .form-group input#CustomerDetails_NomineeName {
    height: 30px;
}

.margin-none {
    margin-bottom: 0 !important;
}

.ekyc-notes {
    width: 85%;
    float: left;
}

.radio-col {
    float: left;
    margin: 0 15px 15px 0;
}

.csi-fancy-radio.radio-left .radio-col [type="radio"]:checked + label::after {
    top: -2px !important;
    left: -1px;
}

.col-md-8.equal-height {
    padding-bottom: 0;
}

.os-icon-view {
    padding-right: 28% !important;
}


button.proceed-btn-small.maxpolicy {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    border: 1px solid #e42125;
    background: none;
    color: #e42125 !important;
    border-radius: 5%;
    padding: 8px 50px !important;
}

#MaxPolicyLimitExceeded .modal-footer {
    text-align: center;
}

.panclose-modal {
    right: 10px;
    top: 5px;
    position: absolute;
    z-index: 1;
}
/***New*/
.modal-header .close {
    margin-top: 0;
    font-size: 24px;
}

.modal-exceeded {
    padding-right: 0 !important;
}

    .modal-exceeded .modal-dialog {
        width: 540px !important;
    }

    .modal-exceeded .modal-header {
        border-bottom: none !important;
    }

    .modal-exceeded .panclose-modal {
        font-size: 24px;
        color: #333;
        border-radius: 50px;
        border: 1px solid #333;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 10px;
        line-height: 19px;
        padding-left: 5px;
    }

    .modal-exceeded .modal-title {
        margin-top: 20px;
        border-bottom: none !important;
    }

    .modal-exceeded .modal-body {
        border-top: none !important;
        padding: 20px 52px;
    }

        .modal-exceeded .modal-body p {
            font-size: 14px;
            color: #000;
            margin-top: 6px;
        }

    .modal-exceeded .modal-footer {
        padding-bottom: 30px;
    }

    .modal-exceeded .got-it-btn {
        border: 1px solid #e31f26;
        color: #e31f26;
        padding: 8px 12px;
        width: 150px;
        background: #FFF;
        border-radius: 6px !important;
    }

    .modal-exceeded a:hover, .modal-exceeded a:focus {
        text-decoration: none !important;
    }
/* MHS to OR CR CSS */
.or-card {
    box-shadow: 0 7px 16px 2px rgba(168, 168, 168, 0.5);
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
}

.plantext {
    background: #effaf6;
    border-radius: 3px;
    color: #46b88b;
    font-size: 13px;
    font-weight: 600;
    padding: 6px;
    display: inline-block;
    margin-bottom: 10px;
}

.or-pre-amount {
    color: #e21f26;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}

    .or-pre-amount small {
        color: #6f6f6f;
        font-weight: 400;
        font-size: 12px;
    }

.card-header {
    font-size: 20px;
    font-weight: 700;
    color: #353535;
}

.features-benefits {
    margin-top: 16px;
    font-size: 12px;
}

    .features-benefits h3 {
        font-size: 16px;
        color: #353535;
        margin-bottom: 15px;
    }

    .features-benefits ul {
        list-style-type: none;
        padding: 0;
        background-color: #f3f0f0;
    }

    .features-benefits li {
        padding: 8px 4px;
        margin: 6px;
        border-radius: 4px;
        display: inline-block;
    }

        .features-benefits li:nth-child(odd) {
            background-color: #f3f0f0;
        }

/*  .features-benefits li:nth-child(even) {
            background-color: #FFFFFF;
        }*/

.info-btn, .info-btn:hover {
    background: none;
    border: none;
    padding: 0;
    margin-left: 5px;
}

.alert-dismissible {
    background: #fdf5f4;
    border: 1px solid #d72515;
    border-radius: 6px;
    padding: 12px;
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    position: relative;
}

    .alert-dismissible img {
        width: 24px;
        margin-right: 18px;
    }

    .alert-dismissible .warning-message {
        width: 86% !important;
        text-align: left;
    }

        .alert-dismissible .warning-message strong {
            color: #000000;
        }

        .alert-dismissible .warning-message span {
            font-weight: 600;
            color: #d72515;
        }

    .alert-dismissible .close {
        font-size: 16px;
        color: #d9534f;
        opacity: 1;
        top: 6px;
        position: absolute;
        right: 8px;
        border-radius: 50px;
        border: 1px solid #d9534f;
        width: 18px;
        height: 18px;
        line-height: 15px;
    }

.features-benefits .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity = 0);
    opacity: 0;
    line-break: auto;
}

    .features-benefits .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .features-benefits .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

.box-wraper .premium-breakup {
    padding: 0;
    font-family: 'helveticaneue', sans-serif;
    text-align: left;
}

.premium-breakup h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.premium-breakup .row {
    display: block;
    margin-bottom: 5px;
    padding: 4px 3px 4px 15px;
}


    .premium-breakup .row span {
        font-size: 12px;
        color: #000;
    }

.premium-breakup .sum-insured span {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.ps-0 {
    padding-left: 0;
}

.premium-breakup .total-premium {
    font-weight: 500;
    font-size: 18px;
}
/* OTP Addition in Renewal - 09-07-2024*/

#frmVerfiyOtp .modal {
    z-index: 999999999;
}

/*01-05-2020*/
#otpModal .modal-dialog {
    width: 478px;
}

#otpModal .icon-circle-otp {
    margin: 10px auto 15px auto;
    display: table;
}

#otpModal .modal-title {
    text-align: center;
    color: #333;
    font-size: 18px;
}

#otpModal .modal-header {
    border-bottom: none;
}

.vericode {
    /*margin-bottom: 10px;*/
    text-align: center;
    width: 80%;
    display: table;
    margin: 0 auto 10px auto;
}

#otpModal .vericode input {
    /*width: 50px;*/
    /* float: left;*/
    margin: 0 5px;
    font-size: 20px;
    border-bottom: 2px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    text-align: center;
}

#otpModal .verimsg {
    color: #666;
    padding: 0 20px;
    text-align: center;
}

#otpModal .divVeriCodeAadharNumber {
    text-align: center;
    color: #666;
    padding: 10px 0;
}

#otpModal #divResendOTP {
    text-align: center;
    padding: 15px 0;
    color: #666;
}

#otpModal #btnResendOTP {
    color: rgb(209, 175, 89);
}

#otpModal a#btnVerifyOTP {
    background: #e31f26;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff;
    padding: 0 65px;
    font-family: 'work_sansmedium',sans-serif;
    height: 50px;
    line-height: 50px;
}

#otpModal a#btnVerify[disabled] {
    background: #ccc !important;
}

/*#otpModal a#btnVerify:hover {
        background: #e31f26;
    }*/

.rounded-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#otpModal .irda {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 10px 10% 0 10%;
}

div#otpModal .modal-body {
    margin: 0 auto;
}

.custom-validation-error {
    color: #f44336;
}

.otpErrorDiv {
    color: #e42125;
    margin-bottom: 5px;
}

/* CSC External Integration in ASISRenewal - 08-08-2024*/

.csc {
    /*position: fixed;
    width: 480px;*/
    float: right;
    left: 11px;
    top: 5px;
    z-index: 99999;
}

    .csc span {
        padding-left: 25px;
        position: relative;
        top: 3px;
    }

    .csc img.csc-logo {
        height: 30px;
        width: auto;
    }

.csc-con.thankyou-sec, .csc-con a {
    display: inline-block;
}

.csc .thankyou-sec span {
    top: 10px;
    display: inline-block;
    vertical-align: top;
}

.self-help-detail {
    font-size: 12px;
    margin-left: 25px;
}

.self-help-title {
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

.member-action-btn {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #D82B1B;
    background-color: #fff;
    border: 1px solid lightgrey
}

    .member-action-btn:hover, .member-action-btn:focus {
        color: #D82B1B;
    }

    .member-action-btn:focus, .member-action-btn:active:focus {
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
    }

.member-modal-footer {
    border-top: 1px solid #e5e5e5;
}

.member-header {
    font-weight: 600;
}

.add-member-btn {
    margin-top: 15px;
}

.member-tbl {
    margin-bottom: 0px;
}

.member-validation {
    letter-spacing: 0;
    color: #D82B1B;
    margin-bottom: 13px;
    font-size: 12px;
    align-items: center;
    display: flex;
}

.confirm-action-btn {
    background-color: #e21f26 !important;
    border-color: #e21f26 !important;
    color: #fff !important;
}

.member-tooltip {
    color: #D82B1B;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
}

    .member-tooltip:hover, .member-tooltip:focus {
        color: #D82B1B;
        text-decoration: none !important;
    }

    .member-tooltip .tooltip-inner {
        color: #000 !important;
        background-color: #fff !important;
        border: 1px solid lightgrey !important;
        border-radius: 6px !important;
    }

        .member-tooltip .tooltip-inner::before {
            content: url("../images/circle-check.jpg");
            margin-right: 2px;
        }

.modal-light-bg {
    background-color: rgb(0,0,0,0) !important;
}

.member-form-title {
    font-size: 16px !important;
    padding: 1rem 0 1rem 1.5rem;
}

.form-group > .control-label.active {
    top: -18px !important;
}

.select-text {
    border-bottom: 1px solid #b7b7b7 !important;
}

.member-panel {
    box-shadow: 1px 1px 15px 1px lightgrey;
}

.member-details-bg {
    background-color: #f5f5f5;
}

.member-panel-heading {
    background-color: #fff !important;
}

.member-form-row {
    margin: 0rem 0rem 1rem 0rem;
}

.mt-or-5 {
    margin-top: 5rem !important;
}

.mt-or-2 {
    margin-top: 2rem !important;
}

.member-form-btn {
    font-size: 12px;
    width: 30%;
    text-transform: uppercase;
}

    .member-form-btn:hover, .member-form-btn:focus {
        text-decoration: none;
    }

.member-back-btn {
    color: #e21f26;
    border-color: #e21f26;
}

    .member-back-btn:hover, .member-back-btn:focus {
        color: #e21f26;
    }

.continue-btn {
    float: right;
    background-color: #e21f26;
    border-color: #e21f26;
    color: #fff;
}

    .continue-btn:hover, .continue-btn:focus {
        color: #fff;
    }

.or-datepicker {
    background-position: right top !important;
}

.member-details-bg .error-msg {
    margin: 5px auto 0 auto;
}

.member-lifestyle-title {
    font-size: 14px;
    font-weight: 600;
}

.fa.fa-trash-o {
    color: #D82B1B;
    font-size: 18px !important;
}

#MemberRemoveConfirmModel .modal-content.modal-sm,
#OSSelectConfirmModel .modal-content.modal-sm {
    margin: 0 auto;
}

#main-wraper {
    overflow-x: hidden;
}

.fa.fa-pencil {
    color: #D82B1B;
}

input[disabled], select[disabled] {
    background-color: #ececec;
    cursor: not-allowed !important;
}

.web-hide {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

#MemberRemoveConfirmModel .modal-content.modal-sm,
#OSSelectConfirmModel .modal-content.modal-sm {
    width: 400px;
    height: 220px;
}

#MemberRemoveConfirmModel .modal-body,
#OSSelectConfirmModel .modal-body {
    width: 225px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

#MemberRemoveConfirmModel .modal-footer,
#OSSelectConfirmModel .modal-footer {
    padding: 14px 28px 15px;
    margin: 0 auto;
    text-align: center;
}

    #MemberRemoveConfirmModel .modal-footer .member-action-btn,
    #OSSelectConfirmModel .modal-footer .member-action-btn {
        float: inherit !important;
        width: 160px !important;
    }

        #MemberRemoveConfirmModel .modal-footer .member-action-btn.confirm-action-btn,
        #OSSelectConfirmModel .modal-footer .member-action-btn.confirm-action-btn {
            float: inherit !important;
            width: 160px !important;
        }

.d-inline-block {
    display: inline-block;
}

.ms-26 {
    margin-left: 26px;
}

.radio {
    margin-bottom: 1rem
}

    .radio span {
        margin-left: 10px;
    }

    .radio .helper {
        position: absolute;
        top: -1px;
        left: -2px;
        cursor: pointer;
        display: block;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999
    }

        .radio .helper::before, .radio .helper::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
            width: 18px;
            height: 18px;
            -webkit-transition: -webkit-transform .28s ease;
            transition: -webkit-transform .28s ease;
            transition: transform .28s ease;
            transition: transform .28s ease,-webkit-transform .28s ease;
            border-radius: 50%;
            border: 2px solid #666;
            background: #fff
        }

        .radio .helper::after {
            -webkit-transform: scale(0);
            transform: scale(0);
            background-color: #0094a4;
            border: 2px solid #0094a4
        }

        .radio .helper::before {
            border: 2px solid #0094a4
        }

    .radio label:hover .helper {
        color: #337ab7
    }

    .radio input:checked ~ .helper::after {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    .radio input:checked ~ .helper::before {
        color: #0094a4
    }

#PEDTab a.secondary-btn {
    text-transform: capitalize;
}

    #PEDTab a.secondary-btn:hover {
        color: #e31f26 !important;
        text-decoration: none !important;
    }

.question-block .field-row label {
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    position: relative;
}

.expanded-card, .medicalcard {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px 15px;
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 5px;
}

    .expanded-card::after, .medicalcard::after {
        content: '';
        position: absolute;
        top: -10px;
        left: 20px;
        border: 1px solid #FFF;
        border-bottom: none;
        border-right: none;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #FFF;
    }

    .expanded-card a.primary-btn {
        margin-left: 0;
        float: inherit;
        width: 140px;
        text-align: center;
        text-decoration: none;
    }

        .expanded-card a.primary-btn:hover {
            color: #FFF !important;
            text-decoration: none;
        }

.question-block .equal-space {
    position: relative;
}

.popup-title {
    color: #000;
}

.modal#MemberAdditionModel {
    padding-right: 0 !important;
}

a.primary-btn#btnPed {
    margin-left: 0;
    float: inherit;
    width: 140px;
    text-align: center;
    text-decoration: none;
}

    a.primary-btn#btnPed:hover {
        color: #FFF !important;
        text-decoration: none;
    }

.que-label {
    font-weight: 400 !important;
    margin-left: 18px;
}

.pro-title {
    margin-bottom: 10px;
    position: relative;
}

.ps-2 {
    padding-left: 20px;
}

.pro-title::before {
    height: 8px;
    width: 8px;
    background-color: #666;
    border-radius: 50%;
    content: "";
    margin-right: 10px;
    display: inline-block;
}

.clear-both {
    clear: both;
}

.que-label .radio {
    position: relative;
}

.box .radio .helper::before, .box .radio .helper::after {
    top: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.clearfix {
    clear: both !important;
}

.box .radio input[type="radio"] {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
}

#memberAdditionModalTitle .modal-title {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.mb-10 {
    padding-bottom: 10px;
}

.add-calendar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*ASIS RW IPA SIUPSell TenureUpsell CR Start*/

.box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/*.section-title {
    font-weight: bold;
    margin-bottom: 10px;
}*/

.section-title {
    font-size: 12px;
    padding-bottom: 15px;
}

.ipa-si .section-title {
    margin-left: 15px;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .radio-group label {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: normal;
    }

.os-current-plan {
    width: 47%;
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
}

.os-current-plan {
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    padding-top: 9px;
    padding-left: 15px;
    background: #fff;
    padding-bottom: 9px;
    height: 64px;
}

.asis-current-plan {
    width: 100%;
}

.os-active {
    background: #FFFAFA;
    border: 1px solid #D82B1B;
}

.sum-insured-box {
    border: 2px solid red;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff5f5;
    width: 260px;
}

.checkmarkipa {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.ipaamount {
    color: black;
}


.ipa-left {
    margin-left: 30px;
    margin-top: -20px;
}

.ipa-si-radio .csi-fancy-radio [type="radio"] + label::before {
    width: 28px;
    height: 28px;
    border: 2px solid #aaa;
    position: relative;
    top: 5px;
    left: 0;
}

.ipa-si-radio .csi-fancy-radio [type="radio"]:checked + label::after {
    background: #fff url("../images/selected.svg") left top no-repeat;
    width: 28px;
    height: 28px;
    left: 1px;
    top: 6px;
}



/*ASIS RW IPA SIUPSell TenureUpsell CR End*/
