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

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

  .mob-form {
    /* background: var(--primary); */
    background: #000;
    padding: 20px;
  }

  .mob-form form {
    padding: 20px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 20px;
    /* margin-top: -100px; */
  }

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

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

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

  .eligibility {
    padding: 30px 0;
  }

  .eligible-card {
    padding: 10px;
    font-size: 14px;
  }

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

  .eligible-card .blue {
    padding: 15px;
  }

  /* Overview */

  .overview {
    height: 100%;
    background-size: cover;
  }

  .main-card {
    margin: 15px 0;
    padding: 15px 20px;
    text-align: center;
  }

  .main-card h3 {
    font-size: 20px;
  }

  .main-card .left-section {
    margin: 20px 0 0;
  }

  .main-card p {
    line-height: 20px;
    font-size: 12px;
  }

  .main-card img {
    width: 100%;
    margin: 0;
    height: 200px;
  }

  /* programme */
  .programme {
    padding: 40px 0;
    height: 100%;
    background-size: cover;
  }

  .main-programe {
    gap: 10px;
  }

  .programme-card {
    margin: 0;
    background: linear-gradient(83deg, rgba(60, 61, 96, 1) 0%, rgba(77, 105, 141, 1) 66%, rgba(82, 120, 156, 1) 100%);
    padding: 40px 20px 20px;
    text-align: left;
    width: 100%;
    border: none;
    height: 115px;
    position: relative;
  }

  .programme-card .blue {
    border: none;
    left: 20px;
    top: 20px;
    transform: none;
    padding: 0;
    width: 30px;
    height: 30px;
    background: none;
  }

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

  .programme-card h4 {
    font-size: 14px;
    margin: -15px 0 0 40px;
  }

  .programme-card p {
    /* margin: 15px 0 40px; */
    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;
  }



  /* stickey cta */

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

  .sticky .container {
    padding: 8px;
  }

  .sticky.fixed {
    display: block !important;
    position: fixed;
    bottom: 5px;
    left: 10px;
    z-index: 100;
    width: 95%;
    background: #fff;
    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: #fff;
    background: var(--secondary);
  }

  /* course content */

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

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

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

  .over-showdow {
    background: var(--primary);
    padding: 0 2px 6px;
    border-radius: 8px;
    margin: 0 0 10px;
  }

  .accordian_box {
    margin: 0 0 10px;
    background: linear-gradient(180deg, rgba(60, 61, 96, 1) 0%, rgba(77, 106, 142, 1) 64%, rgba(82, 120, 156, 1) 100%);
  }

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

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

  .accordian_content {
    border-top: 1px solid #fff;
    padding: 10px 0 1px;
  }

  .accordian_content p {
    margin: 10px;
  }

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

  .accordian_head::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    background: url('../images/right-wh.png') no-repeat center center;
    background-size: 100% 100%;
  }

  .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;
  }

  /* 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: 30px 0;
    height: 100%;
    background-size: cover;
  }

  .certificate hr {
    opacity: 0.50;
    height: 1px;
    margin: 0;
  }

  .main-tab-card {
    padding: 20px 10px;
  }

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

  .certificate li+li {
    margin: 20px 0 0;
  }

  .certificate img {
    width: 90%;
    margin: 30px 0;
  }

  /* 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: 40px 0 20px;
    /* margin: 0 0 60px;  for sticky tab*/
  }

  footer img {
    height: 60px;
  }

  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;
  }

  /* 
  .sticky-tab {
    top: 27px;
  } */

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

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

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

}