.testimonial {
  padding-top: 86px;
}
.testimonial .section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonial .section-title .title {
  position: relative;
  display: inline-table;
  z-index: 1;
}
.testimonial .section-title .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -124px;
  width: 170px;
  height: 170px;
  background: url("../images/stickers/futures-echo.svg") no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.testimonial .testimonial-section .slick-prev,
.testimonial .testimonial-section .slick-next {
  top: -80px;
  width: 48px;
  height: 48px;
  transform: none;
}
.testimonial .testimonial-section .slick-prev {
  right: 62px;
  left: unset;
}
.testimonial .testimonial-section .slick-next {
  right: 0;
}
.testimonial .testimonial-section .slick-slide {
  margin: 0 12px;
  padding: 24px 20px;
  background: #F7F6F6;
  border-radius: 12px;
  overflow: hidden;
  height: inherit;
  border: 1px solid rgba(21, 20, 25, 0.1);
}
.testimonial .testimonial-section .slick-slide:first-child {
  margin-left: 0;
}
.testimonial .testimonial-section .slick-slide:last-child {
  margin-right: 0;
}
.testimonial .testimonial-section .slick-track {
  margin-left: 0;
  display: flex;
}
.testimonial .testimonial-section .testi-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 0px;
  height: 100%;
}
.testimonial .testimonial-section .testi-wrap .content-wrap {
  padding: 16px 0 0;
  font-size: 20px;
  line-height: 1.4;
  height: calc(100% - 247px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial .testimonial-section .testi-wrap .content-wrap .testimonial-desc {
  color: #151419;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.testimonial .testimonial-section .testi-wrap .content-wrap .testimonial-desc span {
  font-size: inherit;
}
.testimonial .testimonial-section .testi-wrap .content-wrap .btm-25 {
  bottom: 25px;
}
.testimonial .testimonial-section .testi-wrap .name-course {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #151419;
  font-weight: 500;
  min-height: 90px;
}
.testimonial .testimonial-section .testi-wrap .name-course .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial .testimonial-section .testi-wrap .name-course .name-wrapper .name {
  font-family: "Queens";
  font-size: 24px;
  line-height: 1.4;
  color: #151419;
  letter-spacing: normal;
}
.testimonial .testimonial-section .testi-wrap .name-course .name-wrapper .rating {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 12px;
  border-radius: 18px;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(21, 20, 25, 0.1);
}
.testimonial .testimonial-section .testi-wrap .name-course .name-wrapper .rating .rating-number {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #151419;
}
.testimonial .testimonial-section .testi-wrap .name-course .name-wrapper .rating img {
  max-width: 14px;
}
.testimonial .testimonial-section .testi-wrap .name-course .course {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
.testimonial .testimonial-section .testi-wrap .name-course .course .bullet {
  font-size: 20px;
  font-weight: bold;
  font-family: "Queens";
}
.testimonial .testimonial-section .testi-wrap .name-course .batch {
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
.testimonial .testimonial-section .testi-wrap .name-course .location {
  font-size: inherit;
  letter-spacing: 0.1em;
  color: inherit;
  font-weight: inherit;
  white-space: nowrap;
  margin-bottom: 8px;
}
.testimonial .testimonial-section .testi-wrap .testimonial-img {
  height: auto;
  border-radius: 12px;
  max-height: 247px;
  min-height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .testimonial-section .testi-wrap.video-testi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial .testimonial-section .testi-wrap.video-testi .content-wrap {
  padding: 16px 0 0;
  justify-content: center;
  height: auto;
  min-height: unset;
}
.testimonial .testimonial-section .testi-wrap.video-testi .video-img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.testimonial .testimonial-section .testi-wrap.video-testi .img-wrap {
  position: relative;
  display: block;
  flex: 0 0 auto;
  height: calc(100% - 106px);
}
.testimonial .testimonial-section .testi-wrap.video-testi .img-wrap .play-ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  z-index: 2;
  color: #000;
}
.testimonial .testimonial-section .testi-wrap.video-testi .img-wrap .play-ic img {
  width: 69px;
}
.testimonial .testimonial-section .testi-wrap.video-testi .img-wrap .play-ic:hover:after {
  background: #fff;
}
.testimonial .testimonial-section .testi-wrap.video-testi .video-testi {
  cursor: pointer;
}
.testimonial .testimonial-section .testi-wrap.video-testi .video-testi img {
  z-index: 1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .slick-dots li button {
  height: 20px !important;
}
.testimonial .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.testimonial .testi-read-more {
  font-size: inherit;
  background: none;
  color: inherit;
  padding: 0;
  display: inline;
  font-weight: bold;
  text-decoration: underline;
}
.testimonial .testi-read-more:hover {
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  transform: none;
}
.testimonial #readMore_popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 630px;
}
.testimonial #readMore_popup .popup-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.testimonial #readMore_popup .popup-content .image-wrapper {
  display: flex;
  gap: 24px;
}
.testimonial #readMore_popup .popup-content .image-wrapper .popup-image {
  max-width: 100%;
  height: auto;
  width: 360px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
}
.testimonial #readMore_popup .popup-content .image-wrapper .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial #readMore_popup .popup-content .image-wrapper .info p {
  margin-bottom: 2px;
}
.testimonial #readMore_popup .popup-content .image-wrapper .popup-name {
  font-size: 24px;
  color: #151419;
  font-family: "Queens";
  line-height: 24px;
}
.testimonial #readMore_popup .popup-content .image-wrapper .popup-location {
  font-size: 16px;
  color: #151419;
}
.testimonial #readMore_popup .popup-content .popup-desc {
  font-size: 20px;
  color: #151419;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1920px) {
  .testimonial .section-title {
    font-size: 48px;
  }
}
@media (max-width: 1599.98px) {
  .testimonial .section-title .title::after {
    bottom: 0px;
    right: -110px;
    width: 9.517vw;
    height: 9.517vw;
    min-width: 80px;
    min-height: 80px;
  }
  .testimonial .testimonial-section .slick-slide {
    padding: 16px 14px;
    margin: 0 10px;
    border-radius: 9px;
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .img-wrap {
    height: calc(100% - 82px);
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .img-wrap .play-ic img {
    width: 49px;
    max-width: 49px;
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .content-wrap {
    padding: 10px 0 0;
  }
  .testimonial .testimonial-section .testimonial-section .slick-slide {
    margin: 0 10px;
    padding: 16px 14px 10px;
  }
  .testimonial .testimonial-section .testi-wrap .testimonial-img {
    max-height: 176px;
    min-height: 176px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 9px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap {
    padding: 10px 0 0;
    height: calc(100% - 176px);
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #151419;
    font-weight: 500;
    min-height: 72px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper {
    margin-bottom: 4px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .name {
    font-family: "Queens";
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    padding: 4px 0 0;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating {
    padding: 4px 8px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating .rating-number {
    font-size: 12px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating img {
    max-width: 10px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .course {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .course .bullet {
    font-size: 20px;
    font-weight: bold;
    font-family: "Queens";
    line-height: 1.2rem;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .batch {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .location {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-weight: inherit;
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .testimonial-desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .testimonial .testi-read-more {
    font-size: inherit;
  }
  .testimonial #readMore_popup .popup-content .popup-desc {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .testimonial {
    padding-top: 80px;
  }
  .testimonial .section-title .title::after {
    bottom: 14px;
    width: 130px;
    height: 130px;
    right: -100px;
  }
  .testimonial .testimonial-section {
    margin: 0 -4.2vw;
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .img-wrap {
    height: calc(100% - 107px);
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .img-wrap .play-ic img {
    width: 72px;
    max-width: unset;
  }
  .testimonial .testimonial-section .slick-slide {
    margin: 0 10px;
    padding: 20px;
  }
  .testimonial .testimonial-section .slick-slide:first-child {
    margin-left: -10px;
  }
  .testimonial .testimonial-section .slick-slide:last-child {
    margin-right: -10px;
  }
  .testimonial .testimonial-section .slick-list {
    padding: 0 4.2vw;
  }
  .testimonial .testimonial-section .testi-wrap .testimonial-img {
    max-height: 285px;
    min-height: 285px;
    width: 100%;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap {
    padding: 10px 0 0;
    height: calc(100% - 285px);
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course {
    min-height: 97px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .name {
    font-size: 24px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating {
    padding: 3px 6px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating .rating-number {
    font-size: 14px;
    line-height: 1rem;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating img {
    max-width: 16px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .location,
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .course {
    font-size: 16px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .location {
    margin-bottom: 10px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .testimonial-desc {
    font-size: 16px;
  }
  .testimonial #readMore_popup .popup-content .popup-desc {
    font-size: 20px;
  }
  .testimonial #readMore_popup {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .testimonial .slick-dots {
    padding-top: 10px;
  }
  .testimonial .testimonial-section {
    margin: 0 -20px;
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .img-wrap {
    height: calc(100% - 115px);
  }
  .testimonial .testimonial-section .slick-list {
    padding: 0 20px;
  }
  .testimonial .testimonial-section .slick-slide {
    margin: 0 8px;
    padding: 16px;
  }
  .testimonial .testimonial-section .slick-slide:first-child {
    margin-left: 0;
  }
  .testimonial .testimonial-section .slick-slide:last-child {
    margin-right: 0;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap {
    padding: 16px 0 0;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .testimonial-desc {
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .name {
    font-size: 24px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating {
    border-radius: 12px;
    min-width: 50px;
    gap: 4px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating .rating-number {
    font-size: 12px;
    line-height: 1rem;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .rating img {
    max-width: 9px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .location {
    font-size: 14px;
  }
  .testimonial .testimonial-section .testi-wrap.video-testi .content-wrap {
    padding: 18px 0 0;
  }
  .testimonial .section-title .title::after {
    width: 76px;
    height: 76px;
    right: -76px !important;
  }
  .testimonial #readMore_popup .popup-content {
    flex-direction: column;
    margin-top: 24px;
  }
  .testimonial #readMore_popup .popup-content .image-wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
  }
  .testimonial #readMore_popup .popup-content .image-wrapper .popup-image {
    width: 100%;
  }
  .testimonial .popup .close-btn {
    top: 14px;
    right: 14px;
  }
  .testimonial #readMore_popup .popup-content .popup-desc {
    font-size: 18px;
  }
  .testimonial #readMore_popup {
    width: 92%;
    max-width: 440px;
  }
}
@media (max-width: 390px) {
  .testimonial {
    overflow: hidden;
  }
  .testimonial .section-title .title::after {
    width: 76px;
    height: 76px;
    right: -66px !important;
  }
  .testimonial .testimonial-section {
    margin: 0 -16px;
  }
  .testimonial .testimonial-section .slick-slide {
    margin: 0 8px;
    padding: 16px;
  }
  .testimonial .testimonial-section .slick-list {
    padding: 0 16px;
  }
  .testimonial .testimonial-section .testi-wrap img {
    max-height: 285px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap {
    padding: 10px 0 0;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .name-wrapper .name {
    font-size: 20px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .location {
    font-size: 14px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .course {
    font-size: 14px;
  }
  .testimonial .testimonial-section .testi-wrap .content-wrap .name-course .testimonial-desc {
    font-size: 16px;
    -webkit-line-clamp: 13;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .testimonial {
    padding-top: 50px;
  }
}/*# sourceMappingURL=testimonials.css.map */