@media (min-width: 768px){

    .content-section-two{
        background: #f5f5f5 url(../images/bg-3.webp);
        background-size: cover;
    }

}

@media (min-width:1200px){
    .container{
        max-width: 1150px;
    }

}

@media (min-width:1300px){
    .container{
        max-width: 1250px;
    }
    .wide .container {
        max-width: calc(100% - 100px);
    }
    /*     .home-banner {
            height: 100vh;
        } */

}

@media (min-width:1400px){


}

@media (min-width:1700px){
    .container{
        max-width: 1350px;
    }
    .wide .container{
        max-width: 1650px;
    }
}

@media (max-width:1800px){
    :root{
        --heading: 55px;
    }
    body {
        font-size: 16px;
    }
    .heading {
        font-size: var(--heading);
    }
    .nav-menu > ul.menu > li {
        margin: 0 15px;
    }
    .header-phone .phone-title {
        letter-spacing: 1.2px;
    }
    .header-phone .phone-no {
        font-size: 20px;
    }

    .home-banner .row {
        max-width: 800px;
    }
    .home-banner .banner-title {
        font-size: 90px;
    }
    .banner-description {
        font-size: 22px;
    }
    .about-direction-text .direction-title {
        font-size: 24px;
    }
    .about-section .main-row {
        --bs-gutter-x: 60px;
    }
    .about-section .row-2 {
        --bs-gutter-x: 40px;
    }
    .about-section .attorney-image {
        height: calc(100% - 60px);
    }
    .about-section .right-col {
        align-items: normal;
    }
    .help-section .direction-text {
        margin-top: 20px;
    }
    .content-section .direction-text {
        margin: 20px 0 0 160px;
    }
    .features-section .feature-inner {
        padding: 60px 40px;
    }
    .testimonials-section .testimonials-video {
        width: 180px;
        height: 200px;
    }
    .testimonials-section .btn-wrap {
        margin-top: 15px;
    }
    .page-banner .banner-content-wrap {
        padding-top: 250px;
        padding-bottom: 100px;
    }
    .page-banner .banner-title {
        font-size: 100px;
    }
}

