
@media (min-width:1025px) {
    
    .checklist-holder img {
        max-width:112px;
    }
} 
    
@media (max-width:1024px) {
#claimstart .checklist-holder {
        max-width:195px;
        max-height:195px;
        width:100%;
    }
    #claimstart .checklist-holder img {
        width:50%;
    }

}

@media (min-width:992px) {
    #court-documents ul li > span:last-child, #court-documents ul li .date {
        white-space: nowrap;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    #contact-us ul li div:first-child {
        margin-right:5%;
        width: 33%;
    }
    #contact-us ul li div:last-child {
        width: 60%;
    }
}
    
@media (max-width:991px) {
#claimstart .checklist-holder {
        max-height:137px;
        width:100%;
    }
    #claimstart .checklist-holder img {
        width:50%;
    }

.faq-menu {
    max-width:none;
    margin-bottom:2em;
}

}

@media (min-width:769px) and (max-width:1999px) {
    #key-dates-listing .keydate {
        margin-right:1%;
        width:28%;
    }
    #key-dates-listing .event {
        width:71%;
    }
}

@media (max-width:768px) {
    
     
    #faq-menu-col .faq-menu h3, #faq-menu-col .faq-menu ul {
     display:none;
    }
    
    
    #claimstart .checklist-holder {
        max-height:137px;
        width:100%;
    }
    #claimstart .checklist-holder img {
        width:50%;
    }
    
    #hero-interior {
        margin-bottom: 2em;
        padding: 4.5em 0;
    } 
    .faqs ul .question div {
        width:94%;
    }
    
    /*.table-legal-rights {
        min-width:500px;
    }*/
    
    header #case-info {
        padding: 12px;
    }
    header .title {
        line-height:34px;
        padding: 20px 0 0;
    }
    header .jnd-logo {
        margin-top: 20px;
        width: 100%;
    }
    #home #claimstart {
        padding-top: 5em;
    }
    footer .col-md-12 {
        margin-bottom:1em;
    }
}

@media (max-width:767px) {
    #key-dates-listing ul li {
    flex-wrap: wrap;    
    }
    
    
    #key-dates-listing ul li > div {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 0 0 100% !important;
    }
    
    #key-dates-listing ul li .keydate {
        font-weight:bold;
        margin-bottom:5px;
    }
    
}    


@media (max-width:480px) {
    
    .faq-menu {
        max-width:none;
        width:100%;
    }
    
    h2 img {
        display:inline-block;
        max-width:40px;
        margin-right:5px;
        vertical-align:top;
    }
    h2 span {
        display:inline-block;
        width:80%;
    }
    
    .faqs ul .question div {
        width:86%;
    }
    .welcome {
        padding-top:2em;
    }
    .welcome h1 {
        font-size: 2.2rem;
        line-height: 1.2em;
    }
    #home #claimstart > .container {
        top:2em;
    }
    
    
    #home section > .container {
        padding: 28px 30px;
    }
    header .jnd-logo {
        display:none;
    }
    #home #claimstart {
        padding-top: 0em;
    }
    #home section h2 {
        font-size: 1.4em;
    }
    #home section h2 i {
        font-size: 38px;
        margin-right: .1em;
        top: 3px;
    }
    #claim-documents ul li > div span:first-child {
        width:100%;
    }
    #court-documents ul li > span:last-child, #court-documents .docimg, #court-documents .date, #claim-documents .pdf-img {
        display:none;
    }
    #court-documents ul li .title {
        height:auto;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 0 0 100%;
    }
    #faqs h3 {
        font-size: 28px;
    }
    #faqs h3 img {
        height: 32px;
        margin-right: 10px;
    }
    
    
    
    #claimstart .checklist-holder {
        width: 60px;
        height: 60px;
    }
    #claimstart .col-3 {
        padding-right:0;
    }
    #claimstart .checklist-holder img {
        width:26px;
        height:auto;
    }
    
    footer h3 {
        font-size: 28px;
    }
    footer h3 img {
        height: 32px;
        margin-right: 0;
    }
    footer ul li, #contact-us ul li {
        flex-direction: column;
    }
    footer ul li div, #contact-us ul li div:first-child {
        width: 100% !important;
    }
    footer ul li div:last-child,#contact-us ul li div:last-child {
        margin-left:48px;
        width: 80% !important;
    }
    footer .copyright {
        text-align:center !important;
    }
    footer .copyright span {
        display:block;
        margin-bottom:15px;
        text-align:center !important;
    }
    footer .copyright span img {
        height:30px;
    }
    footer .copyright .text-right {
        text-align:center !important;
    }
}