@media (width <= 390px){
   .banner_img {
      position: relative;
      z-index: 10;
      width: 100%!important;
      height: auto!important;
      filter: brightness(100%);
    }
  .np_logo {
    width: 13rem;
    max-width: 14rem;
  }
  .component-width {
    width: 100% !important;
  }
  .w-75 {
    width: auto !important;
    padding: 12px;
  }
  .flex-direction {
    flex-direction: column;
  }
  .contact-section-div {
    width: 100%;
    padding: 8px;
  }
  .contact-section {
    margin: 40px 14px;
  }
  .p-5 {
    padding: 5px !important;
  }
  .vertical-spacing {
    margin: 0.75rem 0;
  }
  .paddingx-5 {
    padding: 1em !important;
  }
  .width-50 {
    width: 50% !important;
  }
  .width-product {
    width: 33% !important;
  }
  .width-auto {
    width: 100% !important;
  }
  .flex-direction {
    flex-direction: column !important;
  }
  .electricity-img{
    width: 16rem!important;
  }
  .electricity-service-charge{
    width: 100%!important;
  }
  .product-home{
    max-width: 3rem!important;
    max-height: 2rem!important;
  }
  .product-display-name{
    font-size: 0.8rem!important;
    font-weight: bold!important;
  }
  .services-card{
    font-size: 0.85rem;
    padding: 3
  }
}
@media (width <= 768px) and (width > 390px){
   .banner_img {
      position: relative;
      z-index: 10;
      width: 100%;
      height: auto!important;
      filter: brightness(100%);
    }
  .services-card{
    font-size: 0.95rem;
    padding: 5;
  }
  .lead{
     font-size: 1.0rem;
     font-weight: 300;
  }
  .np_logo {
    width: 11rem;
    max-width: 11rem;
  }
  .component-width {
    width: 100% !important;
  }
  .w-75 {
    width: auto !important;
    padding: 12px;
  }
  .flex-direction {
    flex-direction: column;
  }
  .contact-section-div {
    width: 100%;
    padding: 8px;
  }
  .contact-section {
    margin: 40px 14px;
  }
  .p-5 {
    padding: 5px !important;
  }
  .vertical-spacing {
    margin: 0.75rem 0;
  }
  .paddingx-5 {
    padding: 1em !important;
  }
  .width-50 {
    width: 50% !important;
  }
  .width-product {
    width: 33% !important;
  }
  .width-auto {
    width: 100% !important;
  }
  .flex-direction {
    flex-direction: column !important;
  }
  .electricity-img{
    width: 16rem!important;
  }
  .electricity-service-charge{
    width: 100%!important;
  }
  .product-home{
    max-width: 5rem!important;
    max-height: 3rem!important;
  }
  .product-display-name{
    font-size: 0.75rem!important;
    font-weight: bold!important;
  }
}

@media (width <= 1024px) and (width > 768px){
   .support-wp-icon{
    width: 1.4rem!important;
    height: 1.4rem!important;
   }
   .banner_img {
      position: relative;
      z-index: 10;
      width: 100%!important;
      height: 10rem!important;
      filter: brightness(100%);
    }
  .np_logo {
      width: 13rem;
      max-width: 14rem;
  }
  .component-width {
    width: 70%;
  }
  .sidebar-width {
    width: 30%;
  }
  .mobile-sidebar-services li {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .screen-section-height {
    min-height: 100vh !important;
  }
  .w-75 {
    width: auto !important;
    padding: 24px;
  }
  .w-40 {
    width: 90% !important;
  }
  .product-home{
    max-width: 7rem!important;
    max-height: 4rem!important;
  }
  .product-display-name{
    font-size: 0.6rem!important;
    font-weight: bold!important;
  }
}
@media (width > 1680px) {
  .screen-x-width {
    max-width: 1680px;
    margin: auto;
  }
  .screen-y-width {
    max-width: 1680px;
    margin: auto;
  }
  .screen-section-height {
    min-height: 100vh !important;
  }
  .product-home{
    max-width: 70%!important;
  }
  .div-support{
    padding: 30px 30px;
    font-size: 1.2rem;
    color: #424fa3;
    font-weight: bolder;
    display: inline;
  }
}

@media (width <= 1180px) and (width > 980px){
  .headerLink a {
    font-size: 0.80rem;
  }
  ul li a {
      color: black;
      text-decoration: none;
      padding: 0 10px;
      font-size: 1em;
      font-weight: 600;
    }
  .div-support{
    padding: 30px 30px;
    font-size: 0.85rem;
    color: #424fa3;
    font-weight: bolder;
    display: inline;
  }
}
@media (width <= 1680px) and (width > 980px){
  .support-wp-icon{
    width: 1.4rem!important;
    height: 1.4rem!important;
   }
  .screen-section-height {
    min-height: 115vh !important;
  }
}

@media (width > 768px) {
  .mobile-play-store-btn {
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    display: none;
  }
}
@media (width <= 999px) and (width > 768px){
  .vertical-spacing {
    margin: 0.75rem 0;
  }
}
@media (width < 768px) {
  .play-store-scan {
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    display: none;
  }
  .heading-contact{
    font-size: 1.1rem!important;
    min-width: 50%!important;
  }
}