* {
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
}

.tab-main{
    font-size: 20px ;
    font-weight: 500 ;
    color: #616161 ;
    display: flex;
    justify-content: center;
    align-items: center ;
    flex-direction: column;
    position: relative ;
    button{
        width: 67px ;
        height: 67px ;
        border-radius: 50% ;
        background-color: #E2E8F0 ;
        display: flex ;
        justify-content: center ;
        align-items: center ;
        border: none ;
    }
    &:before{
        content: '';
        position: absolute;
        top: 50%;
        left: -35%;
        transform: translateY(-50%);
        width: 90px;
        height: 1px;
        background: #858585;
    }
}
.plan-innersec .col-2:first-child .tab-main::before {
    display: none;
}
.tab-main.selected{
    font-size: 22px ;
    color: #059669 ;
     button{
       
            background: #059669;
            color: #fff ;
            box-shadow: 0px 6px 15px #A2FFD3E5;
    }
    &:before{
        background: #059669 ;
    }
}
.topplansec{
    padding: 30px 0;
    background: #fff ;
}
.plan-innersec{
    padding: 0 100px ;
}

.backto{
    p{
        font-size: 20px ;
        font-weight: 600 ;
        color: #0B3C5D ;
         font-family: "Urbanist", sans-serif;
    }
}
.pricelist{
    display: flex ;
    justify-content: start ;
    align-items: center ;
    gap: 20px ;
    padding-left: 0 ;
    margin-bottom: 10px;
    li{
        list-style: none ;
    }
    li:nth-child(1){
        font-size: 30px ;
        font-weight: 600 ;
        color: #128204 ;
    }
     li:nth-child(2){
        font-size: 14px ;
        font-weight: 500 ;
        color: #11BC50;
        background: #D4FFE4 ;
        padding: 7px 15px;
        border-radius: 20px ;
    }
}
.itr-return-main{
    padding: 15px ;
    background: #FFFFFF ;
   border: 1px solid #22C55E;
   border-radius: 20px ;
}
.incometax{
    padding: 7px 21px ;
    background: #D4FFE4 ;
    border-radius: 20px ;
    width: fit-content ;
    font-size: 15px ;
    font-weight: 500 ;
    color: #22C55E ;
}
.salaryhead{
    font-size: 30px ;
    font-weight: 600 ;
    color: #0B3C5D;
    span{
        font-size: 20px ;
        font-weight: 500 ;
    }
}
.validated{
    font-size: 14px ;
    font-weight: 400 ;
    color: #565656;
    margin-bottom: 10px ;
}
.charges{
    font-size: 18px ;
    font-weight: 400 ;
    color: #525252 ;
    margin-bottom: 0 ;
}



