@media screen and (max-width: 768px) {
  .hambergur {
    right: 2rem;
  }
  .fullscreen .close {
    right: 2.5rem;
    top: 2.5rem;
  }
  
   .vertical-divider {
     display: none;
   }
   .fullscreen .left-column {
     display: none;
   }
   .fullscreen .right-column {
    width: 100%;
    padding: 1rem 2rem;
    height: 100vh;
    flex-direction: column;
  }
  .right-column .logo a{
    display: block;
  }
 
  .menu-head{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 150px;
  }
  .menu{
    padding: 0;
  }
  .menu-short{
    display: none;
  }
  .menu-footer{
    display: none;
  }
  .social{
   text-align: left;
   padding: 0;
  }
  .effect .buttons {
    margin: 30px 0;
    display: flex;
  }
  .menu-footer-faq{
    display: none
  }
  /* banner */
  .banner img{
    width: auto;
    margin: 0 auto;
    height: 100vh;
  }
  .hero-text h1 {
    font-size: 36px;
  }
  .hero-text p{
    font-size: 16px;
  }

  /*footer */
  .footer-credit {
    flex-direction: column; 
   }
 
   .footer-col-credit {
     width: 100%;
   }
 
   .footer-links {
     justify-content: space-between;
     max-width: 100%;
   }
   .footer-links li{
     margin: 0;
     float: left;
   }
   .section {
    padding: 5rem 1rem 2rem;
  }
  
  .section-head{
    padding: 0 1rem;
  }
   /*about*/
   .breadcrumb {
    text-align: center;
   }
   .about-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-column {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }

  .image-column img{
    width: 100%;
  
  }
  
  .content-column{
    padding: 1rem;
    margin: 0 0 2rem 0;
  }
 
  .product-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .product::before {
    display: none;
  }
  .product-column{
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

.product-card {
  height: auto;
  min-height: 500px;
}

.product-details{
  margin-bottom: 20px;
}

  .product-card:hover .overlay {
    opacity: 1;
    visibility: visible;
  }
  
  .prod-section {
    padding: 1rem;
  }

  
  .prod-card{
    width: 100%;
    max-width: 100%;
  }

  .prod-details {
    display: contents;
    
  }

  .Prod-column {
    width: 100%;
    padding: 3rem 2rem;
  }
  
  .Prod-order {
    max-width: 100%;
  }

  .industry-section {
    flex-direction: column;
    
  }

  .content-image img {
    height: 400px;
  }

  .industry-logos {
    display: block;
  }
  .industry i {
    font-size: 40px; 
    margin: 1rem 0;
  }

  h1 {
    font-size: 30px;
    font-weight: 500;
  }

  p {
    font-size: 15px;
  }

  .blog-card {
    border: none;  
    height: 650px;
    min-height: 500px;  
  }  

    /*Popup advertisement */
    .popup-content {
      width: 300px;
      max-width: 400px;
    }

  
  .overlay {
  opacity: 0;
  visibility: hidden;
  }
  
  .overlay.active {
  opacity: 1;
  visibility: visible;
  }

  .order-now-section{
    flex-direction: column;
  }

  .order-now-section .order-button
  {
    margin: 1rem 0 2rem;
  }
  .button-right{
    margin: 0;
  }

  .blog{
    padding: 3rem 0;
  }
  .blog-image img{
    border-radius: 20px;
  }

  .blog-column {
    flex: 100%;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .sidebar {
    width: 100%; 
    flex: auto;
    margin: 0;
    padding: 3rem 1rem;
    border-left: none;
    border-top: 1px solid #ccc; 
    background: rgb(38, 221, 154, 0.1);
  }
  
  .footer-2{
    width: 100%;
  }

  .footer-1{
    width: 100%;
  }

  .footer-container {
    padding: 4rem 1rem 1rem;
  }

  .footer-col {
    width: 100%;
    flex: content;
    padding: 0 1rem;
  }

  .footer-about{
    padding-right: 0;
    text-align: justify;
  }

  .footer-col-credit li, .footer-col-credit p{
    font-weight: 200;
    font-size: 12px;
  }
  
  .search-wrapper.active .input-holder {
    width:300px;
}
.button-style-2{
  margin-right: 0;
}
 
.contact {
  width: 100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
 
  .footer-credit {
    align-items: flex-start;
    flex-direction: row;
   }
  .footer-col-credit {
    width: 50%;
  }

  .footer-links {
   padding: 0.9rem 0;
  }
 
  .footer-col-credit p{
    padding: 0;
  }

  .footer-2{
    width: 100%;
  }
 
  .footer-col {
    flex: 0 0 calc(33.33% - 20px);
    padding: 0;
  }
  
}
