.bodymain {
    width: 100%;
    height: auto;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background-image: url(https://peakprofitsolutions.com/wp-content/uploads/2021/05/tax-season.jpg) !important;
    padding: 45px 0;
}

.bodymain:before {
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(45deg, rgb(9, 81, 81) 0%, rgba(35, 132, 141, 0.88) 48%, rgb(134, 201, 186) 87%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main {
    margin-top: 100px;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

#multistep_form {
    width: 475px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

/*progress header*/
#progress_header {
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 0;
}

#progress_header li {
    list-style-type: none;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: monospace;
    color: #fff;
    text-transform: uppercase;
}

#progress_header li:after {
    width: 35px;
    line-height: 35px;
    display: block;
    font-size: 22px;
    color: #888;
    font-family: monospace;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
}

#progress_header li:nth-child(1):after {
    content: "1";
}

#progress_header li:nth-child(2):after {
    content: "2";
}

#progress_header li:nth-child(3):after {
    content: "3";
}

#progress_header li:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -50%;
    top: 50%;
    z-index: -1;
}

#progress_header li:first-child:before {
    content: none;
}

#progress_header li.active:before,
#progress_header li.active:after {
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    color: #fff !important;
    transition: all 0.5s;
}

/*title*/
.title-box {
    width: 100%;
    margin: 0 0 20px 0;
}

.title-box h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #2C3E50;
    margin: 0;
    font-family: cursive;
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
}

.title-box h2:before {
    content: "";
    background: rgb(241, 97, 77);
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.title-box h2:after {
    content: "";
    background: rgb(241, 97, 77);
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

/*Input and Button*/
.multistep-box {
    background: white;
    border: 0 none;
    border-radius: 8px;
    padding: 30px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: absolute;
}

.multistep-box:not(:first-of-type) {
    display: none;
}

.multistep-box p {
    margin: 0 0 12px 0;
    text-align: left;
    position: relative;
}

#error-fname {
    font-size: 12px;
}

#error-email {
    font-size: 12px;
}

#error-phone {
    font-size: 12px;
}

.multistep-box span {
    font-size: 13px;
    color: #f77d6c;
}

#typemsgerr {
    text-align: center;
    display: flex;
    justify-content: center;
}

.multistep-box .texterr {
    font-size: 15px;
    color: red;
    border-radius: 100px;
    padding: 4px 10px;
    background: #f77d6c;
    color: #fff;
}

.multistep-box .error {
    font-size: 14px;
    color: red;
}

input,
textarea {
    /* padding: 15px;  */
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #2C3E50;
    font-size: 13px;
    transition: all 0.5s;
    outline: none;
}


.filldetails input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #2C3E50;
    font-size: 13px;
    transition: all 0.5s;
    outline: none;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 5px;
}

input.box_error,
textarea.box_error {
    border-color: #FF0000;
    box-shadow: inset 0px 0px 50px 2px rgb(255, 0, 0, 0.1);
}

.filldetails input.box_error,
textarea.box_error {
    margin: 0 0 20px 0;
}

.filldetails input {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    color: #2C3E50;
    font-size: 13px;
    transition: all 0.5s;
    outline: none;
    padding: 10px 10px;
    width: 100%;
}

p.nxt-prev-button {
    margin: 20px 0 0 0;
    text-align: center;
    display: unset;
}

.action-button {
    width: 100px !important;
    font-weight: bold;
    color: #fff !important;
    border: 0 none;
    border-radius: 100px !important;
    cursor: pointer;
    padding: 10px 5px !important;
    margin: 0 5px !important;
    background-color: rgb(247, 125, 108) !important;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 600;
    border: 0 !important;
}

.action-button:hover,
.action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f77d6c;
}

.form_submited #multistep_form {
    opacity: 0;
    visibility: hidden;
}

.form_submited h1 {
    -webkit-background-clip: text;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 90px;
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    transform: translate(0%, -80%);
    -webkit-transform: translate(0%, -80%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}

.slider-container {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    align-items: center;
}

.range-slider {
    width: 75%;
}

.slider-value {
    display: inline-block;
    margin-left: 10px;
}

.question_div {
    /* text-align: left; */
    margin: 0 0 13px 0;
}

.question_div label {
    font-size: 16px;
    padding: 0 0 15px 0;
    display: inline-block;
    color: #6d6d6d;
    font-weight: 600;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    animate: 0.2s;
    background: #d5d5d5 !important;
    border-radius: 30px;
}

input[type=range]::-webkit-slider-thumb {
    height: 8px;
    width: 8px;
    border-radius: 50px;
    border: 4px solid #2c3e50;
    box-sizing: content-box;
    background: rgb(247, 125, 108) !important;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
    box-shadow: -407px 0 0 400px #f77d6c;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    border: 1px solid #000000;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
}


input[type=range] {
    height: 16px;
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    overflow: hidden;
    border-radius: 50px;
}

input[type=range]:focus {
    outline: none;
}

.filldetails input.box_error,
textarea.box_error {
    margin: 0px 0 8px 0 !important;
}

.secondquestionform {
    position: relative;
    z-index: 1111;
}

#round_two_form {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100%;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.biz_entitiy label {
    margin-left: 10px;
}

.last_over .question_div .first_label {
    min-height: 52px;
}

.last_over .question_div label {
    min-height: 23px;
    padding: 0;
}

