@font-face {
    font-family: 'Gilmer';
    src: url(../../../stylesheets/Gilmer-Bold.woff) format("woff");
    font-weight: 600;
}

@font-face {
    font-family: 'Gilmer';
    src: url(../../../stylesheets/Gilmer-Heavy.woff) format("woff");
    font-weight: 700;
}

@font-face {
    font-family: 'Gilmer';
    src: url(../../../stylesheets/Gilmer-Regular.woff) format("woff");
    font-weight: 400;
}

@font-face {
    font-family: 'Gilmer';
    src: url(../../../stylesheets/Gilmer-Medium.woff) format("woff");
    font-weight: 500;
}

main {
    background-image: url(/bundle/assets/images/product/hospital-renewal/svg/overlay.svg);
    background-size: cover !important;
    /* background-position: top !important; */
    background-repeat: no-repeat;
    background-color: unset !important;
}

.header {
    border-bottom: 2px solid #FFC107;
    height: 88px;
    background-color: #ffffff;
}

.header .headerTop {
    width: 100%;
}

.header .headerTop ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 0;
    margin-right: 9px;
}

@media (max-width: 767px) {
    .header .headerTop ul {
        gap: 1.2rem;
    }
}

.header .headerTop ul li {
    padding: 1.15rem;
}

@media (max-width: 767px) {
    .header .headerTop ul li {
        padding: 1rem 0;
    }
}

.header .headerTop ul li a {
    font-size: 1.4rem;
    font-weight: 400;
    cursor: pointer;
    justify-content: center;
}

@media (max-width: 767px) {
    .header .headerTop ul li a {
        font-size: 12px;
    }

}

.header .headerTop ul li a.tele {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    gap: 5px;
}

.header .headerTop ul li a.tele span {
    color: #1177BD;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
}

.footer {
    background-color: #444444;
    color: #FFFFFF;
    text-align: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 100px;
}

.footerTerm .copywrite {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    padding: 19px 0px;
    margin-bottom: 0;
}

:root {
    box-sizing: border-box;
    font-size: 62.5%;
    --white: #fff;
    --darkbalck: #1E1B1B;
    --lightGray: #666666;
}

body {
    margin: 0;
    font-family: "Gilmer";
    font-weight: 400;
    line-height: 2.4rem;
    color: #000;
    font-size: 1.8rem;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: unset;
}

.primary-btn {
    background: #FFCB09;
    border-radius: 24px;
    padding: 15px 48px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
    border: none;
    min-width: 210px;
}

@media (max-width: 992px) {
    .primary-btn {
        margin-top: 10px;

    }

    .premimum-tabel .primary-btn {
        padding: 12px 20px;
    }
}

@media (max-width: 767px) {
    .primary-btn {
        width: 100%;
    }
}

label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.containerSpace {
    padding: 45px 60px 40px;
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: nowrap;
}

.leftsec,
.rightsec {
    max-width: 461px;
    width: 100%;
}

@media (max-width: 992px) {
    .containerSpace {
        padding: 20px;
        gap: 24px;
    }
}

.award-notification {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 80px;

}

.award-notification .claim-sec,
.award-notification .award-sec {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.award-notification .claim-sec P,
.award-notification .award-sec P {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

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

img.banner {
    width: auto;
    margin: 0 auto;
    display: block;
}

img.tool {
    margin-left: 6px;
}

.sectionSpacing {
    margin-top: 0px;
    background-color: #ffffff;
    border-radius: 16px;
    margin-bottom: 0px;
}

.renewal-sec h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #12100A;
    padding: 0;
}

.renewal-sec .regform .renewPolicy .radioWrapper {
    margin-top: 1rem !important;
}

.renewPolicy {
    position: relative;
}

@media (max-width: 992px) {
    .renewal-sec h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}

.renewal-sec p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .renewal-sec p {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 24px;
    }
}

.radioWrapper {
    position: relative;
    display: flex;
}

.radioWrapper input[type=radio] {
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 1;
    opacity: 0;
    top: -3px;
    left: -5px;
}

.radioWrapper input[type=radio]~label {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 1.5px 0 1.5px 12px;
    margin: 0 auto;
    color: #666666;
    cursor: pointer;
    transition: 0.25s linear;
}

@media (max-width: 992px) {
    .radioWrapper input[type=radio]~label {
        font-size: 12px;
        line-height: 15px;
        padding: 3.5px 0 1.5px 12px;
    }
}

.radioWrapper .vehicalLabel {
    color: #000;
}

.active.policyLabel {
    color: #000 !important;
}

.active.vehicalLabel {
    color: #000 !important;
}

input.formBox {
    font-size: 14px;
    color: #000;
    padding: 15px 12px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #c4c4c4;
    max-width: 340px;
    font-weight: 500;
    margin-top: 12px;
}

.policyFlow .formBox {
    color: #666666;
    font-weight: 500;
}

@media (max-width: 992px) {
    input.formBox {
        max-width: 100%;
        margin-top: 10px;
    }
}

input.formBox.stepTwo {
    margin-top: 8px;
}

.radioWrapper input[type=radio]:focus {
    border: none;
    box-shadow: none;
}

.radioWrapper input[type=radio]:checked~.check {
    border: 1px solid #060606;
    background-color: #ffcb09;
}

.radioWrapper input[type=radio]:checked~.check::before {
    background: #000;
}

.radioWrapper .check {
    display: flex;
    border: 1px solid #c4c4c4;
    background-color: #f2f2f2;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.radioWrapper .check::before {
    display: block;
    position: relative;
    content: "";
    border-radius: 100%;
    height: 12px;
    width: 12px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radioWrapper input[type=radio]~label {
    margin: 0px;
}

img.arrow-right {
    margin-left: 8px;
}

.renewVechicle {
    position: relative;
    max-width: 340px;
    width: 100%;
}

.renewVechicle .checked {
    position: absolute;
    top: 45px;
    right: 12px;
}

@media (max-width: 767px) {
    .renewVechicle {
        max-width: 100%;
    }
}

.formContent {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .formContent {
        margin-bottom: 16px;
    }
}

/* 
.policyFlow {
  display: none;
} */

.primary-btn.renewLogin {
    border: none;
    color: #000;
}

.modal-content {
    border-radius: 16px;
    padding: 20px;
}

.modal-content .modal-header {
    border-bottom: 0px;
    justify-content: center;
}

.modal-content .modal-header .modal-title {
    text-align: center;
    font-weight: 500;
}

.modal-content .modal-header .modal-title h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}

.modal-content .modal-body p {
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px !important;
}

@media (max-width: 767px) {
    .modal-content .modal-body p {
        width: 100%;
        font-size: 12px;
    }
}

.modal-content .modal-body input {
    max-width: 45px;
    margin: 11px 0 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
}

