@media (max-width: 1030px) {
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 2.5rem !important;
  }
  .ipad_px_30 {
    padding: 0 1.875rem !important;
  }
  /* --header css */
  .navbar {
    padding: 0.625rem !important;
    padding-bottom: 0.75rem !important;
  }
  .navbar-brand {
    width: 50% !important;
  }
  .navbar-brand img {
    width: 60% !important;
  }
  .navbar-toggler {
    padding-right: 0 !important ;
  }
  .navbar-toggler:focus {
    box-shadow: none !important ;
  }
  .navbar-toggler-icon {
    color: white !important;
    width: 1em !important;
    height: 1em !important;
  }
  .navbar-sticky-on .navbar-toggler-icon {
    color: black !important;
  }
  .navbar .navbar-nav {
    background: white !important;
    border-radius: 0.188rem !important;
    text-align: center !important;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.625rem 1.5rem !important ;
    color: var(--text-light-grey) !important;
  }
  /* --home css-- */
  #home {
    padding-top: 7rem !important;
  }
  #home .row {
    flex-direction: column-reverse !important;
  }
  #home .home_text {
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  #home .home_download-btn {
    justify-content: center !important;
  }
  .home-image {
    text-align: center !important;
  }
  .home-image img {
    max-width: 60% !important ;
  }
  /* --pricing section */
  .single_price {
    margin-bottom: 2.5rem !important ;
  }
}
@media (max-width: 767px) {
  /* --common css-- */
  .mobil_Px_20 {
    padding: 0 1.25rem !important;
  }
  #home {
    padding-top: 5rem !important;
  }
  #home .home_text h2 {
    font-size: 2.438rem !important ;
    line-height: 3.938rem !important;
  }
  #home .home-download-btn .btn {
    margin: 0 !important;
  }
  .home-image {
    text-align: center !important;
    transform: rotate(0deg) !important ;
  }
  /* --counter css */
  .single_counter:nth-child(2)::after {
    display: none !important;
  }

  /* --feature section */
  .mobil_px_20 {
    padding: 0.125rem !important;
  }
  .margin_tip_up {
    margin-top: 0rem !important;
  }
  .feature_middle {
    text-align: center !important;
  }

  .feature_img {
    text-align: center !important;
    padding: 1.5rem !important;
  }
  .feature_img img {
    max-width: 95% !important;
  }
  /* --pricing section */
  .single_price{
    margin-bottom: 2.5rem !important;
  }
  /* --contact form */
  .contact{
    padding: 5px 5px !important;
  }
}
