@media all and (max-width: 1180px) {
  header {
    display: none !important;
  }
  .footer-fluid .download ul li a img {
    max-width: 100px;
  }
}
@media all and (max-width: 920px) {
  .footer-fluid {
    padding: 40px 0px 0px 0px;
  }
  .footer-fluid .footer-main {
    flex-direction: column;
  }
  .footer-fluid .card-part {
    margin-bottom: 30px;
  }
  .footer-fluid .card-part .heading {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .copyright-fluid .main-section {
    flex-direction: column;
  }
  .hero-fluid .hero-main {
    height: calc(100vh - 50px);
    padding-bottom: 50px;
    align-items: center;
    flex-direction: column;
  }
  .logo-part {
    display: block;
  }
  .logo-part img {
    width: 250px;
    padding-top: 50px;
  }
  .hero-fluid .form-part {
    display: none;
  }
  .hero-fluid .content-part {
    display: none;
  }
  .hero-fluid .monile-login {
    display: block;
  }
  .hero-fluid {
    background-image: url(../img/mob-bg.png);
  }
  .aboutus-fluid .image-part img {
    width: 100%;
  }
  .footer-fluid .card-part .mobile-responsive-hide {
    padding-bottom: 20px;
  }
  .hero-fluid .monile-login p a {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-decoration: underline;
    margin-left: 10px;
  }
  .ourproduct-fluid,
  .partners-fluid,
  .gallery-fluid,
  .aboutus-fluid,
  .gallerypage-fluid,
  .contactform-fluid,
  .contactdetail-fluid {
    padding: 40px 0px;
  }
  .gallery-fluid .main-section .gallery-part .image-part {
    margin-bottom: 20px;
  }
  .aboutus-fluid .content-part {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .order1 {
    order: 2;
  }
  .order2 {
    order: 1;
  }
  .gmbh-fluid .content-part {
    padding: 0px 15px;
  }
  .market-fluid .card-section {
    margin-top: 30px;
  }
  .gallerypage-fluid .card-section ul li {
    width: 48%;
  }
  .contactform-fluid .form-section {
    width: 60%;
  }
  .contactdetail-fluid .content-part {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .banner-fluid .main-section .image-part.home img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .footer-fluid .card-part .mobile-responsive-hide {
    padding-bottom: 0px;
  }
  .footer-fluid .download ul {
    justify-content: center;
  }
  .footer-fluid .social-media ul {
    justify-content: center;
  }
  .gallerypage-fluid .card-section ul li {
    width: 100%;
  }
  .contactform-fluid .form-section {
    width: 100%;
  }
}
