@font-face {
    font-family: 'VAG_Rounded_Light';
    src: url("../fonts/VAGRoundedStd-Light.eot");
    src: url("../fonts/VAGRoundedStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Light.woff") format("woff"), url("../fonts/VAGRoundedStd-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAG_Rounded_Bold';
    src: url("../fonts/VAGRoundedStd-Bold.eot");
    src: url("../fonts/VAGRoundedStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Bold.woff") format("woff"), url("../fonts/VAGRoundedStd-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAG_Rounded_Thin';
    src: url("../fonts/VAGRoundedStd-Thin.eot");
    src: url("../fonts/VAGRoundedStd-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Thin.woff") format("woff"), url("../fonts/VAGRoundedStd-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VAG_Rounded_Black';
    src: url("../fonts/VAGRoundedStd-Black.eot");
    src: url("../fonts/VAGRoundedStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/VAGRoundedStd-Black.woff") format("woff"), url("../fonts/VAGRoundedStd-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*Vertical center*/
/* ---------------------------------------------------------------------- */
/*  Icons
/* ---------------------------------------------------------------------- */
.icon-date {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../../assets/images/calendar.svg") no-repeat;
}

.pt0 {
    padding-top: 0 !important;
}

.no-border-bb {
    border-bottom: none !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt40 {
    margin-top: 40px !important;
}

/*---- Text align ----*/
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

/*---- Text weight ----*/
.bold-text {
    font-family: "HelveticaNeueLTStd-Bd", Arial, Helvetica, sans-serif !important;
}

/*---- Anchor ----*/
a {
    color: #98272a;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

/*---- Text Color ----*/
.lightblue_text {
    color: #01a4f1 !important;
}

.blue_text {
    color: #98272a !important;
}

.red_text {
    color: #db0303 !important;
}

.green_text {
    color: #068400 !important;
}

.blue-bg {
    background: #f7f9fc;
}

/*-------------------- border-styling -------------------*/
.border-l {
    border-left: 1px solid #dedede;
}

.border-r {
    border-right: 1px solid #dedede;
}

.border-t {
    border-top: 1px solid #dedede;
}

.border-l {
    border-left: 1px solid #dedede;
}

/*-------------------- border styling -------------------*/
/*---------- Button styling ----------*/
.btn {
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'VAG_Rounded_Bold';
    min-width: 110px;
}

    .btn.btn-primary {
        background-color: #98272a;
        color: #ffffff;
        border-color: #98272a;
    }

        .btn.btn-primary:active:hover, .btn.btn-primary.active:hover {
            background-color: #98272a;
            color: #ffffff;
            border-color: #98272a;
        }

    .btn.btn-default {
        border-color: #98272a;
        color: #98272a;
        background-color: #ffffff;
    }

        .btn.btn-default:hover {
            background-color: #98272a;
            color: #ffffff;
            border-color: #98272a;
        }

    .btn.btn-yellow {
        border-color: #98272a;
        color: #98272a;
        background-color: #ffffff;
    }

        .btn.btn-yellow:hover {
            background-color: #98272a;
            color: #ffffff;
        }

    .btn.btn-full {
        width: 100%;
        padding: 9px 20px;
    }

    .btn:focus, .btn :hover {
        outline: none;
        outline-offset: 0;
    }

    .btn:active:focus {
        outline: none;
        outline-offset: 0;
    }

    .btn:active, .btn.active {
        box-shadow: none;
    }

/*---------- List styling ----------*/
ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

/*---------- Display Table ----------*/
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

    .display-table .display-cell {
        display: table-cell;
        vertical-align: middle;
    }

/*---------- Form Group ----------*/
.form-group {
    position: relative;
}

    .form-group label {
        color: #777777;
        font-size: 14px;
        font-weight: normal;
    }

@media screen and (max-width: 767px) {
    .form-group label {
        font-size: 12px;
    }
}

.form-group .form-control {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    font-size: 16px; /*20px; 02-02-2020*/
    padding: 0;
}

@media screen and (max-width: 767px) {
    .form-group .form-control {
        font-size: 14px;
    }
}

.form-group .form-control:disabled {
    border-bottom: 1px solid #cdcdcd;
}

.form-group.password-view {
    position: relative;
}

    .form-group.password-view .show-password {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .form-group.password-view .form-control {
        padding-right: 30px;
    }

    .form-group.password-view .show-password.active .icon-password {
        background-position: -210px 0px;
    }

.form-group .resend-otp {
    text-align: right;
    margin-top: 10px;
    display: block;
}

.form-group .error-msg {
    position: absolute;
    bottom: -22px;
    color: #db0303;
    font-size: 10px;
    margin-bottom: 0;
}

    .form-group .error-msg span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 3px;
    }

.form-group.date-picker {
    position: relative;
}

    .form-group.date-picker .input-group-addon {
        position: absolute;
        right: 24px;
        top: 20px;
        background: transparent;
        padding: 0;
        border: 0;
        z-index: -1;
    }

.locate p {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .locate p {
        font-size: 14px;
    }
}

.radio-label-control {
    display: block;
    margin-top: 10px;
}

.radio-list li {
    margin-right: 30px;
    display: inline-block;
}

    .radio-list li:last-child {
        margin-right: 0;
    }

.radio-block {
    margin-top: 15px;
}

    .radio-block li {
        display: block;
        margin-bottom: 30px;
    }

        .radio-block li:last-child {
            margin-bottom: 0;
        }

@media screen and (max-width: 767px) {
    .radio-block li {
        margin-bottom: 15px;
    }
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #98272a 50%), linear-gradient(135deg, #98272a 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 15px) calc(1em + -5px), calc(100% - 8px) calc(1em + -5px), 98% 0;
    background-size: 7px 7px, 7px 7px, 5em 5em;
    background-repeat: no-repeat;
}

    select.form-control:disabled {
        background-image: linear-gradient(45deg, transparent 50%, #cdcdcd 50%), linear-gradient(135deg, #cdcdcd 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
        border-bottom: 1px solid #cdcdcd;
    }

/*--------- Dropdown -----------*/
.dropdown-menu > li > a {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .dropdown-menu > li > a {
        font-size: 12px;
    }
}

/*--------- Datepicker -----------*/
.datepicker table tr td.today {
    background-color: #ffffff;
    color: #000;
}

    .datepicker table tr td.today:hover {
        background-color: #eee;
        color: #000;
    }

/*--------- Check Box -----------*/
input[type="radio"], input[type="checkbox"] {
    margin: 0;
    margin-top: 0;
    line-height: normal;
}

input#isSameAddress {
    accent-color: #98272a;
}

.checkbox-container {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

    .checkbox-container .checkmark {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 0;
        background: url("../../assets/images/checkbox.svg");
    }

input#IsAgreed {
    accent-color: #98272a;
}

.checkbox-container input:checked ~ .checkmark {
    background: url("../../assets/images/checkbox-selected.svg");
}

.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*--------- Radio Button -----------*/
.radiobox-container {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

    .radiobox-container .checkmark {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: -2px;
        background: url("../../assets/images/radio-icon.svg");
    }

    .radiobox-container input:checked ~ .checkmark {
        background: url("../../assets/images/radio-selected-icon.svg");
    }

    .radiobox-container input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radiobox-container.auto-managed .checkmark {
        background: url("../../assets/images/yellow-radio-button.svg");
    }

    .radiobox-container.auto-managed input:checked ~ div .checkmark {
        background: url("../../assets/images/yellow-radio-button-selected.svg");
    }

    .radiobox-container.auto-managed input:checked ~ div .lbl {
        color: #98272a;
    }

/*--------- Upload -----------*/
.upload-container {
    position: relative;
    display: inline-block;
}

    .upload-container input[type="file"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .upload-container .upload-btn {
        display: inline-block;
        background-color: #98272a;
        color: #ffffff;
        padding: 10px 25px;
        text-transform: uppercase;
        font-weight: 400;
        cursor: pointer;
    }

.file-name {
    display: inline-block;
    margin-left: 15px;
}

.genders-list label, .genders-list .gender-list {
    display: inline-block;
    vertical-align: middle;
}

.genders-list label {
    margin-right: 20px;
}

.gender-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .gender-list li {
        margin-left: 5px;
    }
}

.gender-list li:first-child {
    margin-left: 0;
}

.gender-list {
    height: 30px;
    min-height: 34px;
}

    .gender-list .radiobox-container {
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        position: relative;
        padding-left: 40px;
        padding-top: 7px;
    }

        .gender-list .radiobox-container .checkmark {
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
        }

            .gender-list .radiobox-container .checkmark.male {
                background: url("../../assets/images/male.svg");
            }

            .gender-list .radiobox-container .checkmark.female {
                background: url("../../assets/images/female.svg");
            }

            .gender-list .radiobox-container .checkmark.transgender {
                background: url("../../assets/images/transgender.svg");
            }

        .gender-list .radiobox-container span {
            color: #777777;
        }

        .gender-list .radiobox-container input:checked ~ div .lbl {
            color: #98272a;
        }

        .gender-list .radiobox-container input[type="radio"] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

/*---------- Headings ----------*/
h3 {
    font-size: 20px;
    font-family: "HelveticaNeueLTStd-Roman", Arial, Helvetica, sans-serif;
    margin: 0;
}

    h3.page-heading {
        color: #98272a;
        font-size: 30px;
        font-family: 'VAG_Rounded_Bold';
        position: relative;
        margin-top: 20px;
    }

        h3.page-heading span {
            display: inline-block;
        }

@media screen and (max-width: 767px) {
    h3.page-heading {
        font-size: 20px;
        margin-top: 0;
    }
}

h3.page-heading::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    background: #98272a;
    width: 5px;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.page-subheading {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .page-subheading {
        font-size: 16px;
    }
}

/*---------- Panel ----------*/
.panel {
    box-shadow: 0px 0px 10px #dedede;
}

/*---------- Modal ----------*/
.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-dialog {
    display: table-cell;
    vertical-align: middle;
}

.vertical-alignment-middle-modal {
    display: table;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .vertical-alignment-middle-modal {
        width: 90%;
        margin: auto;
    }
}

.modal-content {
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

    .modal-content .modal-body {
        border-bottom: 3px solid #98272a;
    }

    .modal-content .icon-close {
        position: absolute;
        right: 0;
        top: -30px;
        cursor: pointer;
    }

/*------------------------ Table styling ---------------------*/
.table-wrap {
    margin-top: 15px;
}

    .table-wrap .sec-title {
        font-size: 16px;
        margin: 30px 0 20px 0;
        font-family: 'VAG_Rounded_Bold';
    }

table.custom-table {
    border: 1px solid #dedede;
}

    table.custom-table thead {
        background: #98272a;
        color: #ffffff;
    }

        table.custom-table thead th {
            font-weight: normal;
            border: 1px solid #dedede;
            padding: 8px 15px;
            vertical-align: middle;
        }

    table.custom-table tbody tr td {
        border: 1px solid #dedede;
        font-size: 16px;
        padding: 8px 15px;
        vertical-align: middle;
    }

@media screen and (max-width: 767px) {
    table.custom-table tbody tr td {
        font-size: 14px;
    }
}

table.small-table thead th {
    text-align: center;
}

table.small-table tbody tr td {
    text-align: center;
}

.table-responsive > .table.custom-table tr > td {
    white-space: normal;
}

/* ::::::::: Table Pagination ::::::::::::::::: */
.sec-space {
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    .sec-space {
        padding: 20px 0;
    }
}

.sec-space .dataTables_wrapper .dataTables_length {
    display: none;
}

.sec-space .dataTables_wrapper .dataTables_paginate {
    padding-top: 30px;
}

@media screen and (max-width: 991px) {
    .sec-space .dataTables_wrapper .dataTables_paginate {
        padding-top: 15px;
        margin: 0;
    }
}

.sec-space .dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
    padding: 0 5px;
    margin: 0 5px;
    color: #01a4f1 !important;
}

    .sec-space .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        color: #b3b3b3 !important;
    }

    .sec-space .dataTables_wrapper .dataTables_paginate .paginate_button:active, .sec-space .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .sec-space .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
        color: #01a4f1 !important;
        background: transparent;
        border: none;
        padding: 5px;
        outline: none;
    }

.sec-space .dataTables_wrapper .dataTables_paginate span .paginate_button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    border: transparent;
    color: #b3b3b3 !important;
}

    .sec-space .dataTables_wrapper .dataTables_paginate span .paginate_button.current, .sec-space .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
        background: #ffffff;
        box-shadow: 0px 0px 6px #dedede;
        color: #98272a !important;
    }

/* ::::::::::: IE support ::::::::::::::::: */
select::-ms-expand {
    display: none;
}

body {
    line-height: 1;
    font-family: 'VAG_Rounded_Light';
    color: #202020;
    font-size: 14px;
    background-color: white;
}

.content-section {
    padding: 30px 0;
}

    .content-section.home {
        position: relative;
    }

        .content-section.home:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background: #f8f8f8;
            height: 650px;
            width: 100%;
        }

@media screen and (max-width: 991px) {
    .content-section.home:before {
        position: static;
        background: transparent;
        height: auto;
        width: 0;
    }
}

.content-section.banner-section {
    position: relative;
    z-index: 1;
}

    .content-section.banner-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url("../../assets/images/background.svg") no-repeat;
        background-size: cover;
        width: 100%;
        height: 200px;
        z-index: 0;
        opacity: 0.1;
    }

    .content-section.banner-section::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 200px;
        z-index: -1;
        background-color: rgba(247, 247, 247, 0.3);
    }

.left-section {
    padding-left: 30px;
}

.list-insurence {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .list-insurence {
        margin-top: 10px;
    }
}

.list-insurence li {
    margin-bottom: 10px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .list-insurence li {
        font-size: 14px;
    }
}

.list-insurence li:last-child {
    margin-bottom: 0px;
}

.list-insurence li img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .list-insurence li img {
        width: 30px;
        height: 30px;
    }
}

.list-insurence li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}

.card-form {
    border: 1px solid #98272a;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
}

@media screen and (max-width: 991px) {
    .card-form {
        margin-top: 30px;
    }
}

.card-form .card-form-body, .card-form .card-form-footer {
    padding: 30px 40px;
}

    .card-form .card-form-body .form-control, .card-form .card-form-footer .form-control {
        font-size: 16px;
    }

    .card-form .card-form-body .form-group, .card-form .card-form-footer .form-group {
        margin-bottom: 25px;
    }

        .card-form .card-form-body .form-group label, .card-form .card-form-footer .form-group label {
            font-size: 14px;
            color: #333;
        }

.card-form .card-form-footer {
    background: #98272a;
    min-height: 214px;
}

@media screen and (max-width: 991px) {
    .card-form .card-form-footer {
        min-height: auto;
    }
}

.card-form .card-form-footer .form-group label {
    color: #ffffff;
}

.card-form .card-form-footer .form-control {
    color: #ffffff;
}

.card-form .card-form-footer .btn {
    text-transform: uppercase;
    min-width: 158px;
}

.card-form .card-form-footer .checkbox-container {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 10px !important;
    line-height: 11px;
}

.card-form .card-form-footer h3 {
    color: #ffffff;
    font-size: 24px;
}

    .card-form .card-form-footer h3 small {
        color: #ffffff;
        font-size: 20px;
    }

    .card-form .card-form-footer h3 span {
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
    }

