@media (min-width: 1024px) {
    .sidebar-page-wrap.fixed {
        position: sticky;
        top: 0;
    }
    .sidebar-page-wrap.normal-sidebar {
        width: auto;
        position: relative !important;
    }
    .default-page .default-content {
        min-height: 1102px;
    }
}

@media (min-width: 1400px){
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1600px){

    .post-lists, .blog  .pagination, .single-post-detail {
        max-width: 940px;
    }
    .practice-area-list {
        height: 850px;
    }
    .newsletter .formbox input {
        width: 100%;
    }
    .wrap-header .menu-header ul li a {
        padding-right: 50px;
    }
    #mainNav li.menu-item-has-children:before {
        content: "";
        right: 35px;
    }
    .wrap-header .menu-header ul li .sub-menu li {
        margin: 0;
    }
    .home-banner .banner-des {
        padding-bottom: 180px;
    }
    .page-banner {
        height: 490px;
    }
    .injury-sec-video {
        padding-left: 50px;
    }
    .injury-sec-video video#video {
        height: 700px;
    }
    .contact-us .formbox.message-box {
        width: 91%;
    }
    .page-banner .banner-content {
        padding-top: 100px;
    }
    .guide-form {
        padding: 80px 110px;
    }
    
    .page-banner {
        padding-bottom: 130px;
    }
}

@media (min-width: 1800px){
    .container {
        max-width: 1600px;
    }
    .header-left {
        width: 350px;
    }
    .header-right {
        width: calc(100% - 350px);
    }
}

