@media (max-width: 1400px) {
  
  .staff2_img{
    height: 25em;
  }
}

@media (max-width: 1299px) {
  .hero_area .hero_bg_box {
    top: 0;
    left: 0;
    width: 100%;
  }
  .staff2_img{
    height: 25em;
  }
}
@media (max-width: 1200px) {
  .staff2_img{
    height: 20em;
  }
}

@media (max-width: 1120px) {
  .staff2_img{
    height: 20em;
  }
}
@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }


  .slider_section .detail-box {
    margin-bottom: 45px;
  }
  .custom_nav-container {
    padding:0 15px;
    background-color: #b3d33f;
  }
  

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .footer_section .footer_bg_box img {
    -o-object-position: 10% top;
    object-position: 10% top;
  }

  .staff2_img{
    height: 22.6em;
  }
}

@media (max-width: 767px) {

  .about_section .img-box {
    margin-bottom: 30px;
  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    margin: 45px 0;
  }

  .hero_area .hero_bg_box img {
    -o-object-position: center top;
    object-position: center top;
  }

  .staff2_img{
    height: 16.5em;
  }
}

@media (max-width: 576px) {
  .staff2_img{
    height: 40em;
  }
}

@media (max-width: 530px) {
  .staff2_img{
    height: 33em;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .about_section {
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .staff2_img{
    height: 30em;
  }
}


@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