.modal-content .modal-body .popup-optimizer {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

@media (max-width: 767px) {
    .modal-content .modal-body .popup-optimizer {
        margin-bottom: 16px;
        margin-top: 16px;
        font-size: 12px;
    }
}

.modal-content .modal-body .otp-verify-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.modal-content .modal-body .otp-verify-btn .primary-btn {
    margin-top: 10px;
    width: 210px;
}

.modal-content .modal-footer {
    border-top: 0px;
}

.fetch-pop .modal .fetch-model {
    width: 100%;
    margin: 0 auto;

}

.fetch-pop .modal .fetch-model .modal-content {
    padding: 0;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body {
    text-align: center;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body img {
    width: 100%;
}

.fetch-pop .modal .fetch-model .modal-content .modal-body p {
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}

:root {
    box-sizing: border-box;
    font-size: 100%;
}

body {
    font-size: 16px;
    line-height: initial;
}

.header .headerTop ul li a {
    font-size: 14px;
}

p {
    margin: 0rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .container-contnent {
    max-width: 79.5rem;
    width: 100%;
    margin: 0 auto;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color {
    background: #ffffff;
    border-radius: 1rem;
    margin: 80PX 0;
}




.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next h2 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next h2 {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-bottom: 0;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: 0.0625rem solid #d8d8d8;
    border-radius: 5rem;
    padding: 9px 1.875rem;
    color: #666666;
    position: relative;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p span {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-left: 0.3125rem;
    color: black;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p span {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p:before {
    content: "";
    padding: 0.0625rem;
    position: absolute;
    background: #ff1f1f;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    left: 0.9375rem;
    top: 1.1875rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p:before {
        top: 1rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
    padding: 0rem 2.5rem 1rem 2.5rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
        padding: 0 1rem;
    }
}

@media (min-width: 20rem) and (max-width: 23.75rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
        padding: 0 0.5rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec {
    color: white;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec {
        display: grid;
        justify-content: center;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai {
    background: #000;
    border-radius: 1rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai {
        width: 100%;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec {
    background-image: url(/bundle/assets/images/product/car-renewal/svg/hunndai.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 1rem;
    padding: 30px 0 0 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 0.0625rem solid #666666;
    padding-bottom: 2.625rem;
    padding: 1.875rem;
    padding-top: 0;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set {
        padding: 1rem;
    }
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set img {
        width: 4rem;
        height: 4rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p {
    margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:first-child {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding-bottom: 1rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:first-child {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:last-child {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .icon-set .icon-content p:last-child {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list {
    display: flex;
    padding-top: 1.875rem;
    list-style: none;
    flex-wrap: wrap;
    row-gap: 2rem;
    padding-left: 0;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    justify-content: space-between;
    padding: 1.875rem;
}

@media (max-width: 62rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list {
        padding: 1rem;
        row-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li {
    width: 41%;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p {
    margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:first-child {
    font-weight: 600;
    font-size: 0.875rem;
    color: #d8d8d8;
    line-height: 1.5rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:first-child {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:last-child {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fafafa;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .left-sec .bg-color-hundai .bg-over-left-sec .model-list li p:last-child {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec {
        padding-bottom: 1.875rem;
        margin-bottom: 1.25rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .insured-para {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-bottom: 26px;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .insured-para {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 1rem 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns {
    margin-top: 2.5rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade p {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade p img {
    margin-left: 0.3125rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade button {
    color: #0083cc;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: none;
    background: none;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .addOns .add-heade button img {
    margin-left: 0.3125rem;
}

/* .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details {
  display: none;
} */

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details h2 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #12100a;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details .row {
    padding: 0.25rem 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details input.formBox {
    font-size: 16px;
    color: #000;
    padding: 4px 20px;
    border-radius: 0.5rem;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 21.25rem;
    margin-top: 0.4375rem;
    line-height: 24px;
    height: 48px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details input.formBox:focus {
    outline: unset;
}

@media (max-width: 47.9375rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details input.formBox {
        max-width: 100%;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details h2 {
        margin-top: 10px;
    }

}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .nominee-details #speed {
    width: 100%;
    padding: 14px 20px;
    background: #ffffff;
    border: 0.0625rem solid #c4c4c4;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 0.4375rem;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details {
    padding-top: 1.25rem;
    position: relative;
}


.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .ky {
    display: flex;
    gap: 10px;
    align-items: center;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .ky img {
    cursor: pointer;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .ky h2 {
    margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .datepicker::placeholder {
    font-weight: 400;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .datepicker {
    font-size: 16px;
    color: #000;
    padding: 4px 20px;
    border-radius: 0.5rem;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 21.25rem;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
    font-weight: 500;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .datepicker:focus {
    outline: unset;
}

@media (max-width: 47.9375rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .datepicker {
        max-width: 100%;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details .ky h2 {
        padding: 0;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .kyc--details {
        padding-top: 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper {
    display: flex;
    justify-content: end;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: end;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    flex-wrap: wrap;
    row-gap: 28px;
    flex-wrap: nowrap;

}

#editCkycDetails .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
        width: 100%;
        padding: 0.75rem 1rem;
        position: fixed;
        justify-content: space-between;
        bottom: 0;
        background-color: white;
        box-shadow: 0rem -0.25rem 0.75rem rgba(54, 54, 54, 0.08);
        left: 0;
        right: 0;
        z-index: 0;
        gap: 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card {
    display: flex;
    gap: 24px;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card {
        flex-direction: column;
        gap: 0;
        flex: 1;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p {
    margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666666;
    margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
        margin-bottom: 0rem;
        font-weight: 600;
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #666666;
    font-weight: 500;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
        font-weight: 600;
        font-size: 0.5rem;
        line-height: 0.875rem;
    }
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card {
        display: flex;
        gap: 4px;
        align-items: center;
    }
}



.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #0083cc;
    margin: 0;
    text-decoration: underline;
    border: none;
    background: unset;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
        font-weight: 600;
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .procsstopay {
    display: none;
}

.common-btn {
    background: #ffcb09;
    border-radius: 1.5rem;
    padding: 0.75rem 2rem;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    min-width: 210px;
    white-space: nowrap;
}

.common-btn img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

.rangeslider__value-bubble {
    border: 0.0625rem solid #ccc;
    display: block;
    padding: 0.3125rem;
    position: absolute;
    bottom: 100%;
    margin-bottom: 1.5625rem;
    width: 6.25rem;
    margin-left: -3.125rem;
    text-align: center;
}

.rangeslider__value-bubble:before {
    border-top-color: #ccc;
    border-bottom-width: 0;
    bottom: -0.6875rem;
}

.rangeslider__value-bubble:after {
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -0.625rem;
}

.rangeslider__handle {
    background-image: none;
    background: #fff;
    border: 0.375rem solid #ffcc09;
    box-shadow: none;
    width: 2.125rem;
    height: 2.125rem;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -0.8125rem;
}

.rangeslider__fill {
    background-color: #ffcc09;
    box-shadow: none;
    left: 0;
}

.rangeslider__handle:after,
.rangeslider--active .rangeslider__handle {
    background-image: none;
}

.rangeslider {
    box-shadow: none;
    height: 0.375rem;
}

.rangeslider__value-bubble {
    height: 2.375rem;
    border: none;
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5625rem;
    border: 1px solid #ffcc09;
    border-radius: 10px;
}

.rangeslider__value-bubble:before {
    display: none;
}

.min-max {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.range-slider {
    padding: 1rem 1.5625rem 0;
    background: #fffaec;
    border-radius: 1.125rem;
}

@media (max-width: 48rem) {
    .range-slider {
        padding: 10px 15px;
    }

    .min-max {
        padding-bottom: 0;
    }
}

.datepickerss {
    position: relative;
}

.datepickerss img {
    position: absolute;
    top: 15px !important;
    right: 0.9375rem;
    z-index: 1;
}

.datepickerss .ui-widget.ui-widget-content {
    width: 21.0625rem !important;
}

.add-card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 1.5rem;
    justify-content: start;
}

@media (max-width: 48rem) {
    .add-card-details {
        justify-content: start;
    }
}

.add-card-details .addCard {
    background: #f5f5f5;
    border: 0.0938rem solid #f2f2f2;
    border-radius: 0.75rem;
    padding: 1rem;
    display: grid;
    gap: 0.625rem;
    position: relative;
    width: 9.625rem;
}

@media (min-width: 20rem) and (max-width: 29.6875rem) {
    .add-card-details .addCard {
        width: 44%;
        min-width: 136px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .add-card-details .addCard {
        width: 44%;
    }
}

.add-card-details .addCard .checkmark {
    border: 0.0625rem solid gray;
    width: 24px;

    height: 24px;
    position: absolute;
    right: 0px;
    top: 7px;
    background-color: white;
    border-radius: 1.875rem;
    cursor: pointer !important;
}

.add-card-details .addCard .checkstate {
    position: absolute;
    right: 0rem;
    top: 0rem;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
    border-radius: 1.25rem;
    margin-right: 0;
}

.add-card-details .addCard .icon-pcheck {
    display: flex;
    justify-content: space-between;
}

.add-card-details .addCard .icon-pcheck img {
    width: 2rem;
    height: 2rem;
}

.add-card-details .addCard .cover-owner {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin: 0;
    color: #3d3d3d;
}

.add-card-details .addCard .cover-price {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0;
}

.add-card-details .active {
    border: 0.0938rem solid #ffcb09;
    background: #fffaec;
}

.add-card-details .active .checkmark {
    background-image: url(/bundle/assets/images/product/car-renewal/svg/success.svg);
    border: 0.0625rem solid transparent;
    background-size: 1.625rem 1.625rem;
}

.modal-dialog {
    max-width: 62.5rem;
}

.modal-dialog .modal-content {
    border-radius: 0.625rem;
}

.card-model .modal-header {
    padding: 32px 48px 0;
    border-bottom: unset;
}

.card-model #premiumBreakupTable .modal-header button {
    border: none;
    background: none;
    padding: 0 !important;
    position: relative;
    top: -13px;
    right: -40px;
}

.card-model .modal-body {
    padding: 0rem 3.125rem 3.75rem;
}

@media (max-width: 62rem) {
    .card-model .modal-body {
        padding: 3.125rem 1.5625rem 1.875rem;
        justify-content: center;
    }
}

.card-model .modal-header h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    width: 100%;
    margin: 0;
}

.card-model .modal-body .add-card-details {
    gap: 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .card-model .modal-body .add-card-details .addCard {
        width: 30%;
    }
}

.card-model .modal-body .pop-btns {
    text-align: center;
    margin-top: 3.75rem;
}

@media (max-width: 62rem) {
    .card-model .modal-body .pop-btns {
        margin-top: 2.5rem;
    }
}

.card-model .modal-body .pop-btns button img {
    margin-left: 0.625rem;
}

.subsuccesPopup .modal-dialog {
    max-width: 43.75rem;
}

.subsuccesPopup .modal-dialog .modal-content {
    text-align: center;
    position: relative;
}

.subsuccesPopup .modal-dialog .modal-content .btn-close {
    text-align: right;
    position: absolute;
    right: 1.5625rem;
    top: 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 0.0625rem solid gray;
    padding: 0.625rem;
    border-radius: 1.875rem;
    z-index: 999999;
}

.subsuccesPopup .modal-dialog .modal-content .modal-body {
    padding: 3rem 0;
}

.subsuccesPopup .modal-dialog .modal-content .modal-body p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.subsuccesPopup .modal-dialog .modal-content .modal-body p:last-child {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #3d3d3d;
}

h4.modal-title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.premimum-tabel table {
    margin: 0 auto;
    width: 100%;
}


.premimum-tabel table tbody,
.premimum-tabel td {
    border: 0.0625rem solid #F2F2F2;
    padding: 12px 8px;
    vertical-align: top;
    text-align: center;
}

.premimum-tabel thead tr th {
    padding: 0.75rem 1.5rem;
}

.premimum-tabel .premiumtable #premiumPageBreakupTable thead tr th {
    padding: 0.75rem 1rem;
}

@media (max-width: 62rem) {

    .premimum-tabel table tr,
    .premimum-tabel th,
    .premimum-tabel td {
        padding: 0.5rem 0.875rem;
    }
}

.premimum-tabel table th {
    background-color: #ffcb09;
    text-align: center;
}

.premimum-tabel table th:first-child {
    border-top-left-radius: 0.75rem;
}

.premimum-tabel table th {
    border-right: 1px solid white !important;
}

.premimum-tabel table th:last-child {
    border-right: 0;
}

.premimum-tabel table th:last-child {
    border-top-right-radius: 0.75rem;
    text-align: center;
}

.premimum-tabel table td:last-child {
    text-align: right;
    font-weight: 700;
}

.premimum-tabel table td:nth-child(2) {
    text-align: center;
}

.premimum-tabel th p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #3d3d3d;
}

@media (max-width: 62rem) {
    .premimum-tabel th p {
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
}


.od-total-amt table td {
    border: none;
}

.od-total-amt table tr {
    border: none;
}

.od-total-amt .first_td_width {
    width: 35.625rem;
}

.note {
    background: #f2f2f2;
    border-radius: 0.5rem;
    padding: 1rem;
    max-width: 74.0625rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: none;
}

@media (max-width: 62rem) {
    .note {
        max-width: 56.25rem;
    }
}

.note p {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-bottom: 0;
    margin-top: 0rem;
    color: #12100a;
    text-align: center;
}

.detail-share {
    margin: 1.5625rem 0rem 0.25rem;
    position: sticky;
    bottom: 0;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    padding: 15px;
    background: white;
}

@media (max-width: 768px) {
    .detail-share {
        position: fixed;
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        padding: 14px 15px;
        background: white;
        width: 100%;
        left: 0px;
        overflow: hidden;
        padding-bottom: 22px;
        z-index: 1;
        margin: 0 auto;
    }
}

.detail-share .calculation-tab {
    display: flex;
    justify-content: end !important;
    align-items: center;
}

@media (max-width: 48rem) {
    .detail-share .form-group {
        display: none;
    }
}

.detail-share .premimum-amt p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666666;
}

.detail-share .premimum-amt p span {
    font-size: 0.75rem;
}

@media (max-width: 62rem) {
    .detail-share .premimum-amt p span {
        font-size: 0.5rem;
        line-height: 0.875rem;
    }
}

@media (max-width: 62rem) {
    .detail-share .premimum-amt p {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.detail-share .premimum-amt p.pre-amt {
    display: none;
}

@media (max-width: 48rem) {
    .detail-share .premimum-amt p.pre-amt {
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #12100a;
    }
}

.detail-share p.amount {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (max-width: 48rem) {
    .detail-share p.amount {
        display: none;
    }
}

span .term-btn {
    text-decoration: underline;
    color: #0083cc;
}

input[type=checkbox] {
    background-color: #ffcb09;
}

.form-group {
    display: block;
    margin-bottom: 0.9375rem;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.375rem;
    left: 0.4375rem;
    width: 0.3125rem;
    height: 0.75rem;
    border: solid #000;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

#myModalSubSuccess .modal-dialog,
.ckycFailModal .modal-dialog {
    max-width: 45.625rem;
    text-align: center;
}

#myModalSubSuccess .gif-img,
.ckycFailModal .gif-img {
    width: 13%;
}

.ckycFailModal .gif-img {
    width: 76PX !important;
    height: 76px;
}

#myModalSubSuccess h2,
.ckycFailModal h2 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#myModalSubSuccess p,
.ckycFailModal p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 3.125rem;
    width: 80%;
    margin: 20px auto;
    color: #666666;
}

#myModalSubSuccess .primary-btn,
.ckycFailModal .primary-btn {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px;
}

#myModalSubSuccess .primary-btn img,
.ckycFailModal .primary-btn img {
    margin-left: 12px;
}

.tooltips {
    position: absolute;
    max-width: 300px;
    background: white;
    z-index: 9;
    padding: 16px;
    background: #3d3d3d;
    color: white;
    border-radius: 8px;
    left: 195px;
    bottom: 176px;
}

.new-tooltip {
    position: absolute;
    min-width: 320px;
    background: white;
    z-index: 9;
    padding: 16px;
    background: #3d3d3d;
    color: white;
    border-radius: 8px;
    bottom: 0;
    display: none;
}

.new-tooltip.right-tooltip {
    right: 0;
    bottom: unset;
    top: 0;
    left: 269px;
}

.new-tooltip.right-tooltip:before {
    bottom: unset;
    border-top-color: 0;
    left: -46px;
    transform: rotate(90deg);
    top: 18px;
}

@media (max-width: 991px) {
    .tooltips {
        bottom: unset;
        left: -46px;
        /* transform: rotate(90deg); */
    }

    .policy-tooltip {
        left: 85px;
        top: -42px;
    }
}

.policy-tooltip,
.dob-tooltip {
    position: absolute;
    max-width: 300px;
    background: white;
    z-index: 0;
    padding-top: 6px;
    background: #3d3d3d;
    color: white;
    border-radius: 8px;
    left: 95px;
    bottom: 220px;
}


.policy-tooltip {
    left: 85px;
    top: -41px;
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    white-space: nowrap;
}

.dob-tooltip {
    left: 74px;
    top: 95px;
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    z-index: 0;
}

.tooltip-quick {
    left: 190px;
}

@media (max-width:992px) {
    .dob-tooltip {
        left: 75px;
        top: 71px;

    }
}

@media (max-width:768px) {
    .policy-tooltip {
        left: 75px;
        top: -43px;
    }

    .dob-tooltip {
        left: 67px;
        top: 57px;

    }
}

@media (max-width: 590px) {

    .tooltips,
    .policy-tooltip {
        top: unset;
        FONT-WEIGHT: 100;
        color: white;
        left: 5px;
        width: auto;
        bottom: 236px;
    }

    .dob-tooltip {
        FONT-WEIGHT: 100;
        color: white;
        left: -13px;
        width: auto;
        bottom: 0;
        top: 50px;
    }

    .policy-tooltip:before {
        left: 49px !important;
    }

    .policy-tooltip:before,
    .dob-tooltip:before {
        left: 83px;
        max-width: 100%;
    }

    .tooltips:before,
    .dob-tooltip:before {
        left: 86px !important;
        max-width: 100%;
    }

    .policy-tooltip {
        left: 32px;
        bottom: unset;
        top: -43px;
        white-space: nowrap;
        max-width: 226px;
    }

    .dob-tooltip {
        left: 52px;
        bottom: 0;
        top: 57px;
        max-width: 226px;
    }

    .dob-tooltip:before {
        left: 21px !important;
        max-width: 100%;
    }
}

.tooltips:before,
.dob-tooltip:before {
    content: "";
    -webkit-clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
    clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
    position: absolute;
    background: #3d3d3d;
    padding: 23px;
    bottom: -46px;
    left: 7px;
}

.new-tooltip:before {
    content: "";
    -webkit-clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
    clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
    position: absolute;
    background: #3d3d3d;
    padding: 23px;
    bottom: -46px;
    left: 7px;

}

.policy-tooltip:before {
    content: "";
    -webkit-clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
    clip-path: polygon(51% 26.83%, 29.52% 0px, 74.3% 0px);
    position: absolute;
    background: #3d3d3d;
    padding: 23px;
    bottom: -46px;
    left: 7px;
}

.tooltips p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.policy-tooltip p {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.tooltips ul {
    padding-left: 14px;
}

.tooltips ul li {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
}

.policy-tooltip ul li,
.dob-tooltip ul li {
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
}

.tooltips ul:last-child {
    margin-bottom: 0;
}

.policy-tooltip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arrow-adjust {
    display: flex;
    gap: 20px;
}

.img-class {
    transform: rotate(180deg);
    width: 20px;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

h2 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 12px;
    padding: 0rem 2.5rem 0 2.5rem;
}

@media (max-width: 48rem) {
    h2 {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-bottom: 0;
    }
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_444444_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_555555_256x240.png);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
    background-image: url(/bundle/assets/images/product/car-renewal/icon/ui-icons_777777_256x240.png);
}

/* select2 */


.dropdownSelect {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.dropdownSelect .form-group label {
    text-align: left;
    display: block;
    font-weight: 500;
}

#ProposerDetailForm .formContent label {
    text-align: left;
}


.dropdownSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.dropdownSelect select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.dropdownSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px)/11px no-repeat;
}

.dropdownSelect .form-area {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdownSelect .form-area .form-inner {
    width: 100%;
}

.dropdownSelect .form-group {
    position: relative;
    margin-bottom: 0px;
}

.dropdownSelect .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 50px;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdownSelect .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #febd11;
    outline: 0;
    box-shadow: none;
}

.dropdownSelect .form-control.step1 {
    min-height: 50px;
}

.dropdownSelect select.form-control {
    padding-top: 14px;
    transition: 0.15s;
}

.dropdownSelect .floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 1;
    top: 14px;
    left: 32px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.dropdownSelect .floating-diff .floating-label {
    opacity: 0;
}

.dropdownSelect .floating-diff.focused .floating-label {
    opacity: 1;
}

.dropdownSelect .form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 8px;
    left: 15px;
    font-size: 12px;
}

.dropdownSelect .form-group.focused select.form-control {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-bottom: 8px;
}

.dropdownSelect .float-checkradio {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}

.dropdownSelect .float-checkradio.focused {
    padding-top: 21px;
}

.dropdownSelect .select2Part .floating-label {
    opacity: 0;
}

.dropdownSelect .select2Part.focused .floating-label {
    opacity: 1;
}

.dropdownSelect .select2multiple .floating-label {
    opacity: 1;
}

.dropdownSelect .select2-container--default .select2-selection--single {
    border: 1px solid #c2c2c2;
    height: 49px;
    border-radius: 8px;
}


.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px;
    right: 15px;
    transition: 240ms;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(/bundle/assets/images/product/health-suraksha-renewal/down-arrow.svg);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.dropdownSelect .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236, 238, 241);
    color: #4a494a;
}

.dropdownSelect .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #febd11;
    color: #fff;
}

.dropdownSelect .select2-container--default .select2-results__option:last-child {
    border-radius: 0px 0px 4px 4px;
}

.dropdownSelect .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    border: 1px solid #dfe3e7;
    border-radius: 4px;
    color: #757575;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}

.dropdownSelect .select2-container--default .select2-search--dropdown:after {
    content: "\f002";
    font-family: "Gilmer";
    font-weight: 900;
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}

.dropdownSelect .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    min-height: 50px;
    border-radius: 6px;
    position: relative;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #757575;
    line-height: 55px;
    padding-right: 40px;
    display: block;
    height: 100%;
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
    transition: 240ms;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: "";
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    line-height: initial;
    padding: 5px;
    font-size: 14px;
    position: relative;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
    right: 15px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    line-height: initial;
    padding: 0;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: default;
    float: left;
    color: #1f1f1f;
    margin-right: 5px;
    margin-top: 5px;
    width: initial !important;
    padding: 5px 10px;
    padding-right: 24px !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    font-size: 17px;
    width: 20px;
    height: 20px;
    top: 3px;
    text-align: center;
    color: #e45555;
    right: 0px;
}

.dropdownSelect .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

.dropdownSelect .select2-container--focus.select2-container--default .select2-selection--single {
    border: 1px solid #febd11;
    background-color: #fff;
}

.dropdownSelect .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.dropdownSelect .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdownSelect .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdownSelect .select2-results__option {
    padding: 10px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}

.dropdownSelect .select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
    top: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.dropdownSelect .select2-container--open .select2-dropdown--below {
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    border: none;
    top: -8px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 9999;
}

.dropdownSelect .select2Part.w-100>.select2-container {
    width: 100% !important;
}

.dropdownSelect .select2-search--dropdown {
    padding: 12px 15px;
    position: relative;
}

.dropdownSelect .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #febd11;
    background-color: #fff;
}

.dropdownSelect .floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
}

/* select2 */
.dropdownSelect {
    position: relative;

    font-weight: 500;

    font-size: 14px;

    margin-bottom: 20px;
}

.dropdownSelect label {
    margin-bottom: 5px;
}

.dropdownSelect label::before {
    display: none !important;
}

.bg-color {
    background: #ffffff;
    border-radius: 1rem;
    margin: 5rem 0;
}

.form-group {
    display: block;
    margin-bottom: 0.9375rem;
}

/* .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
} */

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group input:checked+label:before {
    content: "";
    background-color: #ffcb09;
    border-color: black;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0.4375rem;
    width: 0.3125rem;
    height: 0.75rem;
    border: solid #000;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}


/* cersaipage */

.header .headerTop ul li a {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    justify-content: center;
    line-height: 22px;
}

#ckycSuccess .uplod-kyc-details {
    height: calc(100vh - 174px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uplod-kyc-details h2 {
    font-weight: 500;
    font-size: 22px;
    width: 100%;
    line-height: 28px;
    margin-bottom: 40px;
    margin-left: -40px;

}

.uplod-kyc-details .kyc-wrapper {
    margin-bottom: 40px;
}

.uplod-kyc-details .kyc-wrapper h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}

.uplod-kyc-details .bg-color {
    padding: 48px 108px;
}

.uplod-kyc-details .kyc-wrapper .header-flex h3 {
    margin-bottom: 0;
}

.helth-suraksha-kyc .kyc-wrapper .header-flex {
    gap: 24px;
    margin-bottom: 24px;
}

.helth-suraksha-kyc .kyc-wrapper .header-flex .form-group label {
    color: #000000;
    font-weight: 500;
}

@media (max-width: 992px) {
    #ckycSuccess .uplod-kyc-details .bg-color {
        padding: 20px !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    #myModalSubSuccess .primary-btn,
    .ckycFailModal .primary-btn {
        margin-top: 0;
        margin-bottom: 24px;
        margin-left: 0;
    }


    #myModalSubSuccess .gif-img,
    .ckycFailModal .gif-img {
        width: 20%;
    }
}

.uplod-kyc-details .bg-color input.formBox {
    font-size: 0.875rem;
    color: #000;
    padding: 4px 20px;
    border-radius: 0.5rem;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 21.25rem;
    margin-top: 0;
    height: 49px;
    font-weight: 500;
}

.uplod-kyc-details .bg-color input.formBox:focus {
    outline: unset;
}

@media (max-width: 47.9375rem) {
    .uplod-kyc-details .bg-color input.formBox {
        max-width: 100%;
    }
}

.uplod-kyc-details #speed {
    padding: 14px 20px;
    font-size: 0.875rem;
    background: #ffffff;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 21.25rem;
    margin-top: 0.4375rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

@media (max-width: 992px) {
    .uplod-kyc-details #speed {
        max-width: 100%;
    }
}

.uplod-kyc-details .file {
    position: relative;
    width: 100%;
    font-size: 1.0625rem;
    font-weight: 600;
}

.uplod-kyc-details .file__input {
    padding: 11px 15px;
    background: #f2f2f2;
    border: 1.5px dashed #c4c4c4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.uplod-kyc-details .file__input--file {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.uplod-kyc-details .file__input--label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

.uplod-kyc-details .file__values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
}

.uplod-kyc-details .file__values:hover:after {
    color: #000000;
}

.uplod-kyc-details .file__values:after {
    content: "Remove";
    background-image: url(/bundle/assets/images/product/car-renewal/svg/delete.svg);
    cursor: pointer;
    padding: 0 16px;
    background-repeat: no-repeat;
    background-position: 0% 53%;
}

.uplod-kyc-details .file__values:after:hover {
    color: white;
}

.uplod-kyc-details .file__remove {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.uplod-kyc-details .file__values {
    padding: 12px 15px;
    background: #f2f2f2;
    border: 1.5px dashed #c4c4c4;
    border-radius: 8px;
    margin-top: 28px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    max-width: 340px;
    margin-left: 15px;
    margin-right: 13px;
    height: 50px;
    align-self: end;
    width: 100%;
    margin-left: 0;
    /* cursor: pointer; */
}

@media (max-width: 992px) {
    .uplod-kyc-details .file__values {
        width: 92%;
        min-width: 100%;
        width: 100%;
        margin-left: 0;
    }
}

.uplod-kyc-details .file__values--text {
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uplod-kyc-details .uplode-documents {
    display: flex;
    gap: 20px;
}

.uplod-kyc-details .border-bottom {
    margin-top: 48px;
    margin-bottom: 21px;
}

@media (max-width: 992px) {
    .uplod-kyc-details .border-bottom {
        border-bottom: none !important;
    }
}

.datepickerss {
    position: relative;
}

.datepickerss img {
    position: absolute;
    top: 1.375rem;
    right: 0.9375rem;
    z-index: 1;
}

.datepickerss .ui-widget.ui-widget-content {
    width: 21.0625rem !important;
}

.datepickerss .datepicker {
    font-size: 0.875rem;
    color: #000;
    padding: 4px 20px;
    border-radius: 0.5rem;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 21.25rem;
    margin-top: 0;
    font-weight: 500;
    height: 49px;
    cursor: pointer;
}

#loginStep1 .datepickerss .datepicker {
    cursor: pointer;
    margin-top: 0;
}

#loginStep1 .datepickerss img {
    top: 14px;
}

#loginStep1 .datepickerss {
    margin-top: 24px;
}

.datepickerss .datepicker:focus {
    outline: unset;
}

@media (max-width: 47.9375rem) {
    .datepickerss .datepicker {
        max-width: 100%;
    }
}

.bottom-navigator {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 540px) {
    .bottom-navigator {
        justify-content: center;
        gap: 16px;
        flex-direction: column;
    }
}

.bottom-navigator .con-btn button {
    min-width: 210px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.bottom-navigator .con-btn:nth-child(1) button {
    background: #ffffff;
    border: 1px solid #12100a;
    border-radius: 24px;
    padding: 10px 60px;
    margin-bottom: 0;
}

.kyc-wrapper .header-flex {
    display: flex;
    align-items: center;
    gap: 40px;
}

.kyc-wrapper .header-flex h3 {
    margin-bottom: 0;
}

.kyc-wrapper .header-flex .form-group {
    margin-bottom: 0;
}

.kyc-wrapper .header-flex .form-group label {
    display: flex;
    align-items: center;
}

.kyc-wrapper .header-flex .form-group input:checked+label::after {
    top: 6px;
}

.kyc-wrapper .add-active {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin: 0 auto;
}

.success-form .ban {
    width: fit-content;
}

@media (max-width: 767px) {
    .success-form .ban {
        display: none;
    }
}

@media (max-width: 1200px) {
    .success-form .ban {
        width: 100%;
    }
}

.success-form .success-right-side-content {
    background: #fafafa;
    border-radius: 12px;
    max-width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    padding: 23px 130px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .success-form .success-right-side-content {
        padding: 23px 15px;
    }
}

.success-form .success-right-side-content img {
    width: 90px;
    height: 90px;
    margin-bottom: 16px;
    margin: 0 auto;
    display: flex;
}

.success-form .success-right-side-content h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #12100A;
    margin-bottom: 16px;
    margin-top: 16px;
}

.success-form .success-right-side-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 0;
}

.success-form .bottm-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

.success-form .bottm-wrapper .premium-amount {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    justify-content: space-between;
    width: 60%;
    flex-wrap: wrap;
    padding: 30px 2.5rem 0 2.5rem;
    row-gap: 10px;
}

@media (min-width:993px) and (max-width:1400px) {
    .success-form .bottm-wrapper .premium-amount .button-data {
        order: 1;
    }
}

.success-form .bottm-wrapper .premium-amount .lui {
    width: 100%;
}

@media (max-width: 992px) {
    .success-form .bottm-wrapper .premium-amount {
        width: 100%;
        padding: 0.75rem 1rem 25px;
        position: fixed;
        bottom: 0;
        background-color: white;
        box-shadow: 0rem -0.25rem 0.75rem rgba(54, 54, 54, 0.08);
        left: 0;
        right: 0;
        gap: 0;
        row-gap: 10px;
        padding-bottom: 10px;
    }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card {
    display: flex;
    gap: 2rem;
}

@media (max-width: 992px) {
    .success-form .bottm-wrapper .premium-amount .premium-inner-card {
        flex-direction: column;
        gap: 0;
    }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p {
    margin: 0;
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666666;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

@media (max-width: 992px) {
    .success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:first-child {
        margin-bottom: 0rem;
        font-weight: 600;
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #666666;
    font-weight: 600;
}

@media (max-width: 48rem) {
    .success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card p:last-child {
        font-weight: 600;
        font-size: 0.5rem;
        line-height: 0.875rem;
    }
}

@media (max-width: 992px) {
    .success-form .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card {
        display: flex;
        gap: 0.625rem;
        align-items: center;
    }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin: 0;
}

@media (max-width: 992px) {
    .success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #0083cc;
    margin: 0;
    text-align: left;
    text-decoration: underline;
    border: none;
    background: unset;
}

@media (max-width: 48rem) {
    .success-form .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
        font-weight: 700;
        font-size: 12px;
        line-height: 0.875rem;
    }
}

.success-form .bottm-wrapper .premium-amount .button-data .procsstopay {
    display: none;
}

.success-form .common-btn {
    background: #ffcb09;
    border-radius: 1.5rem;
    padding: 0.75rem 2rem;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.success-form .common-btn img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}




.dropdownSelect {
    position: relative;

    font-weight: 500;

    font-size: 14px;

    margin-bottom: 20px;
}

.dropdownSelect label::before {
    display: none !important;
}

.bg-color {
    background: #ffffff;
    border-radius: 1rem;
    margin: 5rem 0;
}

.form-group {
    display: block;
    margin-bottom: 0.9375rem;
}

/* .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
} */

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: "";
    background-color: white;
    border: 0.0625rem solid #00000021;
    /* box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.05), inset 0rem -0.9375rem 0.625rem -0.75rem rgba(0, 0, 0, 0.05); */
    padding: 0.5rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.3125rem;
    border-radius: 0.375rem;
}

.form-group input:checked+label:before {
    content: "";
    background-color: #ffcb09;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0.4375rem;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

/* Scrollbar Styling */
.modal::-webkit-scrollbar {
    width: 0px;
}

.modal::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.modal::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

/* cersaipage */
.file__values {

    padding: 12px 15px;

    background: #f2f2f2;

    border: 1.5px dashed #c4c4c4;

    border-radius: 8px;

    margin-top: 6px;

    font-weight: 600;

    font-size: 12px;

    line-height: 150%;

    max-width: 340px;

    margin-left: 15px;

    margin-right: 13px;

    height: 50px;

    align-self: end;

    position: relative;

    @media (max-width:992px) {

        width: 92%;

    }

}

.file__values--text {

    color: #000000;

}

.file__values--remove {

    position: absolute;

    width: 50%;

    height: 20px;

    right: 0;



}

/* success page */
.success {
    background-color: #ffffff;
    padding: 62px;
    text-align: center;
    margin: 80px auto;
}

@media (max-width: 767px) {
    .success {
        padding: 20px;
    }
}

.success h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 16px;
}

.success>p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
}

.success .policyNum {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    width: 315px;
    gap: 10px;
    background: #FFFAEC;
    border: 1px solid #F7DAAC;
    border-radius: 8px;
    margin: 0px auto;
}

@media (max-width: 767px) {
    .success .policyNum {
        width: 100%;
    }
}

.success .policyNum h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    gap: 24px;
    margin-bottom: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .success .policyNum h5 {
        gap: 10px;
    }
}

.success .policyNum h5 span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.success .payDetail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    gap: 30px;
    width: 479px;
    background: #F2F2F2;
    border-radius: 12px;
    margin: 25px auto 40px;
}

@media (max-width: 767px) {
    .success .payDetail {
        width: 100%;
    }

}

.success .payDetail label {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 15px;
}

.success .payDetail p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.success .btnWrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .success .btnWrapper {
        gap: 10px;
        flex-direction: column-reverse;
    }
}

.success .btnWrapper .backtoHome {
    background-color: transparent;
    border: 1px solid #000;
    z-index: 999999999;
}

.rate {
    padding: 0;
    display: inline-block;
    margin: 0;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 65px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "★";
}

.rate>input:checked~label {
    color: #ffc700;
}

.feed-wrapper {
    padding: 10px;
    margin: 5px 0;
}

.rate-txt {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .rate-txt {
        margin-bottom: 10px;
    }

    #policyNotAvailable .paysub {
        padding-bottom: 8px !important;
        margin-top: 10px;
    }

    #policyNotAvailable .extra-para {
        padding-bottom: 0 !important;
    }
}

.rate-counter-txt {
    position: relative;
    z-index: 1;
    /* background: red; */
    bottom: 68px;
    /* padding: 10px; */
    color: #000;
    font-size: 16px;
}

.rate label {
    position: relative;
}

.desk-center-btn,
.rate {
    position: relative;
    z-index: 2;
}

.rate-txt {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .rate:not(:checked)>label {
        font-size: 60px;
    }

    .rate-counter-txt {
        bottom: 53px;
        font-size: 14px;
    }

    .modalshare {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
}

.rate:not(:checked)>label {
    font-size: 33px;
}

.rate-counter-txt {
    bottom: 26px;
}

.lottiecontainer {
    display: flex;
    margin-top: 6px;
    position: absolute;
}

.lottiecontainer .lottiestar {
    width: 75px;
    height: 75px;
    visibility: hidden;
    z-index: 3;
}

@media (max-width: 767px) {
    .lottiecontainer .lottiestar {
        width: 54px;
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .lottiecontainer .lottiestar {
        width: 70px;
        height: 78px;
    }
}

@media (min-width: 220px) and (max-width: 320px) {
    .lottiecontainer .lottiestar {
        width: 48px;
        height: 51px;
    }
}

/* success page` */
/* #corLoaderFunc {
  background: white;
}

#ORPremiumLoaderFunc {
  background: white;
} */

.success-form .success-right-side-content button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    border: none;
    line-height: 24px;
    font-weight: 600;
    margin-top: 20px;
    color: #0083cc;
    background: transparent;
    border: none;
    width: 100%;
    padding: 0;
}

.success-form .success-right-side-content button img {
    width: 20px;
    margin: 0;
    height: 20px;
}

/* breakup model */

.upload-popup-model .modal-dialog {

    max-width: 62.5rem;

}

.upload-popup-model .modal-dialog .modal-header {
    padding: 15px 48px 0;
    border-bottom: unset;
    margin-bottom: 20px;
}

.upload-popup-model .modal-dialog .modal-header button {
    padding: 13px;
    border-radius: 100%;
    color: #010101;
    width: 0px;
    height: 0px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/15px auto no-repeat;
    border: 2px solid #000;
}

.upload-popup-model .modal-dialog .modal-body {
    padding: 0rem 0.125rem 0.75rem;
}

.upload-popup-model .modal-dialog .modal-body h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table {
    margin: 0 auto;
    width: 100%;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table p {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr th {
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr th:first-child p {
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:first-child {
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:nth-child(2) p {
    text-align: left;
    margin-left: 0px;
}

@media (max-width: 992px) {

    .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:nth-child(2) p {
        margin-left: 0px;
        text-align: left;
    }

}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:last-child p {
    text-align: right;
    margin-left: 36px;
}

@media (max-width: 992px) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr td:last-child p {
        margin-left: 0px;
        text-align: right;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr p {
    text-align: right;
    margin-left: 33px;
}

@media (max-width: 992px) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr p {
        margin-left: 0px;
        text-align: right;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr .plus p {
    margin: 0 auto;
    background-color: green;
    padding: 4px 1px;
    text-align: center;
    color: white;
    border-radius: 100%;
    width: 23px;
    font-size: 18px;
    line-height: 12px;
    height: 23px;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tbody tr .minus p {
    margin: 0 auto;
    background-color: red;
    padding: 4px 1px;
    text-align: center;
    color: white;
    border-radius: 100%;
    width: 23px;
    font-size: 18px;
    line-height: 12px;
    height: 23px;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table tr,
.upload-popup-model .modal-dialog .modal-body .premimum-tabel th,
.upload-popup-model .modal-dialog .modal-body .premimum-tabel td {
    border: 0.0625rem solid #e4e4e4;
    padding: 7PX 15PX;
}

@media (max-width: 62rem) {

    .upload-popup-model .modal-dialog .modal-body .premimum-tabel table tr,
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel th,
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel td {
        padding: 0.5rem 0.875rem;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table th {
    background-color: #ffcb09;
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table th:last-child {
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table td:last-child {
    text-align: center;
    font-weight: 700;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table td:nth-child(2) {
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel th p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #3d3d3d;
}

@media (max-width: 62rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel th p {
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt {
    background: #fffaec;
    border-radius: 0.75rem;
    margin-top: 0.625rem;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table td {
    border: 0.0625rem solid #e4e4e4;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tr {
    border: 0.0625rem solid #e4e4e4;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt .first_td_width {
    width: 35.625rem;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:first-child {
    text-align: left;
}

@media (max-width: 992px) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:first-child {
        margin-left: 0px;
        text-align: right !important;
    }

    .upload-popup-model .modal-dialog .modal-header {
        padding: 8px 17px 0;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:last-child {
    margin-left: -4px;
    text-align: right;
    width: 100%;
}

@media (max-width: 992px) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .od-total-amt table tbody tr td p:last-child {
        margin-left: 0px;
        text-align: right;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .note {
    background: #f2f2f2;
    border-radius: 0.5rem;
    padding: 1rem;
    max-width: 74.0625rem;
    margin: 0 auto;
    margin-top: 1rem;
}

@media (max-width: 62rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .note {
        max-width: 56.25rem;
        margin-bottom: 121px;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .note p {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-bottom: 0;
    margin-top: 0rem;
    color: #12100a;
    text-align: center;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share {
    margin: 1.5625rem 0rem 2.25rem;
}

@media (max-width: 62rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share {
        margin: 0.75rem 0rem 0rem;
        padding-bottom: 0;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .calculation-tab {
    display: unset;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 48rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .form-group {
        display: block;
        width: 100%;
        margin-top: 9px;
        order: 1;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666666;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p span {
    font-size: 0.75rem;
}

@media (max-width: 62rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p span {
        font-size: 0.5rem;
        line-height: 0.875rem;
    }
}

@media (max-width: 62rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p.pre-amt {
    display: none;
}

@media (max-width: 48rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share .premimum-amt p.pre-amt {
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #12100a;
    }
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share p.amount {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (max-width: 48rem) {
    .upload-popup-model .modal-dialog .modal-body .premimum-tabel .detail-share p.amount {
        display: none;
    }

    .upload-popup-model .modal-dialog .modal-body {
        padding: 0;
    }

}

/* end breakup model */

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:first-child {
    text-align: right;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:first-child {
    border: 0.0625rem solid #e4e4e4;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:first-child {
    text-align: right;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-body .od-total-amt table tbody tr td:last-child {
    text-align: right;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #3d3d3d;
}

.upload-popup-model .modal-dialog .modal-header h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    width: 100%;
    margin: 0;
}

.con_lotti {
    position: absolute;
    top: 0;
    left: 0;
}



#vehicleNumberDetails .sectionSpacing {
    margin-top: 80px;
    background-color: #ffffff;
    border-radius: 16px;
    min-height: 555px;
}

#vehicleNumberDetails .sectionSpacing .row {
    border-bottom: unset;
}

#vehicleNumberDetails .left-sec {
    position: relative;
    display: block;
}

#vehicleNumberDetails .left-sec img {
    max-width: 268px;
    width: 100%;
    margin: 50px auto;
    display: block;
}

#vehicleNumberDetails .left-sec p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    width: 300px;
    margin: 0px auto 50px;
}

#vehicleNumberDetails .right-sec {
    margin-top: 100px;
}

@media (max-width: 767px) {
    #vehicleNumberDetails .right-sec {
        width: 80%;
        margin: 10px auto;
    }
}

#vehicleNumberDetails .right-sec h2 {
    font-size: 18px;
    line-height: 22px;
}

#vehicleNumberDetails .right-sec .formContent {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
    margin-top: 32px;
}

@media (max-width: 992px) {
    #vehicleNumberDetails .right-sec .formContent {
        margin-bottom: 16px;
    }
}

#vehicleNumberDetails .right-sec .formContent input.formBox {
    font-size: 16px;
    color: #000;
    padding: 4px 20px;
    border-radius: 0.5rem;
    width: 100%;
    border: 1px solid #c4c4c4;
    max-width: 320px;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
}

#vehicleNumberDetails .right-sec .formContent input.formBox:focus {
    outline: unset;
}

@media (max-width: 47.9375rem) {
    #vehicleNumberDetails .right-sec .formContent input.formBox {
        max-width: 100%;
    }
}

#vehicleNumberDetails .right-sec p {
    font-size: 12px;
    line-height: 15px;
    padding: 10px 20px 10px 35px;
    background-color: #F9F9F9;
    border: 1px solid #D8D8D8;
    border-radius: 80px;
    position: relative;
    width: 320px;
    margin-top: 32px;
}

#vehicleNumberDetails .right-sec p:after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #FF981F;
    position: absolute;
    top: 20px;
    left: 18px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update {
    border-radius: 16px;
    padding: 10px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update p {
    font-size: 14px;
    line-height: 24px;
}

#vehicleNumberSuccess .modal-content.vehicleNum_update .modal-header {
    border-bottom: unset;
}

#vehicleNumberSuccess .modal-content .modal-body .img-fluid {
    width: 80px;
}

#vehicleNumberSuccess .modal-dialog {
    max-width: 38rem;
}

.edit-btn {
    cursor: pointer;
    display: flex;
    justify-content: end;
    gap: 5px;
    margin: 0;
    padding: 0px 30px 5px;
    align-items: center;
}

.edit-btn p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.edit-btn img {
    width: 20px;
    height: 20px;
}

.term-condition-model .modal-dialog {
    max-width: 600px;
    margin: 5.75rem auto;
}

.term-condition-model .modal-dialog-scrollable {
    height: calc(100% - 14.5rem);
}

.term-condition-model .clode {
    margin: 10px;
}

.term-condition-model .clode P {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffcb09;
}

.term-condition-model .clode button {
    position: absolute;
    right: 20px;
    top: 0px;
    border: none;
    background: none;
    background-color: none;
    border: none;
}

.term-condition-model .clode button img {
    width: 30px;
}

.term-condition-model .modal-body {
    padding: 1rem 0rem;
}

.term-condition-model .modal-body p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 95%;
}

.term-condition-model .modal-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 95%;
    margin: 12px auto;

}

.term-condition-model .modal-footer {
    justify-content: center;
}

.term-condition-model .modal-footer button {
    background-color: #ffcb09;
    color: black;
    border: 1px solid #ffcb09;
    font-weight: 600;
}

.new-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
}

@media (max-width: 768px) {
    .new-design p {
        font-size: 14px;
    }

    .new-design p br {
        display: none;
    }
}

.body-wrapper_renewal {
    padding: 35px 0;
}

.common_button_renewal button {
    all: unset;
    background-color: #FEBD11;
    padding: 10px 16px;
    border-radius: 6px;
    color: #000000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    align-items: center;
}


#payment-error {
    position: absolute;
    padding: 0;
    margin: 0;
}

.premium-amount .lui .form-group {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .dayss {
        display: flex;
        justify-content: end;
        width: 100%;
    }
}

#emptyData .modal-content .modal-body .reg-kyc {
    width: auto;
}

.range-slider .range_input-slide {
    text-align: right;
}

.onscroll {
    overflow: auto;
    height: 600px;
}

.od-total-amt #premiumPageBreakupTotal tbody {
    border: 0rem solid #e4e4e4;
}

.od-total-amt #premiumPageBreakupTotal td {
    padding: 0.5rem 34px 0;
}

.od-total-amt #premiumPageBreakupTotal td:first-child {
    text-align: left;
}

.od-total-amt #premiumPageBreakupTotal td:last-child {
    text-align: right;
    padding-right: 58px;
}
#Errordata img.close.modelhide{
    width: 32px;
    position: absolute;
    right: 14px;
    z-index: 9999;
    top: 14px;

}
#Errordata   .modal-dialog{
        max-width: 680px;
}
#Errordata  .modal-content .modal-body p{
        margin-bottom: 18px !important;
    margin-top: 16px;
}
#Errordata .modal-content .modal-footer{
    border-top: 1px solid #dee2e6;
}
@media (max-width:992px) {
    .od-total-amt #premiumPageBreakupTotal td:first-child {
        padding: 0.5rem 25px 0;
    }

    .od-total-amt #premiumPageBreakupTotal td:last-child {
        padding-right: 48px;
    }
 
}

@media (max-width:768px) {
    .od-total-amt #premiumPageBreakupTotal td {
        padding: 5px 20px 5px !important;
    }

    .od-total-amt #premiumPageBreakupTotal td:last-child {
        padding-right: 42px !important;
    }
    #Errordata .modal-content .modal-footer {
        margin-top: 24px;
    }
       #Errordata .modal-content .modal-footer{
            justify-content: center;
    }
    #Errordata .modal-dialog {
            width: 96%;
}
}

.premimum-tabel .detail-share .right-section-model .check-b .premimum-amt p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

#payment-modal-error {
    position: absolute;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr th {
    border: 0 solid #e4e4e4;
}

.upload-popup-model .modal-dialog .modal-body .premimum-tabel table thead tr {
    border: 0 solid #e4e4e4;
}


.onscroll::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */
}

.onscroll::-webkit-scrollbar-track {
    background: gray;
    /* color of the tracking area */
}

.onscroll::-webkit-scrollbar-thumb {
    background-color: #ffcb09;
    /* color of the scroll thumb */
    /* border-radius: 20px;       roundness of the scroll thumb */
    border: 1px solid #ffcb09;
    /* creates padding around scroll thumb */

}

.onscroll::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */
}

.onscroll::-webkit-scrollbar-track {
    background: gray;
    /* color of the tracking area */
}

.onscroll::-webkit-scrollbar-thumb {
    background-color: #ffcb09;
    /* color of the scroll thumb */
    /* border-radius: 20px;       roundness of the scroll thumb */
    border: 1px solid #ffcb09;
    /* creates padding around scroll thumb */

}

.cersai-nationlprooftype {
    font-size: 12px;
}

#addson_close {
    position: absolute;
    right: 15px;
    top: 13px;
}

.range-slider .ui-slider-horizontal {
    height: 10px;
}

.range-slider .ui-slider .ui-slider-handle {

    width: 10px;
    height: 10px;

}

.modal.show {
    bottom: 0;
    transition: all 0.3s linear;
}

.show-mb {
    display: block !important;
}

.showError {
    z-index: 99999 !important;
    opacity: 1 !important;
}

.showError .error-wrap {
    -webkit-animation: bounceIn 0.5s;
    animation: bounceIn 0.5s;
}

@media (min-width: 992px) {
    .modal-cnt {
        max-height: 460px;
    }

    .modal.show {
        transform: scale(1);
        transition: all 0.2s linear;
    }

    .modal {
        position: fixed;
        transform: scale(0);
        transition: all 0s linear;
    }

    .max-h-modal {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }

    #idv {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

#engine-cover_close {
    position: absolute;
    right: 15px;
    top: 13px;
}

#consumable-cover_close {
    position: absolute;
    right: 15px;
    top: 13px;
}

.overflow {
    overflow: hidden;
}

.overlay {
    background: rgba(0, 0, 0, 0.5803921569);
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
}

#nill-depreciation-count-cover .modal-content .modal-header {

    display: block;
    position: relative;
}

#nill-depreciation-count-cover .modal-content .modal-header h4 {
    text-align: left;
}

#nill-depreciation-count-cover .modal-content .modal-header .btn-close {
    position: absolute;
    right: 6px;
    top: 5px;
}

.sameProofDiv .checkbox::before {
    border: 1px solid #060606;
}

#nill-depreciation-cover .modal-content .modal-header {
    flex-direction: row-reverse;
}

#nill-depreciation-cover .modal-content .modal-header .btn-close {
    margin-top: -48px;
}

#nill-depreciation-consumable-cover .modal-content .modal-header {
    justify-content: START;
}

#nill-depreciation-engine-cover .modal-content .modal-header {
    justify-content: START;
}

#nill-depreciation-consumable-cover .modal-content .modal-header #consumable-cover_close {
    position: absolute;
    right: 33px;
    top: 25px;
}

#nill-depreciation-engine-cover .modal-content .modal-header #engine-cover_close {
    position: absolute;
    right: 33px;
    top: 25px;
}

#cersaiForm .kyc-documentation .kyc-wrapper .sameProofDiv .checkbox {
    margin-top: 31px;

}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange {
    padding: 1.875rem 1.5625rem;
    background: #f2f2f2;
    border-radius: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange {
        padding: 1.2rem 1rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .box-tittle {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .box-tittle {
        font-size: 1rem;
        line-height: 0.8em;
        padding: 0.8rem 0;
        margin-bottom: 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .description {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .content .description {
        line-height: 16px;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box {
    background: #ffcb09;
    border-radius: 8px;
    padding: 10px;
    max-width: 100px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .amt {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 768px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .amt {
        font-size: 16px;
        line-height: 24px;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .duration {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width: 768px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row .right-sec .yourPlanchange .price-box .duration {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 768px) {
    .card-model #premiumBreakupTable {
        overflow-y: hidden;
    }

    .card-model #premiumBreakupTable .modal-body {
        overflow-y: auto;
        height: auto;
        margin-bottom: 100px;
        transition: 0.5s ease-in-out;
    }

    .wrapper-card-breakup {
        position: absolute;
        width: 100%;
        overflow: hidden;
        transition: 0.5s ease-in-out;
        bottom: -100%;
    }

    .mobile-modal-dialog-centered {
        margin: 0;
        min-height: auto;
        transition: 0.5s all;
    }

    .mobile-modal-dialog-centered .modal-content {
        border: none;
    }

    .mobile-modal-dialog-centered .modal-content .modal-header h4 {
        font-weight: 500;
    }

    .mobile-modal-dialog-centered .modal-content .modal-header button {
        position: absolute;
        right: 29px;
        padding: 14px;
        top: 28px;
    }

    .btn-close {
        transition: 0.5s all;
    }

    .topup {
        bottom: 0% !important;
        transition: 0.5s ease-in-out !important;
        display: block !important;
    }

    .scrol {
        bottom: -18px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        position: absolute;
    }

    .premimum-tabel .note {
        margin-bottom: 5rem;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color {
        margin: 2rem 0;
    }

    .range_input-slide .slider-value {
        max-width: 106px;
        font-weight: 600;
        padding: 6px;
    }

    .four-wheeler-policy-renew #range-slider.ui-slider-horizontal .ui-slider-handle {
        border: 5px solid #ffcb09;
        top: -9px;
        padding: 7px;
    }
}

.popup-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-color: rgba(64, 65, 68, 0.77);
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
}

.popup-cover.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
}

.popup-cover .modal-dialog {
    max-width: 56.5rem;
}

.popup-cover .modal-dialog .popup-cover-trigger:hover {
    opacity: 0.8;
}

.popup-cover .modal-dialog .modal-header {
    justify-content: center;
    border-bottom: 0;
    padding-bottom: 0;
}

.popup-cover .modal-dialog .modal-header h4 {
    width: 100%;
    text-align: center;
}

.popup-cover .modal-dialog .modal-header .popup-cover-close {
    padding: 12px;
    border-radius: 100%;
    color: #010101;
    width: 0px;
    height: 0px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/15px auto no-repeat;
    border: 2px solid #000;
    position: absolute;
    right: 24px;
    top: 24px;
}

.popup-cover .pop-btns {
    text-align: center;
    margin: 33px 0 20px;
}

@media (max-width: 768px) {
    .popup-cover .modal-content {
        position: fixed;
        left: 0;
        bottom: -100%;
        transition: 0.9s ease-in-out;
        height: 75%;
    }

    .popup-cover .modal-content .modal-body {
        overflow: scroll;
        z-index: 9999999;
    }

    .popup-cover .popup-mobile {
        bottom: 0 !important;
    }

    .popup-cover .pop-btns button {
        padding: 0.75rem 5rem;
    }

    .popup-cover .pop-btns {
        position: fixed;
        bottom: -100%;
        background: white;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        transition: 0.8s ease-in-out;
    }

    .popup-cover .modal-body .add-card-details {
        margin-bottom: 91px;
    }

    .upload-popup-model .mobile-modal-dialog-centered .detail-share .check-b {
        flex-wrap: wrap;
    }
}

.payment-error-success {
    margin-bottom: 0;
    padding: 0;
}

.alert-danger {
    margin: 16px 0 0;
    padding: 10px;
}

#policyBreakupTable2 {
    margin-top: 12px;
}

.right-section-model {
    display: flex;
    justify-content: end;
    gap: 51px;
    align-items: center;
}

.right-section-model .con-btn button {
    display: flex;
    margin: 0;
    white-space: nowrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .button-data .common-btn img {
    margin-left: 12px;
}

.right-section-model .premimum-amt p {
    white-space: nowrap;
}

/* .right-section-model .check-b {
  gap: 40px;
} */

.premimum-tabel #premiumPageBreakupTable tbody tr td:first-child {
    font-size: 14px;
}

.premimum-tabel #premiumPageBreakupTable tbody tr td:last-child {
    text-align: center;
}

@media (max-width:767px) {
    .detail-share .calculation-tab {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: start;
        gap: 15px;
    }

    .right-section-model {
        justify-content: space-between;
        width: 100%;
    }

    .premimum-tabel #premiumPageBreakupTable tbody tr td:first-child {
        /* width: 100%; */
        font-size: 12px;
        font-weight: 500;
        color: #3d3d3d;
    }

    .four-wheeler-policy-renew .card-model #premiumBreakupTable .modal-body .col-md-12 {
        padding: 3px;
    }
}

.premimum-tabel .detail-share .right-section-model {
    justify-content: end;
    gap: 80px !important;
    width: 100%;
    flex-basis: 47%;
    gap: 13px;
}

.premimum-tabel .onscroll {
    height: auto;
}

@media (max-width:992px) {
    .premium-details h2 {
        padding: 0;
    }
}


.editbtn {
    display: flex;
    align-items: center;
}

.editbtn .arrow-right {
    margin-left: 5px;
    margin-top: 9px;
    cursor: pointer;
}

.credentialUpdate .modal-dialog {
    max-width: 25.5rem;
}

.credentialUpdate .modal-content .modal-body input {
    margin-top: 10PX;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
}

.credentialUpdate .formContent {
    margin-bottom: 0;
}

.credentialUpdate .modal-content .modal-header .modal-title {
    margin: 0;
}

.coverHead {
    text-align: left;
}

.premiumHead {
    text-align: right;
}

@media(max-width:767px) {
    .premimum-tabel thead tr th {
        padding: 0.25rem 1rem;
    }
}

@media (max-width: 767px) {
    .premimum-tabel .primary-btn {
        padding: 12px 8px;
        min-width: 120px;
        font-size: 12px;
    }
}

@media (max-width: 340px) {
    .premimum-tabel .primary-btn {
        min-width: 100px;
    }
}

@media(min-width:769px) {
    .premiumFooter {
        width: 100%
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .modal-content .modal-body p {
        width: 98%;
    }
}

.credentialUpdate .modal-close {
    top: 16px;
    right: 17px;
}

.editbtn {
    position: relative;
}

.editbtn #mobile_number-error,
#email_id-error {
    position: absolute;
    bottom: -16px;
}

.ckyc-tooltips {
    position: absolute;
    max-width: 300px;
    background: white;
    z-index: 9;
    padding: 16px;
    background: #3d3d3d;
    color: white;
    border-radius: 8px;
    left: 213px;
    bottom: 122px;

}

.hide-e,
.document_attached_div {
    display: none;
}



/* .termscheck{
    flex-basis: 55%;
    } */

.premiumcheck {
    display: grid;
    gap: 10px;
}

.credentialUpdate .modal-close {
    top: 16px;
    right: 17px;
}

.editbtn {
    position: relative;
}

.editbtn #mobile_number-error,
#email_id-error {
    position: absolute;
    bottom: -16px;
}




.popup-container .premimum-tabel .sub-lists li::before {
    content: unset;
}

.popup-container .premimum-tabel .sub-lists h2 {
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}

.popup-container .premimum-tabel ol {
    padding: 0;
}

.popup-container .premimum-tabel .sub-lists li {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.popup-container {
    position: relative;
    width: 70%;
    margin: 2em auto;
    top: 5%;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    height: 71%;
    overflow-y: scroll;
}

.popup-container .cls-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: start;
    position: relative;
}

.popup-container .cls-header .cin-num {
    flex-basis: 90%;
}

.popup-container .cls-header .cin-num p {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

.popup-container .cls-header .cin-num span {
    width: 96%;
    position: relative;
    background-color: #ffcb09;
    height: 13px;
    padding: 1px;
    display: block;
    margin-top: 10px;
}

.popup-container .cls-header .logo {
    flex-basis: 10%;
}

.popup-container .cls-table-header {
    padding: 20px 0;
}

.popup-container .cls-table-header h2 {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .popup-container .cls-table-header h2 {
        font-size: 16px;
    }
}

.popup-container .cls-table-header p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 767px) {
    .popup-container .cls-table-header p {
        font-size: 12px;
    }
}

.popup-container .premimum-tabel b {
    text-align: left;
    font-size: 0.75rem;
    display: block;
}

.popup-container .premimum-tabel a {
    text-decoration: underline;
    color: rgb(38, 132, 255);
    text-align: left;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
}

.popup-container .premimum-tabel table {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.popup-container .premimum-tabel p {
    text-align: left;
    color: black;
}

.popup-container .premimum-tabel ul {
    text-align: left;
    margin-top: 0rem !important;
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: black;
    margin-top: 10px;
    display: grid;
    gap: 10px;
    padding: 8px 0px 14px 11px;
    list-style: none;
}

.popup-container .premimum-tabel ul li {
    position: relative;
}

.popup-container .premimum-tabel ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffcb09;
    padding: 1px;
    border-radius: 100%;
    position: absolute;
    left: -13px;
    top: 7px;
}

.declaration-of-data {
    padding: 20px 10px;
}

.declaration-of-data h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.declaration-of-data p {
    font-weight: 600;
    font-size: 12px;
}

.declaration-of-data .Place span {
    text-align: left;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.declaration-of-data .Place ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap;
}

.declaration-of-data .Place ul li {
    list-style: none;
    flex-basis: 50%;
    text-align: left;
}

.declaration-of-data .Place ul li:nth-child(even) {
    list-style: none;
    flex-basis: 50%;
    text-align: right;
}

.declaration-of-data .Place ul li:nth-child(even) span {
    text-align: right;
}

.declaration-of-data .Place ul li p {
    text-align: left;
    display: inline;
}

.declaration-of-data .Place ul li:before {
    content: unset;
}

.declaration-of-data .Place .Note span {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
}

.declaration-of-data .Place .Note ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.declaration-of-data .Place .Note ul li {
    list-style: none;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}

.declaration-of-data .Place .Note ul li b {
    display: inline-block;
    font-size: 12px;
}

.is-visible .popup-container {
    transform: translateY(0);
    transition: 500ms all;
}

.popup-container .popup-close {
    position: absolute;
    top: 8px;
    font-size: 0;
    right: 8px;
    width: 30px;
    height: 30px;
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.popup-container .popup-close::before {
    transform: rotate(45deg);
    left: 8px;
}

.popup-container .popup-close::after {
    transform: rotate(-45deg);
    right: 8px;
}

.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
    background-color: #35a785;
    transition: 300ms all;
}

/* Scrollbar Styling */
.popup-container::-webkit-scrollbar {
    width: 5px;
}

.popup-container::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
}

.popup-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6d6d6d;
}

@media (max-width: 767px) {
    .popup-container {
        width: 92%;
        padding: 3rem 1rem;
        height: 76%;
    }

    .popup-container .cls-header .cin-num {
        flex-basis: 50%;
    }

    .popup-container .cls-header .cin-num span {
        display: none;
    }

    .popup-container .cls-header .logo {
        flex-basis: 50%;
    }

    .popup-container .cls-header .logo img {
        width: 97px;
    }

    .popup-container .premimum-tabel {
        overflow-y: scroll;
    }

    .declaration-of-data .Place span {
        font-size: 12px;
    }
}

/* @media (max-width: 450px) {
.declaration-of-data .Place ul li:nth-child(even){
}
} */
.pointerremove {
    pointer-events: unset !important;
}

.currentdate {
    display: inline !important;
}

@media (max-width: 576px) {
    .popup-container .cls-header {
        flex-direction: column;
        align-items: center;
    }

    .popup-container .cls-header .cin-num {
        flex-basis: 100%;
        order: 2;
    }

    .popup-container .cls-header .logo {
        flex-basis: 100%;
    }

    .popup-container .cls-header .logo img {
        width: 120px;
        margin-bottom: 12px;
    }

    .declaration-of-data .Place ul {
        flex-direction: column;
    }

    .declaration-of-data .Place ul li {
        flex-basis: 100%;
    }

    li.digitalOtp {
        order: 3;
    }

    li.signPolicy {
        order: 3;
    }

    .declaration-of-data .Place ul li:nth-child(even) {
        text-align: center;
    }

    .popup-container .popup-close {
        position: fixed;
        top: 90px;
        right: 40px;
    }
}



/* lottie player */

.rate {
    padding: 0;
    display: inline-block;
    margin: 0;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 65px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "★";
}

.rate>input:checked~label {
    color: #ffc700;
}

.feed-wrapper {
    padding: 10px;
    margin: 5px 0;
}

.rate-txt {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .rate-txt {
        margin-bottom: 10px;
    }

    #policyNotAvailable .paysub {
        padding-bottom: 8px !important;
        margin-top: 10px;
    }

    #policyNotAvailable .extra-para {
        padding-bottom: 0 !important;
    }
}

.rate-counter-txt {
    position: relative;
    z-index: 1;
    /* background: red; */
    bottom: 68px;
    /* padding: 10px; */
    color: #000;
    font-size: 16px;
}

.rate label {
    position: relative;
}

.desk-center-btn,
.rate {
    position: relative;
    z-index: 2;
}

.rate-txt {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .rate:not(:checked)>label {
        font-size: 60px;
    }

    .rate-counter-txt {
        bottom: 53px;
        font-size: 14px;
    }

    .modalshare {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
}

.rate:not(:checked)>label {
    font-size: 33px;
}

.rate-counter-txt {
    bottom: 26px;
}

.lottiecontainer {
    display: flex;
    margin-top: 6px;
    position: absolute;
}

.lottiecontainer .lottiestar {
    width: 75px;
    height: 75px;
    visibility: hidden;
    z-index: 3;
}

@media (max-width: 767px) {
    .lottiecontainer .lottiestar {
        width: 54px;
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .lottiecontainer .lottiestar {
        width: 70px;
        height: 78px;
    }
}

@media (min-width: 220px) and (max-width: 320px) {
    .lottiecontainer .lottiestar {
        width: 48px;
        height: 51px;
    }
}

.label_National_Population {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}

.con_lotti {
    position: absolute;
    top: 0;
    left: 0;
}

/* lottie player end */


#healthrenewalExistingPolicyDownload .modal-transition {
    background: white;
    padding: 50px;
    margin: 0 auto;
    border-radius: 10px;
}

#healthrenewalExistingPolicyDownload .modal-content {
    border: none;
}

#healthrenewalExistingPolicyDownload .modal-content img {
    margin: 0 auto;
    padding-bottom: 10px;
}

#healthrenewalExistingPolicyDownload .modal-transition .existrow {
    justify-content: center;
    margin: 0;
    gap: 13px !important;
    margin-bottom: 0 !important;
    margin-top: 10px;
}

#healthrenewalExistingPolicyDownload .modal-transition .existrow .primary-btn {
    max-width: 200px;
    text-align: center;
}

@media(max-width:767px) {
    .mb-5 {
        margin-bottom: 8rem !important;
    }
}

p {
    margin: 0rem;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .container-contnent {
    max-width: 79.5rem;
    width: 100%;
    margin: 0 auto;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color {
    background: #ffffff;
    border-radius: 1rem;
    margin: 80px 0;
    width: 100%;
}

@media (max-width: 767px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color {
        margin: 24px 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #F2F2F2;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next {
        padding: 1rem;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        gap: 24px;
        align-items: start;
        border: 0;
        justify-content: start;

    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .arrow-adjust {
    display: flex;
    gap: 20px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .arrow-adjust img {
    transform: rotate(180deg);
    width: 20px;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .arrow-adjust h2 {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .arrow-adjust h2 {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-bottom: 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border: 0.0625rem solid #d8d8d8;
    border-radius: 5rem;
    padding: 0.625rem 1.875rem;
    color: #666666;
    position: relative;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-left: 0.3125rem;
    color: black;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p span {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p:before {
    content: "";
    padding: 0.0625rem;
    position: absolute;
    background: #ff981f;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    left: 0.9375rem;
    top: 1.1875rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p:before {
        top: 15px;
    }
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days p {
        font-size: 0.75rem;
        line-height: 0.9375rem;
        margin-bottom: 0;
        padding: 0.625rem 28px;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
    padding: 0rem 2.5rem 2.5rem 2.5rem;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
        padding: 0 1rem;
    }
}

@media (min-width: 20rem) and (max-width: 23.75rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .row {
        padding: 0 0.5rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper {
    display: flex;
    justify-content: end;
}



@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card {
        flex-direction: column;
        gap: 0;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card {
    /* display: flex; */
    gap: 5px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .pre-car-amt {
    display: grid;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .form-group label:before {
    vertical-align: 8px;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .form-group label:before {
        vertical-align: middle;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .form-group label:after {
    top: 2px;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .form-group label:after {
        top: 7px;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .Premium-Amount {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666666;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin: 0;
}

@media (max-width: 48rem) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .Premium-Amount {
        margin-bottom: 0rem;
        font-weight: 600;
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card .Incl {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card a {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #0083cc;
    margin: 0;
    text-decoration: underline;
    border: none;
    background: unset;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .premium-amount-card {
        display: flex;
        gap: 4px;
        align-items: center;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 1.5rem;
    }
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #0083cc;
    margin: 0;
    text-decoration: underline;
    border: none;
    text-align: left;
    background: unset;
}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .premium-inner-card .view-prime button.view-btn {
        font-weight: 600;
        font-size: 0.625rem;
        line-height: 0.875rem;
        text-align: left;
    }
}

.common-btn,
.common-btnpaySuccess {
    background: #ffcb09;
    border-radius: 1.5rem;
    padding: 0.75rem 2rem;
    text-align: center;
    border: none;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    white-space: nowrap;
}

.common-btn img,
.common-btnpaySuccess img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

.common-btn.outline,
.common-btnpaySuccess.outline {
    background: none;
    border: 1px solid #000;
}

.datepickerss {
    position: relative;
}

.datepickerss img {
    position: absolute;
    top: 1.375rem;
    right: 0.9375rem;
    z-index: 0;
    cursor: pointer;
}

.datepickerss .ui-widget.ui-widget-content {
    width: 21.0625rem !important;
}

.premimum-tabel table {
    margin: 0 auto;
    width: 100%;
}

.premimum-tabel table p {
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #3d3d3d;
}


@media (max-width: 62rem) {

    .premimum-tabel table tr,
    .premimum-tabel th,
    .premimum-tabel td {
        padding: 0.5rem 0.875rem;
    }
}

.premimum-tabel table th {
    background-color: #ffcb09;
    text-align: center;
}

.premimum-tabel table th:first-child {
    border-top-left-radius: 0.75rem;
}

.premimum-tabel table th:last-child {
    border-top-right-radius: 0.75rem;
    text-align: center;
}

.premimum-tabel table td:last-child {
    text-align: center;
    font-weight: 700;
}

.premimum-tabel table td:nth-child(2) {
    text-align: center;
}

.premimum-tabel th p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #3d3d3d;
}

@media (max-width: 62rem) {
    .premimum-tabel th p {
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
}

.od-total-amt {
    background: #fffaec;
    margin-top: 0;
    border: 1px solid #F2F2F2;
    border-top: 0;
    padding: 0 !important;
}

.od-total-amt table {
    border-collapse: initial;
}

.od-total-amt table td {
    border: none;
    background: #fffaec;
}

.od-total-amt table tr {
    border: none;
}

.od-total-amt .first_td_width {
    width: 35.625rem;
}

.note {
    background: #f2f2f2;
    border-radius: 0.5rem;
    padding: 1rem;
    max-width: 74.0625rem;
    margin: 0 auto;
    margin-top: 1rem;
}

@media (max-width: 62rem) {
    .note {
        max-width: 56.25rem;
        margin-bottom: 65px;
    }
}

.note p {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-bottom: 0;
    margin-top: 0rem;
    color: #12100a;
    text-align: center;
}

.detail-share {
    margin: 40px 0 0
}

@media (max-width: 62rem) {
    .detail-share {
        margin: 0.75rem 0rem 1rem;
    }
}

.detail-share .calculation-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 48rem) {
    .detail-share .form-group {
        display: none;
    }
}

.detail-share .premimum-amt p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666666;
}

.detail-share .premimum-amt p span {
    font-size: 0.75rem;
}

@media (max-width: 62rem) {
    .detail-share .premimum-amt p span {
        font-size: 0.5rem;
        line-height: 0.875rem;
    }
}

@media (max-width: 62rem) {
    .detail-share .premimum-amt p {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
}

.detail-share .premimum-amt p.pre-amt {
    display: none;
}

@media (max-width: 48rem) {
    .detail-share .premimum-amt p.pre-amt {
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #12100a;
    }
}

.detail-share p.amount {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
}

@media (max-width: 48rem) {
    .detail-share p.amount {
        display: none;
    }
}

a.term-btn {
    text-decoration: underline;
    color: #0083cc;
}

input[type=checkbox] {
    background-color: #ffcb09;
}

.form-group {
    display: block;
    margin-bottom: 0.9375rem;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.terms {
    font-size: 14px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    background: #fff;
    border: 2px solid #b0b0b0;
    margin: 0 8px 0 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline-offset: 5px;
    outline-color: #b0b0b0;
}

input[type=checkbox]:after {
    content: "";
    display: block;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

input[type=checkbox]:checked:after {
    transform: scale(1);
}

input[type=checkbox] {
    border-radius: 5px;
}

input[type=checkbox]:after {
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked {
    border: none;
    background-color: #ff4b00;
}

input[type=checkbox]:checked:after {
    content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.primary-btn img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

.closeBtn {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 22px;
    z-index: 1;
}

@media (max-width: 767px) {
    .closeBtn {
        right: 14px;
        top: 10px;
    }
}

img.arrow-right {
    width: 16px !important;
}

.modal-body.sucssPopup {
    padding: 60px 80px;
}

@media (max-width: 767px) {
    .modal-body.sucssPopup {
        padding: 30px 28px;
    }
}

.modal-body.sucssPopup h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.modal-body.sucssPopup p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

@media (max-width: 767px) {
    .modal-body.sucssPopup p {
        font-size: 12px;
        line-height: 16px;
    }
}

.modal-body.sucssPopup .verifyKyc {
    background-color: #fef1f1;
    padding: 24px 48px;
    border: 1px solid var(--error-400, #f17575);
    border-radius: 8px;
    max-width: 440px;
    margin: 40px auto 40px;
}

@media (max-width: 767px) {
    .modal-body.sucssPopup .verifyKyc {
        max-width: 320px;
        margin: 24px auto;
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .modal-body.sucssPopup .verifyKyc {
        max-width: 260px;
    }
}

.modal-body.sucssPopup .verifyKyc .detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 767px) {
    .modal-body.sucssPopup .verifyKyc .detail {
        gap: 16px;
    }
}

.modal-body.sucssPopup .verifyKyc .detail p {
    font-size: 12px;
    text-align: left;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .modal-body.sucssPopup .verifyKyc .detail p {
        font-size: 10px;
        line-height: 14px;
    }
}

.modal-body.sucssPopup .verifyKyc .detail p:last-child {
    font-weight: 700;
}

.kycSuccess {
    display: flex;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 576px) {
    .kycSuccess {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .card-model #myModal1 {
        overflow-y: hidden;
    }

    #wrapper-card {
        position: absolute;
        width: 100%;
        overflow: hidden;
        transition: 0.5s ease-in-out;
        bottom: -100%;
    }

    .topup {
        bottom: 0% !important;
        transition: 0.5s ease-in-out !important;
        display: block !important;
    }

    .scrol {
        bottom: -18px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        position: fixed;
        width: 100%;
        left: 0;
        background: white;
        padding: 10px 10px;
    }
}

.bg-color {
    margin: 2rem 0;
}

.premimum-tabel table thead th {
    border: 0.0625rem solid transparent;

}

.premimum-tabel table thead th p {
    font-size: 14px !important;
    line-height: 18px !important;
}

.premimum-tabel table td:last-child {
    text-align: right;
    font-weight: 700;
}

.preAmount {
    display: flex;
    gap: 24px;
}

.cis-form {
    display: block;
    border: none;
    background: none;
    font-size: 16px;
    text-decoration: underline;
    color: #0083cc;
    font-weight: 600;
}

.cis-form:hover {
    color: #ffcb09;
}

.proposer,
.insurer {
    position: relative;
    padding: 24px 40px;
}

.proposer h3,
.insurer h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
}

.proposer .proposer_details,
.insurer .proposer_details {
    background: url("/bundle/assets/images/product/health-suraksha-renewal/pro-bg.svg");
    background-repeat: no-repeat;
    background-color: #3D3D3D;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 16px;
    padding: 36px 40px;
    position: relative;
}

.proposer .proposer_details .proposer_name,
.insurer .proposer_details .proposer_name {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 23px;
    font-weight: 500;
}

@media (max-width: 767px) {

    .proposer .proposer_details .proposer_name,
    .insurer .proposer_details .proposer_name {
        font-size: 14px;
        padding-bottom: 32px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {

    .proposer .proposer_details .proposer_name,
    .insurer .proposer_details .proposer_name {
        margin-top: 6px;
    }
}

.proposer .proposer_details .details,
.insurer .proposer_details .details {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #D8D8D8;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 60px;
}

@media (max-width: 991px) {

    .proposer .proposer_details .details,
    .insurer .proposer_details .details {
        flex-wrap: wrap;
        gap: 36px;
        row-gap: 16px;
    }
}

.proposer .proposer_details .details ul,
.insurer .proposer_details .details ul {
    padding-left: 0;
}

@media (max-width: 991px) {
    .insurer .proposer_details .details ul {
        /* flex-basis: 33.3%; */
        margin-bottom: 10px;
    }

    .proposer .proposer_details .details ul {
        /* flex-basis: 33.3%; */
        margin-bottom: 10px;
    }

    .proposer .proposer_details .details ul:last-child {
        border-bottom: unset;
        margin-bottom: 0;
    }

    .insurer .proposer_details .details ul:last-child {
        border-bottom: unset;
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    /* .proposer .proposer_details .details ul, .insurer .proposer_details .details ul {
    flex-basis: 100%;
  } */
}

.proposer .proposer_details .details ul li,
.insurer .proposer_details .details ul li {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 14px;
    color: #D8D8D8;
    font-weight: 400;
}

.proposer .proposer_details .details ul li:last-child,
.insurer .proposer_details .details ul li:last-child {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.proposer .proposer_details .quote,
.insurer .proposer_details .quote {
    position: absolute;
    top: 0px;
    right: 75px;
    background: #ffcb09;
    padding: 4px 8px;
    border-radius: 0 0 8px 8px;
}

.proposer .proposer_details .quote p,
.insurer .proposer_details .quote p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.proposer_Nominee {
    padding: 28px 40px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 1199px) {
    .proposer_Nominee {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .proposer_Nominee {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .proposer_Nominee .nominee {
        flex-basis: 48%;
    }
}

/* .proposer_Nominee .nominee:last-child {
  margin-top: 40px;
} */
@media (max-width: 767px) {
    .proposer_Nominee .nominee:last-child {
        margin-top: 24px;
    }
}

.proposer_Nominee .nominee h3 {
    font-size: 18px;
    line-height: 22px;
    color: #12100a;
    margin-bottom: 24px;
}

.nomini.insure-wrapper h3 {
    font-size: 18px;
    line-height: 22px;
    color: #12100a;
    margin-bottom: 24px;
    padding-top: 12px;
    flex-basis: 100%;
}

@media (max-width: 767px) {
    .proposer_Nominee .nominee h3 {
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center;
        font-size: 14px;
    }

    .nomini.insure-wrapper h3 {
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
        font-size: 14px;
    }
}

.proposer_Nominee .nominee .yellowBox {
    background-color: #F0C932;
    border-radius: 16px 16px 0px 0px;
    padding: 16px 35px;
    display: flex;
    justify-content: space-between;
}

.proposer_Nominee .nominee .yellowBox:last-child {
    margin-top: 40px;
}

.proposer_Nominee .nominee .yellowBox .edit,
.proposer_Nominee .nominee .yellowBox .editProposer {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #0083CC;
    font-weight: 500;
    cursor: pointer;
}

.proposer_Nominee .nominee .yellowBox .nName {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 767px) {
    .proposer_Nominee .nominee .yellowBox .nName {
        font-size: 14px;
    }
}

.proposer_Nominee .nominee .nomineeDetails {
    display: flex;
    justify-content: space-between;
    padding: 16px 35px;
    background-color: #F6F2E2;
    background-image: url(/bundle/assets/images/product/health-suraksha-renewal/yellow-bg.svg);
    border-radius: 0 0 16px 16px;
}

@media (max-width: 440px) {
    .proposer_Nominee .nominee .nomineeDetails {
        flex-direction: column;
        gap: 12px;
    }
}

.proposer_Nominee .nominee .nomineeDetails ul {
    padding-left: 0px;
    flex-basis: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 440px) {
    .proposer_Nominee .nominee .nomineeDetails ul {
        flex-basis: 100%;
    }
}

.proposer_Nominee .nominee .nomineeDetails ul li {
    font-size: 12px;
    line-height: 16px;
    color: #666;
    font-weight: 400;
    padding-bottom: 8px;
}

.proposer_Nominee .nominee .nomineeDetails ul li:last-child {
    color: #12100a;
    font-weight: 500;
    padding-bottom: 0;
}

#nominee .modal-dialog,
#proNominee .modal-dialog,
#ProposereEdit .modal-dialog,
#InsurerEdit .modal-dialog {
    max-width: 56%;
    text-align: center;
}

@media (max-width: 1290px) {

    #nominee .modal-dialog,
    #proNominee .modal-dialog,
    #ProposereEdit .modal-dialog {
        max-width: 70%;
    }
}

@media (max-width: 991px) {

    #nominee .modal-dialog,
    #proNominee .modal-dialog,
    #ProposereEdit .modal-dialog {
        max-width: 95%;
    }
}

@media (max-width: 576px) {

    #nominee .modal-dialog,
    #proNominee .modal-dialog,
    #ProposereEdit .modal-dialog {
        max-width: 100%;
    }
}

#nominee .modal-content,
#proNominee .modal-content,
#ProposereEdit .modal-content,
#InsurerEdit .modal-content {
    padding: 40px 32px;
    border-radius: 16px;
}

#nominee h2,
#proNominee h2,
#ProposereEdit h2,
#InsurerDetailForm h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 24px;
}

.dropdownSelect {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.dropdownSelect label:before {
    display: none !important;
}

.dropdownSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.dropdownSelect select.form-control {
    padding-top: 10px;
    transition: 0.15s;
}

.dropdownSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px)/11px no-repeat;
}

.dropdownSelect .form-area {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdownSelect .form-area .form-inner {
    width: 100%;
}

.dropdownSelect .form-group {
    position: relative;
    margin-bottom: 0px;
}

.dropdownSelect .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 21px;
    min-height: 48px;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdownSelect .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #febd11;
    outline: 0;
    box-shadow: none;
}

.dropdownSelect .form-control.step1 {
    min-height: 50px;
}

.dropdownSelect select.form-control {
    padding-top: 14px;
    transition: 0.15s;
}

.dropdownSelect .floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    opacity: 1;
    top: 14px;
    left: 32px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.dropdownSelect .floating-diff .floating-label {
    opacity: 0;
}

.dropdownSelect .floating-diff.focused .floating-label {
    opacity: 1;
}

.dropdownSelect .form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 8px;
    left: 15px;
    font-size: 12px;
}

.dropdownSelect .form-group.focused select.form-control {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-bottom: 8px;
}

.dropdownSelect .float-checkradio {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}

.dropdownSelect .float-checkradio.focused {
    padding-top: 21px;
}

.dropdownSelect .select2Part .floating-label {
    opacity: 0;
}

.dropdownSelect .select2Part.focused .floating-label {
    opacity: 1;
}

.dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
    text-align: left;
}

.dropdownSelect .select2multiple .floating-label {
    opacity: 1;
}

.dropdownSelect .select2-container--default .select2-selection--single {
    border: 1px solid #c2c2c2;
    height: 49px;
    border-radius: 8px;
    margin: 0px 0 0;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    transition: 240ms;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 15px;
    transition: 240ms;
}



.dropdownSelect .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236, 238, 241);
    color: #4a494a;
}

.dropdownSelect .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #febd11;
    color: #fff;
}

.dropdownSelect .select2-container--default .select2-results__option:last-child {
    border-radius: 0px 0px 4px 4px;
}

.dropdownSelect .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 14px;
    border: 1px solid #dfe3e7;
    border-radius: 4px;
    color: #757575;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding-right: 45px;
}

.dropdownSelect .select2-container--default .select2-search--dropdown:after {
    content: "\f002";
    font-family: "Gilmer";
    font-weight: 900;
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}

.dropdownSelect .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #dfe3e7;
    min-height: 50px;
    border-radius: 6px;
    position: relative;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #757575;
    line-height: 55px;
    padding-right: 40px;
    display: block;
    height: 100%;
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
    transition: 240ms;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: "";
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 26px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    line-height: initial;
    padding: 5px;
    font-size: 14px;
    position: relative;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
    right: 15px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    line-height: initial;
    padding: 0;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: default;
    float: left;
    color: #1f1f1f;
    margin-right: 5px;
    margin-top: 5px;
    width: initial !important;
    padding: 5px 10px;
    padding-right: 24px !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
}

.dropdownSelect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    font-size: 17px;
    width: 20px;
    height: 20px;
    top: 3px;
    text-align: center;
    color: #e45555;
    right: 0px;
}

.dropdownSelect .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

.dropdownSelect .select2-container--focus.select2-container--default .select2-selection--single {
    border: 1px solid #febd11;
    background-color: #fff;
}

.dropdownSelect .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-top: 3px;
}

.dropdownSelect .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdownSelect .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdownSelect .select2-results__option {
    padding: 10px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
}

.dropdownSelect .select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
    top: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.dropdownSelect .select2-container--open .select2-dropdown--below {
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    border: none;
    top: -8px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 9999;
}

.dropdownSelect .select2Part.w-100>.select2-container {
    width: 100% !important;
}

.dropdownSelect .select2-search--dropdown {
    padding: 12px 15px;
    position: relative;
}

.dropdownSelect .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #febd11;
    background-color: #fff;
}

.dropdownSelect .floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-bottom: 7px;
    padding-top: 17px;
    padding-left: 17px;
}

#ProposerDetailForm input.formBox {
    font-size: 16px;
    color: #000;
    padding: 4px 16px;
    border-radius: 0.5rem;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 260px;
    margin: 11px 0 0;
    line-height: 24px;
    height: 48px;
    text-align: left;
}

#InsurerDetailForm input.formBox {
    font-size: 16px;
    color: #000;
    padding: 4px 16px;
    border-radius: 0.5rem;
    width: 100%;
    border: 0.0625rem solid #c4c4c4;
    max-width: 260px;
    margin-top: 0.4375rem;
    line-height: 24px;
    height: 48px;
    text-align: left;
}

#InsurerDetailForm .formContent label {
    text-align: left;
}

input.formBox:focus {
    outline: unset;
}

@media (max-width: 47.9375rem) {
    input.formBox {
        max-width: 100%;
    }
}

.ckycDetails {
    padding: 24px 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767px) {
    .ckycDetails {
        padding: 16px;
    }
}

.ckycDetails h3 {
    font-size: 18px;
    line-height: 22px;
    color: #12100a;
}

@media (max-width: 767px) {
    .ckycDetails h3 {
        text-align: center;
        font-size: 14px;
    }
}

.ckycPro {
    padding: 0px 40px;
    display: flex;
}

@media (max-width: 991px) {
    .ckycPro {
        row-gap: 16px;
        padding: 0px 15px 16px;
    }
}

.ckycPro p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.ckycPro p:last-child {
    color: #12100a;
    font-weight: 500;
}

.ckycPro .ckycName {
    flex-basis: 25%;
}

@media (max-width: 991px) {
    .ckycPro .ckycName {
        flex-basis: 50%;
    }
}

.address {
    padding: 24px 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767px) {
    .address {
        padding: 15px 15px 0;
    }
}

.address .edit {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #0083CC;
    font-weight: 500;
    cursor: pointer;
}

.address h3 {
    font-size: 18px;
    line-height: 22px;
    color: #12100a;
}

@media (max-width: 767px) {
    .address h3 {
        text-align: center;
        font-size: 14px;
        margin: 0;
    }
}

.addDetails {
    padding: 0px 40px 24px;
    display: flex;
    justify-content: space-between;

}

@media (max-width: 991px) {
    .addDetails {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 16px;
    }
}

.addDetails ul {
    flex-basis: 14%;
}

@media (max-width: 991px) {
    .addDetails ul {
        flex-basis: 33%;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .addDetails ul {
        flex-basis: 46%;
        margin-bottom: 8px;
    }
}

@media (max-width: 440px) {
    .addDetails ul {
        /* flex-basis: 100%; */
        margin-bottom: 6px;
    }
}

.addDetails ul li {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .addDetails ul li {
        margin-bottom: 6px;
    }

}

@media (max-width: 991px) {
    #InsurerDetailForm input.formBox {
        width: 100%;
        max-width: 100%;
    }
}

.addDetails ul li:last-child {
    color: #12100a;
    font-weight: 500;
}

input#renpaynowTermsPremium,
#premiumcispayAgree {
    display: none;
}

.nominee.Nomineediv {
    display: flex;
    flex-wrap: wrap;
    GAP: 30PX;
}

.nomini_card {
    max-width: 365px;
    /* width: 100%; */
}

.nominee.proposernom {
    max-width: 370px;
    WIDTH: 100%;
}

.insurer-title {
    font-size: 18px;
    line-height: 22px;
    color: #12100a;
    margin-bottom: 0;
    padding: 0 40px;
}

.premium-details .insurer {
    display: grid;
    gap: 24px;
    padding-bottom: 12px;
}

#ProposerDetailForm .reg-kyc,
#InsurerDetailForm button {
    max-width: 210px;
    width: 100%;
}

#kycdetails .ky {
    padding-bottom: 20px;
    padding-top: 12px;
}

#kycdetails .ky h2 {
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

#kycdetails {
    padding: 42px 40px 24px;
}

#kycdetails .tooltips {
    left: 134px;
    bottom: 163px;
    z-index: 999999999;
    display: grid;
    gap: 8px;
}

#kycdetails .nomini-kyc-dtails {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#kycdetails .nomini-kyc-dtails .nomini-kyc-dtail-card {
    max-width: 330px;
    width: 100%;
}

#kycdetails .nomini-kyc-dtails .nomini-kyc-dtail-card input.formBox {
    margin-top: 8px;
    height: 48px;
    font-weight: 500;
}

#kycdetails .nomini-kyc-dtails .nomini-kyc-dtail-card input.formBox::placeholder {
    font-weight: 400;
}

#ckycAddressDiv .addDetails ul li:last-child {
    white-space: nowrap;
    width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width:768px) {

    .proposer,
    .insurer {
        padding: 15px;
    }

    .nominee.Nomineediv {
        gap: 15px;
    }

    .nominee.proposernom {
        max-width: 100%;
        WIDTH: 100%;
    }

    .nomini_card {
        max-width: 100%;
        width: 100%;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details {
        padding: 16px;
    }

    .addDetails ul li:last-child {
        font-size: 12px;
    }

    #premiumBreakupTable .modal-content .modal-body p {
        text-align: center;
        line-height: 16px;
        font-weight: 600;
    }



    .od-total-amt #premiumPageBreakupTotal tr td:first-child p {
        text-align: left;
    }

    .od-total-amt #premiumPageBreakupTotal tr td:last-child p {
        text-align: right;
    }

    .paymentMethod .popup__content {
        transform: translate(-50%, 100%) !important;

    }

    .paymentMethod.show .popup__content {
        transform: translate(-50%, 19%) !important;
    }

}

@media (max-width:992px) {
    #InsurerEdit.modal .fetch-model {
        max-width: 100%;
        bottom: -100%;
        position: absolute;
        min-height: auto;
        transition: 0.5s ease-in-out !important;
    }

    #InsurerEdit {
        z-index: 999999;
    }

    #InsurerEdit.modal.show .fetch-model {
        transition: 0.5s ease-in-out !important;
        bottom: 0;
    }

    .modal.show .modal-dialog {
        bottom: 0;
    }

    #InsurerEdit .modal-content {
        padding: 20px;
    }
}

