/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (max-width: 1441px) {
  section {
    overflow-x: hidden;
  }

  section.hero-secion {
    overflow: hidden;
  }

  .offcanvas .navbar-nav .dropdown-menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    gap: 15px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
  }
}

@media (max-width: 1199px) {
  button.navbar-toggler {
    background: var(--gradient);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
  }

  .offcanvas-header .btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient);
    color: white !important;
  }
}

@media (max-width: 991px) {
  section {
    overflow-x: hidden;
  }

  .testimonial-slider-wrapepr>.img-box {
    display: none;
  }

  .about-us-check-wrapper {
    width: 100%;
  }

  .about-us-check-wrapper ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }

  .about-us-content {
    margin-top: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .about-us-heading.main-heading {
    text-align: center;
    align-items: center;
  }

  .testimonial-slider-main {
    position: unset;
    transform: none;
    margin-top: 20px;
    width: 100%;
  }

  .deiscuss-content {
    width: 410px;
  }

  .discuss-box .icon {
    flex: 0 0 70px;
  }

  .hero-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-left {
    max-width: 460px;
    margin: 0 auto;
  }

  .hero-card {
    margin-bottom: 20px;
    /* height: unset; */
  }

  .choose-card {
    margin-bottom: 20px;
    height: auto;
  }

  .testimonial-heading {
    align-items: center;
    text-align: center;
  }

  .testimonial-count-main {
    justify-content: center;
  }

  .contact-us-heading {
    text-align: center;
    align-items: center;
  }

  form.needs-validation .btn-theme {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .img-box.contact-us-img.aos-init.aos-animate {
    display: none;
  }

  .footer-top {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    margin-bottom: 20px;
  }

  .footer-bootom-links {
    text-align: center;
  }

  .social>p {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-bootom-links>span {
    color: white;
  }

  .footer .row.align-items-center.mt-0.pt-2.pb-2 {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .offcanvas-header>a {
    width: 148px;
  }

  .offcanvas-header>a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .hero-head {
    align-items: center;
    justify-content: center;
  }

  section.choose .row {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .testimonial-count {
    align-items: center;
    text-align: center;
  }

  .form-grorup {
    flex-direction: column;
  }

  form.foter-form span {
    width: 100%;
    display: flex;
    text-align: center;
  }

  form.foter-form span {
    display: none;
  }

  .form-grorup .btn-theme {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .deiscuss-content {
    background: none;
    margin: 0;
    position: relative;
    z-index: 4;
    padding: 0;
    transform: none;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {}