.slider-container {
  position: relative;
  height: 800px;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  text-indent: 4px;
  font-weight: bold;
}
.slider-container .img-holder {
  width: 400px;
  height: 800px;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 99;
}
.slider-container .img-holder img {
  margin-top: 5px;
}
.slider-container .img-holder video {
  width: 100%;
  height: 100%;
  position: relative;
}
.controller {
  top: 120px;
  left: 20px;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.slider-wrap {
  width: 800px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  top: 150px;
  left: 130px;
  cursor: pointer;
  margin: 0 auto;
}
.slider-wrap .scroller {
  width: 100px;
  height: 15px;
  background-color: #ddd;
  border-radius: 10px;
  position: absolute;
  left: 0px;
}
/* For reflection */
.slider-container .img-ref {
  position: relative;
  left: 0;
  z-index: -1;
}
.slider-container .img-ref img {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.slider-container .img-ref:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, rgba(255, 255, 255, 0)), color-stop(40% rgba(255, 255, 255, 0.67)), color-stop(65% #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.67) 40%, #fff 65%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.67) 40%, #fff 65%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.67) 40%, #fff 65%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.67) 40%, #fff 65%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.67) 40%, #fff 65%);
}
.faqs .accordion .accordion-item {
  background-color: #fcf5eb;
  color: #c53771 !important;
  border: none;
}
.faqs .accordion .accordion-button {
  background-color: #fcf5eb;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Adeston-Regular", sans-serif;
  color: #c53771 !important;
  box-shadow: none !important;
  padding: 1rem 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
  padding-left: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
.accordion-collapse {
  border-top: 1px solid #c53771;
}
/* MEDIA QUERY */
@media screen and (max-width: 1400px) {
  .slider-container {
    height: 600px;
  }
  .slider-container .img-holder {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .slider-container .img-holder video {
    width: 180px;
  }
  .slider-container .img-holder {
    width: 180px;
    height: auto;
  }
  .slider-container {
    height: 320px;
  }
}