.card-form .card-form-footer .guaranteed {
    font-size: 10px;
    color: #ffffff;
}

.card-form .card-form-footer .error-msg {
    color: #ff4c4c;
}

.age-proof-hide, .identity-proof-hide {
    display: none;
}

.buy-online {
    /*display: none;*/
}

    .buy-online .buy-input {
        height: 53px;
    }

    .buy-online .btn.btn-primary {
        background-color: #ffffff;
        color: #98272a;
    }

@media screen and (max-width: 767px) {
    .buy-online .buy-input {
        height: auto;
    }
}

.stepper {
    position: relative;
    text-align: center;
}

    .stepper .left, .stepper .right {
        display: inline-block;
    }

        .stepper .left img, .stepper .right img {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

    .stepper .left {
        position: absolute;
        left: 0;
    }

    .stepper .right {
        position: absolute;
        right: 0;
    }

    .stepper .stepper-inp {
        width: 60%;
        border: 0;
        /* margin-left: 10px; */
        background-color: transparent;
        border-bottom: transparent;
        box-shadow: none;
        border-radius: 0;
        text-align: center;
    }

@media screen and (max-width: 1200px) {
    #progressBar p {
        position: fixed;
        top: 50%;
        left: 50%;
        color: White;
        transform: translate(-50%,-50%);
    }
}

@media screen and (max-width: 1200px) {
    .stepper .stepper-inp {
        text-align: center;
        /* margin-left: 5px; */
        position: absolute;
        left: 50%;
        top: 5%;
        transform: translate(-50%);
    }
}

.stepper .stepper-inp:focus {
    outline: none;
}

.stepper .rupee-symbol {
    margin-left: 0px;
}

@media screen and (max-width: 1280px) {
    .stepper .rupee-symbol {
        /* margin-left: 25px; */
        position: absolute;
        top: 15%;
        left: 25%;
        transform: translate(-50%);
    }
}

.stepper.age .stepper-inp {
    padding: 0 25px;
    width: calc(100% - 75px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-75%);
    margin-left: 0;
}

.stepper.age .rupee-symbol {
    margin-left: 0;
    text-align: right;
}

.heading img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.heading h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    font-family: 'VAG_Rounded_Bold';
}

/* :::::::::::::: Review payment :::::::::::::::::::::: */
.heading-sec {
    z-index: 2;
    position: relative;
}

.payment-heading {
    float: left;
    font-size: 24px;
    font-family: 'VAG_Rounded_Bold';
}

    .payment-heading img {
        width: 30px;
        height: 30px;
        float: left;
    }

    .payment-heading span {
        padding-left: 10px;
        margin-top: 3px;
        display: inline-block;
    }

@media screen and (max-width: 767px) {
    .payment-heading {
        float: none;
        font-size: 18px;
    }

        .payment-heading img {
            width: 20px;
            height: 20px;
        }
}

.download-illustration {
    float: right;
    margin-top: 5px;
    font-size: 18px;
}

.illustration .btn.btn-primary {
    background-color: #ffffff;
    color: #98272a;
    border-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .download-illustration {
        float: none;
        margin-top: 20px;
    }

    .sum_assured .stepper .rupee-symbol {
        left: 0;
    }

    .sum_assured .stepper .stepper-inp {
        left: 12%;
    }
}

.download-illustration img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.download-illustration a:hover {
    text-decoration: none;
}