@media (max-width:1500px){
    :root{
        --heading: 50px;
        --h1: 40px;
        --h2: 35px;
        --h3: 32px;
        --h4: 28px;
        --h5: 24px;
        --h6: 20px;
    }
    body {
        font-size: 16px;
        padding-top: 90px;
    }
    .btn {
        padding: 12px 25px;
        min-width: 160px;
        font-size: 18px;
    }
    .list-style li::before {
        top: 16px;
    }
    .header-logo {
        width: 250px;
    }
    .header-right {
        width: calc(100% - 250px);
    }
    .header-search {
        margin-left: 20px;
    }
    .header-gt {
        margin-left: 20px;
    }
    .header-phone {
        margin-left: 20px;
    }
    .header-gt select {
        font-size: 16px;
    }
    .header-gt .gtranslate_wrapper {
        width: 125px;
    }
    .home-banner .banner-title {
        font-size: 90px;
    }
    .banner-description {
        font-size: 24px;
    }
    .home-banner .row {
        max-width: 800px;
    }
    .about-section .attorney-image {
        height: 100%;
    }
    .about-direction-text {
        margin-top: 30px;
    }
    .about-direction-text .direction-title {
        font-size: 24px;
    }
    .help-section .direction-text {
        margin-top: 20px;
    }
    .content-section .direction-text {
        margin: 20px 0 0 160px;
    }
    .testimonials-section .testimonials-video {
        width: 185px;
        height: 200px;
    }
    .testimonials-section .testimonials-inner {
        padding-left: 40px;
    }
    .testimonials-section .slick-arrow {
        width: 45px;
        height: 45px;
    }
    .testimonials-section .btn-wrap {
        margin-top: 15px;
    }
    .footer {
        font-size: 18px;
    }
    .page-banner .banner-content-wrap {
        max-width: 800px;
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 200px;
        padding-bottom: 80px;
        z-index: 1;
    }
    .contact-map iframe {
        height: 550px;
    }
    .practice-areas .inner {
        height: 250px;
    }
    .attorney-info-sec .row {
        --bs-gutter-x: 50px;
    }
    .attorney-section .row {
        --bs-gutter-x: 30px;
    }
    .contact-form-section .form-group {
        margin-bottom: 30px;
    }
    .contact-form-section .form-row {
        --bs-gutter-x: 30px;
    }
    .contact-form-section .contact-address-wrap {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .contact-form-section .contact-phone-fax {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .page-banner .banner-title {
        font-size: 90px;
    }
    .about-section-two .image-one {
        width: calc(100% - 180px);
    }
    .about-section-two .image-two {
        width: 250px;
    }


}

@media (max-width:1400px){
    :root{
        --heading: 45px;
        --h1: 40px;
        --h2: 35px;
        --h3: 32px;
        --h4: 28px;
        --h5: 24px;
        --h6: 20px;
    }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
        line-height: 1.1;
    }
    body {
        font-size: 14px;
        line-height: 1.7;
    }
    .list-style li::before {
        top: 14px;
    }
    .list-style-square li {
        padding-left: 25px;
    }
    .list-style-square li::before {
        top: 10px;
    }
    .btn {
        min-width: 140px;
        font-size: 16px;
    }
    .home-banner {
        padding-bottom: 50px;
        align-items: flex-end !important;
    }
    .home-banner .banner-content {
        padding-top: 50px;
    }
    .home-banner .row {
        max-width: 650px;
    }
    .nav-menu > ul> li> a {
        font-size: 16px;
    }
    .home-banner .banner-title {
        font-size: 70px;
    }
    .banner-description {
        font-size: 18px;
    }
    .about-section .heading {
        margin-left: 130px;
    }
    .about-direction-text .direction-title {
        font-size: 20px;
    }
    .about-section .main-row {
        --bs-gutter-x: 80px;
    }
    .about-section .row-2 {
        --bs-gutter-x: 30px;
    }
    .attorney-image .attorney-award-logo {
        width: 150px;
    }
    .about-section .attorney-image {
        height: calc(100% - 60px);
    }
    .practice-section .btn-wrap {
        margin-top: 30px !important;
    }
    .help-section .image img {
        height: calc(100% - 100px);
    }
    .features-section .feature-inner {
        padding: 50px 30px;
    }
    .features-section .direction-text {
        margin-bottom: 25px;
    }
    .testimonials-section .testimonials-video {
        width: 150px;
        height: 160px;
    }
    .testimonials-section .quote {
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
    .content-section-two .direction-text {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contact-right-block {
        padding: 30px;
    }
    .footer-contact .nap-address-wrap {
        margin-left: 0;
    }
    .contact-section .footer-nap-row {
        margin-top: 15px;
    }
    .contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-section textarea.form-control {
        height: 120px;
    }
    .page-banner .banner-title {
        font-size: 58px;
        line-height: 60px;
    }
    .about-direction-text {
        margin-top: 15px;
    }
    .about-section .left-image {
        margin-top: 30px;
    }
    .practice-section-list .title {
        padding: 15px 15px;
        font-size: 25px;
    }
    .help-section .inner {
        padding-left: 15px;
    }
    .contact-section .form-group {
        margin-bottom: 20px;
    }
    .footer-contact .icon {
        top: 6px;
    }

}

@media (min-width: 1300px) and (max-width: 1606px){
    .header-logo {
        width: 195px;
        padding: 8px;
    }
    .header-right {
        width: calc(100% - 195px);
    }
    .nav-menu > ul.menu > li {
        margin: 0 13px;
    }
    .header-search, .header-gt, .header-phone {
        margin-left: 15px;
    }
    .header-phone .phone-no {
        font-size: 18px;
    }
    body {
        padding-top: 50px;
    }
}


@media (max-width:1300px){
    :root{
        --heading: 40px;
        --h1: 36px;
        --h2: 32px;
        --h3: 28px;
        --h4: 24px;
        --h5: 20px;
        --h6: 18px;
    }
    body {
        padding-top: 75px;
    }
    .header-logo {
        width: 200px;
    }
    .header-right {
        width: calc(100% - 200px);
    }
    .header-phone .phone-title {
        letter-spacing: 0;
        font-size: 14px;
    }
    .header-phone .phone-no {
        font-size: 16px;
    }
    .nav-menu > ul.menu > li {
        margin: 0 12px;
    }
    .nav-menu > ul> li> a {
        font-size: 14px;
        padding: 15px 1px;
    }
    .about-section .heading {
        margin-left: 100px;
    }
    .practice-section-list .title {
        padding: 20px 15px;
        font-size: 25px;
    }
    .page-banner .banner-title {
        font-size: 70px;
    }
    .contact-form-section .contact-info-title {
        margin-bottom: 30px;
    }
    .footer {
        font-size: 16px;
    }
    .practice-areas .title {
        font-size: 25px;
    }
    .practice-areas .hover-title {
        font-size: 25px;
    }
    .testimonials-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testimonials-section .testimonials-video {
        width: 140px;
        height: 140px;
    }
    .testimonials-video-wrap {
        margin-bottom: 20px;
    }
    .testimonials-section .heading {
        margin-bottom: 15px !important;
    }
    .contact-map iframe {
        height: 450px;
    }
    .footer .footer-col-two {
        padding-left: 30px;
    }



}

@media (max-width:1199px){
    body {
        padding-top: 65px;
    }
    :root{
        --heading: 45px;
        --h1: 40px;
        --h2: 35px;
        --h3: 32px;
        --h4: 28px;
        --h5: 24px;
        --h6: 20px;
    }
    .section-pd, .spaced {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header .nav-menu{
        display: none;
    }
    .menu-button {
        display: flex;
    }

    .home-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .attorney-image .attorney-award-logo {
        width: 130px;
        left: -70px;
    }
    .about-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .practice-section-list .title {
        padding: 15px 15px;
        font-size: 22px;
    }
    .features-section .feature-inner {
        padding: 50px 20px;
    }
    .features-section .container, .features-section .row, .features-section .feature-item {
        height: auto;
    }
    .direction-text {
        font-size: 22px;
    }
    .direction-text .dicon {
        width: 50px;
        height: 50px;
    }
    .content-section-two .image-one {
        width: calc(100% - 150px);
    }
    .content-section-two .image-two {
        width: 175px;
    }
    .about-section-two .image-one {
        width: calc(100% - 170px);
    }
    .about-section-two .image-two {
        width: 200px;
        height: 85%;
    }
    .about-section-two .row {
        --bs-gutter-x: 30px;
    }
    .testimonials-section .image {
        width: 42%;
    }
    .testimonials-section .direction-text {
        margin-left: 100px;
    }
    .contact-section .rb-title {
        font-size: 25px;
    }
    .attorney-info-sec .row {
        --bs-gutter-x: 40px;
    }
    .contact-form-section .left-col {
        background: #F1F1F1;
        padding: 50px 30px;
    }
    .contact-form-section .form-wrap {
        padding: 50px 30px;
        height: auto;
    }
    .contact-form-section .title {
        font-size: 22px;
    }
    .contact-form-section .contact-info .icon {
        width: 24px;
        height: 24px;
    }
    .page-banner .banner-title {
        font-size: 50px;
    }
    .practice-areas .hover-detail {
        padding: 15px 15px;
    }

}


@media (max-width:991px){
    :root{
        --heading: 40px;
        --h1: 35px;
        --h2: 32px;
        --h3: 28px;
        --h4: 24px;
        --h5: 21px;
        --h6: 18px;
    }

    .home-banner .banner-title {
        font-size: 50px;
    }
    .home-banner .row {
        max-width: 450px;
    }
    .banner-description {
        font-size: 16px;
    }
    .about-section .main-row {
        --bs-gutter-x: 0;
    }
    .about-section .attorney-image {
        max-width: 350px;
        margin: auto;
    }
    .about-section .right-col {
        padding-bottom: 0;
    }
    .help-section .row {
        --bs-gutter-x: 0;
    }
    .help-section .image{
        height: auto;
        margin-bottom: 15px;
    }
    .help-section .image img {
        height: auto;
    }
    .direction-text {
        font-size: 25px;
    }
    .content-section {
        padding-top: 0;
    }
    .content-section .image {
        height: 100%;
        width: 100%;
        position: relative;
        padding-top: 20px;
    }
    .content-section:before {
        width: 100%;
    }
    .content-section-two .row {
        align-items: center;
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
        flex-direction: column-reverse;
    }
    .content-section .right-col {
        padding-top: 30px;
    }
    .features-section {
        background: var(--color-one);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .features-section .direction-text {
        margin-bottom: 40px;
        margin-left: 90px;
        opacity: 0;
        position: absolute;
        top: -50px;
    }
    .features-section .direction-text .dicon {
        width: 40px;
        height: 40px;
    }
    .attorney-section .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
        flex-direction: column-reverse;
    }
    .attorney-section .attorney-image {
        max-width: 400px;
        margin: auto;
    }
    .attorney-section {
        text-align: center;
    }
    .testimonials-section .image {
        width: 30%;
        display: none;
    }
    .testimonials-section .testimonials-inner {
        padding-left: 0;
    }
    .content-section-two .images-wrap {
        max-width: 500px;
        margin: auto;
    }
    .contact-section .main-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 50px;
    }
    .footer .footer-col-one {
        padding-right: 20px;
    }
    .footer .footer-col-two {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .footer-col-three {
        padding-left: 20px;
    }
    .footer-phone .phone-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .footer-phone .phone-no {
        font-size: 20px;
    }
    .footer-phone .phone-no {
        font-size: 20px;
    }
    .footer .social-links li + li {
        margin-left: 10px;
    }
    .copyrights-wrap {
        font-size: 12px;
    }
    .footer {
        padding-bottom: 0;
    }
    .footer-bottom {
        max-width: 300px;
    }
    .practice-section-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .features-section .feature-inner {
        padding: 60px 30px 30px 30px;
    }
    .about-section-one .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
    }
    .about-section-one .image {
        max-width: 400px;
        margin: auto;
    }
    .page-banner .banner-content-wrap {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .about-section-two .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 50px;
        flex-direction: column-reverse;
    }
    .about-section-two .images-wrap {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .practice-areas .inner {
        height: 200px;
    }
    .attorney-info-sec .arrroney-image {
        max-width: 400px;
        margin: 0 auto;
    }
    .attorney-info-sec .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
    }
    .attorney-info-sec .heading{
        text-align: center;
    }
    .attorney-awards {
        margin-top: 50px;
    }
    .contact-form-section .form-wrap {
        margin-top: 50px;
    }
    .content-section .direction-text {
        margin: 40px 0 0 160px;
    }
    .about-section .heading {
        margin-left: 0;
    }
    .sidebar-form .form-title {
        font-size: 28px;
    }
    .sidebar .widgettitle, .sidebar .widget-title {
        font-size: 28px;
    }
    .footer {
        font-size: 14px;
    }

}

@media (max-width:767px){
    :root{
        --heading: 32px;
        --h1: 30px;
        --h2: 28px;
        --h3: 25px;
        --h4: 22px;
        --h5: 20px;
        --h6: 18px;
    }
    .container, .container-sm {
        max-width: 100%;
    }
    .section-pd, .spaced {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .list-style li:before {
        top: 10px;
    }
    div#background {
        display: none;
    }
    .contact-map iframe {
        height: 400px;
    }

    .header-logo {
        width: 150px;
    }
    .header-right {
        width: calc(100% - 150px);
    }
    .header-phone {
        margin-left: 10px;
        width: 45px;
        height: 45px;
        border: 1px solid #ddd;
    }
    .header-phone .phone-title {
        font-size: 0;
    }
    .header-phone .phone-no {
        font-size: 0;
        display: block;
        margin: 0;
    }
    .header-phone .phone-icon {
        width: 100%;
        height: 100%;
        line-height: 1;
        padding: 10px;
    }
    .header-phone a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .header-gt {
        display: none;
    }
    .header-gt .gtranslate_wrapper {
        width: 100px;
    }
    .header-search {
        margin-left: 0;
        width: 45px;
        height: 45px;
        border: 1px solid #ddd;
        display: flex;
        justify-content: center;
    }
    .menu-button {
        margin-left: 10px;
    }
    .header-search path {
        stroke: var(--color-one);
    }

    .header-logo {
        padding: 0;
        margin-bottom: 0;
        top: 0;
    }
    .home-banner-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .home-banner-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home-banner .direction-text {
        position: relative;
        right: 0;
        bottom: 0;
        display: none;
    }
    .home-banner .banner-title {
        font-size: 40px;
    }
    .features-section .main-btn {
        padding-bottom: 0px;
    }

    .about-section .heading {
        margin-left: 0;
    }
    .about-section .left-image {
        margin-top: 20px;
    }
    .about-direction-text {
        margin-top: 40px;
        display: none;
    }
    .about-direction-text .direction-text {
        flex-direction: column;
    }
    .about-section .attorney-image {
        max-width: 270px;
        margin-top: 50px;
    }
    .about-section .attorney-image {
        height: auto;
    }
    .attorney-image .attorney-award-logo {
        width: 115px;
        left: -50px;
    }
    .practice-section-list .title {
        font-size: 20px;
    }
    .practice-section-list .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
    }
    .help-section .direction-text {
        margin-top: 30px;
        display: flex;
        gap: 20px;
    }
    .content-section {
        padding-top: 0;
        margin-top: 40px;
    }
    .content-section .content-inner {
        margin-top: -35px;
    }
    .content-section .right-col {
        padding-top: 0;
    }
    .content-section .direction-text {
        margin: 30px 0;
    }
    .features-section .container {
        padding: 0;
    }
    .features-section .feature-item {
        margin-bottom: 20px;
        background: var(--color-one);
        padding: 0 15px;
    }
    .features-section .feature-inner {
        padding: 40px 0;
        margin-bottom: 0;
    }
    .features-section .feature-item:last-child .feature-inner{
        margin-bottom: 0;
    }
    .features-section {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
    }
    .features-section .title {
        font-size: 25px;
    }
    .attorney-section {
        text-align: left;
    }
    .attorney-section .direction-text {
        margin-left: 0;
        text-align: center;
    }
    .features-section .feature-item:last-child{
        margin-bottom: 0;
    }
    .contact-section .footer-nap-row {
        margin-top: 0;
        --bs-gutter-y: 30px;
    }

    .footer .footer-col-one {
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .footer .footer-col-two {
        width: 100%;
        margin-top: 40px;
    }
    .footer .footer-col-three {
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .footer {
        padding-top: 50px;
        text-align: center;
        font-size: 14px;
    }
    .footer-bottom {
        max-width: 100%;
        margin: 0;
    }
    .footer-phone .phone-title {
        font-size: 14px;
    }
    .footer-menu ul {
        justify-content: center;
        gap: 10px;
    }
    .footer-menu li + li {
        margin-top: 0;
    }
    .footer-menu li {
        width: auto;
    }
    .contact-section .rb-title {
        font-size: 20px;
        top: -15px;
    }
    .content-section-two .direction-text {
        margin-left: 20px;
        max-width: 100%;
    }
    .content-section-two .image-one {
        width: calc(100% - 100px);
    }
    .content-section-two .image-two {
        width: 145px;
        height: calc(100% - 60px);
        top: 30px;
        border: 8px solid #F9F9F9;
    }
    .home .testimonials-section {
        padding-top: 0;
    }
    .testimonials-section {
        text-align: center;
    }
    .testimonials-section .testimonials-inner {
        padding-left: 0;
    }
    .testimonials-section .author {
        font-size: 16px;
        display: inline-block;
    }
    .testimonials-section .btn-wrap {
        justify-content: center;
    }
    .testimonials-video-wrap {
        margin-bottom: 15px;
        justify-content: center;
    }
    .search-panel form#searchform {
        width: 85%;
    }
    .search-close {
        right: 10px;
        top: 10px;
    }
    .search-panel {
        height: 105px;
    }
    .page-banner .banner-content-wrap {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .page-banner .banner-title {
        font-size: 35px;
    }
    .about-section-two .image-one {
        width: calc(100% - 100px);
    }
    .about-section-two .image-two {
        width: 150px;
        height: 70%;
    }
    .page-template-about .contact-section {
        padding-top: 0;
    }
    .page-template-about .contact-section{
        padding-top: 0;
    }
    .page-template-practice-areas .contact-section {
        padding-top: 0;
    }
    .contact-section .form-group {
        margin-bottom: 20px;
    }
    .attorney-edu-sec .description ul {
        column-count: 1;
    }
    .attorney-awards .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 15px;
    }
    .contact-form-section .contact-info-title {
        font-size: 28px;
    }
    .contact-form-section .contact-phone-wrap {
        width: 100%;
    }
    .contact-form-section .contact-fax-wrap {
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .contact-form-section .form-wrap {
        padding: 50px 15px;
    }
    .contact-map iframe {
        height: 350px;
    }
    .sidebar {
        margin-top: 50px;
    }
    .sidebar .widgettitle, .sidebar .widget-title {
        font-size: 30px;
    }
    .search .contact-section {
        padding-top: 0;
    }
    .pagination .nav-links span, .pagination .nav-links a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        font-weight: 500;
    }
    .practice-areas .hover-detail {
        padding: 20px 15px;
    }
    .practice-areas {
        --bs-gutter-x: 0;
    }
    .footer-contact-wrap {
        text-align: center;
    }
    .footer .social-links ul {
        justify-content: center;
    }
    .quick-links ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .footer .row-2 {
        margin-bottom: 0;
    }
    .footer .row-1 {
        margin-bottom: 40px;
    }
    .copyrights-wrap {
        font-size: 13px;
    }
    .testimonials-section .direction-text {
        margin-left: 0;
    }
    .about-direction-text .direction-title {
        font-size: 18px;
    }
    .sidebar-form {
        padding: 40px 20px;
    }
    .sidebar li a {
        padding: 10px 35px 10px 20px;
    }
    .sidebar .widget {
        padding: 40px 20px;
    }
    .sidebar li a {
        padding: 10px 35px 10px 30px;
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
    .static-page {
        padding-bottom: 0;
    }
    .contact-section .main-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    .help-section .inner {
        padding-left: 0;
    }
    .practice-section-list .inner {
        height: 216px;
    }
}

@media (max-width:480px){

}

@media (max-width:350px){

}

@media (min-width: 375px) and (max-width: 667px) and (orientation: landscape){
    .practice-section-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
        justify-content: center;
    }
    .about-section-two .image-two {
        width: 200px;
    }
    .practice-areas {
        --bs-gutter-x: 15px;
    }
    .practice-areas .title {
        padding: 20px 20px;
        font-size: 23px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    #background{
        display: none;
    }
    .home-banner-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .home-banner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-section .image-col {
        display: none;
    }
    .about-section .content-col {
        width: 100%;
    }
    .practice-section-list .row {
        justify-content: center;
    }
    .content-section .direction-text {
        margin: 40px 15px 30px 160px;
    }
    .footer-bottom {
        margin-top: 0;
    }
    .testimonials-section .testimonial-col {
        width: 100%;
        text-align: center;
    }
    .testimonials-section .author {
        display: inline-block;
    }
    .testimonials-section .testimonials-inner {
        padding-left: 0;
    }
    .testimonials-section .direction-text {
        margin-left: auto;
        margin-right: auto;
    }
    .testimonials-section .btn-wrap {
        justify-content: center;
    }
    .features-section .feature-inner {
        padding: 30px 0;
    }
    .home .testimonials-section {
        padding-top: 0;
    }
    body:not(.home) .contact-section {
        padding-top: 0;
    }
    .quick-links ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

}

