@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 980px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }

  /* banner */
  .banner_section {
    margin-top: 40px !important;
  }
}

@media (max-width: 1199px) {
  /* Header */
  #offcanvas {
    background: var(--bs-white);
  }

  .nav_ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .nav_ul,
  .nav_ul li,
  .nav_ul li a {
    width: 100%;
    text-align: center;
  }

  .nav_ul li a::after {
    display: none;
  }

  #offcanvas .nav_ul,
  #offcanvas .nav_btn {
    width: 100%;
  }

  #offcanvas .nav_btn a {
    width: 100%;
  }

  .hero_img {
    transform: scale(1.35) translateY(-4%);
    -webkit-transform: scale(1.35) translateY(-4%);
    -moz-transform: scale(1.35) translateY(-4%);
    -ms-transform: scale(1.35) translateY(-4%);
    -o-transform: scale(1.35) translateY(-4%);
}

  /* Contact Us */
  .contactus_section::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav_sticky {
  padding-top: .8rem !important;
  padding-bottom: .8rem !important;
}
  .hero_img {
    transform: scale(1.2) translateY(0);
    -webkit-transform: scale(1.2) translateY(0);
    -moz-transform: scale(1.2) translateY(0);
    -ms-transform: scale(1.2) translateY(0);
    -o-transform: scale(1.2) translateY(0);
}
  /* banner */
.banner_section{
  background-image: url('../img/banner-after.png');
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 15%;
  overflow: hidden;
}

}

@media (max-width: 767px) {
  .site_logo img {
    width: 100px;
}
  .nav_sticky {
  padding-top: .6rem !important;
  padding-bottom: .6rem !important;
}
  /* banner */
  .hero_badge {
    font-size: 12px;
  }

  /* about us */
  .about_us::before {
    width: 20%;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .site_logo img {
    width: 90px;
}
  .nav_sticky {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
  /* company logo */
  .brand_logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  /* newsletter */
  .newsletter_signup {
    flex-direction: column;
  }
  .newsletter_box{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* footer */
footer {
  background-color: var(--bg_tertiary);
  background-image: url('../img/footer-shape.png');
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: top right;
}
.f_links {
  flex-direction: column;
  text-align: center;
}
}

@media (max-width: 480px) {
  /* company logo */
  .brand_logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* newsletter */
  .newsletter_box{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
}
