.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;
}


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


@media (max-width: 1440px) {
  .banner-img {
    top: 0px;
    left: -100px;
  }

  .browser-black-btn,
  .browser-btn,
  .down-btn,
  .down-black-btn {
    font-size: 14px;
  }

  #hero {
    padding: 150px 20px;
  }

  .hero-content-box .left-content-box {
    max-width: 600px;
  }

  #hero h1 span {
    font-size: 50px;
  }

  .left-neno-content .download-content h4,
  .download-content h4 {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 22px;
  }

  .banner-title {
    margin-bottom: 30px;
  }

  .down-btn i,
  .down-black-btn i {
    font-size: 18px;
  }

  .about-section p {
    font-size: 18px;
  }

  .abt-neno-section,
  .about-section {
    padding: 80px 20px;
  }

  .left-neno-content .top-title h2,
  .section-title {
    margin-bottom: 30px;
  }

  .left-neno-content .top-title p {
    font-size: 18px;
    line-height: 28px;
  }

  #hero h1 {
    font-size: 70px;
    line-height: 1.2;
  }

  .footer-bottom .download-content {
    max-width: 710px;
  }
}

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

@media (max-width: 1200px) {
  #hero h1 {
    font-size: 60px;
    line-height: 1.4;
  }

  #hero h1 span {
    font-size: 44px;
  }

  .down-btn,
  .down-black-btn {
    padding: 15px;
  }
  .browser-btn {
    padding: 15px;
  }

  .footer-nav-link a {
    font-size: 1rem;
  }

  .left-neno-content .top-title p,
  .about-section p {
    font-size: 1rem;
    line-height: 28px;
  }

  .download-black-btn,
  .download-btn {
    gap: 15px;
  }

  .left-neno-content .top-title h2, .section-title {
    font-size: 40px;
    line-height: 1.2;
  }

  .left-neno-content .download-content h4, .download-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .banner-img {
    top: 0px;
  }

  .banner-img img {
    max-width: 400px;
  }
}

@media (max-width: 1024px) {
  
}
@media (max-width: 991px) {
  /* .container, .container-md, .container-sm {
    max-width: 100%;
    width: 100%;
  } */
  

  .left-footer-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-bottom .download-content {
    margin: 0 auto;
  }

  .footer-section {
    padding-top: 40px;
  }

  .start-btn:focus, .start-btn {
    padding: 12px 15px;
  }

  .img-box img,
  .right-neno-img img {
    width: 100%;
  }

  
}

@media (max-width: 900px) {

  .hero-content-box {
    display: block;
    max-width: 100%;
  }

  #hero .container-fluid {
    padding: 0;
  }
  
  .hero-content-box .left-content-box {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .pc-img {
    display: none;
  }

  .mobile-img {
    display: block;
    margin-bottom: 20px;
  }

  .hero-content-box .left-content-box .download-btn {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #header .container {
    max-width: 100%;
  }

  .breadcrumb-box {
    padding: 30px 20px;
  }

  .privacy-section {
    padding: 50px 20px;
  }

  .privacy-section .box-content-details {
    margin-bottom: 30px;
  }

  .privacy-section .section-box-content h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .privacy-section .section-box-content h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .section-box-content ul li {
    font-size: 1rem;
    line-height: 24px;

  }
  .section-box-content p {
    font-size: 1rem;
    line-height: 1.4;
  }

  #hero.banner-section {
    padding-top: 117px;
  }

  #header.header-scrolled {
    padding: 15px;
  }

  .about-section p {
    margin-bottom: 0;
  }
  .g-5, .gy-5 {
    --bs-gutter-y: 1rem;
  }

  .footer-bottom {
    padding-bottom: 20px;
  }

  #header .logo img {
    max-width: 180px;
  }

  #hero h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .left-neno-content .top-title h2, .section-title {
    margin-bottom: 20px;
  }

  #hero h1 span {
    font-size: 36px;
    line-height: 1;
  }

  .footer-copywrite {
    text-align: center;
  }

  .abt-neno-section, .about-section {
    padding: 60px 20px;
  }

  .copyright-content {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-nav-link {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .social-icon {
    justify-content: center;
    gap: 20px;
  }
}

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

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


}

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

@media (max-width: 480px) {
  

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

@media (max-width: 380px) {
  

}

@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) {
  

}