@media (max-width: 1600px){
    .header-left {
        width: 200px;
    }
    .header-right {
        width: calc(100% - 200px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post-lists, .blog .pagination, .single-post-detail {
        max-width: 830px;
    }
    .testimonials {
        height: 380px;
        padding: 35px 30px;
    }
}

@media (max-width: 1500px){
    .post-lists, .blog .pagination, .single-post-detail {
        max-width: 760px;
    }

}

@media (max-width: 1400px){

    .h2, h2 {
        font-size: 38px;
        line-height: 56px;
    }
    .mobile-contact .mobile-contact-title {
        font-size: 15px;
        line-height: 12px;
    }
    .mobile-phonenumber img {
        margin-right: 13px;
        height: 20px;
        width: 20px;
    }
    .h1 {
        font-size: 54px;
        line-height: 72px;
    }
    .banner-content p {
        font-size: 22px;
        line-height: 24px;
    }
    .home-banner .banner-des {
        padding-bottom: 100px;
    }
    body {
        font-size: 16px;
    }
    .wrap-header .menu-header ul li a {
        font-size: 14px;
        padding-right: 35px;
    }
    .testimonial-name {
        padding-top: 0 !important;
    }
    .about-page .inner-content p {
        line-height: 25px;
        word-spacing: normal;
        font-size: 15px;
    }
}

@media (max-width: 1300px){

    .mobile-contact-title {
        font-size: 15px;
    }
    .container {
        max-width: 1280px;
        padding: 0 40px;
    }
    header#header .container {
        padding: 0 15px;
    }

}

@media (max-width: 1199px){
    .practice-area-list.active .practice-content .prac-info {
        height: 238px; 
    }
    .mobile-contact-title {
        font-size: 0;
    }
    .h2, h2 {
        word-wrap: break-word;
    }
    .mobile-only {
        display: inline;
    }
    .search-icon svg {
        border-left: none;
        padding-top: 3px;
    }
    .phone-number {
        display: none;
    }
    .menu-header {
        display: none;
    }
    .header-language.a {
        display: none;
    }
    .mobile-search, .mobile-phonenumber {
        margin-right: 10px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #32BFFF;
        border: none;
    }
    .mobile-contact-title svg path {
        stroke: #fff;
    }
    .mobile-contact-title svg {
        margin-right: 0px;
    }
    .mobile-contact-title {
        font-size: 0;
        display: flex;
        margin: 0;
        flex-direction: column;
        padding-left: 10px;
    }
    .mobile-search svg path {
        stroke: #fff;
    }

    .search-icon {
        margin-right: 0px;
    }
    .mobile-phonenumber a.header-ph {
        font-size: 0;
    }
    .mobile-phonenumber a.header-ph svg {
        margin-right: 10px;
        border: 1px solid #32bfff;
        height: 35px;
        width: 35px;
        padding: 0px 8px;
        background-color: #32bfff;
        margin-top: 10px;
    }
    .header-menu {
        align-items: unset;
    }

    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 99999;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
    }
    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 54px;
        text-align: left;
        background: #fff;
    }
    .menu-show {
        right: 0;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
        background-color: #fff;
        opacity: 1;
    }
    .menu-full-wrapper .menu-sidebar ul li a {
        text-transform: uppercase;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        padding: 0;
        list-style: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .03);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }
    .menu-sidebar .menu-bar-wrapper li>a {
        color: #000;
        padding: 10px 15px;
        position: relative;
        display: block;
        line-height: 1.6;
        font-weight: 400;
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover {
        color: #000;
    }
    .menu-bar-wrapper li.current-menu-ancestor>a, .menu-sidebar .menu-bar-wrapper li.current-menu-item>a, .menu-sidebar .menu-bar-wrapper li>a:focus, .menu-sidebar .menu-bar-wrapper li>a:focus {
        background-color: #1B3546;
        color: #fff;
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -8px;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > .sidebar-menu-arrow:after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 400;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after, .current-menu-ancestor > .sidebar-menu-arrow:after { border-left: 2px solid #fff; border-bottom: 2px solid #fff; }
    .menu-bar-wrapper li.current-menu-ancestor:before {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left: 70px;
    }
    .menu-button {
        height: 35px;
        width: 35px;
        position: relative;
        line-height: normal;
        background-color: #32bfff;
        border: 1px solid #fff;
    }
    .search-icon:before {
        display: none;
    }
    .mobile-row {
        display: flex;
    }
    .header-row {
        border-bottom: none;
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        background: #fff;
        height: 2px;
        border-radius: 10px;
        left: 0;
        right: 0;
    }
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button .menu-bar-top {
        top: 9px;
    }
    .menu-button .menu-bar-middle {
        top: 51%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 8px;
    }
    .menu-button.button-open {
        z-index: 9999999;
        background: #1B3546;
        top: 0;
    }
    .button-open .menu-bar-middle {
        background-color: #beccd7;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(12px, 11px);
        transition: .5s;
        top: -1px;
        opacity: 1;
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -9px);
        transition: .5s;
        top: 29px;
    }
    header .sub-menu li ul.sub-menu {
        position: static;
    }

    .practice-area-list {
        height: 440px;
    }
    .practice-content {
        padding: 20px 30px 44px;
    }
    .practice-area-heading {
        font-size: 20px;
        line-height: 25px;
    }
    .injury-sec-con {
        padding-right: 0px;
    }
    .newsletter .formbox input {
        width: 75%;
    }
    .home-banner .banner-des {
        padding-bottom: 180px;
    }
    .thankyou-page {
        padding: 30px 0;
    }
}

@media (max-width: 1032px){
    .home-banner .banner-des {
       padding-bottom: 180px; 
   }
   .hover-content {
    padding: 0 8px 0;
}
.page-banner {
    padding-bottom: 100px;
}

.practice-area-title {
    font-size: 18px;
}
.practice-content {
    padding: 15px 15px 30px;
}
.mobile-phonenumber a.header-ph svg {
    margin-right: 0;
    margin-top: 0;
}
.testimonials {
    height: 410px;
    padding: 35px 10px;
}
nav.navigation.pagination a.next {
    position: unset;
}
nav.navigation.pagination a.prev {
    position: unset;
}
.accordion-body {
    padding-right: 150px;
}
.accordion-header button {
    padding-right: 90px;
}
.video-list .play-icon {
    bottom: 61%;
}
.guide-form {
    padding: 80px 30px;
}
}
@media (max-width: 1024px){
    .h2, h2 {
        font-size: 35px;
        line-height: 48px;
    }

    .home-banner {
        height: 1080px;
        padding-bottom: 120px;
    }
    .about-img img {
        height: 100%;
    }
    .content-sec .image-wrap h2 br {
        display: none;
    }
    .subscribe-form h2 {
        font-size: 30px;
    }
    .contact-us .formbox.message-box {
        width: 84%;
    }
    .guide-form .formbox.acceptance .wpcf7-acceptance label {
        display: flex;
        align-items: baseline;
    }
}

@media (max-width: 991px){
    .blog-sidebar {
        margin-top: 60px;
    }
    .about-page .inner-content {
        padding: 30px 20px;
    }
    .about-attorney-img img {
        height: 100%;
    }
    .testimonials-section .contact-form{
        padding-top:2rem;
    }
    .sidebar-form {
        padding: 40px 20px;
    }
    .about-img {
        margin-bottom: 40px;
    }

    .testimonial-list .title {
     margin-top: 25px;
     margin-bottom: 20px;
 }
 .practice-area-title {
    left: 4%;
}
.video-area {
    margin-top: 40px;
}
.author-name.attorney-bio .h5 {
    font-size: 17px;
    line-height: 25px;
}
.content-sec .content-wrap {
    margin-top: 30px;
}
.quick-links {
    padding-left: 15px;
}
.footer-content {
    margin-bottom: 30px;
}
.home-banner .banner-des {
    padding-bottom: 130px;
}
.h1 {
    font-size: 46px;
    line-height: 66px;
}
.banner-content p {
    font-size: 20px;
    line-height: 20px;
}
.home-about .container {
 padding: 0 15px !important;
}
.helping-injury .container {
    padding: 0 15px !important;
}
.home-banner {
    background-position: 51% 100%;
}
.practice-area-list {
    background-position: 100% 61%;
}
.about-section-page .image-about img {
    width: 100% !important;
    margin-bottom: 50px;
    max-height: 100% !important;
}
.page-banner {
    height: 300px;
}
.home-banner {
    height: 860px;
    padding-bottom: 120px;
}
.about-img img {
    display: block;
    width: 100%;
}
.contact-us .formbox.message-box {
    width: 78%;
}
.accordion-header button {
    padding-right: 110px;
    font-size: 18px;
}
.video-list .play-icon {
    bottom: 57%;
}
.findlay-lawyer .container {
    padding: 0 15px !important;
}
.worker-sec .container {
    padding: 0 15px !important;
}
.container {
    padding: 0 15px;
}
}
@media (max-width: 767px){
    .space-pd {
        padding: 70px 0;
    }
    h1.h1 {
        font-size: 30px;
        line-height: 41px;
    }
    .h2, h2 {
        font-size: 28px;
        line-height: 40px;
        word-wrap: break-word;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .h5 {
        font-size: 18px;
    }
    body {
        font-size: 14px;
    }
    .mobile-phonenumber a.header-ph svg {
        margin-right: 0;
        border: none;
        height: 35px;
        width: 35px;
        padding: 8px;
        background-color: #32bfff;
        margin-top: 0;
    }
    .banner-btn {
        margin-top: 20px !important;
    }
    .banner-btn a.learn-btn {
        padding: 10px 30px;
        margin-right: 0;
    }
    .banner-btn a.banner-btn {
        background-color: #1B3546;
        padding: 10px 30px;
        margin-right: 20px;
    }
    .header-left {
        width: 165px;
    }
    .header-right {
        width: calc(100% - 165px);
    }
    .home-banner {
        min-height: 390px;
        height: 390px;
        background-position: center;
        margin-top: 0px;
    }
    body {
        padding-top: 20px;
    }
   /* .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after, .current-menu-ancestor>.sidebar-menu-arrow:after {
        display: none;
    }*/
    .home-banner .banner-des {
        padding-bottom: 40px;
        text-align: left;
    }
    .home-banner .banner-des .h1, .home-banner .banner-des h1 {
        color: #fff;
        text-align: left;
        margin: 0;
    }
    .contact-us .formbox.message-box {
        width: 100%;
    }
    .banner-content p {
        font-size: 14px;
    }
    .contact-us .form-btn {
        position: unset;
        padding: 0;
        justify-content: center !important;
    }
    .practice-content {
        top: 0;
        opacity: 1;
    }
    .practice-area-title {
        opacity: 0;
    }
    .viewall-testimonial {
        margin-top: 20px;
    }
    .testimonial-list .quote-icon {
        margin-bottom: 20px;
    }
    .newsletter {
        padding: 0 30px;
    }
    .newsletter .form-btn {
        justify-content: center !important;
        margin-top: 30px !important;
    }
    .mobile-award-sec {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0;
    }
    .award-logos {
        height: auto;
        padding: 0 5px;
        border: none;
        display: unset !important;
    }
    .newsletter-form {
        padding: 80px 20px;
        text-align: center;
    }
    .award-logos img {
        margin-bottom: 20px;
    }
    .footer-logo {
        text-align: center;
    }

    .nap-content {
        flex-direction: column;
    }
    .nap-address-item {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .nap-address-item svg {
        height: 20px;
        width: 20px;
    }
    .nap-address span {
        font-size: 14px;
    }
    .footer-contact .nap-contact-block a {
        font-size: 14px;
    }
    .get-direction a.direction-link {
        font-size: 14px;
    }
    .footer ul li a {
        font-size: 14px;
    }
    .social-media {
        margin-top: 20px !important;
    }
    .injury-sec-con {
        padding-right: 0;
    }
    .practice-area-list {
        height: 500px;
        margin-right: 10px;
    }
    .footer a.footer-logo {
        display: flex !important;
        justify-content: center !important;
    }
    .footer-contact .formbox.FirstName, .footer-contact .formbox.email {
        padding-right: 0px;
    }
    .practice-content {
        padding: 20px 20px 46px;
    }
    .practice-area-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .author-name.attorney-bio h5 {
        margin-bottom: 16px;
    }
    .view-all.text-center {
        margin-top: 0 !important;
    }
    .blog-page.bg-color {
        padding-top: 0;
    }
    a.page-numbers {
        height: 35px;
        width: 35px;
        margin: 0 2px;
    }
    span.page-numbers.current {
        height: 35px;
        width: 35px;
        margin: 0 2px;
    }
    .newsletter .formbox input {
        width: 100%;
    }
    .testimonial-section {
        margin-top: 40px;
    }
    .post-content {
        padding-top: 20px;
    }
    .sidebar-form {
        margin-top: 30px;
    }
    .practice-area-page .practice-area-list {
        margin-bottom: 10px;
    }
    .modal-content {
        padding: 80px 10px;
    }
    .testimonials {
        height: 330px;
    }
    .page-banner {
        height: 290px;
    }
    .office-location iframe {
        height: 200px;
    }
    .guide-form {
        padding: 50px 10px;
    }
    .about-section-page .image-about img {
        width: 100% !important;
    }
    .accordion-item button {
        font-size: 14px;
        padding-right: 100px;
        line-height: normal;

    }
    .about-page .about-content {
        padding: 20px 10px;
    }
    .about-page .inner-content .social-media a {
        margin-bottom: 20px;
    }
    .social-media {
        margin-top: 0px !important;
    }
    .banner-btn .white-btn {
        padding: 6px 23px;
        font-size: 14px;
    }
    .about-section-page .about-content {
        margin-top: 30px;
    }
    .content-sec .image-wrap h2 br {
        display: block !important;
    }
    .newsletter-sec {
        background-attachment: unset;
    }
    .copyright-wrap {
        flex-direction: column;
    }
    .about-section-page {
        padding-top: 30px;
    }
    .testimonial-section {
        margin-top: 0;
        padding-bottom: 50px;
    }

    .home-banner:after {
        opacity: 20%;
    }
    .button svg {
        margin-bottom: 1px;
    }
    .practice-area .view-all-btn {
        margin: 50px 0px !important;
    }
    .home-banner {
        padding-bottom: 0;
    }

    .our-team {
        padding-top: 20px;
    }
    nav.navigation.pagination a.prev {
        position: unset;
        margin-right: 5px;
    }
    nav.navigation.pagination a.next {
        position: unset;
        margin-left: 5px;
    }
    .about-page {
        margin-top: 40px;
    }
    .about-page .inner-content {
        padding: 30px 0px;
    }
    .accordion-body {
        padding-right: 100px;
    }
    .thankyou-page {
        padding: 30px 0;
    }
    .page-banner {
        padding-bottom: 30px;
    }
ul#menu-footer-menu {
    display: block;
    column-count: 2;
}
    .nap-postal-address-wrapper {
        margin-bottom: 40px;
    }
    .nap-postal-address-wrapper .nap-wrapper {
        width: 100%;
        margin-bottom: 40px;
    }

}

