@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
    .text-xs-center {
        text-align: center;
    }
    .justify-xs-center {
        justify-content: center;
    }
    .banner-logo img {
        max-height: 5rem;
    }
    .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: 1.2rem;
    }
    .banner-image {
        padding: 1.6rem;
    }
    .banner-title {
        max-width: 100%;
        text-align: center;
    }
    .banner-title h1 {
        font-size: 2.4rem;
    }
    .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;
    }
    .course-title h3 {
        font-size: 2rem;
    }
    .partner-list img {
        height: 3rem;
    }
    .footer-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: 4.5rem;
    }
    .counselling-grid > div {
        border-right: none;
    }
    /* .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;
        justify-content: left;
        margin-left: 5rem;
    }
    .course-list li {
        padding: 14px;
    }
    .course-title h3 {
        font-size: 20px;
    }
    .owl-nav button.owl-next {
        right: 0;
    }
    .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-nav button {
        font-size: 30px !important;
    }
    .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-nav button.owl-next {
        right: -40px;
    }
    .owl-nav button.owl-next {
        right: 0;
    }
    /* .banner-image::before { */
    /* background: linear-gradient(180deg, rgb(8 32 72 / 76%) 15%, #00000000 85%); */
    /* background: linear-gradient(
      179deg,
      rgb(208 226 255 / 76%) 15%,
      #00000000 85%
    ); */
    /* background: linear-gradient(179deg, rgb(5 35 81 / 76%) 15%, #00000000 85%); */
    /* } */
    .why-section {
        flex-direction: column;
        text-align: center;
    }
    .recruiter {
        padding: 0;
    }
    .partner-clg {
        padding: 0;
    }
    section {
        padding: 1.5rem 0;
    }
    .why-img,
    .why-content {
        width: 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
    .why-img img {
        width: 76%;
    }
    .why-content h2 {
        font-size: 1.8rem;
    }
    .banner-title h3 {
        font-size: 1.8rem;
        width: auto;
        left: 0px;
        padding-left: 0;
    }
    .banner-title h3 span {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 576px) {
    .d-grid {
        display: none !important;
    }

    .college-list li p {
        height: auto;
    }
}