.download-illustration span {
    font-size: 14px;
    margin-left: 10px;
    color: #98272a;
}

    .download-illustration span img {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

.investment-sections {
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

.investment-card {
    border: 1px solid #98272a;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
    padding: 20px 30px;
    min-height: 324px;
}

@media screen and (max-width: 991px) {
    .investment-card {
        min-height: 370px;
        padding: 15px;
    }
}

.investment-card h4 {
    margin: 0;
    font-size: 20px;
    color: #98272a;
}

    .investment-card h4 img {
        width: 25px;
        height: 25px;
        float: left;
    }

    .investment-card h4 span {
        display: block;
        padding-left: 40px;
        padding-top: 4px;
    }

        .investment-card h4 span small {
            font-size: 100%;
            color: #98272a;
        }

.investment-card .investment-list li {
    margin-top: 20px;
}

    .investment-card .investment-list li img {
        float: left;
        width: 20px;
        height: 20px;
    }

    .investment-card .investment-list li .investment-text {
        padding-left: 30px;
        margin-top: 4px;
    }

        .investment-card .investment-list li .investment-text label {
            color: #777777;
            font-weight: 400;
        }

        .investment-card .investment-list li .investment-text p {
            font-size: 18px;
        }

.investment-card .life-cover {
    background: #f2f6fa;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

    .investment-card .life-cover img {
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
    }

    .investment-card .life-cover .life-cover-text {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        text-align: left;
    }

    .investment-card .life-cover label {
        color: #777777;
        font-weight: 400;
        font-size: 18px;
    }

    .investment-card .life-cover p {
        font-size: 20px;
    }

.investment-card .strategy-list {
    background: #f2f6fa;
    padding: 20px;
    font-size: 16px;
    margin-top: 20px;
}

    .investment-card .strategy-list.d-none {
        display: none;
    }

    .investment-card .strategy-list li {
        margin-bottom: 20px;
    }

        .investment-card .strategy-list li span {
            float: left;
        }

            .investment-card .strategy-list li span.num {
                float: right;
            }

        .investment-card .strategy-list li:last-child {
            margin-bottom: 0;
        }

    .investment-card .strategy-list.portfolio li {
        padding-left: 25px;
        background: url("../../assets/images/list-arrow.png") 0 2px no-repeat;
        line-height: 20px;
    }

@media screen and (max-width: 767px) {
    .investment-card {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .investment-card.second {
        margin-top: 30px;
    }
}

.auto-managed {
    font-family: 'VAG_Rounded_Bold';
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .auto-managed.second {
        margin-top: 20px;
    }
}

.invest-pan {
    width: 380px;
    margin: 30px auto 0;
}

    .invest-pan .checkbox-container {
        font-size: 12px;
    }

        .invest-pan .checkbox-container .lbl {
            margin-top: 5px;
            display: inline-block;
        }

    .invest-pan .actions {
        margin-top: 20px;
        text-align: center;
    }

@media only screen and (max-width: 600px) {
    .invest-pan {
        width: 100%;
    }
}

.investment-content {
    margin-top: 20px;
}

    .investment-content.top {
        margin-top: 70px !important;
    }

.box-heading {
    background: #98272a;
    color: #ffffff;
    font-size: 16px;
    padding: 20px 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .box-heading {
        padding: 15px 20px;
    }
}

.content-heading {
    font-family: 'VAG_Rounded_Bold';
    font-size: 16px;
}

.investment-content-body {
    padding: 20px 50px;
}

@media screen and (max-width: 991px) {
    .investment-content-body {
        padding: 15px 20px;
    }
}

.investment-content-body.two {
    line-height: 20px;
}

.plan-description {
    box-shadow: 0px 0px 10px #dedede;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding: 20px;
}

.left-section-invest {
    padding: 0px 30px;
}

@media screen and (max-width: 991px) {
    .left-section-invest {
        padding: 0;
    }
}

.right-section {
    background-color: #98272a;
    color: #ffffff;
    padding: 20px;
    font-size: 14px;
    min-height: 136px;
}

    .right-section .right-list label {
        font-weight: 400;
        font-size: 12px;
    }

    .right-section .right-list p {
        font-size: 20px;
    }

@media screen and (max-width: 991px) {
    .right-section {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .right-section {
        margin-top: 30px;
        min-height: auto;
    }
}

.plan-heading {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

    .plan-heading img {
        width: 30px;
        height: 30px;
        float: left;
    }

    .plan-heading h3 {
        font-size: 24px;
        font-family: 'VAG_Rounded_Bold';
        padding-left: 40px;
        padding-top: 3px;
    }

    .plan-heading.summary h3 {
        padding-left: 0;
        padding-top: 0;
    }

@media screen and (max-width: 767px) {
    .plan-heading img {
        width: 20px;
        height: 20px;
    }

    .plan-heading h3 {
        font-size: 18px;
        padding-left: 30px;
        padding-top: 1px;
    }

    .plan-heading.summary h3 {
        padding-left: 0;
        padding-top: 0;
    }
}

.plan-list {
    margin-top: -30px;
}

@media screen and (max-width: 991px) {
    .plan-list {
        margin-top: -15px;
    }
}

.plan-list li {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .plan-list li {
        margin-top: 15px;
    }
}

.plan-list label {
    color: #777777;
    font-weight: 400;
}

.plan-list p {
    font-size: 18px;
    height: 34px;
    margin-bottom: 0;
}

.plan-list .form-group {
    margin-bottom: 0;
}

.plan-list .form-control {
    font-size: 18px;
}

.plan-list .edit {
    display: none;
}

.hidden-ctn-container.d-none {
    display: none;
}

.hidden-ctn-container .content-wrap .top-qust .tile-bold-txt {
    font-size: 16px;
    font-family: 'VAG_Rounded_Bold';
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .hidden-ctn-container .content-wrap .top-qust .tile-bold-txt {
        font-size: 14px;
        line-height: 20px;
    }
}

.hidden-ctn-container .content-wrap .top-qust .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .hidden-ctn-container .content-wrap .top-qust .info {
        font-size: 14px;
        line-height: 20px;
    }
}

.hidden-ctn-container .content-wrap h5.list-title {
    font-size: 16px;
    font-family: 'VAG_Rounded_Bold';
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .hidden-ctn-container .content-wrap h5.list-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.hidden-ctn-container .content-wrap p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .hidden-ctn-container .content-wrap p {
        font-size: 14px;
        line-height: 20px;
    }
}

.hidden-ctn-container .content-wrap .content-list > li {
    margin-bottom: 15px;
}

    .hidden-ctn-container .content-wrap .content-list > li p.list-tile {
        padding-left: 20px;
        font-size: 16px;
        font-family: 'VAG_Rounded_Bold';
        margin-bottom: 20px;
        position: relative;
    }

        .hidden-ctn-container .content-wrap .content-list > li p.list-tile:before {
            content: '';
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background: white;
            border: 2px solid #000;
            position: absolute;
            bottom: 8px;
            left: 0;
        }

    .hidden-ctn-container .content-wrap .content-list > li .fund-formula {
        margin: 25px 0;
    }

        .hidden-ctn-container .content-wrap .content-list > li .fund-formula ul > li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
            font-size: 16px;
        }

@media screen and (max-width: 767px) {
    .hidden-ctn-container .content-wrap .content-list > li .fund-formula ul > li {
        font-size: 14px;
        line-height: 20px;
    }
}

.hidden-ctn-container .content-wrap .content-list > li .fund-formula ul > li hr {
    margin: 8px 0;
    border-color: #000;
}

.hidden-ctn-container .content-wrap .content-list > li .fund-formula ul > li p {
    margin: 0;
    text-align: center;
}

.accordion-wrapper {
    position: relative;
    z-index: 3;
}

.panel-wrap {
    margin-bottom: 30px;
    border: 1px solid #98272a;
    padding: 30px 40px;
    box-shadow: 0 0 5px #dedede;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .panel-wrap {
        padding: 15px;
    }
}

.panel-wrap .panel-heads {
    cursor: pointer;
}

    .panel-wrap .panel-heads .radiobox-container .checkmark {
        top: -11px;
    }

    .panel-wrap .panel-heads .radiobox-circle {
        padding-left: 20px;
    }

    .panel-wrap .panel-heads .display-table .display-cell {
        vertical-align: top;
    }

        .panel-wrap .panel-heads .display-table .display-cell.block-l {
            width: 45px;
        }

            .panel-wrap .panel-heads .display-table .display-cell.block-l label {
                top: 4px;
            }

@media screen and (max-width: 767px) {
    .panel-wrap .panel-heads .display-table .display-cell.block-l {
        width: 35px;
    }
}

.panel-wrap .panel-heads .heading-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panel-heads .heading-title {
        font-size: 16px;
    }
}

.panel-wrap .panel-heads .heading-title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.panel-wrap .panel-heads .heading-title span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.panel-wrap .panel-heads .title-note {
    font-size: 16px;
    color: #000000;
}

.panel-wrap .panel-heads .list-wrap li {
    padding-left: 25px;
    background: url("../../assets/images/list-arrow.png") 0 2px no-repeat;
    margin-bottom: 7px;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panel-heads .list-wrap li {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.panel-wrap .panel-heads .desc {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panel-heads .desc {
        font-size: 14px;
        line-height: 20px;
    }
}

.panel-wrap .panels-body {
    display: none;
    margin-top: 15px;
}

    .panel-wrap .panels-body .radiobox-circle .checkmark {
        background: url(../../assets/images/black-radio-icon.png) 50% no-repeat;
    }

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .radiobox-circle {
        margin: 8px 0;
    }
}

.panel-wrap .panels-body {
    padding-left: 40px;
}

    .panel-wrap .panels-body .blue-bg {
        padding: 30px;
    }

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .blue-bg {
        padding: 20px 20px 0;
    }

    .investment-content.top {
        margin-top: 30px !important;
    }
}

.panel-wrap .panels-body .fund-grid > ul {
    margin: 0 -15px;
}

    .panel-wrap .panels-body .fund-grid > ul li {
        display: inline-block;
        margin: 0 -3px 20px;
        width: 33.3333%;
    }

        .panel-wrap .panels-body .fund-grid > ul li:nth-child(1), .panel-wrap .panels-body .fund-grid > ul li:nth-child(2), .panel-wrap .panels-body .fund-grid > ul li:nth-child(3), .panel-wrap .panels-body .fund-grid > ul li:nth-child(4), .panel-wrap .panels-body .fund-grid > ul li:nth-child(5), .panel-wrap .panels-body .fund-grid > ul li:nth-child(6) {
            border-bottom: 1px solid #dedede;
            padding-bottom: 20px;
        }

            .panel-wrap .panels-body .fund-grid > ul li:nth-child(1) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(2) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(4) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(5) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(7) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(8) .wrap {
                border-right: 1px solid #dedede;
            }

@media screen and (max-width: 991px) {
    .panel-wrap .panels-body .fund-grid > ul li {
        width: 50%;
        margin-bottom: 30px;
    }

        .panel-wrap .panels-body .fund-grid > ul li:nth-child(1) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(3) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(5) .wrap {
            border-right: 1px solid #dedede;
        }

        .panel-wrap .panels-body .fund-grid > ul li:nth-child(2) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(4) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(6) .wrap {
            border-right: 1px solid transparent;
        }

        .panel-wrap .panels-body .fund-grid > ul li:nth-child(1), .panel-wrap .panels-body .fund-grid > ul li:nth-child(2), .panel-wrap .panels-body .fund-grid > ul li:nth-child(3), .panel-wrap .panels-body .fund-grid > ul li:nth-child(4) {
            border-bottom: 1px solid #dedede;
            padding-bottom: 20px;
        }
}

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .fund-grid > ul li {
        width: 100%;
        margin-bottom: 30px;
    }

        .panel-wrap .panels-body .fund-grid > ul li:nth-child(1) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(2) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(3) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(4) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(5) .wrap, .panel-wrap .panels-body .fund-grid > ul li:nth-child(6) .wrap {
            border-right: 1px solid transparent;
        }

        .panel-wrap .panels-body .fund-grid > ul li:nth-child(1), .panel-wrap .panels-body .fund-grid > ul li:nth-child(2), .panel-wrap .panels-body .fund-grid > ul li:nth-child(3), .panel-wrap .panels-body .fund-grid > ul li:nth-child(4), .panel-wrap .panels-body .fund-grid > ul li:nth-child(5) {
            border-bottom: 1px solid #dedede;
            padding-bottom: 20px;
        }
}

.panel-wrap .panels-body .fund-grid > ul li .wrap {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

    .panel-wrap .panels-body .fund-grid > ul li .wrap .checkbox-container .checkmark {
        top: -3px;
    }

.panel-wrap .panels-body .fund-grid > ul li .border-l {
    margin-right: 2px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .fund-grid > ul li .border-l {
        border: none;
        margin-right: 0;
    }
}

.panel-wrap .panels-body .fund-grid > ul li .border-r {
    margin-left: 2px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .fund-grid > ul li .border-r {
        border: none;
        margin-left: 0;
    }
}

.panel-wrap .panels-body .fund-grid > ul li h4.title {
    font-size: 18px;
    font-family: 'VAG_Rounded_Bold';
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .fund-grid > ul li h4.title {
        font-size: 16px;
    }
}

.panel-wrap .panels-body .fund-grid > ul li .sub-title {
    font-family: 'VAG_Rounded_Bold';
}

.panel-wrap .panels-body .fund-grid > ul li .wrap-description {
    min-height: 200px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .fund-grid > ul li .wrap-description {
        min-height: auto;
    }
}

.panel-wrap .panels-body .fund-grid > ul li .desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.panel-wrap .panels-body .fund-grid > ul li .input-wrap .input-field {
    height: 30px;
    width: 60px;
}

    .panel-wrap .panels-body .fund-grid > ul li .input-wrap .input-field:focus {
        outline: none;
    }

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body .fund-grid > ul li .input-wrap .input-field {
        height: 28px;
    }

    .panel-wrap .panels-body .fund-grid > ul li .input-wrap .lbl {
        font-size: 20px;
    }
}

.panel-wrap .panels-body .fund-grid > ul li .input-wrap .lbl {
    font-size: 24px;
    padding-left: 10px;
    font-weight: normal;
    margin-bottom: 0;
    vertical-align: middle;
}

.panel-wrap .panels-body ul.list-wrap li {
    padding-left: 25px;
    background: url("../../assets/images/list-arrow.png") 0 4px no-repeat;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

@media screen and (max-width: 767px) {
    .panel-wrap .panels-body ul.list-wrap li {
        font-size: 14px;
        line-height: 20px;
    }
}

.action-wrapper {
    text-align: center;
    margin: 50px 0;
}

    .action-wrapper button {
        margin: 0 7px;
        min-width: 150px;
        font-family: 'VAG_Rounded_Bold';
        font-size: 16px;
        text-transform: uppercase;
    }

@media screen and (max-width: 767px) {
    .action-wrapper button {
        font-size: 14px;
        line-height: 20px;
    }
}

.action-wrapper button[disabled] {
    background: #cccccc;
    border-color: #cccccc;
}

    .action-wrapper button[disabled]:hover {
        background: #cccccc;
        border-color: #cccccc;
    }

.tabs-list.nav-tabs > li {
    float: none;
}

@media screen and (max-width: 991px) {
    .mob-nav-section {
        position: relative;
    }

    .optional-arrow-down {
        position: absolute;
        right: 33px;
        top: 18px;
        display: inline-block;
        background: url("../../assets/images/dropdownup-arrow.svg") no-repeat;
        width: 21px;
        height: 13px;
    }

    .navbar-toggle {
        display: block;
        padding: 15px 10px;
    }

        .navbar-toggle.collapsed ~ .optional-arrow-down {
            position: absolute;
            right: 33px;
            top: 18px;
            display: inline-block;
            background: url("../../assets/images/dropdown-arrow.svg") no-repeat;
            width: 21px;
            height: 13px;
        }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        width: calc(100% - 30px);
        z-index: 2;
        left: 10px;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
            }

    .collapsing {
        overflow: hidden !important;
    }

    .mobile-nav {
        border: 1px solid #b3b3b3;
        width: calc(100% - 30px);
        margin: 10px 10px 0 10px;
        float: none;
        border-radius: 0;
        background: #98272a;
        color: #fff;
    }

        .mobile-nav .step-circle {
            display: inline-block;
            width: 24px;
            height: 24px;
            border: 1px solid #cecece;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff;
            text-align: center;
            line-height: 24px;
            float: left;
            margin-top: -5px;
        }

        .mobile-nav .step-no {
            color: #ffffff;
            border: 1px solid #98272a;
            background-color: #98272a;
        }

        .mobile-nav .step-tick {
            display: none;
        }

            .mobile-nav .step-tick img {
                width: 18px;
                height: 18px;
                text-align: center;
                margin-top: -2px;
                display: inline-block;
            }

        .mobile-nav .tab-name {
            padding-left: 35px;
            margin-bottom: 0;
        }

    .tab-content {
        margin-top: 30px;
    }
}

.tabs-list {
    background: #f8f8f8;
}

    .tabs-list li a {
        padding: 10px 20px;
        border-bottom: 2px solid #ffffff;
        display: block;
        color: #777777;
        text-decoration: none;
        border-radius: 0;
    }

        .tabs-list li a:hover, .tabs-list li a:focus {
            border-color: transparent;
            border-bottom: 2px solid #ffffff;
            background-color: transparent;
        }

        .tabs-list li a .step-circle {
            display: inline-block;
            width: 24px;
            height: 24px;
            border: 1px solid #cecece;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #ffffff;
            text-align: center;
            line-height: 24px;
            float: left;
        }

        .tabs-list li a .step-no {
            color: #777777;
        }

        .tabs-list li a .step-tick {
            display: none;
        }

            .tabs-list li a .step-tick img {
                width: 18px;
                height: 18px;
                text-align: center;
                margin-top: -2px;
                display: inline-block;
            }

        .tabs-list li a .tab-name {
            padding-left: 35px;
            margin-top: 2px;
            margin-bottom: 0;
        }

    .tabs-list li.tab-disable {
        cursor: default;
        pointer-events: none;
    }

    .tabs-list li.active a {
        color: #98272a;
        background-color: transparent;
        border: 1px solid transparent;
        border-bottom: 2px solid #ffffff;
        display: block;
    }

        .tabs-list li.active a .step-circle {
            background-color: #98272a;
            border: 1px solid #98272a;
            color: #ffffff;
        }

        .tabs-list li.active a:hover, .tabs-list li.active a:focus {
            background-color: transparent;
            border: 1px solid transparent;
            border-bottom: 2px solid #ffffff;
            color: #98272a;
        }

    .tabs-list li.completed a {
        color: #333333;
    }

        .tabs-list li.completed a .step-circle {
            border: 1px solid #98272a;
            background-color: #ffffff;
        }

        .tabs-list li.completed a .step-no {
            display: none;
        }

        .tabs-list li.completed a .step-tick {
            display: inline-block;
        }

    .tabs-list li.completed.active a {
        color: #11b7e3;
    }

/* :::::::::::::::::: Post Payment ::::::::::::::::::::: */
.tab-section {
    display: none;
}

.tab-deactive {
    cursor: default;
    pointer-events: none;
}

.form-header {
    font-size: 18px;
    font-family: 'VAG_Rounded_Bold';
    border-bottom: 1px solid #98272a;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.perm_address p.form-header {
    margin-bottom: 15px;
}

.form-header img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.form-body {
    margin: 20px 0 40px 0;
}

.nominee_details .form-body {
    margin-bottom: 10px;
}

.form-body .form-group {
    margin-bottom: 25px;
}

.form-body .form-control {
    font-size: 16px;
}

.form-footer {
    text-align: center;
}

    .form-footer a {
        display: inline-block;
    }

        .form-footer a.ml-15 {
            margin-left: 15px;
        }

.life-style .form-control {
    font-size: 16px;
}

.txt-gst {
    color: #01418a;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .txt-gst {
        font-size: 14px;
    }
}