.editAddressDetailBtn {
    display: flex;
    gap: 5px;
}

.premiumcheck .form-group input {
    display: none;
}

#editAddressDetails {
    z-index: 99999;
}

.payment-method-btn button {
    border: 1px solid black;
    border-radius: 100%;
    padding: 10px;
    width: 36px;
    height: 37px;
    display: flex;
    align-items: center;
}

.paymentMethod .popup__content {
    transition: 0.5s ease-in-out !important;
}

#otpVerifyForm #otpForm {
    gap: 15px;
}


/* new css */
/* .space-bx {
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
} */

.renewPolicy label {
    font-weight: 500;
    color: #12100A;
    display: flex;
    align-items: center;
    gap: 8px;
}

.policyFlow label {
    font-weight: 500;
}

.countdownbtn {
    margin-top: 24px;
    margin-bottom: 0;
}

.otpErrorAlert {
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.policyFlow .formContent {
    margin-bottom: 24px;
}

.modal-content .modal-header .modal-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.modal-content .modal-header {
    padding-bottom: 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expert-wrapper {
    padding: 2.5rem 2.5rem 0 2.5rem;
}

.premium-details {
    padding-top: 16px;
}

.addoncoversAppend {
    padding-bottom: 0;
}

/* checkcard */
.addCard {
    background: #f5f5f5;
    border: 0.0938rem solid #f2f2f2;
    border-radius: 0.75rem;
    padding: 1rem;
    display: grid;
    gap: 0.625rem;
    position: relative;
    max-width: 254px;
    width: 100%;
    min-height: 135px;
}

.addCard .checkstate {
    position: absolute;
    right: 0rem;
    top: 0rem;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
    border-radius: 1.25rem;
    margin-right: 0;
}

.addCard .checkmark {
    border: 0.0625rem solid gray;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2px;
    top: 10px;
    background-color: white;
    border-radius: 1.875rem;
    cursor: pointer !important;
}

.addCard.active .checkmark {
    background-image: url(/bundle/assets/images/product/car-renewal/svg/success.svg);
    border: 0.0625rem solid transparent;
    background-size: 100%;
}

.addCard .icon-pcheck {
    display: flex;
    justify-content: space-between;
}

.addCard .icon-pcheck img {
    width: 34px;
    height: 34px;
}

.addCard .cover-owner {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #3d3d3d;
}

.addCard .cover-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #333333;
}

.addCard.active {
    border: 0.0938rem solid #ffcb09;
    background: #fffaec;
}

/* adds on */
.adds-on .ky {
    display: flex;
    gap: 10px;
    align-items: center;
}

.adds-on .ky h2 {
    padding-right: 0;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding-top: 22px;
    padding-left: 40px;
}

.tool-tip-wrapper .new-toggle-tooltip {
    margin-left: 8px;
    z-index: 99;
    position: relative;
    cursor: pointer;
}

.tool-tip-wrapper.active .new-tooltip {
    display: block;
}

.new-tooltip p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.new-tooltip ul li p:last-child {
    font-weight: 400;
    font-size: 10px;
    margin-top: 4px;
    line-height: 14px;
}

.new-tooltip ul {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

#kycdetails .nomini-kyc-dtails .nomini-kyc-dtail-card label {
    font-weight: 500;
}

#premiumBreakupTable .modal-content .modal-body p {
    margin-bottom: 0 !important;
    font-size: 12px;
    padding: 0;
}

