@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 600px) {
  body {
    font-family: stent;
    background-color: var(--light-blue);
    background-image: url(../images/Group\ 13.png);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .about {
    text-align: center;
  }
  .about img {
    width: 100%;
  }

  .stentregister {
    text-align: center !important;
  }
  .stentregister h1 {
    text-align: center !important;
  }
  .stentregister img {
    width: 100%;
  }

  .benefit p {
    text-align: center !important;
  }
  .benefit h1 {
    text-align: center !important;
  }
  .benefit img {
    width: 100%;
  }

  .header-section .header-content {
    text-align: center;
  }

  .testimonial-content .q1 {
    left: 5%;
  }
  .testimonial-content .q2 {
    right: 5%;
  }
  .logo {
    width: 70%;
  }
  .mobile-nav {
    display: flex;
    margin-bottom: 1rem;
  }
  .navbar-nav {
    margin-left: 0rem !important;
  }
  .navbar-collapse {
    background-color: #ffffff;
    border-radius: 3%;
  }
  .navbar-toggler {
    background-color: #554788;
  }
  .partnerslider div {
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .partnerslider img {
    margin: 0px 30px;
    width: 60%;
  }
}

@media only screen and (max-width: 540px) {
}
