@media (max-width:991px) {
  h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }

  p,
  li {
    font-size: 14px;
    line-height: 20px;
  }

  small,
  em {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
  }

  .rank p strong {
    font-size: 14px;
    line-height: 10px;
    padding: 5px 15px;
  }

  small,
  em {
    font-size: 11px;
    line-height: 16px;
  }

  .eligibility {
    padding: 30px 0;
  }

  .eligible-card {
    height: 200px;
    width: 100%;
  }

  .second-card {
    height: 180px !important;
  }

  .eligibility .text {
    padding: 10px;
  }

  .venture-card h4 {
    font-size: 16px;
  }

  .venture-card p {
    font-size: 14px;
  }

  .venture-card {
    padding: 16px;
  }
  .featured-ventures {
    padding: 10px 0 0;
  }
  .featured-ventures p.text-muted {
    font-size: 18px;
    text-align: center;
  }

  .featured-ventures .col-md-4 {
    margin: 0 0 10px;
  }

  /* Overview */
  .overview {
    height: 100%;
    color: #fff;
    margin: 0;
    padding: 30px 0;
    background: #545452;
  }

  .overview h2 {
    color: #FFF;
  }

  .overview p {
    text-align: center;
    color: #FFF !important;
  }

  .overview .left-section {
    width: 100%;
  }

  .overview img {
    height: 200px;
    width: 100%;
    margin: 0 auto 15px;
  }

  .overview.epsm h2 {
    color: #1C4981;
  }

  .epsm {
    padding: 20px 0 0;
    color: #000;
    background: none;
  }
  .epsm p {
    color: #000 !important;
  }

  .epsm ul li {
    padding: 0 0 0 22px;
    background-size: 17px;
  }


  /* programme */
  .programme {
    padding: 20px 0;
    background: none;
  }

  .programme-card {
    margin: 40px 0 0;
    background: #FFF;
    width: 47%;
    padding: 30px 10px 20px;
    height: 160px;
  }

  .main-programe {
    gap: 10px;
  }

  .programme h2 {
    color: var(--primary);
  }

  .programme-card .blue {
    padding: 10px;
    width: 100%;
    height: 52px;
    border-radius: 2px;
  }

  .programme-card img {
    width: 35px;
    height: 35px;
  }

  .programme-card h4 {
    font-size: 14px;
  }

  .programme-card p {
    font-size: 12px;
  }

  /* tools */
  .tools {
    padding: 40px 0;
  }

  .mob-top-margin {
    margin: -10px 0 0;
  }

  .tools .img-card {
    background: #fff;
    width: 48%;
    height: 100px;
    margin: 0 0 10px;
  }


  /* course content */
  .course-content {
    padding: 30px 0;
    background: #545452;
    height: 100%;
  }

  .course-content h2 {
    color: #fff;
  }

  .course-content p {
    color: #FFF;
    text-align: center;
  }

  .accordian_box {
    margin: 0 0 10px;
  }

  .accordian_head {
    padding: 8px 30px 8px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .accordian_head strong {
    padding-right: 10px;
  }

  .accordian_content {
    padding: 5px 10px 10px;
  }

  .accordian_head {
    padding: 10px 15px;
  }

  .accordian_content p {
    margin: 10px;
  }

  .accordian_content ul li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 0;
  }

  .accordian_head::before {
    right: 5px;
    top: 30%;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
  }


  .course-content button {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary);
    color: var(--primary);
  }

  .course-content .icon-img {
    margin: 0 5px 0 14px;
    width: 22px;
    filter: brightness(0);
  }

  /* job roles */
  .job-role {
    padding: 30px 0;
  }

  .job-role h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .job-card img {
    margin: 0 0 5px;
    height: 40px;
  }

  .job-card {
    width: 46%;
    height: 120px;
    margin: 10px 6px 0;
    padding: 12px 8px;
    position: relative;
  }

  .job-card::after {
    content: "";
    position: absolute;
    top: 15px;
    height: 80%;
  }

  .job-card:nth-child(2)::after,
  .job-card:nth-child(6)::after,
  .job-card:nth-child(8)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: none;
  }

  /* certiicate */
  .certificate {
    padding: 20px 0;
  }

  .certificate p {
    text-align: center;
  }

  .certificate ul li {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 25px;
    background-size: 13px;
  }

  .certificate .text-left h2 {
    text-align: center !important;
    display: block;
  }

  .certificate img {
    width: 95%;
    margin: 20px auto;
  }

  .certificate .text-part {
    width: 100%;
  }

  .certificate .image {
    margin: 0;
    width: 100% !important;
  }

  .certificate .subtitle {
    margin: 20px 0 0;
  }


  /* Past Profile */
  .past-participants {
    padding: 20px 0 0;
  }

  .past-participants img {
    width: 100%;
    margin: 20px auto 0;
  }

  .past-participants .card-1 {
    padding: 20px 5px 10px 10px;
    margin: 0 0 10px;
  }

  .past-participants ul {
    padding: 0 5px;
  }

  .infocards {
    padding: 30px 0 0;
  }

  .infocards .meta h3 {
    font-size: 16px;
  }

  .infocards img {
    height: 200px;
    margin: 10px 0 0;
  }

  /* gallary */
  /* .masonry img {
    height: 100px;
    width: 150px;
    margin: 0 auto;
  } */

  /* youtube */
  .youtube {
    padding: 20px 0;
  }

  .youtubeframe {
    margin: 0;
    height: 200px;
  }

  /* New Tesimonials */
  .testimonials {
    padding: 20px 0 0;
  }

  .gallary {
    padding: 20px 0;
  }

  .gallery-swapper .swiper-slide img {
    height: 200px;
  }

  .testimonials .testimonialCard {
    margin: 0 0 16px;
  }

  .testimonials .testimonialCard p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }


  .testimonialCard .img-card {
    border-radius: 8px 8px 0 0;
    width: 100% !important;
  }

  .testimonialCard img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
  }

  .testimonialCard .img-card p {
    margin: 10px 0 0;
  }

  .testi-swapper .swiper-wrapper,
  .faculty-swapper .swiper-wrapper {
    margin: 5px 0;
  }

  .testimonialCard p strong {
    font-size: 14px;
  }

  .testimonialCard p small {
    font-size: 12px;
  }

  .testimonialCard .card-text {
    justify-content: center;
    padding: 15px;
    width: 100%;
    min-height: auto;
  }

  .testimonials .eliteck,
  .testimonials .dream,
  .testimonials .tribe {
    margin: 5px !important;
  }

  /* new director */
  .director {
    padding: 20px 0 0;
  }

  .director .testimonialCard {
    padding: 0 20px 20px !important;
  }

  .director .testimonialCard img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
  }

  .director .text-part {
    width: 100% !important;
    margin: 20px 0 0;
    text-align: center;
  }

  .director .testimonialCard .img-card {
    width: 100% !important;
    padding: 20px 10px 10px;
    margin: 0;
    border: none;
    border-bottom: 4px solid var(--primary);
    border-radius: 0;
  }

  .director .testimonialCard .img-card p {
    margin: 10px 0 0;
  }

  .director .testimonialCard ul {
    padding: 20px 10px 0;
  }

  .director .testimonialCard p strong {
    font-size: 14px;
  }

  .director .testimonialCard p small {
    font-size: 12px;
  }

  .director .testimonialCard .card-text {
    justify-content: center;
    padding: 15px;
  }

  /* admission */
  .admission {
    padding: 15px 0 35px;
  }

  /* Directors */
  /* .director {
    padding: 40px 0;
  }

  .director .main-section {
    padding: 20px 10px;
  }

  .director img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
  }

  .director h4 {
    font-size: 16px;
    margin: 0 0 5px;
  }

  .image-section {
    gap: 12px;
    margin: 0 0 12px;
  }

  .card-top {
    padding: 10px;
    height: auto;
    text-align: center;
    border-radius: 5px;
  }

  .director h5 {
    font-size: 14px;
    margin: 0 0 5px;
  }

  .director h6 {
    font-size: 12px;
    width: 100%;
  }

  .director p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  } */

  /* Faculty */
  /* .faculty {
    padding: 0;
  }

  .top-faculty {
    padding: 15px 10px;
    background: var(--primary);
    text-align: center;
  }

  .testi-swapper {
    padding: 40px 5px 10px;
  }

  .testimonialCard {
    height: 380px;
  }

  .testimonialCard img {
    width: 100px;
    height: 100px;
    margin: -50px 0 10px;
  }

  .testimonialCard h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
  }

  .testimonialCard h5 {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .testimonialCard h6 {
    font-size: 12px;
    width: 100%
  }

  .bottom-faculty {
    padding: 15px;
  }

  .testimonialCard p {
    font-size: 12px;
    line-height: 18px;
  } */

  /* download brochure */
  .download {
    padding: 50px 0;
    height: 100%;
    background-size: cover;
  }

  .download button {
    width: 250px !important;
  }

  /* footer */
  footer {
    padding: 20px 0;
    margin: 0 0 40px;
  }

  footer img {
    height: 45px;
  }

  footer img:nth-child(2) {
    height: 60px;
  }

  footer img:nth-child(3) {
    height: 40px;
  }

  footer p small,
  footer a {
    font-size: 12px;
  }

  /* participants */
  .participants {
    padding: 40px 0;
  }

  .participants img {
    margin: 0 0 20px;
    object-fit: contain;
    object-position: center;
  }

  .form-section {
    padding: 30px 0 0;
  }

  .form-section .form_box {
    width: 100%;
    padding: 10px;
  }

  .school {
    padding: 30px 0 0;
  }

  .school img {
    width: 200px;
  }


  .cp-tab-nav {
    padding: 0;
  }

  .cp-tab-nav ul li a {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-pagination span {
    width: 8px;
    height: 8px;
  }

  .modal h5,
  form h5 {
    font-size: 12px;
    line-height: 20px;
  }

  /* accreditation */
  .accreditation {
    padding: 5px 5px 0;
  }

  .accreditation p {
    margin: 0 0 15px;
  }

  .accreditation .title {
    margin: 0 0 5px;
  }

  .case-chip-wrapper {
    gap: 5px;
  }

  .case-chip {
    padding: 6px 12px;
    font-size: 12px;
  }


}