.exp-date {
    display: none;
}

.title-input-group select {
    width: 70px;
    float: left;
    margin-right: 15px;
}

.title-input-group input {
    width: calc(100% - 85px);
    float: left;
}

.title-input-group.weight .form-control {
    width: calc(100% - 85px);
    float: left;
    margin-right: 15px;
}

.title-input-group.weight span {
    width: 70px;
    margin-top: 10px;
    display: inline-block;
}

.title-input-group.weight .stepper span {
    width: auto;
    margin-top: 0;
}

.mob-input span {
    float: left;
    width: 40px;
    line-height: 34px;
}

.mob-input input {
    float: left;
    width: calc(100% - 40px);
}

.tooltip-box {
    cursor: pointer;
    margin-left: 10px;
}

    .tooltip-box img {
        width: 18px;
        height: 18px;
    }

.tooltip-inner {
    text-align: left;
}

.details-list > li {
    margin-bottom: 20px;
    padding-left: 25px;
    line-height: 20px;
    background: url(../../assets/images/list-arrow.png) 0 2px no-repeat;
}

    .details-list > li:last-child {
        margin-bottom: 0;
    }

    .details-list > li.active .selection-data {
        display: block;
    }

.life-title {
    display: none;
}

@media screen and (max-width: 767px) {
    .life-title {
        display: block;
    }
}

