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

li {
  font-weight: 400;
  line-height: 28px;
}

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;
  color: #393D3E;
  border-radius: 10px;
  position: relative;
  width: 85%;
}

.form-section .form_box {
  background-color: #fff;
  padding: 25px;
  border-radius: 50px 0;
  width: 100%;
  margin: 0 auto;
}

.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;
}
.text-card {
  gap: 20px;
  margin: 0 0 0 -40px;
}
.mini-card {
  width: 380px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  height: 100px;
  background: var(--secondary);
}
.mini-card img:nth-child(1) {
  width: 50px;
  height: 50px;
}
.mini-card img:nth-child(2) {
  width: auto;
  height: 100%;
  opacity: 0.5;
  margin: 0 10px;
}
.text-card p {
  font-size: 14px;
  width: 100%;
  text-align: left;
}

/* Overview  */

 .overview {
    padding: 60px 0;
 }
 .overview .main-card {
    background: var(--secondary);
 }
 .overview .left-section {
  position: relative;
 }
 .overview .left-section img {
  width: 700px;
 }
 .overview .left-section .text {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: #fff;
  padding: 0 40px;
 }
 .overview p {
  font-size: 14px;
  font-weight: 300;
 }
.overview .left-section p {
  margin: 0 0 10px;
 }
.overview .right-section p {
    margin: 10px 0;
 }
 .overview .right-section {
  margin: 0 0 0 40px;
 }
 .overview ul {
  width: 80%;
  list-style-type: none;
 }
 .overview ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 10px 10px 10px 40px;
  margin: 0 0 20px;
  background: #fff url('../images/dot.png') no-repeat left;
  line-height: 24px;
  background-size: 25px;
  background-position-x: 10px;
 }

  /* highlight */

  .highlight {
    padding: 30px 0 0;
  }
  .main-programe {
    gap: 15px;
    margin: 20px 0 50px;
  }
  .programme-card {
    margin: 0 0 30px;
    padding: 20px 10px;
    border-radius: 5px;
    color: #000;
    background: var(--secondary);
    text-align: center;
    width: 23%;
    position: relative;
    height: 130px;
  }
  .programme-card .blue {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  .programme-card img {
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -32px;
  }
  .programme-card h4 {
    font-size: 16px;
  }
  .programme-card p {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 14px;
  }

/* apply  */

.apply {
  padding: 0 0 30px;
}
.apply .left-section img {
  width: auto;
  height: 380px;
}
.apply .right-section {
  background: var(--secondary);
  padding: 0 0 0 20px;
  height: 380px;
  display: flex;
  align-items: center;
  width: 50%;
  border-radius: 0 10px 10px 0;
}
.apply ul {
  width: 90%;
  list-style-type: none;
}
.apply ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 10px 10px 10px 40px;
  margin: 0 0 20px;
  background: #fff url('../images/dot.png') no-repeat left;
  line-height: 24px;
  background-size: 25px;
  background-position-x: 10px;
}

/* Programme */

.programme {
  padding: 40px 0;
}
.programme .img-card img{
  border-radius: 50px 0;
}
.programme .img-card {
  width: 23%;
  position: relative;
}
.programme .img-card:after {
  border-radius: 0 0 50px 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgb(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}
.programme .img-card img {
  width: 100%;
}
.programme .img-card .text {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  z-index: 20;
}
.programme p{
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.programme p strong{
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

/* course-content desktop */
.course-content {
  padding: 40px 0;
}
.course-content .box {
  position: relative;
  /* box-shadow: 2px 2px 12px #00000029; */
  border: 1px solid #ccc;
  background: var(--secondary);
  height: 100%;
  padding: 20px;
  border-radius: 5px;
}
.course-content .col-md-4 {
  margin: 8px 0;
}
.course-content h4 {
  font-size: 16px;
  text-align: left; 
  border-bottom: 2px solid var(--primary);
  padding-bottom: 10px;
}
.course-content p {
  margin: 0 auto;
  width: 60%;
  font-size: 16px;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  box-shadow: 1px 2px 3px 1px #00000029;
  border-radius: 5px;
  background: var(--secondary);
}
.accordian_box {
  margin: 0 0 20px;
}
.accordian_head::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 30%;
  width: 30px;
  height: 30px;
  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;
}
.course-content ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
.course-content ul+ul {
  margin: 0;
}
.course-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 10px;
}
.course-content .moreDesc {
  margin: -10px 0;
}
.course-content p.readLess {
  margin: 15px 0 0;
}
.course-content p.readMore {
  margin: 0;
}

/* certiicate */
.certificate {
  padding: 20px 0;
}
.certificate .certificate-bg {
  background: var(--secondary);
  padding: 0 0 30px;
}
.certificate .main-section {
  margin: 0 0 30px;
}
.certificate img {
  width: 520px;
  border-radius: 5px;
  height: auto;
}
.certificate  .main-section img:nth-child(2) {
  margin: 100px 0 0 -100px;
  width: 500px;
  box-shadow: 1px 2px 8px 2px #00000029;
}

/* coordinator */
.coordinator {
  padding: 50px 0;
}
.coordinator-card {
  background: url('../images/bg-coordinator.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.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 40px;
}
.coordinator .testimonialCard p  {
  font-weight: 300;
}
.coordinator .testimonialCard p strong {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.coordinator .testimonialCard p small {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
}
.coordinator-text {
  margin: 40px 0 0;
}

/* download brochure */
.download {
  padding: 150px 0 50px;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)),
    url('../images/bottom.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.download button {
  width: 400px !important;
  margin: 0 auto;
}

/* 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;
  color: transparent;
  background: #707070;
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--primary);
}

/* footer */

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

footer p {
  color: #000;
}

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

  .tools .img-card {
    background: #fff;
    width: 90%;
    height: 160px;
    box-shadow: 4px 4px 12px #00000029;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
  }

  .tools .img-card img{
    width: auto;
  }

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

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

  /* Glasgow  coordinators*/
  .testimonials {
      padding: 30px 0;
  }
  .testimonials .testimonialCard {
      border-radius: 5px;
      padding: 20px;
      border: 1px solid var(--primary);
      text-align: center;
  }

  .testimonials .designation small {
      font-weight: 500 !important;
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 12px !important;
  }

  .testimonialCard p.quote {
      margin: 0 0 10px !important;
  }
  .testimonialCard a {
      font-size: 14px;
      line-height: 20px;
  }