@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {
    .counterSec .counterBox .counterBoxWhite h2 {
    font-size: 1.25rem;
}
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
  .aboutSec figure img {
    width: 340px;
}
.counterSec .counterBox h3 {
    font-size: 3rem;
  }
  .userClient {
    width: 100%;
}
.reviewSec .swiper-button-prev {
    left: 45%;
}
.reviewSec .swiper-button-next {
    right: 45%;
}
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
      .aboutSec figure img {
        width: 330px;
    }
}

@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: 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;
  }
}

@media only screen and (max-width: 991px) {
  .menuWrap .menu a {
    padding: 8px 10px;
    margin-bottom: 6px;
  }
  .main-Banner {
    margin: 0;
    border-radius: 0;
}

header {padding: 1rem 0;}
    .aboutSec figure img {
        width: 164px;
    }
    .teamBox {
    height: auto;
    margin: 1rem 0;
}
.serviceSec figure, .serviceSec figure img {
    display: none;
}

.teamBox {
    height: auto;
    margin: 1rem 0;
    padding: 10px;
}

.serviceSec figure, .serviceSec figure img {
    display: none;
}

section {
    padding: 2rem 0;
}

.reviewSec .swiper-button-prev {
    left: 41%;
}

.reviewSec .swiper-button-next {
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.faqSec figure {
    display: none;
}

h4 {
    font-size: 2rem;
}

.contactForm {
    padding: 2rem 0 0;
}

.grayBg {
    padding: 1.5rem;
}
}

@media only screen and (max-width: 767px) {

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    margin: 0;
  }

  .headerMenu .logo img {
  width: 13rem;
  }
.bannertext h1 {
    font-size: 2.125rem;
}

.bannertext h6 {
    font-size: 1rem;
}

.bannertext .btnSec {
    flex-direction: column;
    gap: 10px;
}

.bannertext .btnSec a {
    justify-content: center;
}

.userClient .userImg {
    display: none;
}

.userImgNo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.userClient {
    justify-content: center;
    padding: 10px 0;
}

.userClient .userImgNo h3 {
    margin: 0;
    font-size: 2.5rem;
}

.main-Banner {
    align-items: center;
    background-position-x: right;
}
.main-Banner::before {
    background: linear-gradient(86deg, #000000d1, #00000066);
}
.aboutSec figure img {
    width: 48%;
}

.aboutSec figure {
    justify-content: center;
}

h4 {
    font-size: 1.75rem;
}

.aboutSec ul {
    margin: 0 0 1rem;
}

.counterSec {
    padding: 2rem 0 0;
}

.counterSec .counterBox {
    margin: 5px 0;
}

.teamBox h3 {
    padding-bottom: 1rem;
    font-size: 1.25rem;
}

.teamBox p {
    margin-top: 1rem;
}

.serBox .themeBtn {font-size: 12px;}

.reviewSec .swiper-button-prev {
    left: 38%;
}

.reviewSec .swiper-button-next {
    right: 41%;
}

.accordian li {
    padding: 0;
}

.accordian h4::after {
    font-size: 1rem;
    width: 20px;
    height: 20px;
}

.socialIcons {
    padding-top: 0;
}

.animatedHead {
    font-size: 3rem;
}
.innerBanner {
    height: 80vh;
    padding-bottom: 0;
}

br {
    display: none;
}

.abtInnerImg::before {
    display: none;
}

.abtInnerImg {
    margin-bottom: 2rem;
}

.abtImgBox .abtContentWhite {
    margin: -2rem 0;
    padding: 2rem;
}

.abtImgBox .abtContentWhite h3 {
    font-size: 1.75rem;
}

.abtImgBox .abtContentWhite .callBtn2 {
    font-size: 1rem;
}

.whatWeDoSec .counterSec .counterBox {
    flex: 100%;
}

.whatWhiteBox {
    margin: 1rem 0;
}

h3 {}

.ctaGrey figure {
    margin-bottom: 2rem;
}

.ctaGrey {
    padding: 0 0 2rem;
}.whatWhiteBox h3 {
    font-size: 1.35rem;
}
.praticeBox .praticeTop img {
    width: 50px;
    height: 50px;
}

.praticeBox .praticeTop h3 {
    font-size: 1.55rem;
}

.praticeBox .praticeTop {
    height: auto;
}

.praticeBox {
    height: auto;
}
.attorBox .attorTop {
    width: 150px;
    height: 150px;
}

.attorBox {
    margin: 1rem 0;
}
.contactBanner {
    background-position-x: 70% !important;
}
.contactListInfo .contactList {
    flex: 100%;
}

.contactInfoBox .star {
    flex-direction: column;
    align-items: start;
    gap: 10px 0;
}

.contactInfoBox .star i {
    font-size: 1rem;
}

.reviewBox {
    height: auto;
}

.reviewBox .userSec img {
    width: 55px;
}

}

@media only screen and (max-width: 575px) {
      .praticeBox .praticeTop img {
        width: 40px;
        height: 40px;
    }
    .animatedHead::before {
    width: 20px;
}
footer form {
    margin-bottom: 2rem;
}
}