.life-style-main {
    margin-top: 20px;
}

    .life-style-main .form-control {
        font-size: 16px;
    }

    .life-style-main .radiobox-container .checkmark {
        top: -14px !important;
    }

@media screen and (max-width: 767px) {
    .life-style-main .radiobox-container {
        margin-top: 20px;
    }

        .life-style-main .radiobox-container .checkmark {
            top: -2px !important;
        }
}

@media screen and (max-width: 767px) {
    .questions-main .radiobox-container {
        margin-top: 20px;
    }

    .questions-main .checkmark {
        top: -2px !important;
    }
}

.text-desc {
    line-height: 20px;
}

    .text-desc span {
        display: block;
        color: #777777;
    }

.radio-list li {
    display: inline-block;
    margin-right: 20px;
}

    .radio-list li:last-child {
        margin-right: 0;
    }

.exisitng-list {
    margin: 20px 0 30px 0;
}

.upload-btn-checksec {
    margin-top: 20px;
}

    .upload-btn-checksec .checkbox-container .checkmark {
        top: -3px;
    }

    .upload-btn-checksec .lbl {
        font-size: 16px;
        color: #333;
    }

.upload-browse {
    margin-top: 15px;
}

.agree-nach {
    color: #98272a;
    font-size: 16px;
}

    .agree-nach .checkbox-container .checkmark {
        top: -4px;
    }

