@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .text-xs-center {
    text-align: center;
  }
  .justify-xs-center {
    justify-content: center;
  }
  .fsm20 {
    font-size: 2rem;
  }
  .fsm14 {
    font-size: 1.4rem;
  }
  .mb-20 {
    margin-bottom: 2rem;
  }
  header img {
    max-height: 3.5rem;
  }
  header p {
    font-size: 1.2rem;
  }
  .banner-image {
    padding: 1.6rem;
  }
  .banner-image .row{flex-direction: column-reverse;}
  .banner-title {
    max-width: 100%;
  }
  .top_form .form-control{font-size: 1.2rem;}
  .banner-title h1 {
    font-size: 2.4rem;
  }
  .shape {
    background-image: none;
  }
  .top_form {
    margin: 3rem auto;
    width: 100%;
    left: 0;
  }
  .college-list li p {
    font-size: 1.4rem;
  }
  .college-list li img {
    height: 17rem;
  }
  .heading h2 {
    font-size: 2.2rem;
  }
  .card-features img {
    height: 7rem;
  }
  .course-title h3 {
    font-size: 2rem;
  }
  .explore-btn {
    font-size: 1.6rem;
  }
  .card-feature p {
    font-size: 1.8rem;
  }
  .card-feature img {
    max-height: 2.5rem;
  }
  .card-feature h2 {
    font-size: 2.8rem;
  }
  .card-features p {
    font-size: 1.6rem;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .partner-list img {
    height: 3rem;
  }
  .owl-nav button {
    font-size: 3rem !important;
  }
  .top img {
    max-height: 3rem;
    margin-bottom: 2rem;
  }
  .course-list li {
    padding: 1.4rem;
  }
  .counselling-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .counselling-grid img {
    height: 2.5rem;
  }
  .figure-img {
    width: 5rem;
  }
  footer p {
    font-size: 1.2rem;
    justify-content: center;
  }
  .f-column-xs {
    flex-direction: column;
  }
  .feature-icon img {
    height: 3rem;
    width: 3rem;
  }
  .college-list2 li {
    width: 100%;
  }
  .footer-top img {
    max-height: 3rem;
  }
  .course-row{
    flex-direction: column !important;
  }
}
