.readMore {
  cursor: pointer;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);

}
.readLess {
  cursor: pointer;
  display: none;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);
}

.moreDesc{
  display: none;
}

li {
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

small,
em {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

strong {
  font-weight: 600;
}

.banner .form_box {
  background-color: #fff;
  padding: 25px 20px;
  color: #393D3E;
  border-radius: 10px;
}
.banner .form_box form{
  margin: 0 auto !important;
}

.banner .form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}

.banner .form_box input[type=submit] {
  margin: 10px auto 0;
}

/* eligibility */
.eligibility {
  padding: 50px 0;
}
.eligible-card > img{
  width: 600px;
  height: auto;
  border-radius: 50px 5px 50px 5px;
}
.mini-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  height: auto;
  background: #eee;
  margin: 0 0 0 -20px;
}
.mini-card img {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  filter: invert(75%) sepia(90%) saturate(628%) hue-rotate(126deg) brightness(100%) contrast(60%);
}

 .overview {
    padding: 50px 0;
 }
 .overview p+p {
    margin: 10px 0 0;
 }
 .overview ul {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
 }
 .overview ul li {
    padding: 0 0 0 30px;
    background: #fff url('../images/check.png') no-repeat left 3px;
    background-size: 20px;
    margin: 0 0 10px;
 }

  /* highlight */

  .highlight {
    padding: 50px 0 0;
  }
  .main-programe {
    gap: 15px;
    margin: 60px 0 0;
  }
  .programme-card {
    margin: 0 0 70px;
    padding: 20px 10px;
    border-radius: 5px;
    color: #fff;
    background: var(--primary);
    text-align: center;
    width: 23%;
    position: relative;
    height: 120px;
  }
  .programme-card img {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
    height: auto;
    top: -32px;
    filter: invert(75%) sepia(90%) saturate(628%) hue-rotate(126deg) brightness(100%) contrast(60%);
  }
  .programme-card p {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 14px;
  }

  /* apply  */
  .apply {
    padding: 0 0 20px;
  }
  .career {
    padding: 50px 0 0;
  }

  .apply .left-section img {
    width: auto;
    height: 300px;
    border-radius: 10px;
  }
  .apply .right-section {
    width: 60%;
  }
  .apply ul {
    list-style-type: none;
  }
  .career ul {
    width: 50%;
    margin: 0 auto;
  }
  .apply ul li {
    box-shadow: 2px 4px 4px #00000029;
    padding: 10px 10px 10px 50px;
    margin: 0 0 20px;
    background: url('../images/check.png') no-repeat left;
    background-size: 20px;
    background-position-x: 15px;
  }

/* course-content */
.course-content {
  padding: 40px 0;
  color: #FFF;
}
.course-content ul {
  list-style: none;
  padding: 0;
} 
.course-content li {
  padding: 0 0 0 30px;
  background: url('../images/check.png') no-repeat left 3px;
  background-size: 20px;
  margin: 0 0 10px;
}
.accordian_content {
  padding: 25px 15px 10px 25px;
  border-top: 1px solid #fff;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  border-radius: 5px;
}
.accordian_box {
  margin: 0 0 10px;
  box-shadow: 1px 2px 3px 1px #00000029;
  background: var(--primary);
  border-radius: 5px;
}
.accordian_head::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 15px;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-in-out;
  background: url('../images/right.png') no-repeat center center;
  background-size: 25px;
}
.course-content h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

/* certiicate */
.certificate {
  padding: 50px 0;
  background: var(--secondary);
}
.certificate h2, .certificate p {
  color: #fff;
}
.certificate p+p {
  margin: 10px 0 0;
}

.certificate img {
  width: 450px;
  border-radius: 5px;
  height: auto;
}

/* coordinator */
.coordinator {
  padding: 50px 0;
}
.coordinator .testimonialCard {
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 4px 2px #00000029;
}
.coordinator .testimonialCard img {
  object-fit: cover;
  object-position: top;
  height: 180px;
  width: auto;
  margin: 0 30px 0 0;
  border: 1px solid var(--primary);
  border-radius: 5px;
}
.coordinator .testimonialCard p  {
  font-weight: 300;
}
.coordinator .testimonialCard p+p  {
  margin: 10px 0 0;
}
.coordinator .testimonialCard p strong {
  font-size: 18px;
  line-height:28px;
  font-weight: 500;
  display: inline-block;
}
.coordinator .testimonialCard p small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
}
.coordinator-text {
  margin: 20px 0 0;
}
.coordinator .moreDesc {
  margin: 10px 0 0;
}

/* faculty */
.faculty {
  padding: 40px 0;
}
.faculty .testimonialCard {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid var(--primary);
}
.faculty .testimonialCard img {
  object-fit: cover;
  object-position: top;
  height: 120px;
  width: 120px;
  margin: 0 30px 0 0;
  border: 1px solid var(--primary);
  border-radius: 50%;
}
.faculty .testimonialCard p+p  {
  margin: 10px 0 0;
}
.faculty .testimonialCard p  {
  font-weight: 300;
}
.faculty .testimonialCard p strong {
  font-size: 18px;
  line-height:28px;
  font-weight: 500;
  display: inline-block;
}
.faculty .testimonialCard p small {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
}
.faculty-text {
  margin: 20px 0 0;
}
.faculty .moreDesc {
  margin: 10px 0 0;
}

/* swiper */
.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
  margin-top: 25px;
}

.swiper-pagination span {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  display: block;
  background: var(--primary);
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--secondary);
}
/* footer */

footer {
  padding: 80px 0 40px 0;
  text-align: center;
}
footer a {
  cursor: pointer;
  color: var(--primary);
}

footer a:hover {
  color: var(--secondary);
}

footer .icon-img {
  width: 40px;
  height: auto;
}

.course-content button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* participants */
.participants {
  background: #FFF;
  background-size: 100%;
  padding: 50px 0;
}

.participants img {
  height: auto;
}

.participants p {
  color: var(--tertary);
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center;
  margin: 5px 0 0;
}

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

  .tools .tool-card{
    background: #fff;
    width: 23%;
    height: 100px;
    box-shadow: 4px 4px 12px #00000029;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background: none;
  }

  .cp-tab-nav {
    justify-content: center;
    position: sticky;
    background: #F8F8F8;
    padding: 10px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 0;
    width: 100%;
    z-index: 30;
    display: flex;
    margin: 0 auto;
    border-radius: 5px;
  }

  /* .sticky-tab {
    position: sticky;
    top: 35px;
    z-index: 100;
    background: #FFF;
  } */

  .margin-up {
    margin-top: 100px !important;
  }

  .cp-tab-nav ul {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 10px;
    margin: 0;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }
  .cp-tab-nav ul::-webkit-scrollbar {
    display: none;
  }
  .cp-tab-nav ul li {
    white-space: nowrap;
    margin: 0;
  }

  .cp-tab-nav ul li a {
    text-decoration: none;
    color:#000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
  }

  .cp-tab-nav ul a.active,
  .cp-tab-nav ul a:hover {
    font-weight: 500;
    color: var(--primary);
    border-bottom: 4px solid var(--primary);
  }
  .modal h5, form h5 {
    color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin: auto 0;
    background: #E7F4FF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    padding: 8px 5px;
  }

  /* accreditation */
  .accreditation {
    padding: 10px 10px 0;
  }
  .accreditation p {
    color: #000;
    margin: 0 0 20px;
  }
  .accreditation .title{
    margin: 0;
    font-weight: 500;
  }