@media screen and (max-width: 767px) {
    .agree-nach {
        font-size: 14px;
    }
}

.terms-questions-list li {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
}

    .terms-questions-list li .sub-txt {
        font-size: 14px;
        color: #777777;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .terms-questions-list li .radiobox-container .checkmark {
        top: -14px;
    }

    .terms-questions-list li.active .terms-hide-data {
        display: block;
    }

    .terms-questions-list li:last-child {
        border-bottom: 0px;
    }

.life-style .radiobox-container .checkmark {
    top: -14px;
}

.terms-hide-data {
    display: none;
    margin-top: 20px;
}

    .terms-hide-data .radiobox-container .checkmark {
        top: -2px !important;
    }

    .terms-hide-data .radiobox-container span {
        color: #111;
    }

    .terms-hide-data .form-group {
        margin-bottom: 15px;
    }

    .terms-hide-data .label-select {
        color: #777777;
    }

.selection-data {
    margin-top: 30px;
    display: none;
}

.specify-none, .existing-insurance {
    display: none;
}

.specify-list .checkbox-container {
    margin-top: 7px;
    color: #111;
}

.specify-list .form-group {
    margin-bottom: 15px;
}

.add-another {
    display: block;
    color: #98272a;
    font-size: 16px;
}

    .add-another:hover, .add-another:focus {
        text-decoration: none;
        color: #98272a;
    }

    .add-another img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .add-another span {
        display: inline-block;
        vertical-align: middle;
    }

    .add-another.delete {
        float: right;
    }

.optional-acc li {
    padding: 10px 0;
    border-bottom: 1px solid #98272a;
}

    .optional-acc li .collapse-header {
        padding: 10px 40px 10px 0;
        margin-bottom: 0;
        font-size: 16px;
        font-family: 'VAG_Rounded_Bold';
        cursor: pointer;
        position: relative;
    }

        .optional-acc li .collapse-header .optional-arrow-down {
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 12px;
            background: url("../../assets/images/dropdown-arrow.svg") no-repeat;
            width: 19px;
            height: 11px;
        }

        .optional-acc li .collapse-header.active .optional-arrow-down {
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 12px;
            background: url("../../assets/images/dropdownup-arrow.svg") no-repeat;
            width: 19px;
            height: 11px;
        }

    .optional-acc li .collapse-body {
        line-height: 20px;
    }

    .optional-acc li:first-child {
        border-top: 1px solid #98272a;
    }

    .optional-acc li ol {
        padding: 0;
        padding-left: 12px;
    }

        .optional-acc li ol li {
            border: 0px;
        }

            .optional-acc li ol li:first-child {
                border: 0px;
            }

