@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

@font-face {
    font-family: "VAG-Rounded-Std-Black_47296";
    src: url("VAG-Rounded-Std-Black_47296.eot");
    src: url("VAG-Rounded-Std-Black_47296.eot?#iefix") format("embedded-opentype"), url("VAG-Rounded-Std-Black_47296.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VAGRoundedStd-Black";
    src: url("VAGRoundedStd-Black.svg#VAGRoundedStd-Black") format("svg"), url("VAGRoundedStd-Black.ttf") format("truetype"), url("VAGRoundedStd-Black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VAGRoundedStd-light";
    src: url("VAGRoundedLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "VAGRoundedStd-thin";
    src: url("VAGRoundedThin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ededee;
    font-family: 'Open Sans', sans-serif !important;
}

.banner img {
    width: 100%;
}

.banner {
    margin: 18px;
    border-radius: 10px;
    overflow: hidden;
}

.custom-cont {
    /*width: 900px;*/
}

.rgi-form .form-control {
    background-color: #ededee;
    border-radius: 0;
    border: 1px solid #a7a9ac;
}

.theme-btn {
    text-transform: uppercase;
    background-color: #138496;
    border-color: #138496;
    font-weight: bold;
}

    .theme-btn:hover {
        background-color: transparent;
        border-color: #138496;
        color: #138496;
    }

.icon img {
    width: 100%;
}

.icon {
    display: inline-block;
    background-color: #ffff;
    padding: 10px;
    border-radius: 100%;
    width: 90px;
    border: 5px solid #5e86c4;
    height: 90px;
    line-height: 57px;
}

.cap {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
}

    .cap strong {
        display: block;
    }

.usps li {
    width: 20%;
    text-align: center;
    margin-top: -40px;
}

.usps {
    display: flex;
    padding: 0px 0px 25px;
    list-style: none;
    background-color: #5e86c4;
    margin-top: 90px;
}

.cap i.fa {
    font-size: 13px;
}

.footer p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
}

.footer {
    padding: 17px 40px;
    text-align: justify;
}

.declaration .custom-control-label {
    font-size: 13px;
    text-align: justify;
}

    .declaration .custom-control-label::after,
    .declaration .custom-control-label::before {
        top: 0.1rem;
    }

    .declaration .custom-control-label::after {
        background-color: transparent;
    }

.declaration .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5e86c4;
    background-color: #5e86c4;
}

.dob2 {
    border-right: 0 !important;
}

    .dob2 + .input-group-append > .input-group-text,
    .dob1 + .input-group-append > .input-group-text {
        background-color: transparent;
        border-color: #a7a9ac;
        border-radius: 0;
        color: #a7a9ac;
        border-left: none;
    }

#otp-popup .modal-dialog,
#thankyou-popup .modal-dialog {
    width: 400px;
}

#otp-popup p {
    font-weight: bold;
}

.resend-otp {
    font-size: 13px;
}

.thankyoumsg strong small {
    display: block;
    font-size: 18px;
}

.thankyoumsg strong {
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: normal;
    margin-bottom: 15px;
}

.thankyoumsg p {
    /*width: 57%;*/
    text-align: center;
    margin: 0 auto 25px;
}

button.close {
    border: 1px solid #000;
    padding: 1px 4px;
    border-radius: 100%;
    font-size: 16px;
    margin-top: 15px;
}

.modal {
    top:2% !important;
}

.modal-dialog a {
    color: #5e86c4;
}

