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

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

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

  small,
  em {
    font-size: 12px;
    line-height: 20px;
  }

  /* eligibility */

  .eligibility {
    padding: 30px 0;
  }
  .eligible-card > img{
    width: 100%;
  }
  .text-card {
    gap: 10px;
    margin: 20px 0 0;
  }
  .mini-card {
    width: 350px;
    padding: 0 10px;
    height: 80px;
  }
  .mini-card img:nth-child(1) {
    width: 40px;
    height: 40px;
  }
  .text-card p {
    font-size: 12px;
  }

  /* Overview */

  .overview {
    padding: 25px 0 35px;
  }
  .overview .main-card {
    background: none;
    padding: 0 15px;
  }
  .overview .left-section img {
    width: 100%;
  }
  .overview .left-section .text {
    bottom: 20px;
    right: 15px;
    padding: 0 15px;
  }
  .overview p {
    font-size: 12px;
  }
  .overview ul {
    width: 100%;
    padding: 20px 10px 0;
  }
  .overview ul li {
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    background-size: 22px;
    background-position-x: 5px;
    margin: 0;
  }
  .overview .right-section p {
      margin: 0;
  }
  .overview .right-section {
    margin: 0;
    background: var(--secondary);
  }

  /* highlight */

  .highlight {
    padding: 0 0 20px;
  }

  .programme-card {
    width: 48%;
    height: 130px;
    padding: 20px 10px;
    margin: 0 0 50px;
  }
  .programme-card:nth-child(7) {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .programme-card .blue {
    top: -25px;
  }
  .main-programe {
    gap: 10px;
    margin: 50px 0 0;
  }
  .programme-card img {
    width: 40px;
    height: 40px;
    top: 0;
  }

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

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

  /* apply */

  .apply .container {
    padding: 0;
  }
  .apply .left-section img {
    width: 100%;
    border-radius: 5px;
    height: auto;
  }
  .apply .right-section {
    padding: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
  }
  .apply .left-section {
   background: var(--secondary);
   padding: 15px;
  }
  .apply ul {
    width: 100%;
    padding: 10px;
  }
  .apply ul li{
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    background-size: 22px;
    background-position-x: 5px;
    margin: 0 0 15px;
  }

  /* Programme */

.programme {
  padding: 0 0 30px;
}
.programme .img-card img{
  border-radius: 40px 0;
  height: 100%;
  object-fit: cover;
}
.programme .img-card {
  width: 48%;
  height: 150px;
  margin: 0 0 10px;
}
.programme .img-card:after {
  border-radius: 0 0 40px 0;
  height: 70%;
}
.programme .img-card .text {
  padding: 0 10px;
}
.programme p{
  font-size: 10px;
  line-height: 16px;
}
.programme p strong{
  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: 20px 0 30px;
  }
  .course-content p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .accordian_box {
    margin: 0 0 15px;
  }

  .accordian_head {
    cursor: pointer;
    padding: 10px 30px 10px 20px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
  }
  .course-content h4 {
    font-size: 14px;
  }
  .course-content .box {
    padding: 15px;
  }
  .accordian_head.active {
    border-radius: 5px 5px 0 0;
  }

  .accordian_head strong {
    padding-right: 10px;
    font-weight: 500;
    display: inline-block;
  }

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

  .accordian_content ul li {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
    margin: 0 0 5px;
    padding: 0;
  }
  .course-content .col-md-4 {
    margin: 5px 0;
    padding: 0 4px;
  }

  .accordian_head::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 30%;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    background: url('../images/next.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;
    background: var(--secondary);
    color: var(--primary);
  }

  .course-content .icon-img {
    margin: 0 5px 0 14px;
    filter: brightness(0);
  }
  .course-content .moreDesc {
    margin: -5px 0;
  }
  .course-content p.readLess {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .course-content p.readMore {
    margin: 0;
    font-size: 12px;
  }

  /* certiicate */
  .certificate {
    margin: 0 10px;
    padding: 30px 0;
    border-radius: 5px;
    background: var(--secondary);
  }
  .certificate img {
    width: 300px;
    margin: 0 0 0 -25px;
  }
  .certificate .certificate-bg {
    background: none;
    padding: 0 10px;
  }
  .certificate  .main-section img:nth-child(2) {
    margin: -40px 0 0 50px;
    width: 280px;
  }
  .certificate .main-section {
    margin: 0 0 20px;
  }

  /* coordinator */
  .coordinator {
    padding: 40px 0;
  }
  .coordinator-card  {
    padding: 20px 0 0;
    background-size: 1000px;
    background-position-y: 32px;
  }
  .coordinator .testimonialCard {
    padding: 20px;
    border-radius: 5px;
    padding: 0;
  }
  .coordinator .testimonialCard img {
    height: 110px;
    margin: 0 10px;
  }
  .coordinator .testimonialCard p strong {
    font-size: 14px;
  }

  .coordinator .testimonialCard p small {
    font-size: 12px;
  }
  .coordinator-text {
    margin: 20px 0 0;
    text-align: center;
    padding: 0 20px 20px;
  }

  /* download brochure */
  .download {
    padding: 100px 0 20px;
    height: 100%;
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)),
    url('../images/bottom-mob.png');
    background-size: cover;
  }

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

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

  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;
    margin: 0 0 20px;
  }

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

  /* Glasgow  coordinators */
  .testimonials {
      padding: 0 0 30px;
  }
  .testimonials p {
      margin: 0 !important;
  }
  .testimonials .designation small {
      margin: 0 0 10px !important;
      font-size: 12px;
      line-height: 18px;
  }
  .testimonials .designation strong {
      font-size: 14px;
      line-height: 20px;
  }
  .testimonialCard a {
      font-size: 12px;
      line-height: 18px;
  }


}