@media (max-width:991px) {

  header img.logo {
    height: 45px;
    width: auto;
  }

  header img.accreditations {
    height: 20px;
    width: auto;
  }

  h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 500;
  }

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

  ul 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%;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .text-card {
    gap: 10px;
    margin: 20px 0 0;
  }
  .mini-card {
    width: 350px;
    padding: 0 10px;
    height: 90px;
  }
  .mini-card img:nth-child(1) {
    width: 40px;
    height: 40px;
  }
  .text-card p {
    font-size: 12px;
  }

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

  /* programe */
  .programme ul li, .programme p {
  font-size: 14px;
  }

  .overview ul li {
    font-size: 14px;
    padding: 15px;
    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: 180px;
    margin: 0 0 50px;
  }
  .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;
  }


  /* 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;
    margin: 0 0 10px;
    padding: 0;
  }

  .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;
    padding: 0;
    margin: 0 0 5px;
  }
  .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 {
    padding: 0 0 0 16px;
  }
  .accordian_content ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    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: 40px 0;
  }
  .times .main-section {
    margin: 0 0 15px;
  }
  .time-card {
    width: 100%;
    height: auto;
  }
  .time-card div{
    border-top: 1px solid #0A81E3;
  }
  .time-card p {
    padding: 10px;
    text-align: center;
  }

  /* certiicate */
  .certificate {
    padding: 20px 0;
  }
  .certificate img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .certificate .left{
    padding: 15px;
  }
  .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;
    text-align: center;
  }
  .testimonials .testimonialCard {
    height: auto;
  }
  .testimonialCard .img-card {
    border-radius: 8px 8px 0 0;
    width: 100%;
  }

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

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

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

  footer p,
  footer a {
    font-size: 13px;
  }
  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;
  }

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

  /* accreditation */
  .accreditation {
    padding: 5px 5px 0;
  }

  .accreditation p {
    margin: 0 0 15px;
  }

  .accreditation .title {
    margin: 0 0 5px;
  }

    /* cohorts */
  .cohorts {
    padding: 10px 0 30px;
  }
  .cohorts p {
    width: 100%;
  }
  .cohorts img {
    margin: 30px 0 0;
  }
  .cohorts .img-1 {
    width: 95%;
  }
  .cohorts .img-2 {
    width: 95%;
  }

  /* key-points */
  .key-points {
    margin: 0;
  }
  .key-points.fixed {
    position: static;
  }
  .key-points .vertical{      
    background: none;
    display:none;
  }
  .key-points .container {
    width: 95%;
  }
  .key-points .blue {
    padding: 10px;
    width: 100%;
  }
  .key-points .blue .d-flex {
    margin: 0 0 10px;
  }

  .key-points h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .key-points img {
    width: 25px;
    margin: 0 10px 0 0;
  }
  .key-points .red {
    display: none !important;
  }

  /* fees */
  .fees {
    padding: 40px 0;
  }
  .fees img{
    width: 50px;
  }
  .fees h4 {
    font-size: 18px;
    line-height: 28px;
  }

}