@media (max-width: 991.99px) {
  .menuBtn {
    width: 25px;
    height: 20px;
    border: 0;
    padding: 0;
    position: relative;
    background: transparent;
    display: flex;
    justify-content: end;
  }
  .menuBtn span {
    width: 100%;
    height: 2px;
    background: var(--green);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50rem !important;
  }
  .menuBtn span:nth-child(1) {
    transform: translate3d(0, -10px, 0);
    width: 80%;
  }
  .menuBtn span:nth-child(4) {
    transform: translate3d(0, 10px, 0);
    width: 60%;
  }
  .menuBtn.active span:nth-child(1),
  .menuBtn.active span:nth-child(4) {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    width: 0;
  }
  .menuBtn.active span:nth-child(2) {
    transform: rotate(45deg);
  }
  .menuBtn.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .menuCol {
    background: var(--blue);
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    display: none;
    align-items: center;
  }
  .menuList {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .menuList li a {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
  }

  .mainWrap {
    padding-top: 60px;
  }

  .bannerWrp {
    aspect-ratio: 16/9;
  }

  .welcomeNoteSec {
    padding: 30px 0;
  }
  .welcomeNoteSec h1 {
    font-size: 30px;
  }

  .introPara {
    padding: 30px;
  }
  .introPara::before {
    left: 50px;
  }

  .tabList {
    margin-bottom: 30px;
  }
  .serIntro {
    margin-bottom: 40px;
  }
  .serIntro h3 {
    font-size: 24px;
  }
  .serviceCard img {
    border-radius: 5px;
  }
  .serviceTxt h4 {
    font-size: 20px;
    margin: 15px 0;
  }

  .formSec {
    margin-bottom: 300px;
  }

  .leadForm {
    padding: 30px;
    border-radius: 5px;
  }
  .leadForm form {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
  .leadForm label {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .leadForm .form-control {
    height: 45px;
  }

  .accHead {
    padding: 30px 0;
    font-size: 30px;
  }
  .accContent {
    padding: 100px 0 30px 0;
  }

  .contactInfo {
    padding: 50px 0;
  }
  .contactInfo .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .copyright {
    padding: 20px 0;
  }
  .serviceSec {
    margin-bottom: 100px;
  }
}

@media (max-width: 575.99px) {
  .welcomeNoteSec h1 {
    font-size: 20px;
  }
  .introPara {
    padding: 20px;
  }
  .introPara::before {
    left: 30px;
  }
  .leadForm {
    padding: 20px;
  }
  .contactInfo .col {
    padding-bottom: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--white);
  }
  footer {
    margin-top: 80px;
  }
  .leadBtn {
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    border-radius: 0;
    padding: 15px 0;
    font-size: 14px;
  }
  .copyright {
    padding-bottom: 50px;
  }
  .aboutSec {margin-bottom: 220px}
}

@media (max-width: 400px) {
  .tabList::before {
    top: 25px;
    bottom: 25px;
  }
}

@media (min-width: 575.99px) {
  .tabList li button {
    font-size: 16px;
  }
  .contactInfo .row {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 30px;
  }
  .contactInfo .col {
    border-right: 1px solid var(--white);
  }
  .serviceSlider .swiper-button-prev,
  .serviceSlider .swiper-button-next {
    top: 30% !important;
  }
  .leadBtn {
    opacity: 0;
  }
}

@media (min-width: 575.99px) and (max-width: 991.99px) {
  .contactInfo .col:nth-child(2) {
    border-right: 0;
  }
}

@media (min-width: 768.99px) {
  .title {
    margin-bottom: 50px;
    font-size: 28px;
  }
}
