
  @media (min-width: 990px) {
      
  }

/* Tablet-pro desktop :1024px. */
@media  (max-width: 1024px) {
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}


/* small mobile :825px. */
@media (max-width: 840px) {
  .collapse:not(.show) { display: none !important;}
  .container-fluid{padding: 0px 25px;}
  .banner{text-align: center;}
  .aboutus{text-align: center;}
  .aboutus ul li{text-align: left;}
}

/* small mobile :767px. */
@media (max-width: 767px) {
  body{font-size: 14px;}
  .collapse:not(.show) { display: none !important;}
  .container-fluid{padding: 0px 15px;}
  h2{font-size: 24px; line-height: 32px; margin-bottom: 15px;}
  .ds-none{display: inline-block;}
  .rs-none{display: none;}
  h5{font-size: 16px;}
  h3{font-size: 20px;}
  .line-1{max-width: 70px;}
  .product-box p{display: none;}
  .product-box h5{font-size: 15px;}
  section{padding: 40px 0px;}
  footer{padding-top: 170px;}
  .aboutus h6{font-size: 14px; line-height: 24px;}
  .footer-contact p{font-size: 12px;}

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
   
  
}

@media (max-width: 480px) {

}

@media (max-width: 360px) {
 
}
 