@media (max-width: 1299px) {
  .hero_area .hero_bg_box {
    top: 0;
    left: 0;
    width: 100%;
  }

}

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

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .footer_section .footer_bg_box img {
    -o-object-position: 10% top;
    object-position: 10% top;
  }
}

@media (max-width: 767px) {

  .about_section .img-box {
    margin-bottom: 30px;
  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    margin: 45px 0;
  }

  .hero_area .hero_bg_box img {
    -o-object-position: center top;
    object-position: center top;
  }
}

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

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .about_section {
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

@media (max-width: 376px) {}
/*//infeg:Added for Responsive. */
.main_container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  padding: 30px;
}
@media (max-width: 992px) {
  .main_container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.section-header {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tips-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .side-images {
    display: none;
  }
}
@media (min-width: 992px) {
  .side-nav {
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 768px) {
  .side-nav {
    background: #f8f9fb;
    padding: 20px;
    border-radius: 14px;
  }
}
.navmenu .dropdown-menu {
  display: none;
  padding-left: 20px;
}
.navmenu .dropdown.open > .dropdown-menu {
  display: block;
}