.nomini-kyc-dtail-card .formContent {
    margin-bottom: 0;
}

.table-list-data li {
    display: flex;
    margin-bottom: 8px;
}

#premiumBreakupTable .modal-content .modal-body .table-list-data li p:first-child {
    text-align: left;
    width: 80%;
}

#premiumBreakupTable .modal-content .modal-body .table-list-data li p:last-child {
    text-align: right;
    width: 20%;
}

#premiumBreakupTable .modal-dialog {
    max-width: 1120px;
}

.od-total-amt .modal-content .modal-body tr td:first-child p {
    text-align: left;
}

.od-total-amt .modal-content .modal-body tr td:last-child p {
    text-align: right;
}

.premimum-tabel table tr td:last-child p {
    font-weight: 600;
}

.od-total-amt table tr td:last-child p {
    font-weight: 600;
}

.detail-share .calculation-tab .right-section-model .amount.premiumBreakupAmt {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 35px !important;
}

.premimum-tabel .detail-share .right-section-model .check-b {
    align-items: start;
}

.od-total-amt table tbody tr td:first-child p {
    text-align: left;
    padding: 0.5rem 0.875rem;

}

.od-total-amt table tbody tr td:last-child p {
    text-align: right;
    padding: 0.5rem 0.875rem;

}

