@media (max-width: 1300px) {}

@media (max-width: 1366px) {
    .layout_padding {
      padding: 0px 0;
  }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {

  .hero_area {
    min-height: auto;
  }

  .hero_area {
    /*background-image: url('images/back.jpg');*/
/*    display: block;*/
    position: relative;
  }

  .hero_area .hero_bg_box {
    /*display: none;*/
  }

  .slider_section {
    padding: 45px 0 75px 0;
  }

  .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;
  }


}



@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 45px;
  }
  .hero_area .hero_bg_box {
      top: 0; /* Reset top position for smaller screens */
      height: 100%; /* Adjust height for smaller screens */
      align-items: center; /* Center align items vertically on smaller screens */
  }
  .slider_section {
    padding: 10% 0; /* Adjust padding for smaller screens */
  }

   .slider_section .detail-box h1 {
    font-size: 1.5rem; /* Adjust font size for smaller screens */
  }

  .slider_section .detail-box p {
    font-size: 0.8rem; /* Adjust font size for smaller screens */
  }

  .slider_section .img-box {
    margin: -4rem 0; /* Adjust margin for smaller screens */
  }
  .about_section.layout_padding {
        padding: 5%; /* Adjust padding for smaller screens */
    }
}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }


  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .track_section form {
    flex-direction: column;
    align-items: flex-start;
  }

  .track_section form input {
    width: 100%;
  }

  .track_section form button {
    padding: 10px 60px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

@media (max-width: 376px) {}

/*@media (max-width: 1326px) and (max-height: 570px) {
  .header_section {
    padding: 10px 19px 10px 32px;
    background: white;
  }
}
@media (max-width: 1204px) and (max-height: 570px) {
  .layout_padding {
    padding: 63px 70px 63px 70px;
  }
}*/

/*@media (max-width: 820px) and (max-height: 1180px) {
  body {
    margin: 0;
    padding: 0;
  }
}*/

/*@media (min-width: 767px) and (min-height: 1390px) {
  .hero_area {
    width: 155%;
    height: 100px !important;
  }
}*/

/*@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    max-width: 994px
  }
}*/
/*@media (min-width: 721px) and (max-width: 767px)
{
  section.slider_section 
  {
    padding-top: 120px;
    padding-right: 32px;
  }
  .input-holder 
  {
    margin-top: 260px;
    margin-left: -352px;
  }
  img#backimg 
  {*/
    /*margin-top: 657px;*/
/*    position: fixed;
  }
  section#aboutus
  {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}*/


/*
@media screen and (max-width: 1366px) and (max-height: 768px){
    section.service_section.layout_padding.search-match {
        margin-top: -564px;
    }

}

@media screen and (max-width: 992px) and (max-height: 570px){
    #backimg{
        background-image: url('images/back.jpg');
        width: 10px;
    }
    /*.header_section {
      margin-top: -84px;
    }*/
}*/

@media screen and (min-width: 1222px) and (max-width: 1239px){
    .hero_area {
        width: 101%;    
    }

}
/*@media screen and (min-width: 749px) and (max-width: 1239px){
    .product_redirect{
        margin-left: 1031px;
    }
}*/

/*@media screen and (max-width: 1326px) and (min-height: 570px){
  section#aboutus {
      margin-top: 0px;
      padding-top: 30px;
  }
  section#products_list {
    padding-bottom: 40px;
  }
}
*/
@media screen and (max-width: 1325px) and (min-width: 1254px){
ol.carousel-indicators {
    padding-bottom: 0px;
}
}

/*@media only screen and (max-width: 412px){
  .hero_area{
    visibility: collapse;
  }
}*/

/*@media (max-width: 751px){
  #analyzer_container{
    max-width: 500px;
  }
}*/

