/* Style: Partner School */
@media (min-width: 992px) and (max-width: 1650px) {
  .section-partner-school-details-title {
    font-size: 2.45vw !important;
  }
}

/* Section: Section Partner School Details */
.section-partner-school-details {
  color: black;
  padding-bottom: 320px;
  padding: 95px 0;
}

.section-partner-school-details-des {
  margin-bottom: 95px;
}

.section-partner-school-details-boxs {
  display: flex;
}

.section-partner-school-details-box-left {
  position: relative;
  flex: 1;
}

.section-partner-school-details-image {
  width: 80%;
} 

.partner-school-img-a {
  position: relative;
  max-width: auto;
  max-width: initial;
  width: 100%;
  z-index: 1;
}

.partner-school-img-b {
  position: relative;
  left: 40%;
  margin-top: -125px;
  max-width: auto;
  max-width: initial;
  width: 108%;
}

.section-partner-school-details-box-right {
  flex: 1;
}

.section-partner-school-details-title-2 {
  line-height: 1.2em;
  margin-bottom: 50px;
  white-space: pre-wrap;
}

.section-partner-school-details-des-2 {
  padding-left: 170px;
  max-width: 560px;
  white-space: pre-wrap;
}

@media (min-width: 1400px) {
  .partner-school-img-b {
    width: 105%;
  }
}

@media (max-width: 991px) {
  .section-partner-school-details {
    padding: 50px 0;
  }

  .section-partner-school-details-des {
    margin-bottom: 50px;
  }

  .section-partner-school-details-des-2 {
    padding-left: 120px;
    max-width: auto;
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .section-partner-school-details-boxs {
    flex-direction: column;
  }

  .section-partner-school-details-image {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
  } 

  .section-partner-school-details-image::after {
    padding-top: 0;
  }

  .partner-school-img-a {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }

  .partner-school-img-b {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .section-partner-school-details-title-2 {
    margin-bottom: 20px;
  }

  .section-partner-school-details-des-2 {
    padding-left: 0;
  }
}









/* Section: Section Student Testimonial */
.section-student-testimonial {
  background-color: black;
  color: white;
  padding-top: 60px;
  padding-bottom: 80px;
}

.student-testimonial-title {
  margin-bottom: 140px;
  position: relative;
  line-height: 1.2em;
  display: inline-block;
}

.student-testimonial-title::after {
  content: '';
  display: block;
  height: 8px;
  background-color: white;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.student-testimonial-header {
  display: flex;
}

.student-testimonial-header-details {
  margin-left: 27%;
  max-width: 380px;
}

.student-testimonial-items {
  margin: 0 -18px;
}

.student-testimonial-item {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  width: 33.33%;
}

.student-testimonial-details {
  margin-bottom: 30px;
}

.student-testimonial-divide {
  width: 100%;
  height: 2px;
  background-color: white;
  margin-top: auto;
}

.student-profile {
  display: flex;
  padding-top: 25px;
}

.student-profile .ds-text-sm {
  line-height: 1.4em;
}

.student-thumbnail {
  margin-right: 15px;
  position: relative;
  min-width: 86px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
}

.student-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.student-name {
  margin-bottom: 4px;
}

.student-details {
  height: 100px;
}

.student-testimonial-navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.student-testimonial-nav {
  font-size: 20px;
  cursor: pointer;
}

.student-testimonial-nav.-next {
  transform: rotate(180deg);
}

@media (max-width: 1399px) {
  .student-testimonial-navs {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .section-student-testimonial {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .student-testimonial-title::after {
    height: 6px;
  }

  .student-testimonial-title {
    margin-bottom: 100px;
  }

  .student-profile {
    flex-direction: column;
    padding-top: 17px;
  }

  .student-thumbnail {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .student-testimonial-details {
    margin-bottom: 20px;
  }

  .student-testimonial-navs {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .student-testimonial-header {
    flex-direction: column;
  }

  .student-testimonial-title {
    display: inline-block;
    margin-bottom: 25px;
  }

  .student-testimonial-title::after {
    height: 4px;
    bottom: -10px;
  }

  .student-testimonial-header-details {
    margin-left: 0;
    max-width: auto;
    max-width: initial;
    margin-bottom: 10px;
  }

  .student-testimonial-items {
    flex-direction: column;
  }

  .student-testimonial-item {
    padding: 35px;
    padding-bottom: 0;
    width: 100%;
  }

  .student-testimonial-navs {
    padding-top: 45px;
  }
}
