@media screen and (max-width: 1600px) {
  .hero-style {
    height: 750px;
    transition: all 0.4s ease;
  }
  .overlay {
    padding: 73px 40px;
  }
  .about-section {
    & .about-banner {
      background-image: url(../images/about-banner.jpg);
      width: 100%;
      height: 600px;
    }
  }
}

@media screen and (max-width: 1200px) {
  .hero-style {
    height: 650px;
    transition: all 0.4s ease;
  }
  .container.swipper-container {
    padding-left: 50px;
  }
  .about-section {
    & .about-banner {
      background-image: url(../images/about-banner.jpg);
      width: 100%;
      height: 450px;
    }
  }
  .service-bottom {
    & .we-choose h1 {
      width: 100%;
    }
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 45px;
    font-style: normal;
  }
  .service-slider {
    margin-right: 0px !important;
    overflow: hidden;
  }
  .footer_links {
    margin-left: 0rem;
  }
  .navbar-collapse {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--primary);
    padding: 15px;
  }

  .navbar ul li {
    background: #161616;
    padding: 0px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  .padding-lg {
    padding: 40px 0;
  }
  .service-bottom {
    & p {
      width: 100%;
    }
  }
  .contact-bottm {
    & .content-details {
      width: 100%;
    }
  }
  .contact-bottm {
    & p {
      padding: 0px 0;
    }
  }
  .contact-us-section {
    & h1 {
      line-height: 132px;
    }
  }
  .contact-us-section {
    & .contact-page p {
      width: auto;
    }
  }
}
@media screen and (max-width: 520px) {
  .hero-style {
    height: 600px;
    transition: all 0.4s ease;
  }
  .container.swipper-container {
    padding-left: 0px;
    text-align: center;
  }
  .hero-style .slide-title h2 {
    font-size: 55px;
    margin: 0 0 5px;
  }
  .swiper-slide .slide-text p {
    font-size: 18px;
    padding: 10px 91px;
  }
  .about-section {
    & h1 {
      font-size: 40px;
    }
  }
  .service-section {
    h1 {
      font-size: 40px;
    }
  }
}
