@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .text-xs-center {
    text-align: center;
  }
  .justify-xs-center {
    justify-content: center;
  }
  .container-fluid{width: 98%;}
  .banner-logo img, .approved-list img {
    max-height: 5rem;
  }
  .banner-image {
    background-image: url(../images/mobile-banner.png);
    background-position: center;
    background-size: cover;
    padding: 2rem 0;
    background-repeat: no-repeat;
  }
  .feat-info h2, .feat-info h3{font-size: 2.4rem;}
  .feat-info .short-item {
    padding: 0.4rem;
  }
  .feat-info svg {
    height: 3rem;
    width: 3rem;
  }
  .feat-info p {
    font-size: 1.4rem;
  }
  .fsm20 {
    font-size: 2rem;
  }
  .fsm14 {
    font-size: 1.4rem;
  }
  .mb-20 {
    margin-bottom: 2rem;
  }
  header img {
    max-height: 3.5rem;
  }
  header p {
    font-size: 1rem;
  }
  .banner-title {
    max-width: 100%;
    text-align: center;
  }
  .banner-title h1, .count-num {
    font-size: 2.6rem;
  }
  .top_form {
    margin: 3rem auto;
    width: 100%;
    left: 0;
  }
  .college-list li p {
    font-size: 1.4rem;
    height: auto;
    width: 100%;
  }
  footer .icon{
    font-size: 1.4rem;
  }
  .college-list li img {
    height: 17rem;
  }
  .heading h2 {
    font-size: 2.2rem;
    margin: 2rem 0;
  }
  .course-info svg{
    height: 1.4rem; width: 1.4rem;
  }
  .course-title h3 {
    font-size: 2rem;
  }
  .partner-list img {
    height: 3rem;
  }
  .footer-top img {
    max-height: 4rem;
    margin-bottom: 1rem;
  }
  .course-list li {
    padding: 1.4rem;
  }
  .counselling-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .counselling-grid img {
    height: 4.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;
  }
  .partner-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-choose-list .item img {
    height: 4rem;
    width: 4rem;
  }
  .why-choose-list li > div {
    font-size: 1.4rem;
  }
  .feat-info .fs40{
    font-size: 2.4rem;
  }
  .border-title{
    padding: .5rem 1rem;
  }
  .count-text{
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 370px) {
  header img{
    max-height: 1.5rem;
  }
  .banner-title h1, .count-num{
    font-size: 2.4rem;
  }
  .feat-info h2, .feat-info h3{
    font-size: 2rem;
  }
}
