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

  .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: 14px;
    line-height: 20px;
  }

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

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

  /* Overview */
  .overview {
    padding: 30px 0;
  }

  /* 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 15px;
  }
  .course-content p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 0 -15px;
  }

  .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: 10px;
    top: 45%;
    width: 10px;
    height: 14px;
    transition: all 0.2s ease-in-out;
    background: url('../images/arrow.webp') 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;
  }

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


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

  /* down area */
  .down-area {
    padding: 20px 0;
  }
  .down-area img{
    height: 50px;
    margin: 0 15px 0 0;
  }
  .down-area p {
    font-size: 16px;
  }
    /* duration */
  .duration {
    padding: 20px 0;
  }
  .duration img {
    margin: 0 10px 0 0;
  }
  .duration .left, .duration .right {
    width: 100%;
    height: auto;
    padding: 20px 30px;
  }
  .duration .left-card, .duration .right-card  {
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 50%;
  }
  .duration ul{
    width: 100%;
  }
  .duration ol {
    width: 100%;
  }
  .duration ul li {
    padding: 0 0 0 25px;
    line-height: 20px;
  }
  .duration ol li {
    padding: 0 0 0 20px;
    line-height: 20px;
  }
  .duration h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .duration .main-card {
    margin: 0 0 25px;
  }
  .duration .set-bottom {
    margin: 0 0 15px;
  }


  /* eligibility */
  .eligibility {
    padding: 20px 0;
  }
  .eligibility ul{
    width: 100%;
  }
  .eligibility ul li {
    padding: 0 0 0 25px;
    line-height: 20px;
  }

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

  .expert img{
    display: none;
  }
  .expert p{
    margin: 0 0 20px 50px;
  }

  /* timeslines */
  .timeslines {
    padding: 30px 0;
  }
  .timeslines .table {
    width: 100%;
    font-size: 14px;
  }

  /* evaluation */
  .evaluation {
    padding: 0 0 20px;
  }
  .evaluation .e-card {
    width: 47%;
    padding: 20px 10px;
  }
   .evaluation .e-card:nth-child(3) {
    width: 100%;
  }

  /* certificate */
  .certificate {
    padding: 20px 0;
    background: none;
    color: #000;
  }
  .certificate img {
    width: 90%;
    margin: 10px auto 0;
  }
  .certificate .left {
    width: 100%;
  }
  .certificate h2 {
    color: #000;
  }
  .certificate p {
    width: 100%;
  }


}