@media (max-width: 1120px) {
}

@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }

  .slider_section {
    padding-top: 45px;
    padding-bottom: 75px;
  }

  .custom_nav-container .nav_search-btn {
    background-position: center;
  }

  .slider_section {
    background-size: cover;
    background-position: left;
  }

  .slider_section .carousel-indicators {
    height: 100%;
  }
  .about_section h2,
  .contact_section h2,
  .service_section h2,
  .info_section h2 {
    width: 100%;
    text-align: center;
  }

  .service_section .box .morecontent,
  form .formSubmitted{
    width: 95%;
    height: 95%;
    padding: 8rem 0 0 0;
    overflow: scroll;
    text-align: center;
  }
  
  .service_section {
    margin-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .slider_section .detail-box {
    text-align: center;
  }
  .about_section {
    text-align: center;
    margin-top: 2rem;
  }
  .about_section h2,
  .contact_section h2,
  .service_section h2,
  .info_section h2 {
    width: 100%;
    text-align: center;
  }
  .about_section .img-box {
    margin-top: 35px;
  }
  .about_section .img-box img {
    width: 100%;
  }
  .service_section {
    height: fit-content;
  }
  .service_section .box {
    width: 100%;
  }

  .quote_section .box {
    flex-direction: column;
    text-align: center;
  }

  .client_section .box {
    width: 100%;
  }

  .client_section .client_container {
    width: 100%;
  }
  .popUp{
    text-align: center;
  }
}

@media (max-width: 576px) {
}

@media (max-width: 480px) {
  .info_section .footer_contact {
    width: 315px;
  }
}

@media (max-width: 400px) {
}

@media (max-width: 360px) {
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
