.slitexar h3 {
    margin-bottom: 20px;
    line-height: 45px;
}

.slitexar ul li {
    margin: 0px 0px 10px;
}

.slider,
.ganelidseare {
    padding: 90px 0px 15px;
}

.incominfo-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(245, 245, 245);
    border-radius: 15px;
    margin: 0px auto;
    padding: 0px;
    width: 82%;
    background-color: white;
    box-shadow: 0 6px 10px -1px rgb(0 0 0 / 36%);
    overflow: hidden;
}

.incominfo-text,
.incominfo-form {
    margin: 0px;
    padding: 30px;
    width: 100%;
    overflow: hidden;
}

.incominfo-form {
    background: rgb(242, 242, 242);
    border-radius: 0px 9px 9px 0px;
}

.incominfo-text h3,
.incominfo-form h3 {
    text-align: center;
    margin: 10px auto 20px;
    font-size: 25px;
    position: relative;
    width: max-content;
    padding-bottom: 15px;
}

.incoinfo-devider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.incominfo-form .form-group {
    margin: 0px 0px 20px;
    padding: 0px;
    width: 100%;
}

.incominfo-form .form-group label {
    display: block;
    font-weight: 600;
}

.incominfo-form .form-group .form-control {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 30px;
}

.form-group .form-control:focus,
.form-group .form-control:focus-visible {
    outline: unset;
    box-shadow: unset;

}

.incominfo-text ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.incominfo-text ul li {
    list-style: none;
    display: flex;
    gap: 15px;
}

.incominfo-text ul li span {
    width: 30px;
    height: 27px;
    background: green;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    border-radius: 50px;
    color: #fff;
}

.incominfo-text ul li p {
    font-size: 15px;
    line-height: 22px;
}

.incominfo-text ul li .form-check.form-switch label {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 20px;
}


.form-check-input:checked {
    background: linear-gradient(45deg, #22579f 0%, #008000 100%);
}

.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 18px;
    background-color: #e7e7e7;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    border: unset;
}

.form-check-input:checked::after {
    content: "●";
    position: absolute;
    top: 43%;
    left: 68%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
}

.incominfo-form .btn {
    width: calc(100% - 80px);
    margin: 30px auto 20px;
    padding: 10px;
    display: block;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.incominfo-form p {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

/*----------*/

/* .phone-card-container {
    margin: 0px auto 30px auto;
    border-radius: 10px;
    width: 65%;
    border-top: 5px solid green;
    padding: 0px 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-bottom: unset;
} */


/*-- how to work step --*/

.steptowork {
    position: relative;
    padding: 50px 30px;
    display: block;
    margin: 0px auto 30px auto;
    border-radius: 10px;
    width: 65%;
    border-top: 5px solid green;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-bottom: unset;
}

.steptowork ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.steptowork ul .progfill .mainimg {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.steptowork ul .progfill .mainimg img {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.steptowork h4,
.alltextcompalited h4 {
    line-height: 70px;
    margin: 0 auto;
    letter-spacing: 0.5px;
    text-transform: unset;
    margin-bottom: 30px;
    color: #005009;
    font-weight: 700;
    font-size: 25px;
    position: relative;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #005009 20%, #42a742 30.42%, #03199d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steptowork ul .progfill:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.steptowork ul .progfill:hover:after,
#howtoworkvastepss .progress .progfill.active:after {
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    left: 0;
}

.steptowork ul .progfill:hover,
#howtoworkvastepss .progress .progfill.active {
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    color: #000;
}

.steptowork ul .progfill:hover .mainimg,
#howtoworkvastepss .progress .progfill.active .mainimg {
    -webkit-filter: brightness(0.9) invert(0.9) sepia(.9) hue-rotate(150deg) saturate(300%);
    filter: brightness(0.9) invert(0.9) sepia(.9) hue-rotate(150deg) saturate(300%);
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.imagstebox {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.imagstebox img {
    width: 90%;
    margin: 0;
    padding: 0;
    display: block;
}

.steptowork ul .progfill:before {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -11px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto';
    font-weight: 800;
    opacity: 0.2;
    display: none;
}

.steptowork ul .progfill:hover:before,
#howtoworkvastepss .progress .progfill.active:before {
    right: 0px;
    bottom: -10px;
    opacity: 0.8;
}

.steptowork ul li:nth-child(1) .progfill:before {
    content: '1';
}

.steptowork ul li:nth-child(2) .progfill:before {
    content: '2';
}

.steptowork ul li:nth-child(3) .progfill:before {
    content: '3';
}

.steptowork ul li:nth-child(4) .progfill:before {
    content: '4';
}

.steptowork ul li:nth-child(5) .progfill:before {
    content: '5';
}

.steptowork ul li .progfill {
    left: 0;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #68686863;
    box-shadow: 0 0 10px #68686863;
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    height: unset;
    overflow: hidden;
    z-index: 5;
}

.steptowork ul li:hover .progfill {
    color: #000;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

#howtoworkvastepss .progress {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: unset;
    overflow: unset;
    margin-bottom: 15px;
    counter-increment: auto-increment-numbers;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding-left: 25px;
    background: unset;
}

.steptowork ul li .progfill .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#howtoworkvastepss .progress:after,
#howtoworkvastepss .progress:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

#howtoworkvastepss .progress:before {
    left: -25px;
    content: counter(auto-increment-numbers);
    font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    background: #3fa441;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 2;
    top: 16px;
}

#howtoworkvastepss .progress:after {
    height: 100%;
    width: 2px;
    background: #3fa441;
    left: -11px;
    top: 40px;
}

#howtoworkvastepss .progress:last-child:after {
    display: none;
}

