@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: #fffef3;
    padding: 20px;
  }

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

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

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

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

  /* Overview */

  .overview {
    padding: 25px 0 35px;
  }

  .overview ul li {
    font-size: 14px;
    padding: 10px 10px 10px 30px;
    background-size: 22px;
    background-position-x: 5px;
    margin: 0 0 15px;
  }
  .overview ul {
    padding: 0 10px;
  }

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

  .programme-card {
    width: 48%;
    height: 130px;
    padding: 0 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 ul {
    padding: 0;
  }
  .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;
  }
  .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: 10px 0;
  }
  .course-content p {
    width: 100%;
    font-size: 12px;
    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;
  }

  /* times */
  .times {
    padding: 20px 0;
  }
  .times .heading {
    font-size: 16px;
  }
  .time-card {
    width: 100%;
  }
  .time-card div{
    border-top: 1px solid #49722D;
  }
  .time-card p {
    padding: 10px;
    text-align: center;
  }

  /* certiicate */
  .certificate {
    padding: 20px 0;
  }
  .certificate img {
    width: 90%;
    margin: 0 auto 10px;
  }
  .certificate .left{
    padding: 20px;
  }
  .certificate .right{
    padding: 15px;
  }
  .certificate .main-card {
    margin: 15px 0 0;
    gap: 10px;
  }
  .certificate .top-card{
    width: 100%;
    height: auto;
  }

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

  .testimonials .testimonialCard p {
    margin: 0 0 5px;
    text-align: center;
  }
  .testimonials .testimonialCard {
    height: auto;
  }
  .testimonialCard .img-card {
    border-radius: 8px 8px 0 0;
    width: 100%;
  }

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

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

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

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

  .testimonialCard .card-text {
    justify-content: center;
    padding: 15px;
    width: 100%;
  }
  /* 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;
  }
  footer img {
    height: 60px;
  }


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

}