.ipad-page-btn {
    display: none;
}
.mobile-search-blog {
    display: none;
}

/* mobile practice areas css */
.mobile-and-ipad-practice-areas {
    position: relative;
    background: #efefef;
}
.mobile-and-ipad-practice-areas .accordion-item {
    margin-top: 15px;
    border: 1px solid var(--bs-darkgrey);
    border-radius: 0px;
    width: 100%;
    position: relative;
}
.mobile-and-ipad-practice-areas .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    padding: 15px 10px;
    font-weight: 400;
    background-color: var(--bs-white);
    border: none !important;
    box-shadow: none;
    outline: none !important;
    color: var(--bs-black);
    border-radius: 0px;
    padding-left: 20px;
}
.accordion-body {
    padding: 20px;
    padding-top: 0;
}
.mobile-and-ipad-practice-areas .accordion-item .practice-icon {
    width: 40px;
    margin-right: 15px;
    opacity: 1;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.mobile-and-ipad-practice-areas .accordion-item .practice-icon svg {
    width: 40px;
    height: 40px;
}

.mobile-and-ipad-practice-areas .accordion-item .practice-icon svg path, .mobile-and-ipad-practice-areas .accordion-item .practice-icon svg rect {
    fill: var(--bs-darkgrey);
}

/* mobile practice areas css */
@media (min-width: 992px){
    /* Add margin to show only the next slider thumbnail */
    .right-slider .owl-stage {
        padding-right: 10px !important;  /* Space on the left to show only the upcoming image */
        padding-left: 0 !important;  /* No space on the right */
    }
    .practice-link-item .practice-link {
        pointer-events: none;
    }
    .mobile-and-ipad-practice-areas {
        display: none;
    }
    .home-practice-sec {
        display: block;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner-case-detail {
        padding-left: 0;
        padding-right: 0;
    }
    .case-info-wrap {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .case-item-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* spanish font size css */
    .translated-ltr .title, .translated-ltr .heading {
        font-size: 32px;
        line-height: 1.3;
    }
    .translated-ltr .home-banner .banner-title {
        font-size: 52px;
        line-height: 1.2;
    }
    .translated-ltr .case-price {
        font-size: 44px;
    }
    .translated-ltr .case-text, .translated-ltr .case-text a {
        font-size: 14px;
        max-width: 212px;
    }
    .translated-ltr .practice-link-item .practice-link {
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }
    .translated-ltr .practice-icon {
        margin-right: 15px;
    }
    .translated-ltr .practice-link-item a svg, .translated-ltr .practice-link-item a img {
        width: 40px;
        height: 40px;
    }
    .translated-ltr .short-description p {
        font-size: 15px;
    }

    .translated-ltr ul.menu-top li .sub-menu li a {
        font-size: 12px;
        padding: 3px 10px;
    }
    /* spanish font size css */
}
@media (min-width: 1400px) {
    .translated-ltr .menu-top li a {
        font-size: 12px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-body {
        padding-left: 62px;
    }
    .prac-item-info .practice-image img {
        min-height: 492px;
        max-height: 492px;
        object-fit: cover;
    }
}

@media (min-width: 1450px){
    .slider-left-wrap {
        padding: 35px 70px;
        height: 460px;
    }
}

@media (min-width: 1500px){
    .inner-banner-section {
        height: 470px;
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: -190px;
    }
    .slider-right-wrap .right-slider .owl-item {
        transform: scale(.8);
    }
    .about-info-col, .home-team-right, .left-image-right-content-sec .right-info-col, .form-right-col, .about-first-conetnt {
        padding-left: 50px;
    }
    .accident-victim-info-col {
        padding-right: 50px;
    }
    .case-btn-sec {
        margin-right: 40px;
    }
    .header-contact-info {
        min-width: 245px;
    }
    .header-contact-info a {
        background-size: 21px;
        background-position: 24px 13px;
        text-align: center;
        padding-left: 56px;
        padding-right: 22px;
    }
    ul.menu-top li {
        margin-left: 25px;
    }
    .menu-top li a {
        font-size: 11px;
    }
    .case-post-list-col .case-post-details {
        padding: 40px;
    }
    .single-team-image {
        left: 40px;
    }
    .single-attorney-right-info {
        max-width: 638px;
    }
    .service-list-col .service-info-item .service-icon {
        margin-right: 15px;
    }
    .service-list-col .service-list-info-wrap img.service-image {
        height: 530px;
    }
    .service-list-col .service-info-item .service-name {
        font-size: 20px;
    }
    .community-involvement-item .community-image {
        height: 300px;
    }
    .community-involvement-item .community-image img {
        max-height: 240px;
    }
    .post-and-content-box .post-image a {
        height: 255px;
    }
    .post-and-content-box .post-title a {
        font-size: 26px;
    }
    .inner-banner-section .inner-banner-title {
        font-size: 60px;
    }
    .translated-ltr .menu-top li a {
        font-size: 12px;
    }
    .practice-link-item .practice-link {
        font-size: 16px;
    }
    .practice-link-item .practice-icon {
        margin-right: 7px;
    }
    body {
        font-size: 18px;
        line-height: 34px;
    }
}
@media (min-width: 1501px){
    .slider-left-wrap {
        padding: 35px 60px;
        height: 540px;
    }
}
@media (min-width: 1600px){
    body {
        font-size: 20px;
        line-height: 40px;
    }
    h1 {
        font-size: 60px;
        line-height: 70px;
    }
    h2 {
        font-size: 55px;
        line-height: 65px;
    }
    h3 {
        font-size: 48px;
        line-height: 58px;
    }
    h4 {
        font-size: 40px;
        line-height: 50px;
    }
    h5 {
        font-size: 34px;
        line-height: 44px;
    }
    h6 {
        font-size: 28px;
        line-height: 38px;
    }
    .inner-banner-section {
        height: 528px;
    }

    .case-text, .case-text a {
        max-width: 182px;
    }
    .case-btn-sec {
        margin-right: 70px;
    }

    .case-result-section .container, .trust-logos-section .container-fluid {
        padding-right: 0;
        max-width: 100%;
        padding-left: 30px;
    }

    .home-team-right {
        padding-left: 70px;
    }
    .service-info .heading, .service-info .heading + p {
        max-width: 696px;
    }
    .small-heading {
        font-size: 30px;
    }
    .title, .heading {
        font-size: 50px;
        line-height: 62px;
    }
    .practice-link-item .practice-link {
        font-size: 19px;
    }
    .practice-link-item a svg, .practice-link-item a img {
        width: 48px;
        height: 45px;
    }
    .practice-link-item .practice-link .practice-icon {
        margin-right: 8px;
    }
    .btn {
        font-size: 20px;
    }
    .slider-left-wrap {
        padding: 45px 45px;
        height: 540px;
    }
    .service-slide-wrap {
        max-width: 650px;
        margin-top: 28px;
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: -208px;
    }
    .home-practice-sec .prac-item-info {
        max-width: 585px;
    }
    .home-banner .banner-title {
        font-size: 60px;
        line-height: 80px;
    }
    .home-banner .banner-content p {
        font-size: 22px;
        line-height: 36px;
    }
    .our-about-sec .about-image .about-short-info p {
        font-size: 28px;
    }
    .case-text, .case-text a {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-case-detail {
        max-width: 1690px;
    }
    .our-about-sec {
        margin-top: 110px;
    }
    .case-post-list-col .case-post-details {
        padding: 50px;
        min-height: 398px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        font-size: 26px;
    }
    .team-heading-wrap .nav-link {
        margin-top: 30px;
    }
    .team-heading-wrap {
        padding: 30px;
    }
    .single-attorney-right-info {
        max-width: 708px;
    }
    .single-team-image {
        left: 50px;
        width: 690px;
    }
    .service-list-col .service-list-info-wrap img.service-image {
        height: 600px;
    }
    .service-list-col .service-info-item .service-name {
        font-size: 24px;
        padding: 25px 20px;
    }
    .post-and-content-box .post-image a  {
        height: 292px;
    }
    .post-and-content-box .post-title a {
        font-size: 28px;
    }
    .translated-ltr .menu-top li a {
        font-size: 12px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-body {
        padding-left: 70px;
    }
}
@media (min-width: 1650px) {
    .translated-ltr .menu-top li a {
        font-size: 14px;
    }
}
@media (min-width: 1750px){
    .section-pd {
        padding: 100px 0;
    }
    .sidebar .widget li a:after {
        top: 11px;
    }
    .logo-wrapper a {
        max-width: 100%;
    }
    .translated-ltr .menu-top li a {
        font-size: 13px;
    }

    .team-btn-sec .team-next svg, .case-btn-sec .case-next svg {
        top: 0;
        position: relative;
    }
    .inner-banner-section {
        height: 562px;
    }
    .inner-banner-section .inner-banner-title {
        font-size: 70px;
    }
    .title, .heading {
        font-size: 55px;
        line-height: 68px;
    }
    .container, .home-banner .container, .header-top .container-fluid {
        max-width: 1720px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .case-result-section .container, .trust-logos-section .container-fluid {
        max-width: 100%;
        padding-left: 177px;
    }
    .home-team-sec:after {
        width: 36%;
    }
    .banner-case-detail {
        width: calc(100% - 0px);
        max-width: 1690px;
        bottom: -110px;
    }
    .banner-wrap {
        max-width: 725px;
    }
    .home-banner .banner-title {
        font-size: 70px;
        line-height: 90px;
    }
    .home-banner .banner-content p {
        font-size: 24px;
        line-height: 40px;
    }
    .home-banner .banner-content {
        max-width: 100%;
    }
    .home-banner-right-image {
        width: 46.5%;
        bottom: 40px;
    }
    .case-price {
        font-size: 70px;
    }
    .case-text, .case-text a {
        font-size: 20px;
        line-height: 30px;
        max-width: 232px;
    }
    .case-result-section .container, .trust-logos-section .container-fluid {
        padding-left: 107px;
    }
    .menu-top li a {
        font-size: 13px;
    }
    .case-post-list-col .case-post-details {
        padding: 70px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        font-size: 28px;
    }
    .single-team-image {
        left: 80px;
    }
    .service-list-col .service-info-item .service-name {
        font-size: 26px;
    }
    .post-and-content-box .post-image a {
        height: 304px;
    }
    .home-practice-sec .prac-item-info {
        max-width: 685px;
    }
    .prac-item-info .practice-content p {
        line-height: 36px;
    }
}
@media (min-width: 1800px){
    .home-team-sec:after {
        width: 36%;
    }
    .post-and-content-box .post-title a {
        font-size: 30px;
    }
}
@media (min-width: 1900px){
    .inner-banner-section {
        height: 630px;
    }
    .menu-top li a {
        font-size: 13px;
    }
}
@media (max-width: 1399px) {
    .home-banner .container {
        padding-bottom: 0;
        align-items: center;
    }
	.blue-btn a{
		    font-size: 13px;
    width: fit-content;
    height: auto;
    padding: 8px;
	}
    .prac-item-info .practice-image img {
        max-height: 325px;
        object-fit: cover;
        min-height: 325px;
        object-position: center;
    }
}
@media (min-width: 1321px) and (max-width: 1399px) {
    .slider-right-wrap {
        margin-top: 12px;
    }
    .slider-right-wrap .items {
        width: 100%;
    }
    .slider-right-wrap .items .team-featured-img {
        width: 100%;
        height: 420px;
    }
    .slider-right-wrap .items .team-featured-img img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .practice-link-item {
        margin-top: 20px;
    }
    .practice-link-item .practice-link {
        font-size: 15px;
        padding: 7px 14px;
    }
    .practice-link-item a svg, .practice-link-item a img {
        width: 35px;
        height: 35px;
    }
    .prac-item-info .practice-heading {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 35px;
    }
    .prac-item-info .practice-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .prac-item-info .practice-image img {
        max-height: 300px;
        object-fit: cover;
    }
}
@media (min-width: 1200px) and (max-width: 1320px) {
    .slider-left-wrap {
        height: 448px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .slider-right-wrap .items .team-featured-img {
        height: 390px;
    }

    .practice-link-item {
        margin-top: 20px;
    }
    .practice-link-item .practice-link {
        font-size: 15px;
        padding: 7px 14px;
    }
    .practice-link-item a svg, .practice-link-item a img {
        width: 40px;
        height: 40px;
    }
    .prac-item-info .practice-heading {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 35px;
    }
    .prac-item-info .practice-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .prac-item-info .practice-image img {
        max-height: 300px;
        object-fit: cover;
    }
}
@media (max-width: 1320px) {

    .menu-top li a {
        font-size: 10px;
    }
    .gtranslate_wrapper {
        width: 103px;
    }
    .service-list-col .service-info-item .service-name {
        font-size: 16px;
    }
    .title, .heading {
        font-size: 40px;
        line-height: 50px;
    }
    .practice-link-item a svg, .practice-link-item a img {
        width: 38px;
        height: 40px;
    }
    .practice-link-item .practice-link .practice-icon {
        margin-right: 5px;
    }
}
@media (max-width: 1300px) {
    ul.menu-top li .sub-menu li a {
        font-size: 12px;
        padding: 3px 10px;
        line-height: 18px;
        line-height: 18px;
    }
}
@media (max-width: 1260px) {
    .translated-ltr .menu-top li a {
        font-size: 9px;
    }
    ul.menu-top li {
        margin-left: 10px;
    }
    .translated-ltr .case-price {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }
    .inner-banner-section {
        height: 330px;
        padding-bottom: 40px;
    }
    .inner-banner-section .inner-banner-title {
        font-size: 40px;
    }
    .header-contact-info {
        min-width: 166px;
        margin-left: 5px;
        margin-right: 15px;
    }
    .right-top-wrap, .nav-menu-inner {
        display: none;
    }
    header#header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header#header.small-header {
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
        background: var(--bs-white);
    }
    .header-aside-col {
        justify-content: flex-end;
    }
    /* header mobile menu */
    .mobile-header-sec {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-wrap {
        background-color: var(--bs-darkgrey);
        position: fixed;
        top: 0;
        height: 100%;
        width: 50%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }
    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 50%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(184, 184, 184, 0.13);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li > a {
        color: #ffffff;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: var(--bs-white);
        color: var(--bs-darkgrey);
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a {
        font-weight: 500;
        background-color: var(--bs-white);
        color: var(--bs-darkgrey);
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
        background: none;
    }
    .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>a {
        font-weight: 500;
        width: 100%;
        background-color: var(--bs-white);
        color: var(--bs-darkgrey);
    }
    .current-menu-ancestor>a{
        font-weight: 500;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children> a + .sidebar-menu-arrow::after {
        background-image: url(../img/blue-arrow-icon.svg);
    }

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

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper li#menu-item-328.menu-item-has-children .sidebar-menu-arrow {
        width: 100%;
    }

    .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 {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a br, .menu-sidebar .menu-bar-wrapper li a br {
        display: none;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li ul li ul li a {
        padding-left: 65px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {
        padding: 0 10px;
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../img/white-arrow-down.svg);
        background-position: center;
        height: 40px;
        width: 40px;
    }
    .sidebar-menu-arrow::after {
        pointer-events: none;
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(180deg);
        display: block;
    }
    .sidebar-menu-arrow:hover::after {
        background-image: url(../img/white-arrow-down.svg);
    }
    .menu-sidebar .menu-bar-wrapper li a:hover + .sidebar-menu-arrow::after {
        background-image: url(../img/blue-arrow-icon.svg);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after {
        background-image: url(../img/blue-arrow-icon.svg);
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }
    /*Hamburger Button*/
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button {
        height: 45px;
        width: 45px;
        position: relative;
        z-index: 12;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: var(--bs-darkgrey);
        border: 0px solid var(--bs-darkgrey);
        border-radius: 100%;
    }
    .menu-button .menu-bar {
        position: relative;
        border-radius: 0;
        width: 25px;
        transition: .5s;
        opacity: 1;
        display: block;
        height: 2px;
        background: var(--bs-white);
        margin-top: 6px;
        text-align: center;
    }
    .menu-button .menu-bar-middle  {
        width: 25px;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    header#header.small-header .menu-button.button-open .menu-bar {
        background: #fff;
    }
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom, .menu-button.button-open .menu-bar-middle {
        border-color: #ffffff;
    }
    .button-open {
        z-index: 16;
    }
    .menu-button.button-open {
        background: #000;
        z-index: 13;
        right: 0;
        top: 0;
        position: relative;
        width: 45px;
        border: transparent;
    }
    .button-open .menu-bar {
        opacity: 1;
    }
    .button-open .menu-bar-top {
        border-color: #fff;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .button-open .menu-bar-bottom {
        border-color: #fff;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }
    .menu-button.button-open .menu-bar-top {
        border-color: #fff;
        width: 25px;
        top: -3px;
        background: #fff;
    }
    .menu-button.button-open .menu-bar-bottom {
        border-color: #fff;
        width: 25px;
        background: #fff;
        bottom: 1px;
    }
    .mobile-search-bar {
        border-radius: 50%;
        margin-right: 10px;
        top: 0;
        height: 45px;
        width: 45px;
        background: var(--bs-darkgrey);
        border: 0 solid var(--bs-darkgrey);
        padding-left: 0;
    }
    .mobile-search-bar .white-search-icon {
        background-image: url(../img/search-icon-white.svg);
        background-position: center;
    }
    /*mobile menu css end*/
    body {
        padding-top: 70px;
    }
    .logo-wrapper a {
        max-width: 248px;
    }
    .home-banner {
        height: 648px;
    }
    .case-item-col .case-price {
        font-size: 35px;
    }
    .case-text, .case-text a {
        font-size: 13px;
        line-height: 18px;
        max-width: 100%;
    }
    .banner-case-detail {
        bottom: -77px;
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-top .container-fluid, .home-banner .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 990px;
    }
    .title, .heading {
        font-size: 32px;
        line-height: 40px;
    }
    .small-heading {
        letter-spacing: 1px;
        font-size: 18px;
    }
    .practice-link-item .practice-link {
        font-size: 14px;
        padding: 12px 10px;
        display: flex;
        line-height: normal;
        align-items: center;
    }
    .practice-link-item a svg, .practice-link-item a img {
        width: 30px;
        height: 30px;
    }
    .prac-item-info .practice-image img {
        width: 100%;
        max-height: 390px;
        object-fit: cover;
        min-height: 390px;
    }
    .prac-item-info .practice-heading {
        font-size: 30px;
        line-height: 35px;
    }
    .prac-item-info .practice-content p {
        font-size: 15px;
    }
    .page-button {
        margin-top: 30px;
    }
    p {
        margin-bottom: 15px;
    }
    .slider-left-wrap .team-name {
        margin-bottom: 16px;
        font-size: 24px;
    }
    .slider-left-wrap {
        padding: 25px;
        height: 415px;
    }
    .btn {
        padding: 13px 20px;
    }
    .slider-right-wrap .right-slider .owl-item {
        transform: scale(.8);
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: -90px;
    }
    .service-slide-wrap {
        max-width: 100%;
        margin-top: 50px;
    }
    .home-team-sec:after {
        width: 28%;
    }
    .testimonial-list-wrap .testimonial-item .the-client-name .client-name {
        font-size: 17px;
        font-weight: 400;
    }
    .why-choose-col .choose-item .choose-name {
        font-size: 20px;
        margin: 21px 0;
        line-height: 26px;
    }
    .why-choose-col .choose-item {
        width: 100%;
        padding: 0 10px;
    }
    .why-choose-col .choose-icon svg, .why-choose-col .choose-icon img {
        width: 40px;
        height: 40px;
    }
    .why-choose-col .choose-icon {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .footer-logo a img {
        width: auto;
        max-width: 100%;
    }
    .footer-social li a {
        height: 42px;
        width: 42px;
        line-height: 30px;
    }
    ul.footer-social li a svg, ul.footer-social li a img {
        height: 16px;
        width: 16px;
    }

    .footer-logo-content {
        width: 30%;
    }

    .footer-menu-links {
        width: 70%;
    }

    .footer-menu-links .footer-contact-col {
        width: 37%;
    }

    .footer-menu-links .footer-phone-col {
        width: 26%;
    }
    .faq-container {
        padding: 30px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-body {
        padding: 30px 62px;
        padding-left: 50px;
        padding-top: 0;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    .medium-heading {
        font-size: 24px;
        line-height: 28px;
    }
    .single-attorney-right-info .attr-designation {
        font-size: 20px;
        line-height: normal;
    }
    .single-team-image {
        width: 46%;
        left: 0;
    }
    .team-top-section-wrap {
        padding-left: 40px;
        padding-right: 40px;
    }

    .team-practice-right-col {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: auto;
    }
    .team-contact-detail {
        margin-top: 15px;
    }
    .team-contact-detail a {
        font-size: 16px;
        background-size: 18px;
        background-position: 1px 2px;
        padding-left: 27px;
    }
    .team-contact-detail a.phonenum-text {
        background-position: 1px 0px;
        padding-bottom: 7px;
        margin-left: 10px;
    }
    .practice-team-item a {
        font-size: 18px;
        margin-right: 15px;
    }
    .single-attorney-right-info {
        padding: 20px 20px;
        max-width: 458px;
    }
    .community-involvement-item .community-heading {
        font-size: 22px;
        line-height: 1.5;
    }
    .blog-list-area, .static-page-details {
        padding-right: 15px;
    }
    .post-and-content-box .post-title a {
        font-size: 18px;
    }
    .post-and-content-box .post-image a img.no-featured-image {
        background-size: 80%;
    }
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 32px;
        line-height: 42px;
    }
    h4 {
        font-size: 27px;
        line-height: 38px;
    }
    h5 {
        font-size: 22px;
        line-height: 32px;
    }
    h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .service-list-col .service-list-info-wrap img.service-image {
        height: 360px;
    }
    .service-list-col .service-info-item .service-icon {
        width: 30px;
        height: 30px;
    }
    .service-list-col .service-info-item .service-icon svg, .service-list-col .service-info-item .service-icon img {
        width: 30px;
        height: 30px;
    }
    .service-list-col .service-info-item {
        padding: 15px;
    }
    .service-list-col .service-info-item .service-name {
        font-size: 14px;
        padding: 11px 10px;
    }
    .service-list-row {
        justify-content: center;
    }
    .faq-container {
        padding: 30px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-body {
        padding: 30px 62px;
        padding-left: 56px;
        padding-top: 0;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        padding: 25px 70px 25px 25px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-button .arrow {
        width: 40px;
        height: 40px;
        right: 25px;
    }
    .col-load-more .load-more-btn {
        margin-top: 30px;
    }
    .case-heading-row p br {
        display: none;
    }
    .contact-form-wrap .wpcf7 .disclaimer-group .wpcf7-list-item label .wpcf7-list-item-label, .contact-form-wrap .wpcf7 .form-acceptance-col .wpcf7-list-item label .wpcf7-list-item-label {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .home-practice-sec {
        display: none;
    }
    .practice-link-item .practice-link .practice-icon {
        margin-right: 15px;
    }
    .contact-form-wrap {
        padding: 40px;
    }
    .inner-banner-section .inner-banner-title {
        font-size: 34px;
        line-height: 40px;
    }
    .form-right-col {
        padding-left: 15px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-form-sec .footer-form-bg-left {
        position: relative;
        margin: auto;
        width: 100%;
        height: auto;
    }
    .footer-logo-content {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-menu-links {
        width: 100%;
    }
    .copyright {
        flex-direction: column;
    }
    .copyright .small-nav {
        margin-left: 0;
        margin-top: 5px;
    }
    .why-choose-col {
        margin-top: 30px;
        padding-bottom: 22px;
    }
    .why-choose-col:first-child {
        margin-top: 0px;
    }
    .why-choose-col:last-child {
        padding-bottom: 0px;
    }
    .why-choose-col:after {
        height: 1px;
        width: calc(100% - 30px);
        right: 0;
        top: inherit;
        bottom: 0;
        left: 0;
        opacity: 0;
    }
    .slider-left-wrap {
        height: 386px;
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: -280px;
    }
    .service-info .heading + p {
        max-width: 470px;
    }
    .home-team-sec:after {
        width: 38%;
    }
    .our-about-sec .about-image .about-short-info p {
        font-size: 16px;
    }
    .pa-wrap-detail {
        min-height: inherit;
    }
    .practice-detail-item {
        display: none;
    }
    .pa-col-left {
        order: 1;
    }
    .pa-col-right {
        order: 2;
        margin-top: 30px;
    }
    .pa-col-center {
        order: 3;
    }
    .practice-link-item .practice-link {
        font-size: 24px;
        padding: 15px 10px;
    }
    .practice-link-item .practice-icon {
        margin-right: 10px;
    }
    .practice-link-item a svg, .practice-link-item a img {
        width: 40px;
        height: 44px;
    }
    .left-image-right-content-sec .right-info-col {
        margin-top: 100px;
    }
    .left-image-right-content-sec:before {
        height: 60%;
    }
    .title, .heading {
        font-size: 40px;
        line-height: 50px;
    }
    .accident-victim-image {
        margin-top: 80px;
    }
    .accident-victim-sec:before {
        width: 100%
    }
    .accident-victim-sec:after {
        height: 0;
        top: inherit;
    }
    .our-about-sec .about-image .about-short-info {
        width: 100%;
        max-width: 350px;
    }
    .about-info-col {
        margin-top: 40px;
    }
    .our-about-sec:after {
        width: 100%;
    }
    .menu-show {
        max-width: 100%;
        width: 100%;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 60px 20px 20px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-button .arrow {
        width: 35px;
        height: 35px;
        right: 20px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-body {
        padding: 30px 62px;
        padding-left: 48px;
        padding-top: 0;
    }
    .load-more-btn {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
    #mobileTeamAccordion .accordion-item {
        margin-top: 30px;
    }

    #mobileTeamAccordion .accordion-button {
        border: 1px solid rgba(190, 190, 190, 1);
        font-size: 25px;
        border-radius: 0px;
        box-shadow: none;
        line-height: 34px;
    }
    #mobileTeamAccordion .accordion-button:not(.collapsed) {
        box-shadow: none;
        background: rgba(44, 62, 80, 1);
        color: #fff;
    }
    #mobileTeamAccordion .accordion-button:not(.collapsed)::after {
        background-image: url(../img/active-white-up-arrow.webp);
    }
    .team-full-content {
        padding-left: 0;
    }
    .single-team-image {
        width: 100%;
        left: 0;
        position: relative;
        margin-top: -70px;
    }
    .team-practice-right-col {
        padding-top: 0;
        padding-bottom: 50px;
        margin-left: auto;
    }
    .single-attorney-right-info {
        padding: 20px;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    .team-detail-list-row {
        margin-top: 20px;
    }
    .community-involvement-item .community-image {
        height: 160px;
    }
    .community-involvement-item .community-image img {
        max-height: 150px;
        max-width: calc(100% - 60px);
    }
    .mobile-search-blog .sidebar .searchitem {
        display: block;
    }
    .mobile-search-blog .sidebar {
        display: block;
    }
    .mobile-search-blog {
        margin-bottom: 40px;
        display: flex;
    }
    .sidebar .searchitem {
        display: none;
    }
    .paging-new .pagination {
        margin-top: 30px;
        width: 100%;
    }
    .sidebar {
        margin-top: 50px;
    }
    .about-first-conetnt {
        margin-top: 40px;
    }
    .about-cta-section p br, .title br, .heading br {
        display: none;
    }
    h2 {
        font-size: 28px;
        line-height: 40px;
    }
    h3 {
        font-size: 25px;
        line-height: 35px;
    }
    h4 {
        font-size: 22px;
        line-height: 32px;
    }
    h5 {
        font-size: 19px;
        line-height: 29px;
    }
    h6 {
        font-size: 16px;
        line-height: 26px;
    }
    body {
        font-size: 16px;
        line-height: 30px;
    }

    .home-banner .banner-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .home-banner {
        height: auto;
    }
    .banner-wrap {
        max-width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .home-banner .container {
        padding-bottom: 0;
        align-items: center;
        flex-direction: column;
        padding-top: 50px;
    }
    .home-banner-right-image {
        width: 60%;
        position: relative;
        left: 0;
        right: 0;
    }
    .our-about-sec:after {
        height: calc(74% - 15px);
        right: 0;
        bottom: 0;
        top: inherit;
    }
    .slider-right-wrap .right-slider .owl-item.active {
        left: 0px;
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: -380px;
    }
    .slider-right-wrap .right-slider .owl-item {
        transform: scale(.7);
    }
    .slider-right-wrap .right-slider .owl-item.active {
        left: 0;
        transform: scale(1);
    }
    .right-slider .owl-item {
        display: block;
    }
    .slider-right-wrap .right-slider .owl-item.active .items {
        left: -100px;
        position: relative;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 65px;
        font-size: 14px;
        line-height: 30px;
    }
    .small-heading {
        letter-spacing: 3px;
    }
    .home-banner {
        height: auto;
        width: 100%;
        position: relative;
        padding-top: 70px;
    }
    .banner-case-detail {
        bottom: 0;
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        margin-top: -30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .case-item-col, .case-item-col:nth-child(2), .case-item-col:nth-child(3) {
        padding-bottom: 30px;
        padding-top: 30px;
        border: none;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .2);
        max-width: 200px;
    }
    .case-item-col:nth-child(1) {
        border-top: none;
    }
    .home-banner .container {
        display: flex;
        flex-direction: column;
    }
    .banner-wrap {
        max-width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
    .header-top .container-fluid, .home-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner-right-image {
        position: relative;
        bottom: 0;
        right: 0;
        height: auto;
        object-fit: contain;
        object-position: center;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .home-banner .banner-title {
        font-size: 50px;
        line-height: 60px;
    }
    .home-banner .banner-content p {
        font-size: 18px;
        line-height: 36px;
    }
    .header-contact-info {
        min-width: 45px;
        margin-left: 0;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-contact-info a {
        font-size: 0px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        padding: 0;
        position: relative;
        top: 0;
        margin: 0;
        background-position: 11px;
    }
    .footer-row-content {
        justify-content: center;
    }
    .footer-menu-links .footer-contact-col, .footer-menu-links .footer-phone-col {
        width: 240px;
    }
    .footer-menu-links .footer-contact-col.footer-social-col {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 30px;
        text-align: center;
    }
    .heading br {
        display: none;
    }
    .title, .heading {
        font-size: 38px;
        line-height: 48px;
    }
    .wpcf7 .form-group .wpc-form-links a {
        font-size: 16px;
    }
    .contact-form-wrap {
        padding: 40px 15px;
    }
    .form-right-col {
        padding-left: 15px;
        padding-top: 50px;
    }
    .section-pd {
        padding: 50px 0;
    }
    .our-about-sec {
        margin-top: 0px;
    }
    .our-about-sec .about-image .about-short-info {
        max-width: 290px;
    }
    .left-image-right-content-sec:before {
        display: none;
        opacity: 0;
    }
    .fullwidth-image {
        width: 100%;
        position: relative;
        padding: 50px 15px;
        z-index: 0;
    }
    .fullwidth-image img {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .fullwidth-image:before {
        position: absolute;
        content: "";
        background-color: rgba(41, 58, 76, 1);
        width: 130px;
        height: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
        opacity: 1;
    }
    .fullwidth-info-col {
        width: 100%;
        position: relative;
        padding: 50px 15px;
    }
    .accident-victim-sec:after {
        display: none;
        opacity: 0;
    }
    .fullwidth-image.accident-m-image:before {
        left: inherit;
        right: 0;
    }
    .case-detail-wrap .case-col-item {
        width: 100%;
        background: rgba(242, 242, 242, 1);
        padding: 30px;
        position: relative;
    }
    .case-result-section .container {
        padding-right: 15px;
    }
    .case-detail-wrap .item {
        margin-top: 20px;
    }
    .case-detail-wrap {
        height: auto;
    }
    .case-detail-wrap .item:first-child {
        margin-top: 0px;
    }
    .case-button-row.text-center {
        margin-top: 40px;
    }
    .m-home-practice-sec {
        background: rgba(226, 228, 230, 1);
    }
    .m-prac-col-2 {
        margin-top: 30px;
    }
    .prac-btn-row {
        margin-top: 40px;
    }
    .trust-logos-section .owl-carousel .owl-item .item {
        height: 90px;
    }
    .home-team-sec:after {
        display: none;
        opacity: 0;
    }
    .slider-left-wrap {
        height: auto;
    }
    .slider-right-wrap .right-slider .owl-item {
        transform: scale(1);
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: 0;
    }
    .team-btn-sec {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .faq-container {
        padding: 30px 15px;
    }
    .faq-list-desc-wrap .faq-accordion .accordion-body {
        padding: 30px 25px;
        padding-left: 25px;
        padding-top: 0;
    }
    .community-row {
        margin-top: 20px;
    }
    .community-involvement-item .community-image {
        height: auto;
        padding: 15px;
    }
    .community-involvement-item .community-image img {
        max-height: inherit;
        max-width: 100%;
        width: auto;
    }
    .post-and-content-box .post-image a,  .post-and-content-box .post-image a img {
        height: auto;
        margin: 0;
    }

    .post-and-content-box .post-image  .no-blog-image {
        height: 280px;
        display: block;
    }

    .post-and-content-box .post-image .no-blog-image .no-featured-image {
        display: block;
        background-size: 70%;
        background-position: center;
        height: 100%;
        width: 100%;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    h3 {
        font-size: 27px;
        line-height: 38px;
    }
    h4 {
        font-size: 22px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .copyright p {
        line-height: 1.5;
    }
    .copyright-wrapper {
        margin-top: 50px;
    }
    .service-slide-wrap {
        margin-top: 30px;
    }
    .home-team-right {
        margin-bottom: 30px;
    }
    .service-info {
        text-align: center;
    }
    .service-info .heading+p {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
    }
    .our-about-sec:after {
        height: calc(74% - 15px);
        right: 0;
        bottom: 0;
        top: inherit;
    }
    .case-item-col .case-price {
        font-size: 50px;
    }
    .case-text, .case-text a {
        font-size: 14px;
        line-height: 22px;
    }
    .slider-right-wrap .right-slider .owl-item.active .items {
        left: 0;
    }
    .mobile-and-ipad-practice-areas .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .mobile-and-ipad-practice-areas .accordion-item .btn {
        padding: 6px 20px;
        font-size: 15px;
        border-radius: 30px;
        min-width: inherit;
    }
    .mobile-and-ipad-practice-areas .accordion-item .accordion-header .accordion-button {
        font-size: 14px;
        line-height: normal;
    }
    .title, .heading {
        font-size: 28px;
        line-height: 40px;
        text-wrap: balance;
    }
    .paging-new .page-numbers {
        font-size:14px;
        line-height: 24px;
        letter-spacing: 0;
        height: 30px;
        width: 30px
    }

    .paging-new .page-numbers,.paging-new .page-numbers.current {
        margin: 0 2px
    }

    .paging-new .next.page-numbers,.paging-new .prev.page-numbers {
        margin-left: 0;
        font-size: 0px;
        width: 40px;
        background-size: 14px;
        height: 30px;
        margin-right: 0;
    }

    .paging-new .prev.page-numbers {
        position: absolute;
        left: 0;
        background-position: 12px center;
        margin-right: 0;
        margin-left: 0;
    }
    .service-list-row {
        justify-content: center;
    }

    .blog-list-area img, .static-page-details img {
        margin: 0;
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .left-and-right-image-col {
        margin-bottom: 20px;
    }
    .left-and-right-image-col .page-image-col, .left-and-right-image-col .page-image-col img {
        width: 100%;
        margin: 0;
    }
    .post-author-and-category {
        display: block;
        width: 100%;
        position: relative;
        line-height: normal;
    }
    .post-author-and-category .category-list a {
        line-height: normal;
    }
    .post-author-and-category .category-list {
        width: 100%;
        margin-top: 4px;
        line-height: normal;
    }
	
	.play-icon {
        width: 55px;
        height: 55px;
        background-size: 12px;
        background-position: 52% 52%;
        bottom: 80px;
    }
}
@media (max-width: 567px) {
    .trust-logos-section .owl-carousel .owl-item .item {
        height: 70px;
    }
    .trust-logos-section .owl-carousel .owl-item .item>div {
        padding: 10px;
    }
    .team-contact-detail {
        display: flex;
        flex-direction: column;
    }
    .team-contact-detail a.phonenum-text {
        background-position: 1px 4px;
        padding-bottom: 7px;
        margin-left: 0;
        margin-top: 7px;
    }
    .team-contact-detail a.emailid-text {
        background-position: 1px 6px;
    }
    .practice-team-item {
        display: flex;
        flex-direction: column;
    }
    .practice-team-item a {
        margin-right: 0;
        margin-top: 15px;
    }
    .practice-team-item a:first-child {
        margin-top: 0;
    }
    .team-top-section-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .team-practice-right-col {
        padding-bottom: 20px;
    }
    .accordion-item .accordion-body .linklist ol,  .accordion-item .accordion-body .linklist ul {
        padding-left: 0;
    }
    .post-and-content-box .post-image .no-blog-image {
        height: 220px;
        display: block;
    }
    .footer-menu-links .footer-contact-col {
        width: 218px;
    }
    .footer-menu-links .footer-phone-col {
        width: 168px;
    }
    .nap-address-info, .nap-address-info .direction-link {
        font-size: 14px;
    }

}
@media (max-width: 400px) {
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom {
        width: 20px;
    }
    .footer-menu-links .footer-contact-col {
        width: 218px;
    }
    .footer-menu-links .footer-phone-col {
        width: 156px;
        padding-left: 0;
    }
    .nap-address-info, .nap-address-info .direction-link {
        font-size: 13px;
    }
}
@media (max-width: 370px) {
    body {
        padding-top: 55px;
    }
    .small-heading {
        letter-spacing: 1px;
    }
    .menu-button.button-open {
        width: 35px;
    }
    .menu-button.button-open .menu-bar-bottom {
        bottom: 0px;
    }
    .menu-button.button-open .menu-bar-top {
        top: -6px;
    }
    .mobile-search-bar, .header-contact-info a, .menu-button {
        height: 35px;
        width: 35px;
    }
    .header-contact-info {
        min-width: 35px;
    }
    .menu-button .menu-bar {
        margin-top: 4px;
    }
    .menu-button.button-open .menu-bar-top, .menu-button.button-open .menu-bar-bottom {
        width: 20px;
    }
    .menu-button .menu-bar-top {
        margin: 0;
    }
    .menu-button .menu-bar-middle, .menu-button .menu-bar {
        width: 20px;
    }
    .header-contact-info a {
        background-position: 8px;
        background-size: 15px;
    }
    .mobile-search-bar .white-search-icon {
        height: 16px;
        width: 15px;
    }
    .footer-menu-links .footer-phone-col {
        padding-left: 15px;
    }
    .nap-address-info {
        background-size: 20px;
        background-position: center 0px;
        padding-left: 0;
        width: 100%;
        padding-top: 30px;
    }
    .footer-menu-links .footer-contact-col, .footer-menu-links .footer-phone-col {
        width: 100%;
        justify-content: center;
        display: flex;
        text-align: center;
    }
    .footer-menu-links .footer-phone-col {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    body {
        padding-top: 65px;
    }
    .service-slide-wrap {
        margin-top: 30px;
    }
    .home-team-right {
        margin-bottom: 30px;
    }
    .service-info {
        text-align: center;
    }
    .service-info .heading+p {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-banner {
        height: auto;
        width: 100%;
        position: relative;
        padding-top: 70px;
    }
    .banner-case-detail {
        bottom: 0;
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        margin-top: -30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .case-item-col, .case-item-col:nth-child(2), .case-item-col:nth-child(3) {
        padding-bottom: 30px;
        padding-top: 30px;
        border: none;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .2);
        max-width: 200px;
    }
    .case-item-col:nth-child(1) {
        border-top: none;
    }
    .home-banner .container {
        display: flex;
        flex-direction: column;
    }
    .banner-wrap {
        max-width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
    .header-top .container-fluid, .home-banner .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner-right-image {
        position: relative;
        bottom: 0;
        right: 0;
        height: auto;
        object-fit: contain;
        object-position: center;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .home-banner .banner-title {
        font-size: 50px;
        line-height: 60px;
    }
    .home-banner .banner-content p {
        font-size: 18px;
        line-height: 36px;
    }
    .header-contact-info {
        min-width: 45px;
        margin-left: 0;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-contact-info a {
        font-size: 0px;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        padding: 0;
        position: relative;
        top: 0;
        margin: 0;
        background-position: 11px;
    }
    .footer-row-content {
        justify-content: center;
    }
    .footer-menu-links .footer-contact-col, .footer-menu-links .footer-phone-col {
        width: 240px;
    }
    .footer-menu-links .footer-contact-col.footer-social-col {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 30px;
        text-align: center;
    }
    .heading br {
        display: none;
    }
    .title, .heading {
        font-size: 38px;
        line-height: 48px;
    }
    .form-right-col {
        padding-left: 15px;
        padding-top: 50px;
    }
    .section-pd {
        padding: 50px 0;
    }
    .our-about-sec {
        margin-top: 50px;
    }
    .our-about-sec .about-image .about-short-info {
        max-width: 290px;
    }
    .left-image-right-content-sec:before {
        display: none;
        opacity: 0;
    }
    .fullwidth-image {
        width: 100%;
        position: relative;
        padding: 50px 15px;
        z-index: 0;
    }
    .fullwidth-image img {
        position: relative;
        z-index: 1;
    }
    .fullwidth-image:before {
        position: absolute;
        content: "";
        background-color: rgba(41, 58, 76, 1);
        width: 130px;
        height: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
        opacity: 1;
    }
    .fullwidth-info-col {
        width: 100%;
        position: relative;
        padding: 50px 15px;
    }
    .accident-victim-sec:after {
        display: none;
        opacity: 0;
    }
    .fullwidth-image.accident-m-image:before {
        left: inherit;
        right: 0;
    }
    .case-detail-wrap .case-col-item {
        width: 100%;
        background: rgba(242, 242, 242, 1);
        padding: 30px;
        position: relative;
    }
    .case-result-section .container {
        padding-right: 15px;
    }
    .case-detail-wrap .item {
        margin-top: 20px;
    }
    .case-detail-wrap {
        height: auto;
    }
    .case-detail-wrap .item:first-child {
        margin-top: 0px;
    }
    .case-button-row.text-center {
        margin-top: 40px;
    }
    .m-home-practice-sec {
        background: rgba(226, 228, 230, 1);
    }
    .m-prac-col-2 {
        margin-top: 30px;
    }
    .prac-btn-row {
        margin-top: 40px;
    }
    .trust-logos-section .owl-carousel .owl-item .item {
        height: 90px;
    }
    .home-team-sec:after {
        display: none;
        opacity: 0;
    }
    .slider-left-wrap {
        height: auto;
    }
    .slider-right-wrap .right-slider .owl-item {
        transform: scale(1);
    }
    .slider-right-wrap .right-slider .owl-item.active+.owl-item {
        left: 0;
    }
    .team-btn-sec {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

}

@media only screen
and (device-width: 1366px)
and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .home-banner {
        height: 684px;
    }
    .home-banner-right-image {
        width: 50%;
    }
}

@media only screen and (min-width: 2160px) and (max-height: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

}