.steptowork h4 span,
.we-herring.downloadservices h4 span {
    color: #04436f;
}


/*--  what all includeds --*/

.alltextcompalited {
    position: relative;
    padding: 50px 30px 50px;
    background: #fff;
    overflow: hidden;
    margin: 0px auto 30px auto;
    border-radius: 10px;
    width: 65%;
    border-top: 5px solid green;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-bottom: unset;
}

.alltextcompalited ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.alltextcompalited ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 15px;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    counter-increment: auto-increment-numbers;
    position: relative;
    margin-left: 0;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    cursor: pointer;
}

.alltextcompalited ul li span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: inline-block;
    padding: 5px;
}

.alltextcompalited ul li span img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.alltextcompalited .imgenox {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.alltextcompalited ul li span:last-child {
    width: 100%;
    background: unset;
    margin: 0;
    padding: 0;
    height: unset;
}

.alltextcompalited ul li:last-child:after {
    display: none;
}

.alltextcompalited ul li:hover {
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    background: #e6e4e4;
}

.alltextcompalited h4 span {
    color: #04436f;
}

.alltextcompalited h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5px solid #04436f;
    width: 100px;
    border-radius: 6px;
    right: 0;
    margin: 0 auto;
}

.steptowork h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 5px solid #005009;
    width: 100px;
    border-radius: 6px;
}

.alltextcompalited.thirdsection {
    background: #fff;
}

.alltextcompalited.thirdsection li {
    background: #f2f2f2c7;
    margin-bottom: 25px !important;
    line-height: 22px;
}

.alltextcompalited.thirdsection li span {
    background: #ffff;
}

.incominfo-text .flexsecare {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    text-align: left;
}


.tax-query-form {
    width: 50%;
    margin: 0px auto;
    border-radius: 20px;
}

/*----------------------------------new css 20/09/2025----------------------------------*/
.taxhistory {
    background: #FFFDD0 !important;
    width: 63%;
    margin: 0px auto 30px;
    padding: 20px 10px;
    display: block;
    border: 1px solid #1D7E33;
    border-radius: 6px;
    animation: fadein 4s;
    position: relative;
}

.taxhistory .container {
    width: 100%;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.taxhistory span {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.taxhistory h4 {
    font-size: 26px !important;
    color: #333 !important;
    margin-bottom: 5px !important;
}

.taxhistory p {
    margin: 0px;
    font-size: 15px;
    color: #000;
}

/*--Fill your Personal Details--*/
.personal-info {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    width: 80%;
    margin: 0px auto 30px;
    padding: 0px 0px 20px;
    display: block;
}

.personal-info .container {
    width: 100%;
    padding: 0px;
}

.persinfo-head {
    background: #05274a;
    padding: 8px;
}

.persinfo-head h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 0px;
}

.persinfo-form {
    margin: 0px;
    padding: 20px 40px;
    width: 100%;
}

.persinfo-form h4 {
    background: #a22074;
    color: #fff;
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 10px;
    border-radius: 4px;
}

.persinfo-form .form-group {
    display: flex;
    align-items: center;
    margin: 0px 0px 15px;
}

.persinfo-form .form-group label {
    display: block;
    font-size: 14px;
}

.persinfo-form .form-group .form-control {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.3px;
    padding: 8px 15px;
}

/*--Subscribe--*/
.subscribe-box {
    background: #f9f9f9 !important;
    border: 1px solid #e2e2e2;
    width: 80%;
}

.subscribe-box p {
    text-align: left;
}

.subscribe-box p a {
    background: unset !important;
    border: unset;
    color: #0d6efd !important;
    padding: 0px;
}

.subscribe-box .subscr-btn {
    padding: 10px 120px;
    border: unset;
    position: relative;
    right: -28%;
    margin-bottom: 20px;
    background: #5cb85c !important;
}

/*----*/
.calculfulban {
    width: 100% !important;
}

.taxcalculator h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.taxcalculator h3 span {
    color: #293595;
}

.financial-box {
    width: 100%;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem #0000002d;
    margin: 0px auto;
    padding: 30px;
}

.financial-box h4 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #293595;
    margin-bottom: 40px;
}

.financial-form {
    width: calc(100% - 30%);
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    background: #fff;
    margin: 0px auto;
}

.financial-form h5 {
    margin: 40px auto;
    padding: 8px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background: #0b5ed7;
    color: #fff;
    width: max-content;
    border-radius: 6px;
}

.taxcalculator h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.taxcalculator h3 span {
    color: #293595;
}

.financial-box {
    width: 100%;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem #0000002d;
    margin: 0px auto;
    padding: 30px;
}

.financial-box h4 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #293595;
    margin-bottom: 40px;
}

.financial-form {
    width: calc(100% - 30%);
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    background: #fff;
    margin: 0px auto;
}

.financial-form button {
    margin: 30px auto;
    padding: 8px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    background: #0b5ed7;
    border: unset;
    color: #fff;
    width: max-content;
    border-radius: 6px;
    display: block;
}

.financial-form p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.financial-form .annualctc-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px auto 20px;
}

.financial-form .annualctc-btn a {
    background: #337dbd;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}