@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
    font-weight: 400;
  }

  ul li {
    background-size: 13px;
  }

  header .logo {
    height: 40px;
    margin: 8px 0;
  }

  .hero {
    padding: 155px 0 0;
    background: #FAFAFA url('../images/banner-mob.webp') no-repeat center -220px;
    background-size: cover;
  }
  .hero::after {
    content: none;
    display: none;
  }

  .hero .logo {
    width: auto;
    height: 60px;
    position: absolute;
    left: 16px;
    top: -110px;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .hero p {
    text-align: center;
    width: 90%;
    margin: 0 auto 5px;
  }
  .hero p.title3 {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
  }
  .hero .card-1 {
    border-radius: 18px;
    position: absolute;
    top: 10px;
    background: #FFF;
    z-index: 2;
    border: 1px solid #CCC;
    display: block;
    margin: 0 auto;
    padding: 16px 10px;
  }

  button,
  input[type=submit] {
    border-radius: 11px;
    font-size: 16px;
    height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
  }

  form h4 {
    font-size: 16px;
    line-height: 24px;
  }

  form h5 {
    font-size: 12px;
  }

  form input[type=submit] {
    margin: 10px 0 0;
  }

  /* key-points */
  .key-points {
    margin: 20px 0;
  }
  .key-points.fixed {
    position: static;
  }
  .key-points .vertical{      
    background: none;
    display:none;
  }
  .key-points .blue .d-flex {
    margin: 20px 10px 0;
  }
  .key-points .container {
    width: 95%;
  }
  .key-points .red {
    display:  none !important;
  }
  .key-points .blue {
    padding: 10px 15px 20px;
    width: 100%;
  }

  .key-points h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .key-points img {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .key-points .red button {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
    font-weight: 400 !important;
    margin: 0 auto;
  }

  /* learning */
  .learning {
    padding: 0 0 40px;
  }
  .learning  h2 {
    text-align: center !important;
    display: block;
  }
  .learning img {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }

  /* overview */
  .overview {
    padding: 10px 0 40px;
    text-align: center;
  }
  .overview .container {
    padding: 0;
  }
  .overview img {
    width: 100%;
    height: auto;
    position: static;
    margin: 10px 0 0;
  }

  .overview .left {
    width: 100%;
    padding: 0 15px;
    height: auto;
    justify-content: start;
  }
  /* .keys */
  .keys {
    padding: 0 0 30px;
  }
  .keys .min-card {
    width: 48%;
    padding: 15px;
    height: 110px;
    margin: 0 3px 10px;
  }
  .keys .min-card p {
    margin: 0;
    font-size: 12px;
  }

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

  .programme .main-txt {
    background: none;
    padding: 0;
  }
  .programme .text {
    width: 47%;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 0 3px 6px;
    height: 130px;
    border: 1px solid var(--secondary-color);
  }
  .programme .text p {
    font-size: 12px;
    width: 100%;
  }
  .programme .text img {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }

  /* course content */
  .course-content {
    padding: 40px 0;
  }

  .course-content .grid {
    transition: none;
    display: block;
  }

  .course-content input {
    width: 100% !important;
    margin: 10px 0 0;
  }

  .accordian_box {
    margin: 0 0 10px;
  }

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

  .accordian_head.bullet {
    padding: 10px 30px 10px 40px;
  }
  .accordian_content {
    padding: 0 15px 10px;
  }

  .course-content h3 {
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 20px auto;
  }
  .course-content p strong {
    font-size: 14px;
    margin: 0 0 20px !important;
    text-align: center;
  }

  .accordian_head::before {
    width: 13px;
    height: 13px;
  }

  .accordian_content ul li {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    list-style-type: none;
    background-size: 14px;
    font-weight: 300;
  }

  .accordian_content ol li {
    font-size: 13px;
    margin: 0 0 0 -25px;
    list-style-type: decimal;
    padding: 2px 0 0 5px;
    background: none;
  }

  .grid .accordian_box {
    height: auto;
    overflow-y: visible;
  }

  /* certificate */
  .certificate {
    padding: 40px 0 0;
    background: var(--primary-color);
  }
  .certificate h2 {
    background: none;
    -webkit-text-fill-color: #fff;
    text-align: center !important;
    display: block;
  }

  .certificate .container {
    padding: 0;
  }

  .certificate .left {
    width: 100%;
    padding: 20px;
  }

  .certificate .image {
    width: 90%;
    margin: 0;
  }

  .testimonials {
    padding: 40px 0 20px;
  }

  .testimonials-swapper {
    padding: 0;
  }

  .testimonials-card>p {
    height: 250px;
  }

  .testimonials-card {
    height: 370px;
  }

  .testimonials-card::before {
    width: 25px;
    height: 25px;
  }

  .testimonials-card .meta img {
    height: 70px;
    width: 70px;
  }

  .testimonials-pagination {
    margin: 20px 0 0;
  }

  /* directors */
  .directors {
    padding: 40px 0 0;
    position: relative;
  }
  .directors .card-1 {
    padding: 10px;
  }
  .directors img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: top;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 40px;
  }
    .moreDesc-mob {
      display: none;
    }
    
    .readLess-mob {
      display: none;
    }
    
    .readMore-mob,
    .readLess-mob {
      color: #00ffff;
      border: 1px solid #00ffff;
      box-shadow:
        0 0 5px #00ffff,
        0 0 5px #00ffff,
        0 0 5px #00ffff;
     margin: 20px 0 0 !important;   
    font-weight: 600;
    width: 130px;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
  }

  /* Optional smooth animation */
  .moreDesc-mob.active {
    display: block;
  }


  .directors p small {
    font-size: 14px;
    line-height: 20px;
  }

  .directors ul {
    margin: 20px 0 0 20px;
  }

  .directors h5 {
    font-size: 16px;
  }

  .directors ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
  }

  .directors .text-content {
    margin: 70px 0 20px;
  }

  .floating {
    bottom: 40px;
    height: 60px;
    font-size: 12px;
    width: 60px;
    padding: 15px 12px;
  }

  /* footer */
  footer {
    padding: 40px 0 10px;
  }

  footer .vl2 {
    height: 50px;
  }

  footer .iima-logo {
    height: 45px;
  }

  footer .timespro-logo {
    width: 85px;
  }
  footer a, footer p {
    font-size: 13px;
  }

  /* new eligibility */
  .new-eligibility {
    padding: 20px 0;
  }
  .new-eligibility img {
    margin: 0 0 20px;
    height: auto;
    width: 100%;
  }
  .new-eligibility h3 {
    font-size: 16px;
    line-height: 24px;
  }

  
  /* faculty */
  /* .faculty .swiper {
    padding: 0 15px 15px;
  }
  .faculty .swiper-slide-active {
    transform: none;
    zoom: 1;
  }
  .faculty .swiper-pagination {
    margin: 10px 0 !important;
  } */

  .faculty {
    padding: 40px 0;
  }
  .faculty img {
    width: 100%;
    height: 280px;
  }
  .faculty .main-section {
    padding: 15px;
  }
  .faculty .left-section {
    width: 90%;
    margin: 0 auto 15px;
  }
  .faculty .left-section h4 {
    font-size: 12px;
    line-height: 18px;
  }
  .faculty h3 {
    font-size: 16px;
  }
  .faculty .right-section {
    width: 100%;
    margin: 0;
  }

  /* brochure */
  .brochure {
    padding: 60px 0;
  }
  .brochure .btn-1, .brochure .btn-2 {
    width: 280px;
    height: 45px;
  }

  /* tools */
  .tools {
    padding: 0 0 20px;
  }
  .tools .img-card {
    width: 40%;
    height: 80px;
  }
  .tools .img-card img{
    width: 120px;
  }
  .tools .img-card:nth-child(7) img{
    width: 100px;
  }


}