.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) {
  .header-section {
    min-height: 100%;
  }

  .about-content-box .about-content-info {
    max-width: 700px;
  }
}

@media (max-width: 1380px) {
  .section.upcoming-section {
    padding: 50px 1rem;
  }

  .right-img {
    max-width: 500px;
  }
  
  .about-content-box .about-content-info {
    max-width: 650px;
  }

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

  .overlay-content-box h4 {
    font-size: 22px;
  }

  .service-body-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

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

@media (max-width: 1200px) {

}

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

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

  .about-content-box {
    background-image: none;
  }
  .left-content {
        padding: 20px;
    }

    .mobile-app-img {
        margin-top: 0;
    }

    .text-md-end,
    .copywright {
      text-align: center! important;
    }

}

@media (max-width: 767px) {

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

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

    .header-top-img {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .header-top-img .center-img {
            max-width: 400px;
            width: 100%;
            margin: 0 auto 1rem;
        }
}

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

  .section-title h3 {
    font-size: 40px;
  }

  .left-content h4 {
    font-size: 40px;
  }

  .upcoming-service-widget .service-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  /* .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;
  } */
   
    .header-top-img .center-img {
      max-width: 300px;
    }
}

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

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

  .section-title h3,
    .left-content h4 {
        font-size: 28px;
    }

    .mobile-app-img {
        padding: 0 20px;
    }

    .interest-box .section-title h3 {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .section.header_panel,
    .section.header_panel.sticky {
      padding: 1rem! important;
    }

    .interest-box .section-title p {
      font-size: 1rem;
    }

    .interest-box {
      padding: 20px;
    }

    .section {
      padding: 50px 1rem! 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) {

}

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

}
