.bodymain {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background-image: url(https://taxwisepartners.com/wp-content/uploads/2024/04/tax-season.jpg) !important;
    padding: 45px 0;
    background-size:cover;
}

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;
}
.main {
   margin-top:50px;
}

/*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;
    margin: 0 0 70px 0;
}

.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: 12px;
    color: red;
    border-radius: 100px;
    padding: 7px 10px;
    background: #f77d6c;
    color: #fff;
}

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;
    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 5px 0;
    display: inline-block;
    color: #6d6d6d;
    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: 22px;
}

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;
}
.main_range{
    display:flex;
    justify-content:space-between;
    gap: 40px;
}
.main_range .question_div {
    width: 50%;
}
.main_range .question_div label {
    min-height: 30px;
    padding: 0 0 0px 0;
}
.last_over .question_div .first_label{
    min-height: 52px;
}
.last_over .question_div label {
    min-height: 23px;
    padding: 0;
}

.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.slider-value{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#multistep_form {
    width: 600px;
}
.filldetails textarea {
    padding: 15px 10px;
    border-radius: 6px;
    width: 100%;
    min-height: 123px;
}
.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;
}

div#topErrorMessage {
    padding: 3px 0 5px 0px;
    color: red;
    font-weight: 600;
}
.first_round_avtar3 .check_bxs label,
.multistep-box .check_bxs {
    display: flex;
    gap: 5px;
    justify-self: space-between;
    margin: 15px 0 5px 0;
}
.first_round_avtar3 .check_bxs label,
.multistep-box .check_bxs label {
    margin-left: 0;
    padding: 10px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    width: 49%;
    gap: 5px;
    display: flex;
}


img.form_loader {
    width: 35px;
}
.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;
}


@media screen and (min-device-width: 100px) and (max-device-width: 767px) {
    .bodymain {
        width: 100%;
        height: 100%;
    }
    .main {
        margin-top: 40px;
        padding: 0 10px;
    }
    #multistep_form {
        width: auto !important;
    }
    .first_round_avtar3 .check_bxs label, .multistep-box .check_bxs label {
        flex: 0 0 48%;
    }
    .multistep-box.multistepstart{
        top: 130px;
    }
    
}