/*:::::::::::::::: Summary :::::::::::::::::::::*/
.summary-card {
    border: 1px solid #98272a;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

    .summary-card .summary-card-heading {
        color: #98272a;
        font-size: 20px;
        margin-bottom: 20px;
    }

        .summary-card .summary-card-heading img {
            width: 18px;
            height: 18px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

        .summary-card .summary-card-heading span {
            display: inline-block;
            vertical-align: middle;
        }

    .summary-card.mt-30 {
        margin-top: 30px;
    }

    .summary-card ul {
        margin-top: -30px;
    }

@media screen and (max-width: 767px) {
    .summary-card ul {
        margin-top: -20px;
    }
}

.summary-card ul li {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .summary-card ul li {
        margin-top: 20px;
    }
}

.summary-card .summary-list img {
    width: 20px;
    height: 20px;
    float: left;
}

    .summary-card .summary-list img.policy-term {
        width: 18px;
        height: 18px;
    }

.summary-card .field-data {
    padding-left: 34px;
}

    .summary-card .field-data label {
        color: #777777;
        font-size: 14px;
        font-weight: 400;
    }

    .summary-card .field-data p {
        font-size: 18px;
        margin-bottom: 0;
    }

        .summary-card .field-data p span {
            font-size: 14px;
            color: #777777;
            display: block;
            margin-top: 5px;
        }

.summary-card .policy-details li {
    min-height: 60px;
}

@media screen and (max-width: 767px) {
    .summary-card .policy-details li {
        min-height: auto;
    }
}

.summary-card .policy-details li.invest-premium {
    background-color: #f2f6fa;
    padding: 20px;
}

    .summary-card .policy-details li.invest-premium img {
        width: 40px;
        height: 40px;
    }

    .summary-card .policy-details li.invest-premium .field-data {
        padding-left: 50px;
    }

    .summary-card .policy-details li.invest-premium span {
        display: inline-block;
    }

.summary-otp {
    width: 440px;
    margin: 50px auto 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .summary-otp {
        width: 280px;
    }
}

.summary-otp label {
    text-align: center;
    display: block;
}

.summary-otp .otp-form input {
    width: 60px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    margin-right: 10px;
    font-size: 30px;
    text-align: center;
}

    .summary-otp .otp-form input:last-child {
        margin-right: 0;
    }

    .summary-otp .otp-form input:focus {
        outline: none;
    }

@media screen and (max-width: 767px) {
    .summary-otp .otp-form input {
        width: 33px;
        font-size: 20px;
    }
}

.re-send-otp {
    text-align: right;
    margin-bottom: 50px;
}

    .re-send-otp a {
        color: #98272a;
        font-size: 16px;
    }

        .re-send-otp a:hover, .re-send-otp a:focus {
            text-decoration: none;
        }

        .re-send-otp a img {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

/*:::::::::::::::: Upload :::::::::::::::::::::*/
.upload-header {
    background-color: #f8f8f8;
    font-size: 18px;
    font-family: 'VAG_Rounded_Bold';
    padding: 15px 10px;
    border-bottom: 1px solid #98272a;
}

    .upload-header img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

.upload-body {
    padding: 30px 0;
}

    .upload-body .upload-display label {
        color: #777777;
        font-weight: 400;
    }

    .upload-body .upload-display p {
        font-size: 18px;
        height: 34px;
        margin-bottom: 0;
    }

@media screen and (max-width: 767px) {
    .upload-body .upload-display p {
        font-size: 14px;
    }
}

.form-group.upload-browse {
    margin-top: 0;
    margin-bottom: 40px;
}

/*:::::::::::::::: Thank you :::::::::::::::::::::*/
.thank-you-wrap {
    background: url(../images/sr-bg.jpg) no-repeat;
    background-size: cover;
}

    .thank-you-wrap .display-table {
        padding: 60px 0;
    }

        .thank-you-wrap .display-table .display-cell {
            width: 50%;
            vertical-align: middle;
        }

            .thank-you-wrap .display-table .display-cell .main-title {
                font-size: 36px;
                color: #98272a;
                font-family: "VAG_Rounded_Bold", Arial, Helvetica, sans-serif;
            }

            .thank-you-wrap .display-table .display-cell .name {
                font-size: 20px;
                color: #111111;
            }

            .thank-you-wrap .display-table .display-cell .info {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .thank-you-wrap .display-table .display-cell .link-wrap {
                font-size: 18px;
            }

                .thank-you-wrap .display-table .display-cell .link-wrap a {
                    text-decoration: none;
                    color: #33c1e6;
                    position: relative;
                }

@media screen and (max-width: 767px) {
    .thank-you-wrap .display-table .display-cell.block-l {
        display: none !important;
    }
}

/*changes on 05 jan kavitha*/
.self-total {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 0;
}

    .self-total .error-msg {
        margin-left: 10px;
        color: #db0303;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }
/*changes on 05 jan kavitha*/

footer.footer {
    border-top: 1px solid #dedede;
    padding: 20px 0;
}

    footer.footer .footer-content {
        font-size: 10px;
    }

.footer-content a {
    color: #98272a
}

header.header .custom-container {
    background: #ffffff;
    padding: 0px 0;
    border-bottom: 1px solid #ddd;
}

.header-content-right {
    padding-top: 30px;
}

header.header .header-content-left a {
    display: block;
    width: 250px;
}

@media screen and (max-width: 767px) {
    header.header .header-content-left a {
        width: 190px;
    }
}

header.header .header-content-left a img {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    header.header .header-content-right {
        border-top: 1px solid #98272a;
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .genders-list label {
        margin-bottom: 10px !important;
    }

    .terms-questions-list li {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
}

header.header .header-content-right > ul {
    text-align: right;
    margin-top: 9px;
}

@media screen and (max-width: 767px) {
    header.header .header-content-right > ul {
        text-align: left;
    }
}

header.header .header-content-right > ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    header.header .header-content-right > ul li {
        margin-left: 0;
    }
}

header.header .header-content-right > ul li .callIcon {
    width: 15px;
}

header.header .header-content-right > ul li span, header.header .header-content-right > ul li a {
    padding: 0 3px;
    color: #98272a !important;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    header.header .header-content-right > ul li span, header.header .header-content-right > ul li a {
        font-size: 14px;
    }
}

header.header .header-content-right > ul li span:hover, header.header .header-content-right > ul li a:hover {
    color: #00397a;
}

header.header .header-content-right > ul li .callIcon, header.header .header-content-right > ul li span {
    display: inline-block;
    vertical-align: middle;
}

header.header .header-content-right > ul li .login-icon {
    width: 20px;
}

/*02-02-2020*/
.form-group .error-msgbig {
    position: absolute;
    bottom: -22px;
    color: #db0303;
    font-size: 14px;
    margin-bottom: 0;
}

.disclmrBox {
    border: solid;
    border-width: 1px;
    padding-left: 5px;
}