.check-b {
    gap: 20px !important;
}

/* Proposer CKYC Details */
.prop-kyc-details {
    padding: 40px;
}

.prop-kyc-details h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 24px;
    padding: 0
}

.prop-kyc-details .kyc-wrapper {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.prop-kyc-details .kyc-wrapper .kyc-data {
    max-width: 302px;
    width: 100%;
}

.prop-kyc-details .kyc-wrapper .kyc-data p:first-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding-bottom: 8px;
    color: #666666;
}

.prop-kyc-details .kyc-wrapper .kyc-data p:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    word-break: break-all;
}

.prop-kyc-details .edit-kyc {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.prop-kyc-details .edit-kyc h2 {
    margin-bottom: 0;
}

.prop-kyc-details .edit-kyc-data-list .kyc-data {
    max-width: 192px;
    width: 100%;
}

.prop-kyc-details .edit-kyc-data-list {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.prop-kyc-details .edit-kyc span {
    color: #1978E9;
    font-weight: 600;
    font-size: 12px;
    margin-left: 4px;
    line-height: 24px;
}

.health-cersai-form {
    border-top: 1px solid #F2F2F2;
}

.checkbox {
    cursor: pointer;
    padding-left: 30px;
}

.checkbox .icon {
    height: 18px;
    left: -6px;
    position: absolute;
    top: 45%;
    transform: rotate(45deg) translateY(-50%);
    width: 18px;
}

.checkbox .icon:before,
input:focus,
textarea:focus {
    border: 1px solid #ffcb09;
}

.checkbox .icon:before {
    background: 0 0;
    border-radius: 6px;
    height: 100%;
    transform: rotate(45deg);
    transition: background .1s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
}

.checkbox .icon:before,
input:focus,
textarea:focus {
    border: 1px solid #ffcb09;
}

.checkbox .icon:after,
.checkbox .icon:before {
    content: "";
    display: block;
    position: absolute;
}

.checkbox .icon:after {
    border: 1px solid transparent;
    bottom: 3px;
    height: 0;
    left: 5px;
    transition: height .1s ease-in, width .1s ease-out .1s, border-color .1s cubic-bezier(.165, .84, .44, 1) .1s;
    width: 0;
}

.insure-text p {
    font-weight: 400;
}

.insure-text a,
.insure-text p {
    font-size: 12px;
    line-height: 14.4px;
}

.insure-text .input-group a {
    text-decoration: underline;
}

.health-cersai-form .input-group {
    width: auto;
}

.checkbox,
.text {
    display: inline-block;
    user-select: none;
}

.insure:checked+.checkbox .icon:before {
    background: #ffcb09;
    border: 1px solid #000;
}

.insure:checked+.checkbox .icon:after {
    border-bottom-color: #000;
    border-right-color: #000;
    height: 14px;
    transition: width .1s ease-in, height .1s ease-out .1s, border-color .1s cubic-bezier(.165, .84, .44, 1);
    width: 6px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .health-cersai-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F2F2F2;
    margin-top: 40px;
}

.terms-wrapper .input-group:first-child {
    margin-bottom: 16px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .health-cersai-form .text u {
    color: #0083CC;
}

.prop-kyc-details .proposer-address-details .proposer-address-inputs {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.prop-kyc-details .proposer-address-details .proposer-address-inputs .proposer-data {
    max-width: 260px;
    width: 100%;
}

.prop-kyc-details .proposer-address-details .proposer-address-inputs .proposer-data input {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    font-weight: 500;
}

.prop-kyc-details .proposer-address-details .proposer-address-inputs .proposer-data label {
    padding-bottom: 7px;
}

.proposer-address-details {
    margin-bottom: 40px;
}

/* document-upload */
.document-upload .upload-wrapper label {
    display: block;
}

.document-upload {
    margin-top: 48px;
}

.document-upload .upload-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

/* .document-upload .upload-wrapper select:after {

  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(59%) sepia(0) saturate(0) hue-rotate(264deg) brightness(96%) contrast(92%);
  height: 14px;
  position: absolute;
  right: 13px;
  top: 17px;
  width: 10px;
} */
.document-upload .upload-wrapper .upload-data {
    max-width: 326px;
    width: 100%;
}

.document-upload .upload-wrapper .upload-data .upload-files {
    display: flex;
    gap: 8px;
    background-color: #F2F2F2;
    border: 1px dashed #C4C4C4;
    border-radius: 8px;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 48px;
}

.document-upload .upload-wrapper .upload-data input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}



.document-upload .upload-wrapper select {
    appearance: none;
    background-color: rgb(255, 255, 255);
    background-image: url(/bundle/assets/images/product/health-suraksha-renewal/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: auto;
    height: 48px;
    width: 100%;
    background-position: right 19px center;
    border-width: 1px;
    border-style: solid;
    border-color: #C4C4C4;
    color: #211500;
    border-image: initial;
    border-radius: 8px;
    padding: 12px 15px;
}

.upload-wrapper .uplod-kyc-details .file__values {
    display: flex;
    margin-left: 0;

}

.upload-wrapper .upload-show {
    max-width: 326px;
    width: 100%;
}

.upload-wrapper .uplod-kyc-details .file__values--remove {
    position: absolute;
    width: 30%;
    height: 20px;
    right: 0;
}

.upload-wrapper .uplod-kyc-details .file__values {
    margin-top: 32px;
    margin-right: 0;
    margin-top: 0;
}

.upload-wrapper .upload-show .uplod-kyc-details {
    margin-top: 32px;
}

.upload-wrapper .upload-files p {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.lablehide {
    opacity: 0;
}

.proposar-edit {
    margin-bottom: 200px;
}

.proposer-address-details {
    display: none;
}

.prop-kyc-details .edit-kyc .edit-click {
    cursor: pointer;
}

/* failure flow */
.helth-suraksha-kyc .formContent {
    margin-bottom: 0;
}

.helth-suraksha-kyc .dropdownSelect .form-group {
    margin-bottom: 0;
}

.helth-suraksha-kyc .uplod-kyc-details .file__values {
    margin-top: 24px;
    margin-right: 0;
}

.helth-suraksha-kyc .dropdownSelect .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 3px;
}

.helth-suraksha-kyc .file__input {
    position: relative;
}

.helth-suraksha-kyc .file__input--file {
    width: 100%;
    height: 100%;
    top: 0;
}

.helth-suraksha-kyc .dropdownSelect {
    margin-bottom: 0;
}

.helth-suraksha-kyc .file {
    margin-bottom: 0px;
}

.insur-data {
    row-gap: 24px;
}

.kyc-wrapper .header-flex .form-group input:checked~.addressProofDiv {
    display: none;
}

.helth-suraksha-kyc .recent-Photograph-file {
    margin-bottom: 40px;
}

.helth-suraksha-kyc .border-bottom {
    margin-top: 96px;
    border-bottom: 1px solid #F2F2F2 !important;
    margin-bottom: 21px;
}

.ckycFailModal .modal-content .modal-body p {
    margin-top: 32px;
    margin-bottom: 24px !important;
}

.ckycFailModal .modal-content .modal-body .outline {
    background-color: transparent;
    border: 1px solid #000;
    color: black;
    font-weight: 600;
}

#ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper {
    align-items: start;
    justify-content: space-between;
    padding: 43px 0 0 0;
}

#ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper .premium-amount {
    padding: 0;
    flex-wrap: nowrap;
    gap: 143px;
}

@media (max-width:1320px) {
    #ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper .premium-amount {
        gap: 60px;
    }
}

@media (max-width:1200px) {
    #ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper .premium-amount {
        gap: 30px;
    }
}

#ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper u {
    color: #0083CC;
}

#ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper .premium-amount {
    width: auto;
}

#ckycSuccess .uplod-kyc-details .col-md-6.col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ckycSuccess .uplod-kyc-details .bg-color {
    margin: 80PX 0;
    padding: 48px 49px 48px 108px;
}

/* popups */
#RenewalNotAllowed .modal-dialog {
    max-width: 680px;
}

#RenewalNotAllowed .modal-content .modal-body p {
    width: 100%;
    padding: 24px 0;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0 !important;
    color: #000000;
}

#RenewalNotAllowed .modal-content .modal-body .renewal-content {
    font-weight: 500;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 24px;
    padding: 0;
    padding-bottom: 16px;
}

#RenewalNotAllowed .modal-content .modal-body .gif-img {
    width: 57px;
    height: 57px;
}

#RenewalNotAllowed .modal-content .model-footer {
    border-top: 1px solid #F2F2F2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 16px;
    margin-top: 24px;
}

#RenewalNotAllowed .modal-dialog .modal-content .reg-kyc {
    min-width: 210px;
    width: auto;
}

#RenewalNotAllowed .modal-dialog .modal-content .modal-body {
    padding: 48px 0 0 0;
}

#RenewalNotAllowed .modal-dialog .modal-content .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

