@media (max-width: 1300px) {
  .footer_container {
    border-radius: 0px 0 0 0;
  }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }
  
  .case_section .heading_container h2,
  .company_section .detail-box .heading_container h2,
  .about_section .detail-box .heading_container h2 {
      text-align: center;
      width: 100%;
      margin-bottom: 15px;
  }
  
  
  .product_section .detail-box,
  .about_section .img-box,
  .product_section .img-box,
  .about_section .detail-box {
      text-align: center;
  }
  
  
  .product_section .img-box {
      margin: 15px 0;
  }
  
  .product_section .detail-box ul li {
      text-align: left;
      font-weight: bold;
      font-size: 16px;
  }
  
  .support_section .heading_container .img-box img {
    height: 50px;
    width: 50px;
    border-radius: 25px;
  }
  
  
  .menu_section .detail-box ul  {
      margin: 0;
      padding: 0;
  }

  
  .menu_section .detail-box ul li {
    display: block;
    width: 100%;
  }


.menu_section .detail-box ul li a {
    padding: 5px 15px;
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #e0e0e0;
    border-bottom: 4px solid transparent;
}

.simple_menu_section {
    padding: 30px 10px 0px 10px;
}


.chat_section .detail-box a.help-box {
    margin-bottom: 15px;
}

  .quote_btn-container {
    display: none;
  }

  .custom_nav-container .navbar-nav {
    margin: 0;
    margin-left: auto;
    align-items: center;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section {
    padding: 75px 0;
  }

  .contact_section .img-box {
    margin-top: 45px;
  }

  .info_section .row>div:nth-child(1) {
    margin-bottom: 25px;
  }

  .info_section .row>div:nth-child(2) {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .hero_area {
    border-radius: 0 0 00px 0;
  }

  .slider_section .detail-box {
    margin-top: 45px;
  }

  .about_section {
    border-radius: 0px 0 0px 0;
  }

  .about_section .img-box {
    margin-top: 45px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .contact_section .map_container {
    margin-left: 0;
    margin-bottom: 45px;
    height: 375px;
  }

  .info_section .row>div:nth-child(3) {
    margin-bottom: 35px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .info_section .info_links {
    align-items: center;
  }

  .info_section form input {
    text-align: center;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}