@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .info_section .info_form form {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .hero_area {
    height: auto;
  }

  .slider_section {
    padding: 50px 0 125px 0;

  }

  .slider_section .slider_bg_box img {
    object-position: left;
  }

  .about_section .img-box {
    margin-bottom: 45px;
  }

  .contact_section form {
    padding-right: 0;
    margin-bottom: 45px;
  }

  .contact_section .btn-box {
    justify-content: center;
  }

  .info_section {
    text-align: center;
  }

  .info_section .row .col-md-6 {

    margin: 5px 0;
    text-align: center;

  }

  .info_section .info_logo a {
    justify-content: center;
  }

  .info_social {
    justify-content: center;
  }

  .info_social a {
    margin: 0 5px;
  }

  .reviews_section .review-box,
  .reviews_section .box,
  .reviews_section .testimonial {
    padding: 15px !important;
    margin: 10px auto !important;
    max-width: 90%;
    font-size: 14px;
  }

  .reviews_section .review-box h6,
  .reviews_section .box h6,
  .reviews_section .testimonial h6 {
    font-size: 15px;
  }

  .reviews_section .stars i {
    font-size: 16px;
  }

  .reviews_section p {
    font-size: 15px;
    line-height: 1.4;
  }

  .review_card {
    margin:  10px 0;
  }

  .franchising_content,
  .franchising_content.reverse {
    flex-direction: column;
  }

  .franchising_image img {
    max-width: 100%;
  }

  .franchising_content,
  .franchising_content.reverse {
    flex-direction: column;
  }

  .franchising_image img {
    max-width: 100%;
  }

}

@media (max-width: 576px) {

  .slider_section .slider_bg_box .img-box img {
    transform: translateX(7.5%);
  }

  .slider_section .detail-box {
    text-align: center;
  }


  .slider_section ol.carousel-indicators {
    justify-content: center;
  }

}

@media (max-width: 480px) {

  .hero_area {
  position: relative;
  min-height: 80vh;
  }

  .products_section .product-card img {
    height: 180px;

  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    font-size: 1.6rem;
    bottom: 15px;
    left: 15px;
  }
}

@media (max-width: 420px) {

  .hero_area {
  position: relative;
  min-height: 80vh;
  margin-top: 9vh;
  }

  .slider_section .slider_bg_box {
    justify-content: flex-start;
  }

  .slider_section .slider_bg_box .img-box img {
    transform: none;
  }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 767px) {

  .products_section {
    margin: 10px;
  }

}