.dob2 + .input-group-append,
.dob1 + .input-group-append {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.medialquestionlist {
    padding-left: 16px;
    font-size: 13px;
    line-height: normal;
    color: #138496;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

    .medialquestionlist li {
        /* display: inline-block; */
        width: 100%;
        vertical-align: top;
        padding-bottom: 8px;
    }

.infoswitch {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-align: left;
}

.bgblue label.infolabel {
    width: 90%;
}

.switch-field {
    display: flex;
    overflow: hidden;
    padding-right: 0px;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label {
        background-color: #ffffff;
        color: #138496;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 10px;
        margin-right: 0px;
        border: 1px solid #138496;
        /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); */
        transition: all 0.1s ease-in-out;
        text-transform: uppercase;
    }

    .switch-field input:checked + label {
        background-color: #138496;
        box-shadow: none;
        color: #ffffff;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }

.boxdec {
    display: none;
    flex: left;
}

.boxdec {
    margin-bottom: 5px;
    font-size: 13px;
    color: #4d4d4d;
    text-align: left;
}

.SmokeAlcoholDetails {
    display: none;
}

.aliginmentdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infolabel {
    width: 97%;
}

.otherdis {
    display: none;
}


.tooltipboxwarp, .tooltiphead {
    display: none;
}

    .tooltiphead ol {
        padding-left: 12px;
        color: #000;
    }

        .tooltiphead ol li {
            padding-bottom: 5px;
            font-size: 12px;
        }

            .tooltiphead ol li span:first-child {
                width: 77%;
            }

            .tooltiphead ol li span {
                display: inline-block;
                vertical-align: top;
            }

.tooltipster-content {
    border: 1px solid #ccc;
}

.tooltiphead strong {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

#Add-ons-premium {
    max-width: 330px !important;
}

.submtlink {
    padding: 5px 10px;
    color: #ffffff !important;
    background-color: #5e86c4;
    border-radius: 5px;
}


.GSTDetails .form-group label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

    .GSTDetails .form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #0079bf;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 7px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

.GSTDetails .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.GSTDetails .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-row > .mb-3 label {
    display: block;
    text-align: left;
}

/* Internal CSS */
.dispBlock1 {
    display: block !important;
}

.dispBlock2 {
    display: block !important;
}

.dispBlock3 {
    display: block !important;
}

.dispBlock4 {
    display: block !important;
}

.Reliancemainheading h4 {
    color: #0096c1;
    font-size: 18px;
    font-weight: 900;
}

.heading {
    color: #0096c1;
    font-weight: 900;
}

ul.proposalinfo {
    padding-left: 0px;
    list-style: none;
}

.proposalinfo li {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #009688;
}

.visible {
    display: content !important;
}

.invisible {
    display: none !important;
}

ul.proposalinfo li:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

a.removeclass8 {
    float: right;
    margin-top: 16px;
    background: #e61e25;
    padding: 5px 13px;
    border-radius: 80px;
    margin: 0px 0px;
    color: #fff;
    position: relative;
    top: -4px;
}

.medialquestionlist {
    padding-left: 0;
}

.subblueheading {
    font-size: 16px;
    text-align: left;
    line-height: normal;
    color: #0096c1;
    margin-bottom: 1.2rem;
}

::placeholder {
    color: #0096c1;
    opacity: 1;
}

.or-part {
    align-items: flex-end
}

.GSTDetails {
    display: none;
}

.driver-detail-table td {
    padding: 10px;
    border: 1px solid #a7a9ac;
    color: #212529;
    font-size: 14px;
}

#PED1_Details, #PED1InputsWrapper, #PED2InputsWrapper, #PED3InputsWrapper, #PED4InputsWrapper {
    display: none;
}

.switch-field label {
    font-weight: 500;
}

#removeBtnMultiple, #PED1removeBtnMultiple, #PED2removeBtnMultiple, #PED3removeBtnMultiple, #PED4removeBtnMultiple {
    position: absolute;
    display: block;
    right: -40px;
    z-index: 99;
    top: 8px;
}

.send-otp {
    display: none;
}

.click_pdf {
    color: #0096c1;
    text-align: left;
}

    .click_pdf h5 {
        font-size: 16px;
        font-weight: bold;
    }

.click_here h6 {
    font-size: 14px;
    text-align: left;
}

#exampleModal button.close {
    border: none;
    border-radius: initial;
    font-size: 30px;
}

.modal-body p {
    font-size: 14px;
    line-height: 26px;
}

.declaration .custom-control-label::after,
.declaration .custom-control-label::before {
    top: -23px;
}

.plan-detail-table {
    border: 1px solid #a7a9ac;
}

    .plan-detail-table td,
    .plan-detail-table th {
        border: 1px solid #a7a9ac;
        width: 1%;
        color: #212529;
        font-size: 14px;
    }

    .plan-detail-table thead th {
        border-bottom: 2px solid #a7a9ac;
    }

.family-details {
    display: none;
}

.PEPDetails,
.PEP1Details {
    display: none;
}

.PEPDetails,
.PEP1Details {
    margin-bottom: 10px;
}

.moreless-button {
    font-size: 14px;
    color: #0096c1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

    .moreless-button:hover {
        text-decoration: none;
        color: #0096c1;
    }

.moreless-button1 {
    font-size: 14px;
    color: #0096c1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

    .moreless-button1:hover {
        text-decoration: none;
        color: #0096c1;
    }

.moreless-button2 {
    font-size: 14px;
    color: #0096c1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

    .moreless-button2:hover {
        text-decoration: none;
        color: #0096c1;
    }

.moreless-button3 {
    font-size: 14px;
    color: #0096c1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

    .moreless-button3:hover {
        text-decoration: none;
        color: #0096c1;
    }

.moreless-button4 {
    font-size: 14px;
    color: #0096c1;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

    .moreless-button4:hover {
        text-decoration: none;
        color: #0096c1;
    }

.moretext {
    display: none;
    text-align: justify;
    margin-bottom: 5px;
}

.moretext1 {
    display: none;
    text-align: justify;
    margin-bottom: 5px;
}

.moretext2 {
    display: none;
    text-align: justify;
    margin-bottom: 5px;
}

.moretext3 {
    display: none;
    text-align: justify;
    margin-bottom: 5px;
}

.moretext4 {
    display: none;
    text-align: justify;
    margin-bottom: 5px;
}

.vernacular-language {
    background-color: #ededee;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #a7a9ac;
}

    .vernacular-language:invalid {
        color: #020202;
    }

    .vernacular-language:focus-visible {
        outline: none;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.footer p {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 0;
}

.tracklable {
    line-height: 30px;
}
