.review {
  font-size: 30px;
  font-weight: 600;
  padding: 30px 0;
}

.name {
  font-size: 18px;
  color: #c1e718;
  margin: 0;
}

.job {
  color: #c8c8c8;
  font-size: 14px;
}

.fa-minus {
  font-size: 14px;
}

.carousel-indicators {
  bottom: -20px;
  right: 0;
  margin: 0;
}

  .carousel-indicators [data-bs-target ] {
    height: 10px;
    border: 2px solid black;
    width: 10px;
    background-color: inherit;
    border-radius: 50%;
  }

  .carousel-indicators .active {
    border: 2px solid transparent;
    background-color: #c1e718;
  }

.left {
  color: rgb(20, 20, 20);
  font-weight: 600;
}

.right {
  color: rgb(12, 12, 12);
  font-weight: 600;
}

.carousel-control-next, .carousel-control-prev {
  position: relative;
}

.review {
  font-size: 14px;
  font-weight: 600;
}

.name {
  font-size: 13px;
}

.job {
  font-size: 10px;
}

.right {
  font-size: 12px;
}

.left {
  font-size: 12px;
}

.carousel-indicators [data-bs-target ] {
  height: 8px;
  border: 1px solid white;
  width: 8px;
  background-color: inherit;
  border-radius: 50%;
}

.carousel-indicators .active {
  border: 1px solid transparent;
  background-color: #c1e718;
}



#more {
  display: none;
}

#mores {
  display: none;
}
#Mores {
  display: none;
}

#MoresRead{
    display:none;
}

#ApiDevelopment {
  display: none;
}

#SoftWare {
  display: none;
}
@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 25px !important;
  }
}

@media (max-width: 768px) {
  #nextbtn {
    display:none;
  }
  #prevbtn{
      display:none;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */

.TrainUWise-section .benifits img {
    width: 24px;
    height: 24px;
    margin-right:0.2rem;
}
.TrainUWise-section .benifits {
    display:flex;
}


