@media (max-width: 1500px) {
  .banner-floting-img {
    &[alt="Quotation"] {
      top: 0;
      right: 0;
    }
    &[alt="Shipment"] {
      bottom: 40px;
      right: 0;
    }
  }
}
@media (max-width: 1400px) {
  .banner-floting-img {
    &[alt="Customer"] {
      top: 90px;
      left: 0;
    } 
  }
  .col-3-1400 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .banner-floting-img {
     position: static;

  } 
}
@media (max-width: 991px) {
  .col-4-991 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-3-991 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-2-991 {
    grid-template-columns: repeat(2, 1fr);
  }
  .min-100-991 {
    min-width: 100%;
  }
  .order-1 {
    order: 1;
  }
  .mw-100-991 {
    max-width: 100%;
  }
  .py-40-991 {
    padding-block: 40px;
  }
  .mb-0-991 {
    margin-bottom: 0;
  }

  .heading-h1 {
    font-size: 40px;
    line-height: 54px;
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .d-none-991{
    display: none;
  }
  .text-center-991{
    text-align: center;
  }

  .mw-auto-991{
    margin-inline: auto;
  }

  .justify-content-center-991{
    justify-content: center;
  }

  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .col-2-767 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-1-767 {
    grid-template-columns: repeat(1, 1fr);
  }
  .border-radius-16-767 {
    border-radius: 16px;
  }
  .text-center-767 {
    text-align: center;
  }
  .py-32-767 {
    padding-block: 32px;
  }

  .mb-3-767 {
    margin-bottom: 8px;
  }

  .mb-4-767 {
    margin-bottom: 12px;
  }

  .mb-5-767 {
    margin-bottom: 16px;
  }
  .mb-7-767 {
    margin-bottom: 24px;
  }

  .gp-3-767 {
    gap: 8px;
  }

  .gp-4-767 {
    gap: 12px;
  }

  .gp-5-767 {
    gap: 16px;
  }

  .gp-7-767 {
    gap: 24px;
  }

  .p-3-767 {
    padding: 8px;
  }

  .p-4-767 {
    padding: 12px;
  }

  .p-5-767 {
    padding: 16px;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .subheading-f-18-400 {
    font-size: 14px;
    line-height: 20px;
  }
  .f-14-767 {
    font-size: 14px;
    line-height: 20px;
  }
  .f-16-767 {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    font-size: 14px;
    line-height: 20px;
  }

  ul.list-primary-disc li::before {
    top: 7px;
  }
  .minh-118-767 {
    min-height: 118px;
  }
  .minh-auto-767 {
    min-height: 118px;
  }
  .mw-100-767{
    max-width: 100%;
  }
}
