/*
 Theme Name:     Halcyon 
 Theme URI:      https://www.detype.com
 Description:    Custom theme
 Author:         DeType
 Author URI:     https://www.detype.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
.testimonials_wrapper .testimonial_slider {
  margin-top: 40px;
}

.testimonials_wrapper .testimonial_slider .testimonial blockquote {
  border: none;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  color: #FFF;
  padding: 0;
  margin: 0;
}

.testimonials_wrapper .testimonial_slider .testimonial .footer {
  margin-top: 20px;
}

.testimonials_wrapper .testimonial_slider .testimonial .footer .author_info .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #FFF;
}

.testimonials_wrapper .dots_nav {
  margin-top: 40px;
}

.testimonials_wrapper .dots_nav ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials_wrapper .dots_nav ul.slick-dots li {
  margin-right: 10px;
}

.testimonials_wrapper .dots_nav ul.slick-dots li button {
  text-indent: -999em;
  background-color: #fff;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
}

.testimonials_wrapper .dots_nav ul.slick-dots li.slick-active button {
  background-color: #99fff5;
}

/*---------- Testimonal Main ------------*/
.testimonial_content_main {
  width: 100%;
}
.testimonial_content_main .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 20px 0px;
}
.testimonial_content_main .slick-slide {
  height: inherit !important;
}
.testimonial_content_main .testimonial-slide-wrap {
  padding: 20px;
  padding-bottom: 40px;
}
.testimonial_content_main .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.testimonial_content_main .slick-dots li {
  margin-right: 10px;
}
.testimonial_content_main .slick-dots li.slick-active button {
  background-color: #bfc0f8;
}
.testimonial_content_main .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #000;
  border: none;
  cursor: pointer;
  text-indent: -999em;
}

.testimonial_content_main .testimonials-main {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 6px -2px;
          box-shadow: 0px 0px 6px -2px;
  padding: 30px;
  height: calc(100% + 40px);
  position: relative;
}
.quote_icon_testi {
  width: 40px;
  padding-bottom: 40px;
}

.quote_icon_testi img {
  display: block;
}

.testimonials-main .testi-descr {
  font-size: 18px;
  padding-bottom: 18px;
}

.name-testimonal {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 22px;
}

@media (max-width: 700px) {
  .testimonial_content_main .testimonials-main {
    width: 100%;
  }
}