/* Start Customer Review CSS */

.nxtcode-review__carousel {
  margin: 0 -15px;
}

.nxtcode-review__carousel .nxtcode-review__info {
  margin: 15px 15px;
}

.nxtcode-review__carousel .nxtcode-review__info-one {
  display: flex;
}

.nxtcode-review__carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.nxtcode-review__carousel.slick-initialized {
  visibility: visible;
  opacity: 1;    
}

.nxtcode-review__carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  font-size: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  border-top: 2px solid #bfbfbf;
  padding: 5px;
  cursor: pointer;
}

.nxtcode-review__carousel .slick-prev.slick-arrow {
  left: -10px;
  border-right: 2px solid #bfbfbf;
  transform: rotate(-135deg);
}

.nxtcode-review__carousel .slick-next.slick-arrow {
  right: -10px;
  border-left: 2px solid #bfbfbf;
  transform: rotate(135deg);
}

.nxtcode-review__carousel .slick-arrow:hover {
  border-color: #000;
}

.nxtcode-review__carousel .slick-arrow:focus {
  outline: 0px solid #bfbfbf;
}

.nxtcode-review__carousel .slick-dots {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nxtcode-review__carousel .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.nxtcode-review__carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nxtcode-review__carousel .slick-dots li button:before {
  color: #cccccc;
}

.nxtcode-review__carousel .slick-dots .slick-active button:before,
.nxtcode-review__carousel .slick-dots li button:hover:before {
  color: #242424;
}

.nxtcode-review__carousel .slick-dots .slick-active button:before, 
.nxtcode-review__carousel .slick-dots li button:hover:before {
  transform: scale(1.5);
}

/* End Customer Review CSS */

/* Start Customer Review One CSS */

/* End Customer Review One CSS */

/* Start Customer Review Two CSS */

/* End Customer Review Two CSS */

/* Start Customer Review Three CSS */

/* End Customer Review Three CSS */

/* Start Customer Review Four CSS */

/* End Customer Review Four CSS */