﻿.student-comment-rating-half-star {
  z-index: -999999;
  position: absolute;
}
.student-comments-section {
  background-color: #234465;
  padding: 25px 0;
}
.student-comments-section .student-comments-mobile-slider {
  display: none;
  width: 96%;
}
@media only screen and (max-width: 900px) {
  .student-comments-section .student-comments-mobile-slider {
    display: block;
  }
}
.student-comments-section .student-comments-mobile-slider .slick-slide {
  margin-right: 12px;
}
.student-comments-section .student-comments-mobile-slider .student-comment-rating {
  justify-content: left;
  margin: 15px 0;
}
.student-comments-section .student-comments-mobile-slider .student-comment-header-wrapper {
  display: flex;
  align-items: center;
}
.student-comments-section .student-comments-mobile-slider .student-comment-header-wrapper .student-comment-header {
  padding-left: 20px;
  text-align: left;
}
.student-comments-section .student-comments-mobile-slider .student-comment-header-wrapper span {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 7px;
}
.student-comments-section .student-comments-mobile-slider .slick-dots {
  text-align: center;
}
.student-comments-section .student-comments-mobile-slider .slick-dots li {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: #FFF;
  transition: all 0.3s ease-in;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
}
.student-comments-section .student-comments-mobile-slider .slick-dots li button:before {
  color: transparent;
}
.student-comments-section .student-comments-mobile-slider .slick-dots li.slick-active {
  width: 22px;
  opacity: 1;
  border-radius: 25px;
}
.student-comments-section .student-comments-mobile-slider .slick-dots li.slick-active button:before {
  color: transparent;
}
.student-comments-section .student-comments-mobile-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.student-comments-section .student-comments-mobile-slider .slick-prev {
  border-radius: 50%;
  background: #FFF;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 20px;
  left: calc(100% - 122px) !important;
  padding: 5px 8px 4px 6px;
}
.student-comments-section .student-comments-mobile-slider .slick-prev:before {
  font-size: 20px !important;
}
.student-comments-section .student-comments-mobile-slider .slick-next {
  border-radius: 50%;
  background: #FFF;
  width: 52px;
  height: 52px;
  position: absolute;
  right: -10px;
  top: 20px;
  padding: 7px 4px 6px;
}
.student-comments-section .student-comments-mobile-slider .slick-next:before {
  font-size: 20px !important;
  padding: 5px 2px 4px 6px;
}
.student-comments-section .student-comments-mobile-slider .slick-disabled {
  display: none !important;
}
.student-comments-section .student-comments-slider {
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .student-comments-section .student-comments-slider {
    display: none;
  }
}
@media (min-width: 1200px) {
  .student-comments-section .student-comments-slider {
    height: 220px;
    max-height: 220px;
  }
}
.student-comments-section .student-comments-slider.slick-slider {
  margin: 0;
}
.student-comments-section .student-comments-slider .slick-track {
  display: flex;
}
.student-comments-section .student-comments-slider .slick-prev,
.student-comments-section .student-comments-slider .slick-next {
  width: 52px;
  height: 52px;
  opacity: 0.8;
}
.student-comments-section .student-comments-slider .slick-prev:before,
.student-comments-section .student-comments-slider .slick-next:before {
  content: none;
}
.student-comments-section .student-comments-slider .slick-prev:hover,
.student-comments-section .student-comments-slider .slick-next:hover {
  opacity: 1;
}
.student-comments-section .student-comments-slider .slick-prev {
  background: url('/Content/images/icons/slider-arrow-next-light2.svg');
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.student-comments-section .student-comments-slider .slick-next {
  background: url('/Content/images/icons/slider-arrow-next-light2.svg');
  right: 0;
}
@media (min-width: 1200px) {
  .student-comments-section .student-comments-slider .slick-next {
    margin-right: unset;
  }
}
@media (min-width: 1366px) {
  .student-comments-section .student-comments-slider .slick-next {
    margin-right: -29px;
  }
}
.student-comments-section .student-comments-slider .student-comment-slide {
  display: flex;
  align-items: center;
  justify-items: center;
  height: auto;
  padding: 0 30px;
}
@media (min-width: 600px) {
  .student-comments-section .student-comments-slider .student-comment-slide {
    padding: 0 50px;
  }
}
@media (min-width: 900px) {
  .student-comments-section .student-comments-slider .student-comment-slide {
    padding: 0 100px;
  }
}
.student-comments-section .student-comment {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .student-comments-section .student-comment {
    grid-template-columns: 140px 1fr;
    grid-column-gap: 30px;
  }
}
.student-comments-section .student-comment-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .student-comments-section .student-comment-image-wrapper {
    justify-content: unset;
    margin-bottom: 0;
  }
}
.student-comments-section .student-comment-image {
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.student-comments-section .student-comment-text-wrapper {
  display: flex;
  flex-flow: column;
}
.student-comments-section .student-comment-name,
.student-comments-section .student-comment-text {
  color: #FFF;
}
.student-comments-section .student-comment-name,
.student-comments-section .student-comment-occupation {
  text-align: center;
}
@media (min-width: 900px) {
  .student-comments-section .student-comment-name,
  .student-comments-section .student-comment-occupation {
    text-align: left;
  }
}
.student-comments-section .student-comment-name {
  margin-bottom: 5px;
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.student-comments-section .student-comment-occupation {
  color: #B2B2B2;
  margin-bottom: 10px;
}
.student-comments-section .student-comment-rating {
  display: flex;
  justify-content: center;
  flex-flow: row;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .student-comments-section .student-comment-rating {
    justify-content: unset;
  }
}
.student-comments-section .student-comment-rating .student-comment-rating-star:not(:last-child) {
  margin-right: 10px;
}
.student-comments-section .student-comments-section-softuni-logo-wrapper {
  position: relative;
  display: none;
}
@media (min-width: 1200px) {
  .student-comments-section .student-comments-section-softuni-logo-wrapper {
    display: block;
  }
}
.student-comments-section .student-comments-section-softuni-logo-wrapper .student-comments-section-softuni-logo {
  position: absolute;
  right: 0px;
  top: -245px;
}