.clockimg{
    width: 70px ;
    height: 70px ;
    img{
        width: 100% ;
    }
}
.clock-txt{
    p{
        font-size: 24px ;
        font-weight: 600 ;
        margin-bottom: 0 ;
        color: rgba(11, 60, 93, 1) ;
    }
}
.businessdays{
    font-size: 16px ;
    font-weight: 400 ;
    color: rgba(50, 50, 50, 1) ;
}
.include-main{
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 20px;
}
.include{
    font-size: 24px ;
    font-weight: 500 ;
    color: rgba(11, 60, 93, 1) ;
}
.include-list{
    li{
        list-style: none ;
        font-size: 14px;
        font-weight: 400 ;
        color: rgba(49, 65, 88, 1) ;
        margin-bottom: 10px ;
        img{
            margin-right: 10px ;
        }
    }
}
.not-include{
    background: rgba(255, 251, 235, 1) ;
    border-color:rgba(254, 230, 133, 1) ;
}
.include-list.document{
    padding-left: 18px ;
    li{
        list-style: disc;
        &::marker{
            color: rgba(0, 188, 125, 1);
        }
    }
}
.order-summary{
    font-size: 25px ;
    font-weight: 600 ;
    color: rgba(66, 66, 66, 1) ;
}
.order-summary-main{
    background: rgba(255, 255, 255, 1) ;
    box-shadow: 0px 0px 13.3px 3px rgba(34, 197, 94, 0.33);
    border-radius: 20px ;
    padding: 15px ;
}
.base-price{
    p{
        font-size: 18px ;
        font-weight: 500 ;
        color: rgba(82, 82, 82, 1);
    }
}
.discount-price{
    p{
        font-size: 18px ;
        font-weight: 500 ;
        color: rgba(34, 197, 94, 1);
    }
}
.total-txt{
    font-size: 20px ;
    font-weight: 600 ;
}
.total-price{
    font-size: 18px ;
    font-weight: 600 ;
    color: rgba(66, 66, 66, 1) ;
}
.total-main{
    border-top: 1px solid rgba(217, 217, 217, 1);
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.continue-plan{
    width: 100% ;
    height: 56px ;
    border-radius: 8px ;
    color: rgba(255, 255, 255, 1) ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    border: none ;
    background: rgba(17, 187, 80, 1) ;
    font-size: 18px ;
    font-weight: 600 ;
}
.summary-list{
    padding-left: 0 ;
    li{
        list-style: none ;
        font-size: 12px ;
        font-weight: 400 ;
        margin-bottom: 10px ;
        color: rgba(49, 65, 88, 1);
        img{
            margin-right: 10px ;
        }
    }
}






@media screen and (max-width:768px) {
    .backto {
        p {
            font-size: 15px;
        }
    }
    .itr-return-main {
        padding: 10px;
    }
    .salaryhead {
        font-size: 24px;
    }
    .incometax{
        font-size: 12px ;
    }
    .validated {
        font-size: 12px;
    }
    .pricelist {
        li:nth-child(1) {
            font-size: 25px;
        }
        li:nth-child(2) {
            font-size: 12px;
            padding: 3px 10px;
        }
    }
    .charges {
        font-size: 13px;
    }
    .clockimg {
        width: 50px;
        height: 50px;
    }
    .businessdays {
        font-size: 13px;
    }
    .clock-txt {
        p {
            font-size: 20px;
        }
    }
    .include {
        font-size: 18px;
        font-weight: 500;
        color: rgba(11, 60, 93, 1);
    }
    .include-list {
        li {
            font-size: 12px;
            padding-left: 25px;
            text-indent: -25px;
            img{
                width: 15px ;
            }
        }
    }
    .include-list.document {
        padding-left: 18px;
        li {
            font-size: 12px;
            padding-left: 0 ;
            text-indent: inherit ;
            img{
                width: 15px ;
            }
        }
    }
    .order-summary {
        font-size: 20px;
    }
    .base-price {
        p {
            font-size: 13px;
        }
    }
    .discount-price {
        p {
            font-size: 13px;
        }
    }
    .total-txt {
        font-size: 15px;
    }
    .total-price {
        font-size: 14px;
    }
    .continue-plan {
        height: 45px;
        font-size: 15px;
    }
    .summary-list {
        li {
            img{
                width: 15px ;
            }
        }
    }
}







/* confirmation-form */

.user-txt{
    p{
        font-size: 24px ;
        font-weight: 500 ;
        color: rgba(11, 60, 93, 1) ;
    }
}
.input-main{
    display: flex ;
    justify-content: flex-start ;
    align-items: flex-start ;
    flex-direction: column;
    gap: 5px ;
    input{
        width: 100% ;
        height: 46px ;
        border-radius: 4px ;
        border: none;
        background: rgba(246, 245, 245, 1);
        padding: 10px ;
        font-size: 14px ;
        font-weight: 400 ;
        color: rgba(82, 82, 82, 1);
        &:focus{
            outline: none ;
        }
    }
     select{
        width: 100% ;
        height: 46px ;
        border-radius: 4px ;
        border: none;
        background: rgba(246, 245, 245, 1);
        padding: 10px ;
        font-size: 14px ;
        font-weight: 400 ;
        color: rgba(82, 82, 82, 1);
        &:focus{
            outline: none ;
        }
    }
    label{
        font-size: 14px ;
        font-weight: 500 ;
        color: rgba(82, 82, 82, 1) ;
    }
}
.proceed-btn{
    width: 100% ;
    height: 74px ;
    background: rgba(17, 187, 80, 1) ;
    border-radius: 15px ;
    display: flex ;
    justify-content: center ;
    align-items: center;
    border: none ;
    color: rgba(255, 255, 255, 1) ;
    font-size: 22px ;
    font-weight: 600 ;
    img{
        margin-left: 10px ;
    }
}
.personal-img{
    width: 50px ;
    img{
        width: 100% ;
    }
}


@media screen and (max-width:768px) {
    .personal-img{
        width: 40px ;
        img{
            width: 100% ;
        }
    }
    .user-txt {
        p {
            font-size: 18px;
        }
    }
    .input-main {
        input {
            font-size: 12px;
        }
        select{
            font-size: 12px;
        }
    }
    .proceed-btn {
        height: 50px;
        border-radius: 10px;
        font-size: 18px;
    }
    .formbtn{
        display: none ;
    }
}