#msform {
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 20px 8% 70px;
}
fieldset.final_fs{
    padding: 20px 10px 70px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
fieldset.final_fs > *:not(.talk_to_attorneys):not(.billion_section){
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform .action-button {
    background: #2e3548;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 15px auto;
    text-transform: uppercase;
}

#msform .action-button-previous {
    width: 100px;
    background: #2e3548;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px;
    text-transform: uppercase;
}
/* #msform .action-button.next{
    position: absolute;
    bottom: 15px;
    left: 55%;
    transform: translateX(-50%);
    width: 150px;
    height: 45px;
} */

#progressbar {
    padding: 0;
    overflow: hidden;
    color: lightgrey;
    margin-top: 0;
    background: #fff;
    margin-bottom: -8px;
    padding: 10px 30px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: calc(100% / 8);
    float: left;
    position: relative
}

#progressbar li:before {
    content: "";
}

#progressbar li:before {
    width: 0;
    height: 0;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    background: #fff !important;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 9999;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #dba66d;
}
body{
    background-image: url('images/main-bg.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
}
#grad1{
    width: 100%;
    max-width: 620px;
    margin-top: 70px;
}
.logo-wrapper img{
    display: table;
    margin: 50px auto 0;
    width: 100%;
    max-width: 300px;
}
h3{
    font-family: 'Roboto';
    font-size: 38px;
    color: #282d3c;
    text-align: center;
}
h6{
    font-family: 'Source Sans Pro';
    color: #343d53;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.name_fs h6{
    text-align: justify;
}
h5{
    text-align: center;
    font-family: 'Roboto';
    font-size: 24px;
    color: #282d3c;
    font-weight: 700;
    padding: 30px 0;
}
input:not([type="button"]){
    background: #f5f5f5;
    border: none;
    font-size: 18px;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    display: table;
    max-width: 490px;
}
input:not([type="button"]):focus{
    background: #f5f5f5;
}
h4{
    font-family: 'Roboto';
    font-size: 24px;
    color: #000;
    text-align: center;
}
.event_type_box,
.dont_see_my_injury,
.injuries_wrap{
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    height: 45px;
    border: 2px solid #dba66d;
}
.event_type_box input[type="radio"],
.injuries_wrap input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.event_type_box label,
.injuries_wrap label{
    color: #dba66d;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    text-transform: uppercase;
}
.dont_see_my_injury{
    margin-top: 0 !important;
    color: #dba66d !important;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    background: transparent !important;
    margin: 0 30px 30px 0 !important;
    white-space: initial;
    border: 2px solid #dba66d !important;
}
.event_type_box.selected{
    background: #dba66d !important;
    color: #fff !important;
}
.event_type_box.selected label{
    color: #fff !important;
}
.field_wrap{
    background: #f3f3f3;
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: 45px;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro';
}
.field_wrap input[type="radio"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.field_wrap label{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.field_wrap.selected{
    background: #dba66d !important;
    color: #fff !important;
}
.field_wrap.selected label{
    color: #fff !important;
}
fieldset{
    text-align: center;
}
input[type="radio"]{
    cursor: pointer;
}
.injuries_wrap.selected{
    background: #dba66d !important;
    color: #fff !important;
}
.injuries_wrap.selected label{
    color: #fff !important;
}
input:focus{
    outline: none;
}
.final_fs h4{
    font-size: 30px;
    color: #282d3c;
    font-weight: 700;
}
.final_fs a.btn{
    background: #dba66d;
    color: #fff;
    width: 150px;
    display: block;
    margin: 30px auto 40px;
    text-decoration: none;
    padding: 13px 0;
    font-family: 'Source Sans Pro';
    max-width: 500px;
}
.final_fs h2.section_title{
    background: #282d3c;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    margin-bottom: 0;
}
.final_fs .case_info ul{
    list-style: none;
    padding: 15px 20px;
    border: 2px solid #eee;
    margin: 0;
}
.final_fs .case_info ul li{
    background: #f9f9f9;
    padding: 1px 5% 40px;
    margin-bottom: 15px;
}
.final_fs .case_info ul h6{
    color: #dba66d;
    font-size: 18px;
    font-family: 'Roboto';
}
.final_fs .case_info ul p{
    color: #363636;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.final_fs .testimonials ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    border: 2px solid #eee;
}
.final_fs .testimonials li{
    display: flex;
    justify-content: flex-start;
    text-align: left;
    font-family: 'Source Sans Pro';
    color: #363636;
    border-bottom: 1px solid #d4d5d8;
    margin: 0 40px;
    padding: 40px 0;
}
.final_fs .testimonials li > div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.final_fs .testimonials li > div:nth-child(2){
    padding-left: 60px;
}
.final_fs .testimonials li div:last-child{
    display: block;
}
.final_fs .testimonials li img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 100%;
}
.final_fs .testimonials li h5{
    margin: 0;
    padding: 0;
    color: #dba66d;
    font-size: 16px;
    margin-top: 15px;
    white-space: nowrap;
    width: 55px;
}
.final_fs .testimonials li h6{
    margin-bottom: 30px;
    margin-top: 0;
    font-family: 'Roboto';
    font-size: 18px;
    color: #282d3c;
}
.final_fs .billion_section{
    background-image: url('images/millions.jpg');
    padding: 103px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}
.final_fs .talk_to_attorneys{
    background: #282d3c;
    color: #fff;
    padding-bottom: 70px;
}
.final_fs .talk_to_attorneys h3{
    color: #dba66d;
    font-size: 30px;
    font-family: 'Roboto';
    padding: 50px 0 20px;
    margin: 0;
}
.final_fs .talk_to_attorneys p{
    font-size: 16px;
    font-family: 'Source Sans Pro';
    color: #fff;
    padding: 0 30px;
}
.final_fs .talk_to_attorneys h5{
    color: #dba66d;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.final_fs .talk_to_attorneys input{
    width: 100%;
}
.final_fs input[type="submit"]{
    width: 80%;
    max-width: 500px;
    background: #dba66d;
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.number_of_requests{
    text-align: center;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.review_your_case{
    font-family: 'Source Sans Pro';
}
input[value="Go Back"],
input[value="Next"],
input[value="GET STARTED"]{
    width: 150px !important;
    height: 45px;
    border-radius: 2px !important;
}
.base_on_your_answer1{
    font-family: 'Source Sans Pro';
}
.person_desc{
    text-align: left;
    font-family: 'Source Sans Pro';
}
.person_name{
    margin: 0;
    padding-bottom: 0;
    text-align: left;
}
.text-upper{
    text-transform: uppercase;
}
.final_last_text{
    font-family: 'Source Sans Pro';
    line-height: 1.4;
}
body #grad1 form#msform fieldset.final_fs .p-l-15{
    padding-left: 25px !important;
}
body #grad1 form#msform fieldset.final_fs .p-r-15{
    padding-right: 25px !important;
}
.padding-0{
    padding: 0 !important;
    color: #363636;
}


@media only screen and (max-width: 768px) {
    #grad1{
        width: 100%;
    }
    input:not([type="button"]){
        width: 90%;
    }
    .event_type_box, .dont_see_my_injury, .injuries_wrap{
        width: 100% !important;
    }
    .final_fs .billion_section{
        background-image: url(images/miilions-banner-mobile.jpg);
        background-size: 100%;
        padding-bottom: 186px !important;
    }
    .final_fs .testimonials li{
        display: block;
    }
    .final_fs .testimonials li > div:nth-child(2){
        padding-left: 0;
        padding-top: 20px;
    }
    fieldset.name_fs h3{
        font-size: 24px;
    }
    fieldset.name_fs h6,
    fieldset.name_fs h5{
        margin: 0;
    }
    fieldset.name_fs h6{
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }
    fieldset.name_fs .logo-wrapper img{
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    body{
        margin: 0;
    }
    #grad1{
        margin-top: 0;
    }
    #msform fieldset,
    #progressbar{
        padding: 0 40px 0 25px;
    }
    #msform{
        height: 100vh;
        background: #fff;
    }
    .name_fs h6{
        letter-spacing: 0;
    }
}


