

@media (max-width: 992px) {

  .sale_section .sale_container .box {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .sale_section .sale_container .box {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;

  }
}

@media (max-width: 768px) {
  .hero_area {
    background: none;
    background-color: #e9eefc;
    height: auto;
  }
  


  .slider_section {
    text-align: center;
  }


  .slider_section {
    padding: 30px 0 50px 0;
  }
  


  .footer_section p {
    width: 85%;
  }
}

@media (max-width: 576px) {
  .slider_section .detail-box h1 {
    font-size: 3rem;
  }
  

  .footer_section p {
    width: 100%;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}