@media (max-width:991px) {
  h2 {
    font-size: 18px;
  }

  .form_box h3 {
    font-size: 16px;
  }

  h2::before {
    background-size: 50px;
    width: 50px;
    height: 20px;
    top: 0;
    left: -20px;
  }

  /* h2::after {
    background-size: 50px;
    width: 50px;
    height: 20px;
    top: 0;
    right: -20px;
  } */
  p {
    font-size: 12px;
    line-height: 18px;
  }

  li {
    font-size: 12px;
    line-height: 18px;
  }

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

  .about {
    padding: 40px 0 30px;
  }

  .about .row {
    margin: 0;
  }

  .header-fixed p strong {
    font-size: 12px !important;
  }

  /* about */
  .about ul li {
    font-size: 16px;
    margin: 0 0 20px;
  }

  /* key-point */
  .keypoints {
    padding: 0;
    /* position: relative; */
  }

  /* .keypoints .container::after {
    content: '';
    position: absolute;
    background: url('../images/key-bg.webp') no-repeat right bottom;
    background-size: 100%;
    height: 150px;
    width: 150px;
    bottom: 0;
    right: 0;
    top: 100px;
  } */
  /* eligibility */
  .eligibility {
    padding: 30px 0;
  }

  .eligibility p strong {
    display: inline-block;
    font-size: 14px !important;
  }

  .eligibility p small {
    display: inline-block;
    margin: 10px 0 0;
  }

  .eligibility .gold-bg-1 {
    width: 100%;
    margin: 0 0 10px;
    height: 130px;
  }

  .eligibility .gold-bg-1 img {
    height: auto;
    width: 50px;
  }

  .eligibility .gold-bg-1 .img-card {
    background: none;
  }

  .eligibility .key-card h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .eligibility .key-card {
    width: 100%;
  }
  .eligibility p.large-text {
    font-size: 18px;
    line-height: normal;
    width: 100%;
    margin: 0 auto;
  }

  /* key programme */

  .key-programme {
    padding: 30px 0;
    background: transparent;
  }

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

  .key-programme .main-card {
    margin: -20px 0 20px;
  }

  .key-programme .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .key-programme .swiper-slide .swiper {
    overflow: visible;
  }
  .key-programme .swiper-slide {
    width: 47%;
    margin: 0;
  }

  .key-programme .highlight-card {
    width: 100%;
    margin: 0;
    height: 180px;
  }

  .key-programme .highlight-card .blue {
    width: 70px;
    height: 70px;
    top: -30px;
  }
  .key-programme .highlight-text p{
    margin: 40px 0 0;
  }

  .key-programme img {
    width: 40px;
    height: 40px;
  }

  .programme-card {
    box-shadow: none;
    position: relative;
    background-size: 100%;
    width: 90%;
    border-radius: 8px;
    height: 130px;
    padding: 70px 5px 0;
    margin: 10px auto;
  }

  .programme-card p {
    font-size: 15px !important;
  }

  .programme-card img {
    width: 50px;
    top: 40px;
  }

  .key-programme .main-section {
    margin: 20px 0 0;
  }

  /* stickey cta */

  .sticky {
    margin: 0 auto;
    display: none !important;
  }

  .sticky .container {
    padding: 8px;
  }

  .sticky.fixed {
    display: block !important;
    position: fixed;
    bottom: 0;
    /* left: 0; */
    z-index: 100;
    /* width: 95%; */
    /* background: var(--primary); */
    /* border-radius: 50px; */
    /* box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.11); */
  }

  .sticky button {
    width: 49%;
    font-size: 12px;
    line-height: 36px;
    padding: 0;
    height: 36px;
  }

  .sticky .outline {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background: none;
  }

  .sticky .bg {
    color: var(--primary);
    background: var(--secondary);
  }

  /* key-point */

  .keypoints h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300 !important;
  }

  .keypoints .key-card {
    width: 48%;
    margin: 0 0 10px;
  }

  .keypoints img {
    height: auto;
  }

  /* course content mobile */

  .course-content {
    padding: 30px 0;
  }

  .course-content ul {
    padding: 5px 10px 0 25px;
  }

  .accordian_box {
    border-radius: 8px;
    margin: 0 0 10px;
  }

  .course-content p strong {
    font-size: 12px;
  }

  .accordian_head {
    cursor: pointer;
    padding: 8px 30px 8px 20px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
  }

  .accordian_head.bullet {
    padding: 10px 30px 10px 40px;
    background: url('../images/bullet.svg') no-repeat 15px center;
  }

  .accordian_content {
    border-top: 1px solid var(--primary);
    padding: 10px 0 1px;
  }

  .accordian_content p {
    margin: 0 0 5px;
  }

  .accordian_content ul li {
    font-size: 12px;
    font-weight: 300;
  }

  .accordian_head::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    transition: all 0.2s ease-in-out;
    background: url('../images/arrow.svg') no-repeat center center;
  }

  .accordian_head.active::before {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
  }

  .icon-img {
    width: 22px;
  }

  .course-content button {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .course-content .icon-img {
    margin: 0 0 0 14px;
  }

  /* curriculum */
  .new-course-content {
    padding: 30px 0;
  }

  .new-course-content p {
    font-size: 12px;
  }

  .new-course-content .gold-bg-1 .img-card {
    background: #22326b;
    height: 60px !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: inline-block;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  .new-course-content .gold-bg-1 {
    height: 190px;
    width: 48%;
    flex-direction: column;
    background: linear-gradient(258deg, rgba(72, 69, 142, 1) 0%, rgba(138, 87, 119, 1) 49%, rgba(224, 110, 90, 1) 100%);
  }

  .new-course-content .gold-bg-1 .text {
    width: 70%;
    margin: 0;
    height: 100%;
    padding: 10px 0 0;
    justify-content: center;
    text-align: center;
  }

  /* certiicate */

  .certificate {
    text-align: center;
    background: var(--primary);
    color: var(--tertary);
    padding: 0;
  }
  .certificate .container {
    padding: 0;
  }

  .certificate .top {
    padding: 0 16px;
  }

  .certificate img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 2;
  }

  .certificate .main-part {
    margin: 0;
    background: #42527f;
    color: var(--primary);
    padding: 100px 30px 30px;
  }

  .certificate p strong {
    margin: 20px 0;
  }

  .certificate h2 {
    color: #22326B;
    margin: 0;
  }

  .certificate h2::before,
  .certificate h2::after {
    filter: brightness(0);
  }


  /* testimonials mobile */

  .card {
    border: none;
    display: inline-block;
    background: linear-gradient(360deg, rgba(72, 69, 142, 1) 0%, rgba(224, 110, 90, 1) 100%);
    margin: 40px 0 20px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }

  .testimonials {
    padding: 20px 0;
  }

  .testimonials small {
    font-size: 12px;
    font-weight: 500;
  }

  .testimonials strong {
    font-size: 13px;
    text-transform: uppercase;
  }

  .testimonials .card-text {
    margin: 10px;
    color: #FFF;
  }

  .testimonials p {
    text-align: center;
    margin: 10px 0 0;
  }

  .testimonials img {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid var(--button-hover);
    object-fit: cover;
    object-position: top;
  }

  .faculty img {
    position: relative;
    margin: -40px auto 0;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid var(--secondary);
    object-fit: cover;
    object-position: top;
  }

  .testimonials button {
    font-size: 12px;
    height: 30px;
    line-height: 18px;
    padding: 0 15px;
  }

  /* expert */
  .expert {
    padding: 0 0 50px 0;
  }

  .expert strong {
    font-size: 14px;
  }

  .expert small {
    font-size: 13px;
    font-weight: 300;
  }

  .expert button {
    font-size: 12px;
    height: 30px;
    line-height: 18px;
    padding: 0 15px;
  }

  .expert p {
    margin: 0 0 10px 0;
    text-align: justify;
  }

  .expert img {
    width: 100px;
    height: 130px;
    margin: 0 10px 0 0;
    float: left;
  }

  .expert .main-section {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }

  /* fees */

  .fees {
    padding: 30px 0;
  }

  .fees .icon-img {
    width: 20px;
    height: auto;
    margin: 0 5px 0 0;
  }

  .fees .vl {
    height: 60px;
    margin: 0 0 0 10px;
  }

  .fees p {
    font-size: 14px !important;
  }

  .fee {
    padding: 0 30px;
    border-right: 2px solid var(--primary);
    border-left: 2px solid var(--primary);
  }

  .fee p strong {
    font-size: 14px !important;
    line-height: 18px;
  }

  .fees button {
    margin: 20px 0 0 0;
    font-size: 12px;
    height: 36px;
    padding: 0 15px;
    width: 200px;
  }

  .fees .first {
    border: 1px solid var(--primary);
  }

  /* footer */

  footer {
    padding: 40px 0 20px;
    /* margin: 0 0 60px;  for sticky tab*/ 
  }

  /* faculty mobile */
  .faculty {
    padding: 40px 0 20px;
  }

  .faculty .card {
    box-shadow: none !important;
    background: #FFF;
  }

  .faculty button {
    margin: 10px 0 0;
  }

  .faculty .moreDesc {
    margin: 10px 0 0;
  }

  .faculty.testimonials p {
    color: var(--tertary);
  }

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

  .participants img {
    margin: 0 0 20px;
    object-fit: contain;
    object-position: center;
  }
  .participants .logos {
    padding: 40px 0 0;
  }
  .participants .logos img {
    width: 140px;
    height: 80px;
  }

  .cp-genai-section {
    padding: 20px 0px;
  }

  .cp-genai-content h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
  }

  .cp-genai-content p {
    color: #fff;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
  }

  /* feature */
  .feature {
    padding: 0;
  }

  .feature .feature-card {
    width: 47%;
    font-size: 14px;
    padding: 15px;
    height: 90px;
    margin: 0 0 10px;
    text-align: center;
  }

  /* new-expert */
  .new-expert {
    padding: 40px 0;
    text-align: center;
  }

  .new-expert .card-top {
    padding: 20px 10px;
    align-items: center;
    height: 570px;
  }

  .new-expert .card-top img {
    margin: 0 0 10px;
    width: 100px;
    height: 120px;
  }

  .new-expert .card-top .text {
    padding: 10px;
  }

  .card-top .text p strong {
    font-size: 16px;
  }

  .card-top .text p small,
  .card-third p strong,
  .card-third ul li,
  .card-third p {
    font-size: 13px;
  }

  .card-third ul {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    align-items: center;
  }

  .card-third ul li {
    padding: 0 0 5px;
  }

  /* shift */
  .shift {
    padding: 0 0 40px !important;
  }

  .shift .gold-bg-1 {
    margin: 0 0 10px;
  }

  .shift .gold-bg-1:nth-child(4) img {
    display: inline-block !important;
    width: 40px !important;
    height: 40px;
  }

  .programme {
    padding: 0 0 20px;
  }

  .settop {
    margin: 0;
  }

  .new-testimonial {
    padding: 40px 0 20px;
  }

  .new-testimonial iframe {
    width: 340px;
    height: 180px;
    margin: 0 0 10px;
  }

  .new-testimonial .video-card p {
    font-size: 14px !important;
  }

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

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

  .sticky-tab {
    top: 27px;
  }

  .cp-tab-nav {
    padding: 10px 10px 5px;
    border-radius: 0px;
  }

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

  /* batch */
  .batch {
    padding: 30px 0;
  }

  .batch .graph img {
    margin: 0;
    /* width: 320px; */
  }
  .batch .chart img {
    width: 100%;
  }
  /* new-fees */
  .new-fees {
    padding: 40px 0;
  }

  .new-fees p {
    font-size: 14px !important;
    line-height: 24px;
  }

  .new-fees .main-card {
    margin: 20px 0 0;
  }

  .new-fees .child-card {
    width: 100%;
  }

  .new-fees .gold-bg {
    height: 150px;
    margin: 0 0 10px;
  }

  .new-fees .gold-bg .img-card {
    width: 120px !important;
  }

  .gold-bg .img-card img {
    width: 45px;
    height: 45px;
  }

  .new-fees .child-card .p-text {
    font-size: 16px !important;
    margin: 10px 0;
  }

  .new-fees .gold-bg p {
    padding: 15px;
  }

  .new-fees p.fees-margin {
    margin: 0;
  }

  /* admission */

  .admission {
    padding: 0 0 20px;
  }

  .admission img {
    width: 100%;
  }

  .mob-form form {
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  /* New Objective */
  .objective {
    margin: 0;
    padding: 50px 10px;
    background: url('../images/IIMA-mob-objective.webp') no-repeat top right;
    background-size: cover;
  }

  .objective p {
    width: 60%;
  }

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

/* New Heading */

  h2 {
    font-size: 26px;
    line-height: 42px;
  }

  h2 span {
    font-size: 66px;
  }

  /* New Tesimonials */
  .testimonials {
    padding: 30px 0 0;
  }
  .testimonials .testimonialCard p{
      color: #000;
      margin: 0;
  }
  .testimonialCard .img-card {
    width: 100%;
    border-radius: 8px 8px 0 0 !important;
  }
  .testimonialCard p strong {
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
  }
  .testimonialCard p small {
    font-size: 14px !important;
  }
   .testimonialCard .img-card p{
     color: #fff;
  }
  .testimonialCard .card-text {
    justify-content: center;
    width: 100%;
    padding: 10px;
  }
  .testimonialCard .card-text p{
    padding: 10px;
  }

}