#RenewalNotAllowed .modal-content .modal-body p {
    margin-bottom: 0 !important;
}

/*  */
#AlreadyRenewed .modal-dialog .modal-content .gif-img {
    width: 66px;
    height: 66px;
}

#AlreadyRenewed .modal-dialog {
    max-width: 680px;
}

#AlreadyRenewed .modal-dialog p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 0 !important;
}

#AlreadyRenewed .modal-dialog .good-news {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 24px 0;
    color: #000000;
}

#AlreadyRenewed .modal-footer {
    border-top: 1px solid #F2F2F2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 16px;
    margin-top: 24px;
}

#AlreadyRenewed .primary-btn {
    min-width: 210px;
    width: auto;
}

#AlreadyRenewed .no {
    background-color: #D8D8D8;
    color: #666666;

}

@media (max-width: 992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .health-cersai-form {
        padding-top: 24px;
        /* display: none; */
        border: none;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .con-btn {
        flex-wrap: wrap;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .con-btn button {
        min-width: 100%;
    }

    .prop-kyc-details .edit-kyc-data-list {
        flex-wrap: wrap;
    }

    #kycdetails .tooltips {
        left: 7px !important;
        bottom: 156px;
        z-index: 999999999;
    }

    .tooltips::before {
        left: 111px !important;
        max-width: 100%;
    }

    #kycdetails {
        padding: 16px;
    }

    .premimum-tabel .detail-share .right-section-model {
        justify-content: space-between;
        gap: 0 !important;
    }

    #ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper .premium-amount {
        padding: 0.75rem 1rem 25px;
    }
}

@media (max-width: 768px) {
    #AlreadyRenewed .modal-dialog .modal-content .gif-img {
        width: 40px;
        height: 40px;
    }

    .ckycFailModal .modal-content .modal-body .faliure-btns {
        display: flex;
        flex-direction: column-reverse;
    }

    .ckycFailModal .modal-content .modal-body .outline {
        padding: 14px 0;
    }

    .helth-suraksha-kyc .photo_upload_close {
        margin-bottom: 24px;
        margin-right: 0;
        margin-top: 0;
    }

    .helth-suraksha-kyc .kyc-wrapper .header-flex {
        flex-wrap: wrap;
    }

    .uplod-kyc-details .kyc-wrapper h3 {
        font-size: 16px;
        /* font-size: 18px; */
        line-height: 20px;
        /* line-height: 22px; */
    }

    .helth-suraksha-kyc h2 {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        margin-bottom: 24px;
    }

    .helth-suraksha-kyc .dropdownSelect .form-group {
        margin-bottom: 24px;
    }

    .helth-suraksha-kyc .addressProofDiv .dropdownSelect {
        margin-bottom: 24px;
    }

    .helth-suraksha-kyc .kyc-wrapper {
        margin-bottom: 32px;
    }

    .od-total-amt {
        min-width: 800px;
    }

    .premimum-tabel table {
        min-width: 800px;
    }

    .detail-share {
        bottom: 0;
        box-shadow: 0rem -0.25rem 0.75rem rgba(54, 54, 54, 0.08);
        margin-bottom: 0 !important;
    }

    .od-total-amt table tbody tr td:nth-child(2) {
        padding: 10px 25px !important;
    }

    .od-total-amt table tbody tr td:nth-child(2) p {
        text-align: right !important;
    }

    .od-total-amt table tbody tr td:nth-child(1) {
        padding: 10px !important;
    }


    .od-total-amt table tbody tr td:nth-child(1) p {
        text-align: left !important;
    }

    .containerSpace {
        flex-wrap: wrap;
    }

    .renewPolicy label {
        font-size: 12px;
        line-height: 16px;
    }

    .renewPolicy .toggle-tooltip,
    .date-tooltip {
        width: 20px;
        height: 20px;
        margin-left: 3px;
    }

    input.formBox {
        font-size: 12px;
        line-height: 16px;
    }

    .space-bx {
        margin-left: 15px;
        margin-right: 15px;
        padding: 24px 0;
    }

    .sectionSpacing {
        padding: 0;
    }

    .otpBtnGrpCustom {
        flex-wrap: wrap;
    }

    /* .otpBtnGrpCustom .primary-btn {
        margin-top: 0;
    } */

    .modal-content .modal-body p {

        margin-bottom: 22px !important;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expert-wrapper {
        padding: 16px;
        padding-bottom: 0;
    }

    .premium-details {
        padding-top: 8px;
    }

    .proposer_Nominee .nominee .yellowBox {
        padding: 16px;
    }

    .proposer_Nominee .nominee .nomineeDetails {
        padding: 16px;
    }

    .adds-on .ky h2 {
        padding-left: 16px;
    }

    .new-tooltip {
        min-width: 100%;
        max-width: 320px;
        width: 100%;
    }

    .new-tooltip.right-tooltip {
        right: 0;
        bottom: unset;
        top: -266px;
        z-index: 999;
        left: 0;
    }

    .new-tooltip.right-tooltip:before {
        bottom: unset;
        border-top-color: 0;
        left: 35%;
        transform: matrix(1, 0, 0, 1, 0, 0);
        top: unset;
        bottom: -46px;
    }

    #kycdetails .tooltips {
        left: 6px !important;
        bottom: 255px !important;
        z-index: 999999999;
    }

    .common-btn {
        min-width: 100%;
    }

    .proposer h3,
    .insurer h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .adds-on .ky h2 {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
    }

    #premiumBreakupTable .detail-share .pre-amt.premiumBreakupAmt {
        font-size: 24px;
        line-height: 24px;
    }

    #kycdetails .ky h2 {
        font-size: 14px;
        line-height: 24px !important;
    }

    /* .space-bx {
        height: auto;
    } */

    .mobile-modal-dialog-centered .modal-content {
        padding: 16px;
    }

    .tooltips::before {
        left: 85px !important;
    }

    .premimum-tabel table thead th p {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .modal-content .modal-header .modal-title {
        font-size: 16px;
    }

    .prop-kyc-details .edit-kyc-data-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .upload-wrapper .upload-show .uplod-kyc-details {
        margin-top: 24px;
    }

    .prop-kyc-details .kyc-wrapper {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .prop-kyc-details {
        padding: 24px 16px 24px 16px;
    }

    .prop-kyc-details h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .document-upload .upload-wrapper label {
        display: none;
    }

    .prop-kyc-details .proposer-address-details .proposer-address-inputs .proposer-data {
        max-width: 100%
    }

    .document-upload {
        margin-top: 24px;
    }

    .helth-suraksha-kyc .dropdownSelect .form-group {
        margin-bottom: 0;
    }

    .proposar-edit {
        margin-bottom: 0;
    }

    .helth-suraksha-kyc .border-bottom {
        margin-bottom: 20px;
        margin-top: 20PX;
    }

    .helth-suraksha-kyc .id-profee {
        margin-bottom: 24px;
    }

    .helth-suraksha-kyc .recent-Photograph-file {
        margin-bottom: 24px;
    }


    #ckycSuccess .uplod-kyc-details .success-form .bottm-wrapper {
        padding: 24px 0px 0px 20px;
    }

    #ckycSuccess .uplod-kyc-details .success-form .success-right-side-content h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #12100A;
        margin-bottom: 16px;
        text-align: center;
        margin-top: 20px;
    }

    #RenewalNotAllowed .modal-content .modal-body {
        padding: 40px 0 0 0;
    }

    .modal-content .modal-footer {
        margin-top: 40px;
    }

    #RenewalNotAllowed .modal-dialog .modal-content {
        width: 98%;
        margin: 0 auto;
    }

    #RenewalNotAllowed .modal-content .modal-body p {
        padding: 16px 0;
    }

    /* @media (min-height:676px) {
        .space-bx {
            height: calc(95vh - 100px);
        }
    } */
}