span#errorMessage_second_span_p {
    font-size: 15px;
    color: red;
    border-radius: 100px;
    padding: 6px 10px;
    background: #f77d6c;
    color: #fff;
}




.question_div {
    display: none;
}

.current-question {
    display: block;
}

.title-box {
    padding: 10px;
    text-align: center;
}

.prev-next-button {
    cursor: pointer;
    color: #007bff;
    margin-right: 10px;
}

.next-question {
    cursor: pointer;
    color: #007bff;
}


span.next-question.action-button-btn {
    background-color: #f77d6c;
    color: #fff;
    padding: 10px 30px 8px 30px;
    border-radius: 19px;
}

/* 21-12-2023 */
body {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.multistep-box {
    min-height: 300px;
}

.multistep-box .title-box {
    display: block;
    width: auto;
}

span#errorMessage_second_span_p {
    padding: inherit;
    background: inherit;
    color: #f00;
}

.multistep-box .first_round_avtar3 {
    padding: 5px 0 10px;
}

.multistep-box .first_round_avtar3 label {
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.multistep-box span.action-button-btn,
.multistep-box input.action-button {
    display: inline-block;
    margin: 0 3px;
    padding: 10px 42px;
    background-color: #f77d6c;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    font-size: 14px;
    font-weight: 600;
}

.question_div select {
    border: 1px solid #d3d3d3;
    padding: 12px 9px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #6d6d6d;
    border-radius: 6px;
    margin-bottom: 22px;
    margin-top: 0;
}

.first_round_avtar3 .check_bxs,
.multistep-box .check_bxs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.first_round_avtar3 .check_bxs label,
.multistep-box .check_bxs label {
    flex: 0 0 49%;
    margin-left: 0;
    padding: 10px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
}

.first_round_avtar3 .slider-container {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.first_round_avtar3 .slider-container span.slider-value {
    display: block;
    margin: 5px 0;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
}

.first_round_avtar3 .check_bxs label input[type="radio"] {
    margin-right: 4px;
}

/* .first_round_avtar3 .slider-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    animate: 0.2s;
    background: #d5d5d5 !important;
    border-radius: 30px;
}

.first_round_avtar3 .slider-container input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 8px solid #2c3e50;
    box-sizing: content-box;
    background: rgb(247, 125, 108) !important;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
} */

.first_round_avtar3 .slider-container input[type=range]::-webkit-slider-thumb {
    margin-top: -1px;
}

.last_over .question_div .first_label {
    min-height: inherit;
    padding-bottom: 30px;
}

.first_round_avtar3 .slider-container span.prsnt {
    position: relative;
    padding-right: 12px;
}

.first_round_avtar3 .slider-container span.prsnt:after {
    content: '%';
    position: absolute;
    top: 0;
    right: 0;
}

#multistep_form {
    width: 600px;
}

.multistep-box .multi-frm {
    padding: 20px 0 40px;
}

span.slider-value {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.other_blck {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.other_blck .append_other input {
    padding: 7px 5px;
}

#description,
.othertype {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}

.append_other {
    width: 100%;
}


.biz_strcture_desc {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}

.income_avtar1_description {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}

.plantoselldesc1 {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}

textarea.current_year_first_round_desc {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}

.textarea.plantoselldesc.mt-2 {
    margin-top: 15px;
}

textarea.asset_typedesc1 {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}

.loder_imge {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    right: 50%;
    z-index: 1111;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
}

img.form_loader {
    width: 35px;
}

.page_numbr {
    margin: 12px 0 0 0;
    display: flex;
    gap: 7px;
    font-size: 14px;
}

.page_numbr .totalpage {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.page_numbr .pagecurrent {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.current_year {
    position: relative;
}

.current_year .dollar_price {
    position: absolute;
    left: 7px;
    top: 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.current_year input {
    /* padding: 10px 10px 10px 24px; */
    width: 250px;
}

.main_current_year {
    justify-content: center;
}

textarea.plantoselldesc1 {
    font-size: 15px;
}

.commaclass {
    padding: 8px 9px 8px 17px;
    width: 250px;
}


.commaclass {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.commaclass .dollar_price {
    position: absolute;
    left: 7px;
    top: 10px;
    margin: 0;
    font-size: 16px;
}

@media screen and (min-device-width: 100px) and (max-device-width: 767px) {
    .main {
        margin-top: 0px;
        padding: 0 10px;
    }
    .multistep-box{
        position: inherit !important;
    }
    #multistep_form {
        width: auto !important;
    }
    .first_round_avtar3 .check_bxs label, .multistep-box .check_bxs label {
        flex: 0 0 48%;
    }
    .multistep-box.step-3{
        /* top: 130px; */
    }
    
}


.mainamoundiv p {
    text-align: center;
}

.years_pro .current_year {
    margin: 0 0 10px 0;
    width: 100%;
}
.year_label{
    text-align: left;
}
.year_label label {
    padding: 0 0 5px;
}
.year_inr {
    width: 100%;
    position: relative;
}
.year_inr input {
    width: 100%;
    padding: 9px 12px 9px 18px;
    font-size: 14px;
    font-weight: 600;
}
.alert_txt h3 {
    font-size: 15px;
    font-weight: 600;
    color: red;
    margin: 0;
    padding-bottom: 15px;
}
.years_pro {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

label.household_income_avtar1.mt-3 {
    padding-top: 12px;
}
input.percentage_input {
    padding: 8px;
    margin-top: 5px;
}