.show-on-991 {
  display: none! important;
}

.hide-on-991 {
  display: block! important;
}

.show-on-767 {
  display: none! important;
}

.hide-on-767 {
  display: block! important;
}

.show-on-640 {
  display: none! important;
}

.hide-on-640 {
  display: block! important;
}

.show-on-575 {
  display: none! important;
}

.hide-on-575 {
  display: block! important;
}

.show-on-425 {
  display: none! important;
}

.hide-on-425 {
  display: block! important;
}


@media (max-width: 1600px) {
  
}

@media (max-width: 1380px) {
  
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
  
}
@media (max-width: 991px) {
  
  .show-on-991 {
    display: block! important;
  }

  .hide-on-991 {
    display: none! important;
  }

}


@media (max-width: 640px) {
  
  .show-on-640 {
    display: block! important;
  }

  .hide-on-640 {
    display: none! important;
  }
  
}

@media (max-width: 575px) {
  
  .show-on-575 {
    display: block! important;
  }

  .hide-on-575 {
    display: none! important;
  }

  .top-banner {
    padding: 20px 0;
  }

  .right-content h1 {
    font-size: 30px;
  }

  .right-content h3 {
    font-size: 20px;
  }

  .right-content h2 {
    font-size: 24px;
  }

  .right-content h4 {
    font-size: 20px;
  }

  .right-content h4 span {
    font-size: 24px;
  }

  .right-content h5 {
    font-size: 18px;
  }

  .right-content p {
    font-size: 14px;
  }

  .join-us h4, .purches-info h4 {
    font-size: 1rem;
  }

  .join-us p span {
    font-size: 14px;
  }

  .main {
    padding: 20px 1rem;
  }

  .footer-section {
    padding: 1rem;
  }

  .purches-info h4 {
    margin-bottom: 1rem;
  }

  .purches-info img {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  
  .show-on-480 {
    display: block! important;
  }

  .hide-on-480 {
    display: none! important;
  }


}
@media (max-width: 425px) {
  
  .show-on-425 {
    display: block! important;
  }

  .hide-on-425 {
    display: none! important;
  }

  .footer-section p {
    font-size: 12px;
  }
}

@media (max-width: 380px) {

  .section-title h1 {
    font-size: 46px;
  }

}

@media (max-width: 340px) {


}



/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

===================== */


@media (min-width: 768px) and (max-width: 1024px) {
  
}



/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

===================== */

@media (min-width: 640px) and (max-width: 767px) {
  
}



/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

===================== */


@media (min-width: 320px) and (max-width: 479px) {
  

}
