@media only screen and (max-width: 600px) {
  .main-header .logo {
    max-width: 130px;
  }
  .bar {
    display: none;
  }
  .col-rev-sm {
    flex-direction: column-reverse;
  }
  .enquiry-form-wrap {
    width: 100%;
  }
  .heading-2 {
    font-size: 23px;
    padding: 9px 20px;
  }
  .al-section .col-var,
  .al-section.var-white .col-var {
    padding: 80px 4%;
  }
  .al-heading .element,
  .al-heading .element2 {
    left: 3px;
    top: -13px;
  }
  .al-heading .element2 {
    right: 3px;
    bottom: -13px;
    left: auto;
    top: auto;
  }
  .al-heading .heading-2 {
    padding: 14px 22px;
  }
  .al-section.var-white.bg-image {
    background-size: 100%;
    padding: 0px 0 200px;
  }
  .achievers .item {
    min-height: auto;
  }
  .al-section .img-circle .list-circle {
    width: 100px;
    height: 100px;
    top: 40px;
    left: 20px;
  }
  .testimonials .item .profile {
    max-width: 100px;
    bottom: 0;
    left: 10px;
  }
  .footer .nav {
    gap: 19px;
    padding-top: 18px;
  }
  .footer .links {
    display: grid;
  }
  .al-heading {
    margin: auto;
  }
  .main-header .navbar-nav .nav-link.active {
    background-image: unset;
    color: #000000;
  }
}
