:root {
    --blue-color: #0066AB;
    --yellow-color: #FFC531;
    --dark-white: #E9DAC8;
    --dark-red: #E1362B;
    --dark-blue: #5FC9F5;
    --ylw-dark: #FDC407;
    --light-green: #9FC808;
    --white-blue: #3097EB;
    --orage-color: #F97B16;
    --dark-yellow: #E79A2F;
    --ynew: #FFA200;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;

}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 500;
}

.fw-800 {
    font-weight: 500;
}

.main-bg-img {
    background-image: url("/tsk2025/img/index/main-index-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
    color: white;
}

.main-bg-img {
    background-image: url("/tsk2025/img/show/show-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
    color: white;
}

.hw-100vh-100 {
    min-height: 100vh;
    min-width: 100%;
}

.tsk-index-boxmain-outer {
    position: relative;
    max-width: 1016px;
    width: 100%;
    min-height: 423px;
    padding: 0px;
}

.tsk-index-boxmain {
    background-image: url(/tsk2025/img/index/mj-index-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
    border: 2px solid #FFFFFF;
    border-radius: 67px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(42px);
    display: flex;
    justify-content: center;
}

.dallbox-vone {
    width: 203px;
    height: 313px;
    border-radius: 67px 35px;
    background-color: white;
    position: absolute;
    left: -12px;
    top: -12px;
}

.dallbox-vtwo {
    width: 235px;
    height: 123px;
    border-radius: 67px 35px;
    background-color: #FFFFFF;
    position: absolute;
    right: -12px;
    bottom: -12px;
    z-index: -1;
}

.tsk-whitelogo {
    width: 271px;
}

.bib-textlabel {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 43px;
    text-align: center;
}

.bib-textlabel span {
    color: #E31E24;
}



.index-inputbtngrp {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    max-width: 515px;
}

.bibNumber-input {
    background-color: #000000CC;
    border: 2px solid white;
    /* min-height: 157px; */
    border-radius: 53px;
    font-size: 68px;
    backdrop-filter: blur(42.19259262084961px);
    box-shadow: 0px 10px 8.6px 0px #0000008A;
    text-align: center;
    color: white;
}

.bibNumber-input::placeholder {
    color: white;
}

.bibNumber-input:focus {
    background-color: #000000CC;
    border: 2px solid white;
    box-shadow: 0px 10px 8.6px 0px #0000008A;
    color: white;
}

.index-bibNumber-input {
    position: relative;
}

.index-bibNumber-input::before {
    content: '';
    position: absolute;
    width: 206px;
    height: 91px;
    background-color: #FFFFFF;
    border-radius: 27px 34px 29px 45px;
    bottom: -12px;
    left: -9px;
    z-index: -1;
}

.index-bibNumber-inputerror::before {
    background-color: #E31E24;
}

.bibNumber-input:focus {
    background-color: #000000CC;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 10px 8.6px 0px #0000008A;
    color: white;
}

.bib-inputerror:focus {
    background-color: #000000CC;
    border: 2px solid #D22D27;
    box-shadow: 0px 10px 8.6px 0px #0000008A;
    color: white;
}

.bib-inputerror {
    border: 2px solid #D22D27;
}

.bib-inputerror::placeholder {
    color: #D22D27;
}

.bib-inputerror::-webkit-input-placeholder {
    color: #D22D27;
}

.bib-inputerror::-moz-placeholder {
    color: #D22D27;
}

.bib-inputerror:-ms-input-placeholder {
    color: #D22D27;
}



.submit-shadow-blue svg.ssvg {
    position: absolute;
    bottom: -11px;
    right: -17px;
    z-index: -1;
    fill: white;
    width: 113px;
}

.submit-shadow-red svg.ssvg {
    position: absolute;
    bottom: -11px;
    right: -17px;
    z-index: -1;
    fill: #E1362B;
    width: 113px;
}

/* .btn.btn-submiterror {
    border: 2.37px solid #D22D27;
} */
.btn-submit {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: #000000B2;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15.11px 14.22px 0px #000000BA;
}

.btn.btn-submit:hover {
    background-color: #000000CC;
    border: 2px solid #FFFFFF;
}

.btn.btn-submiterror {
    border: 2px solid #D22D27;
}

.btn.btn-submiterror:hover {
    border: 2px solid #D22D27;
}


.btn-submit svg {
    stroke: white;
    width: 42px;
}

.btn-submiterror svg {
    stroke: #D22D27;
    width: 42px;
}

.bib-error-txt {
    font-size: 20px;
    color: #E1362B;
    margin-top: 31px;
}

.form-imggroup {
    display: flex;
    align-items: center;
    gap: 78px;
}

.idfc-logo-logoindex {
    width: 266px;
}

.mjlgtext {
    font-size: 64px;
    font-weight: 700;
    color: white;
    line-height: 1;
}
.mjlgtext_cust_a {
    color: white !important;
    text-decoration: none !important;
}

.btyb-text {
    /* font-weight: 500; */
    font-size: 20px;
    color: white;
    padding-bottom: 8px;
    line-height: 1;
    text-align: center;
}

.mjtext-logogroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
    margin-bottom: 38px;
}

.nrmjtext-logogroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
    margin-bottom: 44px;
}


/* show page */
.dallbox-show-vone {
    width: 284px;
    height: 333px;
    border-radius: 67px 35px;
    background-color: #D22D27;
    position: absolute;
    left: -15px;
    top: -15px;
}

.dallbox-show-vtwo {
    width: 177px;
    height: 205px;
    border-radius: 67px 35px;
    background-color: #D22D27;
    position: absolute;
    right: -12px;
    bottom: -12px;
    z-index: -1;
}

.tsk-show-boxmain-outer {
    position: relative;
    max-width: 1000px;
    width: 100%;
    min-height: 484px;
    padding: 0px;
}


.video-box {
    display: flex;
    align-items: center;
}


.video-box video {
    width: 378px;
    height: 378px;
    border-radius: 36px;
    border: 0.78px solid #FFFFFF99;
}

.video-box video:fullscreen {
    border-radius: 0 !important;
    border: none !important;
}

.video-box video::-webkit-media-controls-fullscreen-button:fullscreen {
    border-radius: 0 !important;
    border: none !important;
}

.video-box video:-moz-full-screen {
    border-radius: 0 !important;
    border: none !important;
}

.video-box video:-webkit-full-screen {
    border-radius: 0 !important;
    border: none !important;
}

.idfc-logo-show {
    width: 158px;
}

.tsk-logo-show {
    width: 191px;
}

.video-social-grp {
    display: flex;
    align-items: center;
    gap: 71px;
}

.tsk-show-boxmain {
    background-image: url(/tsk2025/img/index/mj-index-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
    border: 2px solid #FFFFFF;
    border-radius: 67px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(42px);
    display: flex;
    padding: 55px;
}

.logogroup {
    display: flex;
    align-items: center;
    gap: 30px;
    ;
    margin-bottom: 35px;
}

/* 
.cc-iconancr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 0.89px solid transparent;
    padding: 2px;
    transition: all 0.3s ease;
}

.cc-iconancr svg {
    fill: white;
    transition: fill 0.3s ease;
}

.cc-iconancr:hover {
    border-color: #8FF942;
    background-color: transparent;
}

.dwd-link .cc-iconancr:hover {
    border-color: #8FF942 !important;
    background-color: transparent;
}

.cc-iconancr:hover svg {
    fill: #8FF942;
}
.social-group{
        display: flex;
    gap: 26px;
}
.social-group-main{
        display: flex;
    flex-direction: column;
    align-items: center
}
.share-yatext{
    font-size: 22px;
    color: #F2E5D5;
} */
.social-group-main {
    display: flex;
    flex-direction: column;
    align-items: center
}

.social-group {
    display: flex;
    align-items: center;
    gap: 26px;
    justify-content: center;
}

.share-yatext {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 22px;
    color: #F2E5D5;
}

.index-btyb-text {
    font-size: 24px;
    color: white;
    padding-bottom: 8px;
    line-height: 1;
    padding-bottom: 14px;
    text-align: center;
}

.idfc-logo-logonewindex {
    width: 215px;
}


@media screen and (max-width:1400px) {
    .dallbox-vone {
        width: 203px;
        height: 284px;
        left: -10px;
        top: -10px;
    }

    .submit-shadow-blue svg.ssvg {
        position: absolute;
        bottom: -15px;
        right: -10px;
        width: 95px;
    }

    .submit-shadow-red svg.ssvg {
        position: absolute;
        bottom: -15px;
        right: -10px;
        width: 95px;
    }

    .bib-textlabel {
        margin-bottom: 38px;
    }

    .bibNumber-input {
        font-size: 60px;
    }

    .btn-submit {
        width: 105.88px;
        height: 105.88px;
    }

    .imp-index-patern {
        width: 500px;
    }

    .imp-mixele-top {
        width: 350px;
    }

    .img-red-elebottom {
        width: 213px;
    }

    .index-inputbtngrp {
        max-width: 479px;
    }

    .tsk-whitelogo {
        width: 222px;
    }

    .tsk-index-boxmain-outer {
        position: relative;
        max-width: 945px;
        width: 100%;
        min-height: 393px;
        padding: 0px;
    }

    .show-patern-img {
        width: 660px;
    }

    .tsk-show-boxmain-outer {
        max-width: 940px;
        min-height: 453px;
    }

    .video-box video {
        width: 360px;
        height: 360px;
    }

    .tsk-show-boxmain {
        padding: 45px;
        border-radius: 67px;
    }

    .social-group svg {
        width: 20px;
    }

    .mjlgtext {
        font-size: 56px;
    }

    .dallbox-show-vtwo {
        width: 136px;
        height: 173px;
    }

    .share-yatext {
        font-size: 20px;
    }

    .logogroup {
        margin-bottom: 30px;
    }

    .tsk-logo-show {
        width: 170px;
    }

    .idfc-logo-show {
        width: 151px;
    }

    .btyb-text {
        font-size: 19px;
    }

    /* .tsk-logo-show {
    width: 171px;
} */
}

@media screen and (max-width:1200px) {
    .tsk-show-boxmain{
        border-radius: 56px;
        border: 1px solid #FFFFFF;
    }
    .bib-error-txt {
        font-size: 16px;
    }

    .tsk-show-boxmain-outer {
        max-width: 850px;
        min-height: 403px;
    }

    .video-box video {
        width: 315px;
        height: 315px;
    }

    .video-social-grp {
        display: flex;
        align-items: center;
        gap: 59px
    }

    .tsk-logo-show {
        width: 159px;
    }

    .idfc-logo-show {
        width: 152px;
    }

    .logogroup {
        gap: 24px;
        margin-bottom: 30px;
    }

    .share-yatext {
        margin-bottom: 18px;
    }

    .dallbox-show-vone {
              width: 208px;
        height: 219px;
        border-radius: 56px;
        left: -11px;
        top: -11px;
    }

    .dallbox-show-vtwo {
        width: 148px;
        height: 171px;
        border-radius: 56px 30px;
    }

    .show-patern-img {
        width: 700px;
    }

    .show-bottom-ele-img {
        width: 200px;
    }

    .mjlgtext {
        font-size: 50px;
        font-weight: 700;
        color: white;
        line-height: 1;
    }


    /* show page */
    .tsk-index-boxmain-outer {
        position: relative;
        max-width: 871px;
        width: 100%;
        min-height: 362px;
        padding: 0px;
    }

    .index-inputbtngrp {
        max-width: 430px;
        gap: 40px;
    }

    .bibNumber-input {
        font-size: 54.74px;
        border-radius: 44px;
    }

    .btn-submit {
        width: 98px;
        height: 98px;
        border-radius: 50%;
        background-color: #000000B2;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(18px);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 15.11px 14.22px 0px #000000BA;
    }

    .tsk-index-boxmain {
        border-radius: 56px;
        padding: 59px;
    }

    .dallbox-vone {
        width: 174px;
        height: 268px;
        border-radius: 56px 29px;
        background-color: white;
        position: absolute;
        left: -10px;
        top: -10px;
    }

    .dallbox-vtwo {
        width: 202px;
        height: 105px;
        border-radius: 56px 29px;
        background-color: #FFFFFF;
        position: absolute;
        right: -8px;
        bottom: -8px;
        z-index: -1;
    }

    .bib-textlabel {
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 36px;
    }

    .tsk-whitelogo {
        width: 232px;
    }

    .index-btyb-text {
        font-size: 20px;

    }

    .idfc-logo-logonewindex {
        width: 181px;
    }

    .form-imggroup {
        gap: 50px;
    }

    .submit-shadow-blue svg.ssvg {
        position: absolute;
        bottom: -15px;
        right: -7px;
        z-index: -1;
        width: 83px;
    }

}

@media screen and (max-width:992px) {
    .bib-error-txt {
        font-size: 13px;
    }

    .imp-index-patern {
        width: 370px;
    }

    .imp-mixele-top {
        width: 300px;
    }

    .img-red-elebottom {
        width: 200px;
    }

    .tsk-show-boxmain {
        border-radius: 46px;
        padding: 35px 41px;
    }

    .dallbox-show-vone {
        width: 196px;
        height: 228px;
        left: -12px;
        top: -10px;
        border-radius: 46px 24px;
    }


    .video-box video {
        width: 261px;
        height: 261px;
        border-radius: 25px;
    }

    .video-social-grp {
        gap: 49px;
    }

    .idfc-logo-show {
        width: 126px;
    }

    .tsk-logo-show {
        width: 131px;
    }

    .social-group {
        gap: 18px;
    }

    .share-yatext {
        font-size: 15px;
    }

    .social-group svg {
        width: 15px;
        height: 15px;
    }


    .tsk-show-boxmain {
        border-radius: 46px;
        padding: 35px 41px;
    }

    .dallbox-show-vone {
        width: 208px;
        height: 219px;
        border-radius: 46px;
        left: -11px;
        top: -9px;
    }

    .btyb-text {
        font-size: 14px;
    }

    .tsk-show-boxmain-outer {
        max-width: 703px;
        min-height: 334px;
    }

    .mjlgtext {
        font-size: 44px;
    }

    .dallbox-show-vtwo {
        border-radius: 46px 24px;
        right: -8px;
        bottom: -8px;
    }

    .show-patern-img {
        width: 590px;
    }

    .tsk-whitelogo {
        width: 192px;
    }

    .idfc-logo-logonewindex {
        width: 192px;
    }




    .bib-textlabel {
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .bibNumber-input {
        font-size: 44px;
        border-radius: 36px;
    }

    .btn-submit {
        width: 81px;
        height: 81px;
    }

    .index-inputbtngrp {
        max-width: 355px;
        gap: 33px;
    }

    .tsk-index-boxmain-outer {
        position: relative;
        max-width: 720px;
        width: 100%;
        min-height: 300px;
        padding: 0px;
    }

    .tsk-index-boxmain {
        border-radius: 46px;
    }

    .index-btyb-text {
        font-size: 22px;
        text-align: center;
    }

    .dallbox-vone {
        width: 144px;
        height: 222px;
        border-radius: 46px 24px;
    }

    .dallbox-vtwo {
        width: 167px;
        height: 87px;
        border-radius: 46px 24px;
    }

    .index-bibNumber-input::before {
        content: '';
        position: absolute;
        width: 146px;
        height: 64px;
        border-radius: 20px 24px 21px 32px;
        bottom: -9px;
        left: -5px;
        z-index: -1;
    }

    .submit-shadow-blue svg.ssvg {
        position: absolute;
        bottom: -20px;
        right: -7px;
        z-index: -1;
        width: 72px;
    }

}

@media screen and (max-width:768px) {
    .tsk-show-boxmain-outer {
        max-width: 536px;
        min-height: 334px;
    }

    .video-social-grp {
        display: flex;
        align-items: center;
        gap: 59px;
        flex-direction: column-reverse;
    }

    .tsk-show-boxmain {
        display: flex;
        justify-content: center;
    }

    .video-box video {
        width: 343px;
        height: 343px;
    }

    .video-social-grp {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }

    .mjlgtext {
        font-size: 36px;
    }

    .idfc-logo-logoindex {
        width: 149px;
    }

    .btyb-text {
        font-size: 16px;
    }

    .dallbox-show-vone {
        width: 272px;
        height: 111px;
        border-radius: 35px 20px;
    }

    .dallbox-show-vtwo {
        width: 122px;
        height: 138px;
        border-radius: 35px 20px;
        right: -10px;
        bottom: -10px;
    }

    .tsk-show-boxmain {
        border-radius: 32px;
        padding: 30px 30px;
    }

    .logogroup {
        margin-bottom: 0px;
    }

    .tsk-logo-show {
        width: 154px;
    }

    .share-yatext {
        font-size: 20px;
    }

    .social-group svg {
        width: 20px;
        height: 20px;
    }

    .share-yatext {
        margin-bottom: 12px;
        margin-top: 4px;
    }

    .social-group {
        gap: 22px;
    }






    /* show page */
    .form-imggroup {
        display: flex;
        gap: 34px;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .tsk-whitelogo {
        width: 150px;
    }

    .bibNumber-input {
        font-size: 48px;
        border-radius: 24px;
        border-width: 1px;
        line-height: 1;
    }

    .bib-textlabel {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .btn-submit {
        width: 74px;
        height: 74px;
    }

    .tsk-index-boxmain-outer {
        position: relative;
        max-width: 100%;
        width: 100%;
        min-height: 299px;
        padding: 0px;
    }

    .dallbox-vone {
        width: 256px;
        height: 115px;
        border-radius: 30px 20px;
        background-color: white;
        position: absolute;
        left: -6px;
        top: -6px;

    }

    .index-inputbtngrp {
        max-width: 324px;
        gap: 21px;
    }

    .tsk-index-boxmain {
        padding: 30px;
        border-radius: 30px;
        background-image: url(/tsk2025/img/index/ot-bgmdscreen.png)
    }

    .index-bibNumber-input::before {
        content: '';
        position: absolute;
        width: 109px;
        height: 42px;
        border-radius: 13px 15px 13px 21px;
        bottom: -8px;
        left: -6px;
        z-index: -1;
    }

    .dallbox-vtwo {
        width: 122px;
        height: 115px;
        border-radius: 35px 20px;
        background-color: #FFFFFF;
        position: absolute;
        right: -6px;
        bottom: -6px;
        z-index: -1;
    }

    .index-btyb-text {
        font-size: 14px;
        text-align: center;
    }

    .idfc-logo-logonewindex {
        width: 150px;
    }

    .submit-shadow-blue svg.ssvg {
        position: absolute;
        bottom: -26px;
        right: -7px;
        z-index: -1;
        width: 56px;
    }

    .btn-submit svg {
        width: 26px;
    }

    .btn-submiterror svg {
        width: 26px;
    }

    .nrmjtext-logogroup {
        margin-bottom: 25px;
    }

    .bib-error-txt {
        font-size: 14px;
        text-align: center;
        margin-top: 24px;
    }

    .btn.btn-submiterror {
        border: 1px solid #D22D27;
    }

    .bibNumber-input:focus {
        border: 1px solid #FFFFFF;
    }

    .bib-inputerror:focus {
        border: 1px solid #D22D27;
    }


}

@media screen and (max-width:576px) {
    .tsk-show-boxmain-outer {
        max-width: 100%;
        min-height: 498px;
    }
    .bib-error-txt {
        font-size: 3vw;
        text-align: center;
        margin-top: 6vw;
        font-weight: 500;
    }

    .tsk-show-boxmain {
        border-radius: 30px;
        padding: 22px 9px 15px 9px;
    }

    .mjtext-logogroup {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex-direction: column;
        margin-bottom: 8vw;

    }

    .nrmjtext-logogroup {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        flex-direction: column;
        margin-bottom: 8vw;

    }

    .dallbox-show-vtwo {
        width: 122px;
        height: 58px;
        border-radius: 35px 20px;
        right: -5px;
        bottom: -7px;
    }

    .pl-pr-12 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .pl-pr-24 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .video-box {
        width: 89.2vw;
        height: 89.2vw;
    }

    .video-box video {
        width: 100%;
        height: 100%;
    }

    .dallbox-show-vone {
        width: 166px;
        height: 65px;
        border-radius: 19px 11px;
        left: 39px;
        top: -7px;
    }

    .tsk-show-boxmain {
        border: 1px solid #FFFFFF99;
    }

    .tsk-logo-show {
        width: 30vw;
    }

    .idfc-logo-logoindex {
        width: 38vw;
    }

    .btyb-text {
        font-size: 3.9vw;
        text-align: center;
        margin-bottom: 4px;
    }

    .mjlgtext {
        font-size: 9.9vw;
    }

    .video-social-grp {
        display: flex;
        align-items: center;
        gap: 3.6vw;
        flex-direction: column;
    }

    .share-yatext {
        font-size: 4.46vw;
        margin-bottom: 12px;
    }

    .social-group {
        gap: 4.15vw;
    }

    .social-group svg {
        width: 16px;
        height: 16px;
    }

    .show-leftele-img {
        width: 230px;
    }







    /* show page */
    .form-imggroup {
        display: flex;
        gap: 9.5vw;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .tsk-whitelogo {
        width: 38vw;
    }

    .bibNumber-input {
        font-size: 8.9vw;
        border-radius: 24px;
        border-width: 1px;
        border-width: 1px;
        line-height: 1;
    }

    .bib-textlabel {
        font-size: 6vw;
        margin-bottom: 5.5vw;
    }

    .btn-submit {
        width: 15.299vw;
        height: 15.299vw;
    }

    .tsk-index-boxmain-outer {
        position: relative;
        max-width: 100%;
        width: 100%;
        min-height: 83vw;
        padding: 0px;
    }

    .dallbox-vone {
        width: 68.5vw;
        height: 30vw;
        border-radius: 30px 20px;
        background-color: white;
        position: absolute;
        left: -6px;
        top: -6px;

    }

    .index-inputbtngrp {
        max-width: 64vw;
        gap: 5.5vw;
    }

    .tsk-index-boxmain {
        padding: 7.7vw;
        border-radius: 30px;
        border: 1px solid #FFFFFF;
    }

    .index-bibNumber-input::before {
        content: '';
        position: absolute;
        width: 24.4vw;
        height: 11vw;
        border-radius: 13px 15px 13px 21px;
        bottom: -7px;
        left: -7px;
        z-index: -1;
    }

    .dallbox-vtwo {
        width: 31.5vw;
        height: 30.5vw;
        border-radius: 35px 20px;
        background-color: #FFFFFF;
        position: absolute;
        right: -6px;
        bottom: -6px;
        z-index: -1;
    }

    .index-btyb-text {
        font-size: 4vw;
        text-align: center;
    }

    .idfc-logo-logonewindex {
        width: 38vw;
    }

    .submit-shadow-blue svg.ssvg {
        position: absolute;
        bottom: -30px;
        right: -7px;
        z-index: -1;
        width: 13.5vw;
    }

    .btn-submit svg {
        width: 5.5vw;
    }

    .btn-submiterror svg {
        width: 5.5vw;
    }

}

@media screen and (max-width:480px) {}

/* end show page */