.new-calc-banner-wrapper {
    display: none;
}

.new-calc-banner-wrapper.active {
    display: block;
}

.new-calc-form-section >.cmp-container{
    border-right: 1px solid #E6E6E6;
    padding-right: 16px;
    margin: unset;
}
.new-homepage-calc-container >.cmp-container{
    padding-bottom: 32px;
}
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text p,
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h1,
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h2,
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h3,
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h4,
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h5,
.new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h6{
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
}

.new-calc-banner-wrapper >.cmp-container{
    margin-top: 24px;
    box-shadow: 0px 0px 16px 1px rgba(51, 51, 51, 0.15);
    background-color: white;
    border-radius: 20px;
    width: 100%;
    padding:24px;
}
.newhomepage-calc-main .newcalcform__wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 14px;
    }
.newcalcform__wrapper .new-calc-name-dob-wrp{
    column-gap: 16px;
    display: grid;
    grid-template-columns: auto auto;
}
.newcalcform__wrapper .new-calc-email-mob-wrp{
    column-gap: 16px;
    display: grid;
    grid-template-columns: auto auto;
}
.newcalcform__wrapper .new-calc-toggle-wrp{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
}
.newcalcform__wrapper .newcalcform--btn__wrapper{
    width: 34%;
}
.newhomepage-calc-main .new-calc-inp{
    display: flex;
    flex-direction: column-reverse;
}
.newcalcform__wrapper .inp--field_name,
.newcalcform__wrapper .inp--field_dob,
.newcalcform__wrapper .inp--field_email,
.newcalcform__wrapper .newcalc-country-mainwrp
{
    width: 48.8%;
}
.newhomepage-calc-main .newcalc-inp-wrp .new-calc-inp-field{
    margin-top: 8px;
    outline: 0;
    display: flex;
    height: 50px;
    padding: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Secondary-Seconday-Grey---Moon-Dust, #E6E7E8);
    font-family: 'Inter';
}
.newhomepage-calc-main .newcalc-inp-wrp .new-calc-inp-field::placeholder{
    font-family: Inter;
    color: #A7A9AC;
}
.new-calc-inp-field::placeholder,
.new-calc-mobile-input-field::placeholder{
    color: #A7A9AC;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;

}
.newhomepage-calc-main .newcalc-inp-wrp .new-calc-label{
    color: var(--neutral-universal-omni-black, #58595B);
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
}
.newhomepage-calcform-otp-wrp .newhomepage-calc-main .new-inp-error{
    margin-top: 8px;
    color: var(--primary-red);
    font-family: 'Inter';
    font-size: .75rem;
    line-height: 14.4px;
    display: block;
    font-style: italic;
}
.newcalc-inp-wrp .new-calc-country-wrap{
    background-color: white;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1.5px solid var(--grey-tone-light-6);
    position: relative;
}
.new-calc-country-wrap .new-calc-inp-mob-field{
    border: 0;
    outline: 0;
    width: 100%;
    color: var(--neutral-black);
    font-family: 'helveticaregular', sans-serif;
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}
.new-calc-inp-mob-field::placeholder{
    color: var(--Secondary-Secondary-Grey-Dark, #58595B);
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
}
.new-calc-country-wrap .new-country-code{
    padding: 16px 20px 12px 16px;
    border-right: 1px solid var(--grey-tone-light-6);
    position: relative;
    display: inline-block;
    color: var(--Neutral-Black, #333);
    font-family: 'helveticaregular', sans-serif;
    font-size: 1rem;
    line-height: 22.4px;
}
.new-calc-country-wrap .new-country-code::after{
    position: absolute;
    content: '';
    background-image: url(../../../../../content/dam/tataaialifeinsurancecompanylimited/hard-code-icons/common-icons/dropdown-arrow.svg);
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    top: 18px;
    right: 3px;
}
.newcalc-inp-wrp .new-calc-country-search-wrap .new-calc-country-popup
{
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    border-radius: 8px;
    border: 1px solid var(--blue-tone-light-3);
    background: var(--neutral-white);
    box-shadow: 0px 2px 4px 0px rgba(0, 115, 187, 0.04);
    z-index: 10;
}
.new-calc-country-popup .new-calc-inp-country-field{
    width: 100%;
    border: 0;
    outline: 0;
    padding: 16px 16px 16px 74px;
    border-bottom: 1px solid var(--grey-tone-light-4);
    border-radius: 8px 8px 0 0;
    background-image: url(../../../../../content/dam/tataaialifeinsurancecompanylimited/hard-code-icons/common-icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: var(--neutral-black);
    font-family: "helveticaregular", sans-serif;
    font-size: 1rem;
    line-height: 140%;
}
.new-calc-country-popup .new-calc-country-popup-list{
    height: 165px;
    overflow-y: auto;
}
.new-calc-country-popup .new-calc-country-popup-item{
    display: flex;
    padding: 16px 15px;
    column-gap: 10px;
}
.new-calc-country-popup-list .new-calc-country-code{
    min-width: 65px;
    color: var(--grey-tone-light-1);
    font-family: "helveticaregular", sans-serif;
    font-size: 1rem;
    text-align: right;
}
.new-calc-country-popup-list .new-calc-country-name{
    color: var(--grey-tone-light-1);
    font-family: "helveticaregular", sans-serif;
    font-size: 1rem;
}
.newhomepage-calcform-otp-wrp .new-d-none{
    display: none;
}
.newcalcform__wrapper .new-calc-toggle-btns-sec{
    margin-right: 27px;
}
.newcalcform__wrapper .inp--field_tobacco{
    margin-right: 0px;
}
.newcalcform__wrapper .new-toggle-btn-wrap {
    display: flex;
    flex-direction: column;
    width: 29.4%;
}
.newcalcform__wrapper .new-toggle-btn-label{
    color: #58595B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
}
.newcalcform__wrapper .new-toggle-switch{
    height: 50px;
    margin-top: 8px;
    position: relative;
    cursor: pointer;
    display: flex;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
}
.newcalcform__wrapper .new-toggle-switch .switch{
    position: absolute;
    width: 55%;
    height: 104%;
    transition: all 0.15s ease;
    left: -1px;
    top: -1px;
    z-index: 1;
    border-radius: 8px;
    border: 2px solid #0073BB;
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
    background-color: white;
}
.new-toggle-switch .switch .switch-txt{
    color: #0073BB;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    line-height: 1px;
}
.new-toggle-switch-label{
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 16px;
    color: #A7A9AC;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
}
.new-toggle-switch.off .switch {
    left: 46%;
}
/* input border style when field is not validate & when error message shown */
.field--invalid .new-calc-inp-field {
    border: 1px solid var(--alert-error);
    box-shadow: unset;
}

.newcalcform--btn__wrapper .newcalcform--btn{
    cursor: pointer;
    position: relative;
    background-color: transparent;
    width: max-content;
    border-radius: 8.595px;
    background: var(--Primary-Primary-Red, #D62049);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.newcalcform--btn__wrapper .newcalcform--btn__txt{
    color: white;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.new-calc-banner-right >.cmp-container{
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.new-calc-banner-right >.cmp-container >.leadproxyteaser .cmp-teaser {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    color: #58595B;
}
.new-calc-banner-right >.cmp-container >.leadproxyteaser .cmp-teaser .cmp-teaser__image .cq-dd-image{
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.container.new-calc-banner-right .new-calc-banner-list-wrp{
    padding: unset;
    margin: unset;
}
.container.new-calc-banner-right .new-calc-banner-list-wrp >.cmp-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.new-calc-banner-list-wrp .new-calc-banner-list >.cmp-teaser{
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.new-calc-banner-list-wrp .new-calc-banner-list >.cmp-teaser .cmp-teaser__content{
    max-width: 90%;
}
.new-calc-banner-list-wrp .new-calc-banner-list >.cmp-teaser .cmp-teaser__svgimage .new_svg_image{
    width: 13px;
    height: 9px;
}
.new-calc-banner-list >.cmp-teaser .cmp-teaser__description p{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Inter;
}
.new-calc-banner-list >.cmp-teaser .cmp-teaser__description sup{
    vertical-align: text-top;
}
.new-toggle-btn-grid{
    display: inline-block;
}

/* country dropdown ui starts */
.newcalc-country-mainwrp{
    display: flex;
    flex-direction: column;
}
.newcalc-country-mainwrp .new-calc-label{
    color: var(--neutral-universal-omni-black, #58595B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.14px;
}
.newcalc-country-mainwrp .countrycode-inp-wrapper{
    margin-top: 8px;
    position: relative;
    width: 100%;
    display: flex;
    height: 50px;
    padding: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Secondary-Seconday-Grey---Moon-Dust, #E6E7E8);
    background: #FFF;
}
.select-newcountry-code{
    position: relative;
    max-width: 16%;
    height: unset;
    padding: 10px 0 8px;
    cursor: pointer;
}

.select-newcountry-code .newcountry-code{ 
color: var(--Secondary-Secondary-Grey-Dark, #58595B);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 18px; 
letter-spacing: -0.14px;
}
.select-newcountry-code .newcountry-code::after{
    position: absolute;
    content: '';
    background-image: url(../../../../../content/dam/tataaialifeinsurancecompanylimited/hard-code-icons/common-icons/dropdown-arrow.png);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    top: 12px;
    right: -19px;
}

.select-newcountry-code.hide-country-arrow {
    cursor: default;
}

.select-newcountry-code.hide-country-arrow .newcountry-code::after {
    display: none;
}

.newcountry-code-wrapper{
    width: 100%;
    height: 280px;
    position: absolute;
    top: 49px;
    left: 0px;
    background: #fff;
    z-index: 8;
    border-radius: 20px;
    box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
}
.newcountry-code-search{
    border-bottom: 1px solid #58595b;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.newcountry-code-search img{
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
.newcalc-country-mainwrp .new-calc-searchcode{
    border: 0;
    font-family: 'HelveticaNeueLTStd-Md';
    font-style: normal;
    width: 80%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-left: 12px;
    outline: 0;
}
.newcountry-code-numbers{
    overflow-y: scroll;
    background: white;
    height: 245px;
    z-index: 9;
    border-radius: 20px;
    box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
}
.newcountry-code-wrapper .newcountry-code-numbers::-webkit-scrollbar{
    width: 5px;
}
.newcountry-code-wrapper .newcountry-code-numbers::-webkit-scrollbar-track{
    background: transparent;
}
.newcountry-code-wrapper .newcountry-code-numbers::-webkit-scrollbar-thumb {
    background-color: #E6E7E8;    
    border-radius: 4px; 
}

.new-calc-country-code-li{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding: 12px 0 12px;
    cursor: pointer;
    display: flex;
}
.new-calc-country-code-li .newcountry-no{
    margin-left: 20px;
    margin-right: 12px;
    min-width: 50px;
    text-align: right;
}
.new-calc-mobile-input-wrp{
    margin-left: 10px;
    width: 82%;
}
.inp-wrapper--invalid .new-calc-inp-field {
    border: 1px solid var(--alert-error);
    box-shadow: unset;
}
.new-calc-mobile-input-field{
    outline: none;
    border: none;
    margin-left: 5px;
    border-left: 1px solid gray;
    padding-left: 12px;
}
.new-otp-popup-editbtn {
    cursor: pointer;
}
.newhomepage-calc-main .inp-wrapper--invalid .new-calc-inp-field{
    border: 1px solid var(--secondary-red);
}
.newhomepage-calc-main .inp-wrapper--invalid.newcalc-country-mainwrp .countrycode-inp-wrapper{
    border: 1px solid var(--secondary-red);
}
.newhomepage-calc-main .inp-wrapper--invalid .new-calc-label{
    color: var(--neutral-black);
    font-weight: 400;
}
.newhomepage-calc-main .newhomepage-calc-dob{
    padding-right: 50px;
    background: url(../../../../../content/dam/tataaialifeinsurancecompanylimited/hard-code-icons/common-icons/newcalendar.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}
.new-calc-banner-list-wrp .new-calc-banner-list >.cmp-teaser sup{
    font-size: 0.7em;
    position: relative;
    line-height: 0;
    vertical-align: text-top;
    top: 5px;
}

@media screen and (max-width: 767.99px){
    .new-homepage-form-cont {
        padding: unset !important;
    }
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text p,
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h1,
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h2,
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h3,
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h4,
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h5,
    .new-homepage-calc-container.newhp-heading-style >.cmp-container .cmp-text h6 {
        font-size: 20px;
    }
    .newcalcform--btn__wrapper .newcalcform--btn__txt{
        margin-right: 28px;
    }
    .newhomepage-calc-main .newcalcform__wrapper{
        row-gap: 16px;
        
    }
    .new-calc-banner-wrapper >.cmp-container{
        margin-top: 12px;
        width: 100%;
        padding: unset;
        flex-direction: column-reverse;
    }
    .new-homepage-calc-container >.cmp-container{

        padding-bottom: 16px;

    }
    .new-calc-banner-right >.cmp-container >.extendedimage{
        height: 1px;
        width: 1px;
    }
    .new-calc-banner-right >.cmp-container >.leadproxyteaser .cmp-teaser{

        margin-top: 8px;
    }
    .newhomepage-calc-main .newcalc-inp-wrp .new-calc-inp-field{
        margin-top: 8px;
        padding: 12px;
    }
    .newcalcform__wrapper .inp--field_name{
        width: 100%;
    }
    .newcalcform__wrapper .inp--field_dob{
        width: 54%;
    }
    .newcalcform__wrapper .inp--field_isNRI{
        width: 40.5%;
    }
    .newcalcform__wrapper .inp--field_gender{
        width: 54%;
    }
    .newcalcform__wrapper .inp--field_tobacco{
        width: 40.5%;
    }
    .newcalcform__wrapper .inp--field_email{
        width: 100%;
    }
    .newcalcform__wrapper .newcalc-country-mainwrp{
        width: 100%;
    }
    .newcalcform__wrapper .newcalcform--btn{
        width: 100%;
    }
    .new-calc-banner-right{
        margin: unset;
    }
    .new-calc-banner-right >.cmp-container >.extendedimage .cmp-image__image{
        display: none;
    }
    .newcalcform__wrapper .newcalcform--btn__wrapper{
        width: 100%;
    }
    .newcalcform__wrapper .new-calc-toggle-btns-sec{
        margin-right: 0px;
    }
    .newhomepage-calc-main .newCalculatorGenderToggle .new-toggle-right{
        margin-left: 25px;
    }
    .new-toggle-btn-grid{
        display: flex;
    }
   .new-toggle-switch .switch .switch-txt{
        font-size: 14px;
   }
    .newcalcform__wrapper .new-toggle-switch{
        padding: 8px;
    }
    .new-toggle-switch-label{
        font-size: 14px;
        padding: 8px;
    }
    .new-calc-form-section >.cmp-container{   
        margin: 16px;
        padding-right: unset;
        padding-top: 16px;
        border-right: none;
        border-top: 1px solid #E6E6E6;
    }
    .newcalcform--btn .newcalcform--btn__txt::after{
        right: 89px;
    }   
    .newcalc-country-mainwrp .new-calc-searchcode{
        width: 82%;
        font-size: 16px;
    }
    .newhomepage-calc-main .newcalc-inp-wrp .new-calc-label{
        font-size: 12px;
    }
    .newcalc-country-mainwrp .new-calc-label,
    .newcalcform__wrapper .new-toggle-btn-label{
        font-size: 12px;
    }
    .newhomepage-calc-main .newhomepage-calc-dob{
        background-position: calc(100% - 7px) center;
    }
}

/* consent css starts */
    .newhomepage-calc .newhomepage_consent_section{
        display: flex;
        align-items: start;
        gap: 8px;
    }
    .newhomepage-calc .newhomepage_consent_section #newhomepage-consent{
        margin: unset;
        height: 29px;
        width: 35px;
        margin-top: -3px;
        cursor: pointer;
    }
    .newhomepage-calc .newhomepage-consenttext-wrapper .newhomepage-consenttext p{
        color: var(--Secondary-Secondary-New-Black, #333);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.12px;
    }
    .newhomepage-calc .newhomepage-consenttext-wrapper .newhomepage-consenttext a{
        color: #0073BB;
        text-decoration: underline;
    }
    .newhomepage-calc .newhomepage-consenttext-wrapper .consent-error-txt{
        color: #d62049;
        font-family: Helvetica;
        font-size: 10px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        margin-top: 6px;
    }

    @media screen and (max-width: 767.99px){
        .newhomepage-calc .newhomepage_consent_section{
            margin: 8px 0px;
        }
        .newhomepage-calc .newhomepage-consenttext-wrapper .newhomepage-consenttext p{
            font-size: 8px;
        }
        .newhomepage-calc .newhomepage_consent_section #newhomepage-consent{
            height: 22px;
            width: 50px;
            margin-top: -2px;
        }
    }


/****************************insurance premium cal swipe***************************/
.new-homepage-form-cont-swipe .new-calc-banner-wrapper.core-container-d-flex > .cmp-container{

    flex-direction: row-reverse;
} 
.new-homepage-form-cont-swipe .new-calc-form-section >.cmp-container{

    border-right: unset;
    padding-right: unset;
    border-left: 1px solid #E6E6E6;
    padding-left: 16px;
    margin: unset;
}
.new-homepage-form-cont-swipe .new-calc-right-ticker .cmp-teaser .cmp-teaser__description p .cmp-teaser__read-more{
    display: none;
}
.new-homepage-form-cont-swipe .new-calc-banner-right >.cmp-container{
    padding-right: 16px;
    padding-left: unset;
}
.new-homepage-form-cont-swipe .new-calc-right-ticker .cmp-teaser .cmp-teaser__content .cmp-teaser__description .subtitle{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Inter;
    margin-top: 16px;
    display: block;
    position: relative;
    padding-left: 22px;
}
.new-homepage-form-cont-swipe .new-calc-right-ticker{
    position: relative;
}

.new-homepage-form-cont-swipe .new-calc-banner-right>.cmp-container>.new-calc-right-ticker-subtitle .cmp-teaser{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 8px;
    align-items: baseline;
}
.new-homepage-form-cont-swipe .new-calc-right-ticker-subtitle>.cmp-teaser .cmp-teaser__description p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Inter;
}
.new-homepage-form-cont-swipe .new-calc-banner-right>.cmp-container>.new-calc-right-ticker-subtitle .cmp-teaser .cmp-teaser__image .cq-dd-image{
    width: 14px;
    height: 10px;
}
.new-homepage-form-cont-swipe .new-calc-right-ticker-subtitle>.cmp-teaser .cmp-teaser__description p sup{
    font-size: 9.8px;
    position: relative;
    line-height: 0;
    vertical-align: text-top;
    top: 5px; 
}
.new-homepage-form-cont-swipe .new-calc-right-ticker-subtitle{
    margin-top: 8px;
    align-items: self-start;
}
.new-homepage-form-cont-swipe .new-calc-banner-right>.cmp-container>.new-calc-right-ticker-subtitle .cmp-teaser .cmp-teaser__image {
    width: 14px;
    height: 10px;
}
.new-homepage-form-cont-swipe .new-calc-banner-right>.cmp-container>.new-calc-right-ticker-subtitle .cmp-teaser .cmp-teaser__image div {
    width: 14px;
    height: 10px;
}
@media screen and (max-width: 767px){
    .new-homepage-form-cont-swipe .new-calc-banner-wrapper.core-container-d-flex > .cmp-container{
        flex-direction: column-reverse;
    }
    .new-homepage-form-cont-swipe .new-calc-right-ticker .cmp-teaser .cmp-teaser__description p .cmp-teaser__read-more{
        display: block;
        position: absolute;
        right: 0;
        top: 0px;
        width: 17px;
        height: 18px;
    }
    .new-homepage-form-cont-swipe .new-calc-right-ticker .cmp-teaser .cmp-teaser__description p .cmp-teaser__read-more.active{
        rotate: 180deg;
    }
    .new-homepage-form-cont-swipe .new-calc-right-ticker{
        position: relative;
    } 
    .new-homepage-form-cont-swipe .new-calc-banner-list-wrp{
        max-height: 0;
        overflow: hidden; 
        transition: max-height 0.5s ease; 
    }
    .new-homepage-form-cont-swipe .new-calc-banner-right >.cmp-container{
        gap: unset;
    }
    .new-homepage-form-cont-swipe .new-calc-banner-right .extendedimage{
        display: none;
    }
    .new-homepage-form-cont-swipe .new-calc-banner-right >.cmp-container >.new-calc-right-ticker-subtitle .cmp-teaser{
        margin-top: 8px;
    }
    .new-homepage-form-cont-swipe .new-calc-banner-right{
        margin-top: 16px;
        padding-left: 16px;
    }
    .new-homepage-form-cont-swipe .container.new-calc-banner-right .new-calc-banner-list-wrp .new-calc-banner-list:nth-child(1){
        margin-top: 8px;
    }
    .new-homepage-form-cont-swipe .new-calc-form-section >.cmp-container{
        margin: 11px 16px 16px 16px;
        border-left: unset;
        padding-left: unset;
    }
    .new-homepage-form-cont-swipe .container.new-calc-banner-right .container.new-calc-banner-list-wrp{
        padding-bottom: 5px;
        
    }
    .new-homepage-form-cont-swipe .new-calc-right-ticker .cmp-teaser__image{
        right: 30px;
    }
    .new-homepage-form-cont-swipe .new-calc-banner-right>.cmp-container>.new-calc-right-ticker-subtitle .cmp-teaser .cmp-teaser__image{
        display: none;
    }
    .new-homepage-form-cont-swipe .new-calc-banner-right>.cmp-container>.leadproxyteaser .cmp-teaser{
        margin-top: unset;
    }
    
}

.new-otp-popup-wrapper{
    position: relative;
}
.new-otp-popup-maindiv.active{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.new-otp-popup-maindiv{
        border-radius: 15px;
        background-color: #ffffff;
        padding: 40px 30px;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 100;
        transform: translateY(120%);
        width: 320px;
        height: auto;
        display: inline-table;
        padding: 30px 20px;
}
.new-otp-popup-wrapper .new-otp-popup-closebtn{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: transparent;
}
.new-otp-popup-maindiv .new-otp-popup-title-wrap{
    font-size: 1.75rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    font-family: Inter, sans-serif;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #333;
}
.new-otp-popup-topcontent{
    font-size: 18px;
    font-family: Helvetica;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-otp-popup-section .new-otp-popup-maincontent{
    margin: 26px 0 50px;
    margin: 26px 0 30px;
}
.new-otp-popup-contatwrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 40px 0;
}
.new-otp-popup-contatwrapper .new-otp-popup-contactno{
    font-size: 18px;
    text-align: center;
    color: #58595b;
    font-family: "helveticaregular", sans-serif;
    font-weight: normal;
    word-break: break-all;
}
.new-otp-popup-topcontent .new-otp-popup-editbtn{
    font-size: 18px;
    text-decoration: none;
    margin-left: 5px;
    color: #0073bb;
    font-family: "helveticaregular", sans-serif !important;
    letter-spacing: -1px;
}
.new-otp-popup-inputwrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.new-otp-popup-input.blueborder{
    border: 1px solid #0073bb;
}
.new-otp-popup-input.redborder{
    border: 1px solid #d62049;
}
.new-otp-popup-input{
    border: 1px solid #e6e7e8;
    box-shadow: 0px 4px 5px rgba(0, 115, 187, 0.1);
    border-radius: 4px;
    height: 48px;
    width: 48px;
    padding: 9.5px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-right: 15px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    color: #333333;
    outline: none;
}
.new-otp-popup-timerwrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.new-otp-popup-errmsg{
    display: block;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #d62049;
    text-align: center;
    font-style: normal;
    margin-top: 7px;
}

.new-otp-popup-resendbtn-wrapper{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: #58595b;
    font-family: "helveticaregular", sans-serif;
}
.new-otp-popup-resendbtn-wrapper .new-otp-popup-resendbtn{
    color: #0073bb;
    margin-left: 5px;
    border: none;
    background-color: inherit;
    padding: 0;
    margin: 0 0 0 5px;
    font-size: inherit;
    font-family: "helveticaregular", sans-serif;
    cursor: pointer;
}

.new-otp-popup-resendbtn-wrapper .new-otp-popup-resendbtn.disabled{
    color: #58595b;
    cursor: no-drop;
    pointer-events: none;
}

.new-otp-popup-maindiv .new-otp-popup-maincontent .new-otp-popup-subtext{
    font-family: "helveticaregular";
    font-size: 16px;
    color: #a7a9ac;
    margin: 0 0 0 5px;
    line-height: 1.11;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
}
.new-otp-popup-section .d-none {
    display: none;
}
.new-otp-popup-maindiv .new-otp-popup-maincontent .new-otp-popup-subtext{
    line-height: 1.11;
    text-align: center;
    margin-bottom: 0;
}
.new-otp-popup-maindiv .new-otp-popup-bottomcontent{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.new-otp-popup-maindiv .new-otp-popup-bottomcontent .new-otp-popup-submitbtn.disabled{
    opacity: 0.5;
    cursor: no-drop;
}
.new-otp-popup-maindiv .new-otp-popup-bottomcontent .new-otp-popup-submitbtn{
    border: 1px solid #d62049;
    font-size: 24px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    line-height: normal;
    letter-spacing: -1px;
    width: auto;
    height: auto;
    box-shadow: 0 0 10px 0 rgba(214, 32, 73, 0.1);
    background-color: #d62049;
    color: #fff;
    padding: 10px 65px;
    width: 100%;
}
.new-otp-popup-bottomcontent .new-btn{
    padding: 10px 35px;
    cursor: pointer;
    background: #d62049;
    font-size: 24px;
    display: inline-block;
}
.new-otp-br-10{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.new-otp-popup-timerwrapper svg{
    height: 16px;
    width: 16px;
}
.new-otp-popup-overlay.active{
    visibility: visible;
    opacity: 1;
}
.new-otp-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s linear;
}
@media screen and (max-width: 767.99px){
    .new-otp-popup-maindiv{
        width: 320px;
    }
    .new-otp-popup-maindiv .new-otp-popup-title-wrap{
        font-size: 1.25rem;
    }
    .new-otp-popup-topcontent{
        font-size: 14px;
    }
    .new-otp-popup-maindiv .new-otp-popup-subtext{
        font-size: 1rem;
    }
    .new-otp-popup-contactno{
        font-size: 1rem;
    }
    .new-otp-popup-topcontent .new-otp-popup-editbtn{
        font-size: 1rem;
        font-family: "HelveticaNeueLTStd-Bd", sans-serif;
        letter-spacing: -0.67px;
        line-height: normal;
    }
    .new-otp-popup-section .new-otp-popup-maincontent{
        margin: 0px;
    }
    .new-otp-popup-inputwrapper{
        margin-bottom: 5px;
    }
    .new-otp-popup-input{
        font-size: 20px;
        line-height: 0.8;
        height: 40px;
        width: 40px;
        padding: 0px 6px;
        margin-right: 8px;
    }
    .new-otp-popup-errmsg{
        font-size: 12px;
    }
    .new-otp-popup-maindiv .new-otp-popup-bottomcontent{
        margin-top: 40px;
        padding: 0;
    }
    .new-otp-popup-resendbtn-wrapper{
        font-size: 14px;
    }
    .new-otp-popup-maindiv .new-otp-popup-bottomcontent .new-otp-popup-submitbtn{
        padding: 10px 40px;
    }
    .new-otp-popup-maindiv .new-otp-popup-bottomcontent .new-otp-popup-primarybtn {
        padding: 12px 20px;
        font-size: 16px;
        font-family: "HelveticaNeueLTStd-Md", sans-serif;
        line-height: normal;
        letter-spacing: -0.67px;
    }
}
