@media (min-width: 1500px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    .main-Banner {
        height: 90vh;
    }
    .innerBanner {
        height: 60vh;
    }
    .servicePoint .inner p {
        margin: 0;
        width: auto;
    }
    .ctaSec img {
        height: 6rem;
    }
    .teamSlider .teamContent span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
    .bgBehind {
        left: -18rem;
        top: -4rem;
        padding: 26rem;
    }
    .servicePoint .left {
        width: 15%;
    }
    .servicePoint .right {
        width: 80%;
    }
    .abouSec .sideImg , .reviewSec .sideImg {
    left: -48px;
    width: 46px;
}
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 12px;
    }
    .main-header {
        padding: 0;
    }
    .menuWrap .menu a {
        padding: 16px 10px;
    }
    .main-header {
        position: relative;
    }
    .menu-Bar {
        display: none;
    }
    button.ma5menu__toggle {
        display: block;
    }
    .main-Banner {
        height: 70vh;
        background-position-x: right;
    }
    /* .menu-Bar {
        display: block;
        top: 50%;
        bottom: initial;
        transform: translateY(-50%);
    } */
    .menuWrap.open {
        display: flex;
        left: 0px
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        /* bottom:0; */
        margin: auto;
        background: var(--theme-color);
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw
    }
    ul.menu li {
        display: block
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize
    }
    .menuWrap .menu {
        display: block;
    }
    .menu li:hover a,
    .menu li.active a {
        background: var(--black);
    }
    .menu-Bar span {
        background: var(--white);
    }
    .menu li:hover>a,
    .menu li.active>a,
    .menu>li.menu-item-has-children>.sub-menu>li.current-menu-item>a {
        background: var(--black) !important;
    }
    .menu>li.menu-item-has-children>.sub-menu>li {
        background: transparent !important;
    }
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    .bgBehind.cstm {
        z-index: 0;
        left: auto;
        right: -16rem;
        padding: 22rem;
        top: -3rem;
    }
    .companySwiper img {
        width: auto;
    }
    .practicLeft .contentOverlay {
        bottom: 0;
    }
    .practiceAreas .contentOverlay p {
        font-size: 14px;
    }
    .innerBanner {
        height: 60vh;
        background-position: center;
    }
    .practicRight.cstm .servicePoint .inner p {
        margin: 0;
        width: 100%;
    }
    .accordian h4::after,
    .accordian h4::after {
        right: 10px;
        width: 25px;
        height: 25px;
        font-size: 13px;
    }
    .bgBehind {
        left: -18rem;
        top: -4rem;
        padding: 24rem;
    }
}

@media only screen and (max-width: 991px) {
    .menuWrap .menu a {
        padding: 8px 10px;
        margin-bottom: 6px;
    }
    .topBar {
        display: none;
    }
    .contactInfoSec .inner {
        padding: 2rem;
        margin: 0 0 1rem;
        height: auto;
    }
    .bgBehind {
        display: none;
    }
    .contactSec.innerContact {
        margin-top: 0;
        padding: 0 0 4rem;
        margin-bottom: 0;
    }
    .stateSec .inner {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    .stateSec .row {
        background-color: #f1f0f0;
        padding: 2rem;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .stateSec .inner .right h4,
    .stateSec .inner .right p {
        margin: 0;
        font-size: 14px;
    }
    .abouSec .row {
        gap: 20px;
    }
    .serviceBox {
        height: auto;
        margin-bottom: 1rem;
    }
    .servicePoint {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .servicePoint .right {
        width: 100%;
    }
    .accordian li h4 {
        font-size: 1rem;
        padding: 1.4rem 4rem 1.4rem 1.4rem;
    }
    .servicePoint .inner {
        display: flex;
        flex: 0;
        padding: 0 1rem 3rem;
        gap: 10px;
        flex-direction: column;
    }
    .practicRight {
        background-color: var(--primary);
        padding: 3rem 3rem 1rem;
        height: 100%;
    }
    .orderSm2 {
        order: 2;
    }
    section {
        padding: 2rem 0;
    }
    .contactSec .inner {
        margin-top: 4rem;
    }
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2rem;
    }
    .aboutSec .row {
        gap: 20px;
    }
    .abtLftSec {
        margin-left: 0;
    }
    .lawyerSec {
        padding: 0;
    }
    .lawyerSec .row {
        gap: 20px;
    }
    /* .companyLogo {
        padding: 0 0 4rem;
    } */
    .newsLetterSec .row {
        gap: 20px;
    }
    .mainFooter .row {
        gap: 20px;
    }
    .footerBottom.row {
        gap: 0;
        margin-top: 1rem;
    }
    .newsLetterSec figure {
        text-align: left;
        display: none;
    }
    .servicePoint .inner .left img {
        width: 4rem;
    }
    .bannertext h1 {
        font-size: 2.25rem;
    }
    .fluidSpace {
        margin: 0;
    }
    .main-Banner.innerBanner::before {
        background: #000000a6;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
    }
    .swiper-button-next {
        right: 1rem;
    }
    .swiper-button-prev {
        left: 1rem;
    }
    section.contactSec.innerContact figure {
        margin-bottom: 2rem;
    }
    .reviewSlider .swiper-slide {
        padding: 0;
    }
    .reviewSec .swiper-pagination {
        left: 0;
        right: 0;
        margin-top: 0;
    }
    .contactSec .cntInfo {
        margin: 0 0 2rem;
    }
    .cntInfo .left img {
        width: 3rem;
    }
    .reviewSlider .authors .left img {
        width: 3rem;
    }
    .reviewSlider .authors .left h6 {
        margin: 0;
    }
    .mainFooter {
        padding: 30px 0 0px;
    }
    .footerBottom p {
        font-size: 12px;
    }
    .footerBottom {
        text-align: center;
        padding-bottom: 20px;
    }
    .footerBottomLinks {
        justify-content: center;
        margin-top: 10px;
    }
    .reviewSec .swiper-pagination-bullet {
        height: 6px;
        width: 16px;
    }
    .reviewSlider .img-fluid {
        width: 3rem;
    }
    .teamSec .inner {
        text-align: center;
        padding: 0 0.5rem;
    }
    .contactSec {
        margin-top: 0;
        padding: 4rem 0 3rem;
    }
    .footerLinks li {
        margin-bottom: 0;
    }
    .practiceAreas a {
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .footerContact .icon i {
        font-size: 1.124rem;
    }
    .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
}
br{
    display: none;
}
.bannertext p {
    font-size: 1rem;
}
}

@media only screen and (max-width: 767px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 1rem;
        padding-left: 0;
    }
    .headerMenu .logo img {
        height: 100%;
        width: 16rem;
    }
    .main-Banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000087;
}
.footerContact .icon {
    width: 35px;
    height: 35px;
}
}

@media only screen and (max-width: 575px) {}