.bottm-wrapper.cersaiToForm.health-cersai-form.ckycProceedtopay {
    display: none;
}

@media (max-width:1200px) {
    #ckycSuccess .uplod-kyc-details .bg-color {
        padding: 48px 60px;
    }
}

#AlreadyRenewed .modal-dialog .modal-content .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

#AlreadyRenewed .modal-dialog .modal-content {
    padding-top: 48px;
}

#AlreadyRenewed .modal-dialog .modal-content .col-md-12.col-sm-12.text-center {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

#policyafter .modal-content .close,
#NearestBranch .modal-content .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

#policyafter .modal-content .modal-body p,
#NearestBranch .modal-content .modal-body p {
    margin-bottom: 0 !important;
    color: #3D3D3D;
    word-break: break-all;
    text-align: center;
}

#policyafter .modal-content .oops,
#NearestBranch .modal-content .oops {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 24px 0;
    color: #000000;
}

#policyafter .modal-content .modal-body .gif-img,
#NearestBranch .modal-content .modal-body .gif-img {
    width: 54px;
    height: 54px;
}

#policyafter .modal-dialog,
#NearestBranch .modal-dialog {
    max-width: 680px;
}

#policyafter .modal-content .modal-footer,
#NearestBranch .modal-content .modal-footer {
    border-top: 1px solid #F2F2F2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 16px;
    margin-top: 24px;
    justify-content: center;
}

#policyafter .modal-content,
#NearestBranch .modal-content {
    padding-top: 50px;
}

.document-upload .upload-wrapper .upload-data .select2-container {
    width: 100% !important;
}

.document-upload .upload-wrapper label {
    margin-bottom: 5px;
}

#addressDetailForm .upload-wrapper .upload-show .uplod-kyc-details {
    margin-top: 14px;
}

@media (max-width:768px) {
    .document-upload .upload-wrapper .upload-data {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    #addressDetailForm .upload-wrapper .upload-show #uplod-kyc-details {
        margin-top: 16PX;
    }

    #addressDetailForm .upload-wrapper .upload-show .uplod-kyc-details {
        margin-top: 0;
    }

    #editCkycDetails .proposer-address-details {
        margin-bottom: 10px;
    }

    .document-upload .upload-wrapper {
        gap: 29px;
    }

    .upload-wrapper .upload-show {
        max-width: 100%;
    }

    #policyafter .modal-content .oops,
    #NearestBranch .modal-content .oops {
        padding: 16px 0;
    }

    #policyafter .modal-content,
    #NearestBranch .modal-content {
        width: 96%;
        margin: 0 auto;
    }

    #policyafter .modal-content .modal-body .gif-img,
    #NearestBranch .modal-content .modal-body .gif-img {
        width: 32px;
        height: 32px;
    }

    #policyafter .modal-content .primary-btn,
    #NearestBranch .modal-content .primary-btn {
        width: auto;
    }

    .uplod-kyc-details .bg-color {
        padding: 40px 24px;
    }

    #AlreadyRenewed .modal-dialog .modal-content .primary-btn {
        margin: 0;
    }

    #AlreadyRenewed .modal-dialog .modal-content .col-md-12.col-sm-12.text-center {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #AlreadyRenewed .modal-dialog {
        width: 96%;
    }

    #AlreadyRenewed .modal-content .modal-footer {
        justify-content: center;
    }

    #AlreadyRenewed .modal-content .modal-body {
        padding: 0;
    }
}

@media (max-width:1200px) {
    #ckycSuccess .uplod-kyc-details .bg-color {
        padding: 48px 60px;
    }
}

#AlreadyRenewed .modal-dialog .modal-content .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

#AlreadyRenewed .modal-dialog .modal-content {
    padding-top: 48px;
}

#AlreadyRenewed .modal-dialog .modal-content .col-md-12.col-sm-12.text-center {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

#policyafter .modal-content .close,
#NearestBranch .modal-content .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}

#policyafter .modal-content .modal-body p,
#NearestBranch .modal-content .modal-body p {
    margin-bottom: 0 !important;
    color: #3D3D3D;
    word-break: break-word;
}

#policyafter .modal-content .oops,
#NearestBranch .modal-content .oops {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 24px 0;
    color: #000000;
}

#policyafter .modal-content .modal-body .gif-img,
#NearestBranch .modal-content .modal-body .gif-img {
    width: 54px;
    height: 54px;
}

#policyafter .modal-dialog,
#NearestBranch .modal-dialog {
    max-width: 680px;
}

#policyafter .modal-content .modal-footer,
#NearestBranch .modal-content .modal-footer {
    border-top: 1px solid #F2F2F2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 16px;
    margin-top: 24px;
    justify-content: center;
}

#policyafter .modal-content,
#NearestBranch .modal-content {
    padding-top: 50px;
}

.regform .datepickerss {
    max-width: 21.25rem;
}

#premiumBreakupTable .modal-dialog .modal-content {
    padding: 40px 26px;
}

.card-model #premiumBreakupTable .modal-body {
    padding: 0 !important;
}

.card-model #premiumBreakupTable .modal-header {
    padding-top: 0 !important;
}

#ckycFailPopup .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
    z-index: 9;
}

.uplod-kyc-details #cersaiForm .file__values {
    height: 51px;
    border: 1.5px dashed #f2f2f2;
}

/* .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .terms-wrapper.ckycTerms{
        flex: 1;
} */
@media (max-width: 1200px) {
    .uplod-kyc-details #cersaiForm .bg-color {
        padding: 48px 60px;
    }
}



.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .con-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.four-wheeler-policy-renew .fourwheeler-body-content .cersaiToForm .premium-amount .button-data .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .con-btn button:first-child {
    margin-top: 0;
    padding: 12px 48px;
}

.od-total-amt #premiumPageBreakupTotal tr td p {
    color: #12100A;
}

.helth-suraksha-kyc .form-group label {
    margin-bottom: 5px;
}

.helth-suraksha-kyc .formContent label {
    margin-bottom: 5px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data {
    display: flex;
    align-items: center;
    gap: 24px;
}

.prop-kyc-details .edit-kyc h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
}

.prop-kyc-details .document-upload h2 {
    font-size: 18px;
    line-height: 28px;
}

.prop-kyc-details .proposer-address-details h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

button.back-to-btn.navBack {
    border: none;
    background: none;
    transform: rotate(180deg);
    padding-right: 40px;
    top: 16px;
    position: relative;
}

button.back-to-btn.navBack img {
    width: 22px;
    height: 29px;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(359deg) brightness(0%) contrast(108%);
}

.terms-wrapper.ckycTerms {
    padding-left: 40px;
    padding-top: 28px;
}

.four-wheeler-policy-renew .fourwheeler-body-content .health-cersai-form {
    display: flex;
}

.bottm-wrapper.cersaiToForm.health-cersai-form.ckycProceedtopay .bottom-wraper-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-right: 40px;
}

.nomini-kyc-dtails .nomini-kyc-dtail-card .datepickerss img {
    top: 26px !important;
}

.renewPolicy .date-tooltip {
    width: 20px;
    height: 20px;
}

#PaymentFailure .modal-dialog-centered {
    max-width: 500px;
}

#PaymentFailure .modal-content .gif-img {
    width: 54px;
    height: 54px;
}

#PaymentFailure .modal-content p {
    margin-top: 16px;
    margin-bottom: 24px !important;
    font-size: 18px;
}

#PaymentFailure .modal-content {
    padding: 75px 30px;
}

#PaymentFailure .modal-dialog-centered {
    max-width: 500px;
    width: 94%
}

#PaymentFailure .modal-content .renewal-content {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    border-radius: 7px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

button.common-btn #ValidationPoup .modal-dialog-centered {
    max-width: 500px;
}

#ValidationPoup .modal-content .gif-img {
    width: 54px;
    height: 54px;
}

#ValidationPoup .modal-content p {
    margin-top: 16px;
    margin-bottom: 24px !important;
    font-size: 18px;
}

#ValidationPoup .modal-content {
    padding: 75px 30px;
}

#ValidationPoup .modal-dialog-centered {
    max-width: 500px;
    width: 94%
}

#ValidationPoup .modal-content .renewal-content {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    border-radius: 7px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#loginStep1 input.formBox {
    margin-top: 24px;
}

.space-bx {
    min-height: calc(100dvh - 149px) !important;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.four-wheeler-policy-renew .fourwheeler-body-content .cersaiToForm .premium-amount .button-data .common-btn:hover {
    background-color: #ea9c23;
}

.primary-btn:hover {
    background-color: #ea9c23;
}

.primary-btn.outline:hover {
    background-color: unset;
}

.otpVerifyForm .modal-dialog .modal-content .modal-body p {
    color: #3D3D3D;

}

@media (min-width:1200px) {
    /* #editCkycDetails .space-bx {
        height: auto;
    } */
}

/* #policyPage .space-bx {
    margin: 0;
} */
/* .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days .polStatusExpired:before{
    top: 14px;
} */
@media (max-width:1200px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
        gap: 0;
    }
}

@media (max-width:992px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .health-cersai-form {
        padding-top: 24px;
        margin: 0;
        border-top: 1px solid #F2F2F2;
    }

    .proposer_Nominee {
        padding: 15px;
    }

    #editCkycDetails .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
        padding: 16px;
    }

    .bottm-wrapper.cersaiToForm.health-cersai-form.ckycProceedtopay .bottom-wraper-content .terms-wrapper.ckycTerms {
        padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 0;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .tooltips::before {
        left: 108px !important;
    }

    #kycdetails .tooltips {
        bottom: 252px;
    }
}

@media (max-width:768px) {

    /* .four-wheeler-policy-renew .space-bx {
    min-height: calc(100dvh - 149px) !important;
    display: flex;
    align-items: center;
    padding: 80px 0;
} */
    .space-bx {
        min-height: calc(100dvh - 149px) !important;
        display: flex;
        align-items: center;
        padding: 40px 0;
    }

    .fourwheeler-body-content .health-cersai-form {
        padding-top: 0;
    }

    .bottm-wrapper.cersaiToForm.health-cersai-form.ckycProceedtopay .bottom-wraper-content .terms-wrapper.ckycTerms {
        padding-bottom: 40px;
        padding-top: 24px;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .cersaiToForm .premium-amount .button-data #proceedtopayCkyc {
        padding: 0.75rem 1rem;
    }

    .bottm-wrapper.cersaiToForm.health-cersai-form.ckycProceedtopay .bottom-wraper-content {
        padding-bottom: 0;
    }

    #PaymentFailure .modal-content {
        padding: 24px;
    }

    #ValidationPoup .modal-content {
        padding: 24px;
    }

    /* #editCkycDetails .space-bx {
        margin-left: 0;
        margin-right: 0;
    } */



    #kycdetails .nomini-kyc-dtails .nomini-kyc-dtail-card {
        max-width: 100%;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .kyc--details .datepicker {
        max-width: 100%;
    }

    .success-form .common-btn {
        padding: 0.75rem 10px;
    }

    .terms-wrapper.ckycTerms {
        padding: 24px 16px 24px 16px;
    }

    button.back-to-btn.navBack {
        padding-right: 12PX;
    }

    button.back-to-btn.navBack img {
        width: 16px;
        height: 16PX;
    }

    .prop-kyc-details .edit-kyc h2 {
        font-size: 14px;
        line-height: 24px;
    }

    .prop-kyc-details .proposer-address-details h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .prop-kyc-details .proposer-address-details h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .proposer .proposer_details,
    .insurer .proposer_details {
        padding: 30px 24px;
    }

    .uplod-kyc-details #cersaiForm .bg-color {
        padding: 40px 24px;
    }

    #policyafter .modal-content .oops,
    #NearestBranch .modal-content .oops {
        padding: 16px 0;
    }

    #policyafter .modal-content,
    #NearestBranch .modal-content {
        width: 96%;
        margin: 0 auto;
    }

    #policyafter .modal-content .modal-body .gif-img,
    #NearestBranch .modal-content .modal-body .gif-img {
        width: 32px;
        height: 32px;
    }

    #policyafter .modal-content .primary-btn,
    #NearestBranch .modal-content .primary-btn {
        width: auto;
    }

    .uplod-kyc-details .bg-color {
        padding: 40px 24px;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .cersaiToForm .premium-amount .button-data .common-btn:hover {
        background-color: #ea9c23;
    }

    #AlreadyRenewed .modal-dialog .modal-content .primary-btn {
        margin: 0;
    }

    #AlreadyRenewed .modal-dialog .modal-content .col-md-12.col-sm-12.text-center {
        flex-wrap: wrap;
    }

    #AlreadyRenewed .modal-dialog {
        width: 96%;
    }

    #AlreadyRenewed .modal-content .modal-footer {
        justify-content: center;
    }

    .regform .primary-btn {
        margin-top: 0;
    }

    #AlreadyRenewed .modal-content .modal-body {
        padding: 0;
    }

    .nomini.insure-wrapper h3 {
        padding-top: 0;
    }

    #kycdetails .ky {
        padding-top: 0;
    }

    .adds-on .ky h2 {
        padding-top: 0;
    }

    .insurer .proposer_details {
        padding: 30px 19px;
    }

    .insurer-title {
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .proposer h3,
    .insurer h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .tool-tip-wrapper .new-toggle-tooltip {
        display: none;
    }

    .premimum-tabel .detail-share .right-section-model .check-b .premimum-amt p {
        text-align: left !important;
    }

    .addCard {
        max-width: 156px;
    }

    .ckycFailModal .gif-img {
        width: 62PX !important;
        height: 62PX;
    }

    #premiumBreakupTable .modal-dialog .modal-content {
        padding: 36px 16px;
    }

    .ckycFailModal .modal-content .modal-body p {
        line-height: 16px;
    }

    .right-section-model .con-btn button {
        padding: 12px;
    }

    #premiumBreakupTable .modal-content .modal-body p {
        font-size: 10px;
        line-height: 14px;
    }

    .od-total-amt #premiumPageBreakupTotal tr td p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data {
        justify-content: end;
    }

    #loginStep1 .datepickerss {
        max-width: 100%;
        margin-top: 16px;
    }

    #loginStep1 input.formBox {
        margin-top: 16px;
    }

    #loginStep1 .datepickerss .datepicker {
        max-width: 100%;
    }

    #editCkycDetails .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount {
        padding: 0.75rem 1rem;
    }

    .four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount .button-data .con-btn button:first-child {
        padding: 0.75rem 2rem;
    }



    .adds-on .ky h2 {
        padding-left: 16px;
    }

    .common-btn img,
    .common-btnpaySuccess img {
        width: 16px;
        height: 12px;
    }



    .terms-wrapper.ckycTerms {
        padding-left: 80px;
        padding-bottom: 20px;
    }

    .paymentMethod .popup__content {
        width: 100% !important;
    }
}

button:disabled {
    opacity: 0.4;
}

/* 
@media(max-width:1366px) {
    @media (max-height:992px) {
         .space-bx {
        height: 100%;
        padding: 80px 0;
    }
    }
} */

/* @media(max-width:1366px) {
    #policyPage .space-bx {
        height: calc(100vh - 150px);
    }
} */

/* @media (min-width: 1024px) {
    @media (max-height: 800px) {
        #policyPage .space-bx {
            height: auto;
        }
    }

} */

/* @media (max-width: 1024px) {
    @media (max-height: 768px) {
        .space-bx {
            height: auto;
            padding: 24PX 16PX;
            margin: 24px 16PX;
        }

    }
} */

/* @media (max-width: 1024px) {
    @media (max-height: 1180px) {
        #editCkycDetails .space-bx {
            height: auto;
            padding: 16px 0;
        }

    }
} */

@media (max-height: 992px) {
    #ckycSuccess .uplod-kyc-details {
        height: auto;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1272px !important;
        padding: 0 !important;
    }
}


/* @media (max-width:1320px) {
.four-wheeler-policy-renew .fourwheeler-body-content .bottm-wrapper .premium-amount{
        gap: 16px;
}
} */
@media (max-width:462px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days .polStatusExpired:before {
        top: 21px;
        left: 12px;
    }
}

@media (max-width:517px) {
    .four-wheeler-policy-renew .fourwheeler-body-content .bg-color .expiring-next .days .polStatusCount:before {
        top: 23px;
        left: 12px;
    }
}

@media (max-width:359px) {
    .right-sec .policyNum{
        flex-wrap: wrap;
    }
}
input {
    font-family: 'Gilmer';
}
button {
    font-family: 'Gilmer';
}
textarea{
font-family:'Gilmer';
}