.final_fs .check_img{
    width: 70px;
    margin-top: 40px;
}


.footer_btn_wrap{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.footer_btn_wrap .footer-btn{
    background-color: #ffffff;
    color: #dba66d !important;
    padding: 0 30px 16px;
    border-radius: 30px;
    margin-right: 25px;
    border: 1px solid #dba66d;
    box-shadow: 0px 0px 30px -15px #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Source Sans Pro';
}
.footer_btn_wrap .footer-btn:hover{
    background: #fff;
    transition: 0.5s ease all;
}
.footer_btn_wrap .footer-btn img{
    background-color: #dba66d;
    width: 20px;
    height: 20px;
    padding: 8px;
    border-radius: 100%;
    position: relative;
    right: -20px;
    top: 8px;
}

@media only screen and (max-width: 768px) {
    .footer_btn_wrap .footer-btn{
        padding: 0 0px 15px;
        display: block;
        width: 35%;
        margin: 0 5px;
    }
    .footer_btn_wrap .footer-btn img{
        width: 15px;
        height: 15px;
        right: -8px;
    }
    input[value="Go Back"], input[value="Next"], input[value="GET STARTED"]{
        width: 105px !important;
        height: 40px;
    }
}

fieldset.event_type_fs label.error{
    position: absolute;
    bottom: -35px;
}
fieldset label.error{
    color: #ff0000;
    text-transform: capitalize !important;
}
fieldset.name_fs h3{
    text-transform: uppercase;
}