
/* reset css start */
.incometaxv2 .container {
    padding: 0px;
}
.incometaxv2 .form-group{
    margin-bottom: unset;
}

.incometaxv2 label{
    margin-bottom: unset;
}

/* reset css end */


/* utility classes start */
.incometaxv2 .dsp-n{
    display: none;
}

.incometaxv2 .mt-20{
    margin-top: 20px;
}

.incometaxv2 .mt-40{
    margin-top: 40px;
}

.incometaxv2 .mb-40{
    margin-bottom: 40px;
}

.incometaxv2 .not-allowed{
    /* cursor: not-allowed !important; */
    /* pointer-events: none; */
}

@media screen and (min-width:768px) {
    .incometaxv2 .desktop-hidden{
        display: none;
    }

    .incometaxv2 .desk-mb-40{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:768px) {
    .incometaxv2 .mob-hidden{
        display: none !important;
    }

    .incometaxv2 .mob-mb-0{
        margin-bottom: 0 !important;
    }
}

/* utility classes end */

.incometaxv2 section{
    padding-block: 50px;
}

.incometaxv2 h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 12px;
} 

.incometaxv2 h2{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.incometaxv2 .subHeading {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.incometaxv2 .description-container{
    display: flex;
    gap: 3%;
    margin-bottom: 40px;
}

.incometaxv2 .description-container img{
    max-width: 100%;
    width: 224px;
    height: 100%;
}

.incometaxv2 .steps-wrapper{
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 40px;
}

.incometaxv2 .steps-container{
    display: flex;
    justify-content: space-between;
}

.incometaxv2 .steps-container li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}

.incometaxv2 .steps-container li:nth-child(-n+6):after{
    content: "";
    width: 85px;
    height: 1px;
    background-color: #233253;
    position: absolute;
    top: 26px;
    left: 84px;
}

.incometaxv2 .steps-container li p{
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    cursor: pointer;
}

.incometaxv2 .step-item .step-wrapper{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(0, 94, 158, 0.5);
    padding: 7px;
    cursor: pointer;
}

.incometaxv2 .step-item .step-wrapper button{
    color: #005e9e;
    font-weight: 500;
    font-size: 16px;
    width: 42px;
    height: 42px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 4px 4px rgba(2,70,117,0.25);
    cursor: pointer;
}

.incometaxv2 .steps-container .inActiveStep,
.incometaxv2 .steps-container .inActiveStep .step-wrapper,
.incometaxv2 .steps-container .inActiveStep .step-wrapper button,
.incometaxv2 .steps-container .inActiveStep p{
    pointer-events: none;
    cursor: not-allowed;
}

.incometaxv2 .step-wrapper.stepperComplete {
    background: #005e9e;
}

.incometaxv2 .step-wrapper.stepperComplete button {
    background: #005e9e;
    color: #fff;
    box-shadow: none;
}

.incometaxv2 .screen{
    border: 1px solid #c7cacc;
    padding: 20px 24px 45px;
    position: relative;
}

.incometaxv2 .screen#screen-7 .table-wrapper{
    overflow-x: auto;
}

.incometaxv2 .screen#screen-7 .summary-table{
    min-width: 400px;
}

.incometaxv2 .screen h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #233253;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.incometaxv2 .screen h3 span:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(0,#edf8ff,rgba(237,248,255,0));
    margin-right: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #005e9e;
}

.incometaxv2 .screen h3 span:last-child{
    font-size: 12px;
    line-height: 18px;
    color: #808285;
    position: absolute;
    top: 20px;
    right: 20px;
}

.incometaxv2 .screen form{
    max-width: 660px;
    margin: 0 auto
}

.incometaxv2 .screen-small form{
    max-width: 345px;
}

.incometaxv2 .field-row{
    display: flex;
    justify-content: space-between;
}

.incometaxv2 .screen-small .form-group{
    margin-inline: auto;
}

.incometaxv2 .form-group{
    max-width: 325px;
    width: 100%;
}

.incometaxv2 .error-txt{
    line-height: 1.3;
    margin-top: 10px;
}

.incometaxv2 .global-form-error{
    text-align: center;
}

.incometaxv2 .input-wrapper{
    position: relative;
}

.incometaxv2 .rupee-symbol{
    position: absolute;
    font-family: arial;
    line-height: 1;
    left: 5px;
    top: 8px;
    width: 5px;
}

.incometaxv2 .screen label{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 10px;
}

.incometaxv2 .screen input, .incometaxv2 .screen select{
    font-size: 14px;
    border: 1px solid #c7cacc;
    font-weight: 500;
    color: #666;
}

.incometaxv2 .screen select{
    width: 100%;
    padding: 5px;
    background-color: #efefef4d;
} 

.incometaxv2 .screen input{
    padding: 5px 10px 5px 18px;
}

.incometaxv2 .numToWordOutput{
    width: 100%;
    font-family: Poppins,sans-serif;
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.incometaxv2 .buttons-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 52px;
    row-gap: 10px;
}

.incometaxv2 .buttons-wrapper button{
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.incometaxv2 .transparent-button{
    color: #233253;
    border: none;
    background: none;
}


.incometaxv2 .red-button{
    min-width: 105px;
    border-radius: 4px;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 5px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.incometaxv2 .red-button:hover{
    box-shadow: 0 8px 12px rgba(237,28,36,0.2);
    background: #ff3038;
}

.incometaxv2 .summary-table th, .incometaxv2 .summary-table td{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #233253;
    border: 1px solid #c7cacc;
    padding: 20px 10px;
    width: 400px;
}

.incometaxv2 .rupee-symbol-static{
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 3px;
}



@media screen and (max-width:1024px) {

    .incometaxv2 .steps-container{
        max-width: 800px;
        gap: 15px;
    }

    .incometaxv2 .steps-container li:nth-child(-n+6):after{
        width: 42px;
        left: 87px;
    }

}

/* @media screen and (min-width:768px) {
    .incometaxv2 .desk-mb-40{
        margin-bottom: 40px;
    }
} */

@media screen and (max-width:768px) {
    .incometaxv2 section{
        padding-block: 25px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .incometaxv2 h1{
        font-size: 24px;
        line-height: 30px;
    } 
    
    .incometaxv2 h2{
        font-size: 24px;
    }

    .incometaxv2 .screen h3{
        max-width: 90%;
    }

    .incometaxv2 .field-row{
        flex-direction: column;
    }

    .incometaxv2 .form-group{
        margin-bottom: 20px;
    }

    .incometaxv2 .subHeading {
        font-size: 14px;
        line-height: 22px;
    }
}