a:hover {
  cursor: pointer;
}

.banner {
  background-image: url('./../../spinlife-difference/images/banner-testimonials.png');
  height: 384px;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-size: cover;
}

.banner-container {
  width: 1230px;
  margin: 0 auto;
}

.banner h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 10px;
  margin-top: 0;
}

.banner p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .47px;
}

.testimonials-container {
  max-width: 1430px;
  margin: 0 auto;
}

.company-rating-logo {
  text-align: center;
}

.company-rating-logo img {
  min-width:120px;
}

.company-rating-logo div.rating-text {
  margin-top:10px;
}

.breadcrumbs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  position: relative;
  top: -20px;
  height: 40px;
  border-radius: 15px;
  padding: 0 30px;
}

.breadcrumbs .arrow-right {
  background-image: url('./../../spinlife-difference/images/arrow-right.svg');
  display: block;
  width: 6px;
  background-size: contain;
  height: 10px;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-position: center;
}

.breadcrumbs li {
  list-style-type: none;
}

.breadcrumbs li a {
  text-decoration: none;
}

.highly-rated {
  margin-top: 10px;
}

.highly-rated,
.large-testimonial {
  background-color: #fff;
  padding: 0 40px 40px;
  border-radius: 15px;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: space-between;
}

.large-testimonial {
  padding: 0 40px 0 0;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
}

h2.title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: .95px;
}

.highly-rated-text p {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .17px;
}

.highly-rated img {
  margin: 0 15px 10px;
}

.rating {
  width: 185px;
  height: 33px;
  background-size: cover;
}

.rating-5 {
  background-image: url('./../../spinlife-difference/images/rating-5.svg');
}

.large-testimonial .message,
.message-quote {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: .63px;
  position: relative;
  margin-top: 16px;
}

.large-testimonial .message::before {
  content: '';
  background-image: url('./../../spinlife-difference/images/quote-left.svg');
  width: 66px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -95px;
  top: 8px;
}

.large-testimonial .message::after {
  content: '';
  background-image: url('./../../spinlife-difference/images/quote-right.svg');
  width: 66px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -55px;
}

.testimonial-text {
  padding: 0 35px;
}

.testimonial-text .name {
  font-size: 19px;
  line-height: 22px;
  letter-spacing: .5px;
  margin: 20px 0 0 0;
}

.testimonial-text .country,
.testimonial-text .small {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.separate-sections {
  width: 370px;
  background-color: #E1E2E3;
  border: 1px solid #E1E2E3;
  margin: 100px auto;
}

.testimonial-library {
  background-color: #fff;
  padding: 10px 0 55px 0;
  text-align: center;
  margin-top: 50px;
}

.testimonial-library .title {
  margin-bottom: 15px;
}

.subtitle {
  font-size: 16px;
  color: #4A4A4A;
}

.search-testimonial-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.search-testimonial-container p {
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
}

.search-testimonial-container .source {
  margin-right: 32px;
}

select {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #E1E2E3;
  border-radius: 10px;
  height: 50px;
  width: 470px;
  padding: 0 10px;
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("./../../spinlife-difference/images/arrow-down-orange.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 20px;
}

select:focus {
  outline: 0;
}

.orange-btn {
  height: 51px;
  line-height: 51px;
  background-color: #D46027;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 55px;
  transition: .5s;
}

.orange-btn:hover {
  cursor: pointer;
  background-color: #f88146;
}

.text-testimonial {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #E1E2E3;
  position: relative;
  margin-bottom: 30px;
}

.text-testimonial .message {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .47px;
  width:100%;
  color: #4A4A4A;
}

.read-all {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .17px;
  color: rgb(85, 26, 139);
  text-decoration: underline;
  width:100%;
}

.read-all:hover,
.close-icon:hover {
  cursor: pointer;
}

.footer-testimonial {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  bottom: 25px;
  color: #4A4A4A;
}

.testimonial {
  position: relative;
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  width: calc(100% - 53px);
  margin-bottom: .75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.testimonial.hide-me {
  display:none;
}

.flex-wrapper {
  display:flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.message-image-testimonial.testimonial {
  display: none;
}

.testimonials-grid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin-top: 50px;
}

.video-testimonial {
  width: 700px;
}

.video-testimonial .video {
  background-image: url('./../../spinlife-difference/images/video-testmonial-img.jpg');
  height: 385px;
  position: relative;
}

.play-icon {
  background-image: url('./../../spinlife-difference/images/play-icon-white.svg');
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.video-testimonial-text {
  padding: 25px 30px;
  background-color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  position: relative;
  height: 100px;
  border-bottom: 1px solid #E1E2E3;
  border-left: 1px solid #E1E2E3;
  border-right: 1px solid #E1E2E3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.testimonial-website-corner {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

.message-image-testimonial {
  width: 700px;
  display: flex;
  flex-flow: row;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E1E2E3;
  height: 540px;
  overflow: hidden;
  position: relative;
}

.message-text-tesimonial {
  width: 39%;
  padding: 70px 35px 30px 35px;
  float: left;
}

.image-testimonial {
  width: 50%;
  height: 100%;
}

.message-quote:before,
.message-quote:after {
  content: '';
  position: absolute;
  width: 66px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}

.message-quote:before {
  background-image: url('./../../spinlife-difference/images/quote-left.svg');
  top: -55px;
}

.message-quote:after {
  background-image: url('./../../spinlife-difference/images/quote-right.svg');
  bottom: -55px;
  right: 0;
}

.message-image-testimonial .testimonial-website {
  margin-top: 0;
}

.show-more {
  text-align: center;
  display: block;
  font-size: 19px;
  margin-top: 37px;
  font-weight: 500;
  padding-bottom:50px;
}

.customer-stories {
  text-align: center;
}

.video-story {
  height: 750px;
  background-image: url('./../../spinlife-difference/images/video-story.jpg');
  border-radius: 15px;
  background-size: cover;
  position: relative;
  margin: 94px 0;
}

.customer-stories .subtitle {
  line-height: 24px;
  margin: 0 auto;
}

.case-study-carousel {
  margin: 50px 0;
}

.slick-center {
  transform: scale(1.08);
}

.case-study-content.slick-center {
  transition: .5s all;
}

.case-study-carousel .case-study-content {
  display: flex;
  flex-flow: row;
  margin: 50px 30px;
  border-radius: 25px;
  border: 1px solid #E1E2E3;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 22px -9px rgba(166, 166, 166, 1);
  -moz-box-shadow: 0 12px 22px -9px rgba(166, 166, 166, 1);
  box-shadow: 0 12px 22px -9px rgba(166, 166, 166, 1);
}

.case-study-carousel .slick-next {
  right: 15px;
  top: 100%;
}

.social-container .slick-next {
  right: -70px;
}

.case-study-carousel .slick-next,
.social-container .slick-next {
  background-image: url('./../../spinlife-difference/images/arrow-down-orange.svg');
  transform: rotate(270deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  z-index: 2;
}

.social-container .slick-track {
  height: 350px;
}

.social-container .slick-prev,
.case-study-carousel .slick-prev {
  background-image: url('./../../spinlife-difference/images/arrow-down-orange.svg');
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  z-index: 2;
}

.social-container .slick-prev {
  left: -70px;
}

.social-carousel img {
  width: 100%;
}

.case-study-carousel .slick-prev {
  top: 100%;
}

.social-carousel {
  margin: 95px 0 120px 0;
  width: 90%;
  margin: 50px auto;
}

.popup-read-all {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  width: 550px;
  padding: 20px;
  height: auto;
  display: table;
  margin: auto;
  border-radius: 10px;
  transform: scale(0);
}

.popup-read-all .rating {
  margin: 0;
}

.popup-read-all.active {
  transform: scale(1);
}

.close-icon {
  background-image: url('./../../spinlife-difference/images/close-red.svg');
  width: 13px;
  height: 13px;
  position: absolute;
  top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  content: '';
}

.overlay-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgb(13 13 13 / 58%);
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}

.overlay-popup.active {
  visibility: visible;
  opacity: 1;
}

.popup-read-all .footer-testimonial {
  position: unset;
  margin-top: 75px;
  font-weight: 500;
}

.popup-read-all .message-text {
  font-size: 16px;
  line-height: 28px;
}

.popup-read-all .close-testimonial {
  font-weight: 700;
  color: rgb(85, 26, 139);
  text-decoration: underline;
}

.popup-read-all .close-testimonial:hover {
  cursor: pointer;
}

.case-study-content .text {
  width: 40%;
  padding: 40px;
  position: relative;
}

.case-study-content img {
  width: 50%;
}

.carousel-img1,
.carousel-img2,
.carousel-img3 {
  background-size: cover;
  width: 50%;
}

.carousel-img1 {
  background-image: url('./../../spinlife-difference/images/case-study-carousel-1.jpg');
}

.carousel-img2 {
  background-image: url('./../../spinlife-difference/images/case-study-carousel-2.jpg');
}

.carousel-img3 {
  background-image: url('./../../spinlife-difference/images/case-study-carousel-3.jpg');
}

.case-study-content .text h4 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 0;
}

.case-study-content .text p {
  font-size: 15px;
  line-height: 24px;
  color: #4A4A4A;
}

.case-study-carousel .slick-track {
  height: 480px;
  padding: 10px 0;
}

.social-container {
  text-align: center;
  max-width: 1430px;
  margin: 0 auto;
}

@media only screen and (min-width: 1401px) {
  .testimonials-grid {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 993px) {
  .testimonials-container {
    max-width: 992px;
  }

  .banner h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .banner-container {
    width: 940px;
  }

  .highly-rated {
    align-items: center;
  }

  .highly-rated img {
    width: 100px;
    margin: 0 10px;
  }

  h2.title {
    font-size: 30px;
  }

  .highly-rated p {
    font-size: 14px;
  }

  .highly-rated-text {
    max-width: 42%;
  }

  .highly-rated-text p br {
    display: none;
  }

  .large-testimonial img {
    max-width: 60%;
  }

  .large-testimonial .message,
  .message-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .social-container {
    max-width: 992px;
  }

  .rating {
    width: 165px;
    height: 27px;
  }

  .testimonial-text .name {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-text .country,
  .testimonial-text .small {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-text {
    padding: 25px 35px;
  }

  .separate-sections {
    margin: 70px auto;
  }

  select {
    width: 350px;
  }

  select {
    width: 320px;
  }

  .video-testimonial {
    width: 650px;
    border-radius: 8px;
    overflow: hidden;
  }
/*
  .text-testimonial {
    width: 250px;
    height: 500px;
  }
*/
  .video-testimonial-text {
    height: 125px;
  }

  .message-image-testimonial {
    width: 650px;
    height: 560px;
  }

  .video-story {
    height: 520px;
  }

  .social-carousel {
    max-width: 992px;
    margin: 60px auto;
  }

  .social-container .slick-track {
    height: 245px;
  }

  .case-study-carousel .slick-track {
    height: 550px;
  }
}

@media screen and (max-width: 992px) {
  .banner {
    background: rgb(225,231,243);
    background: radial-gradient(circle, rgba(225,231,243,1) 0%, rgba(225,231,243,1) 35%, rgba(209,221,240,1) 100%);
  }
}

@media screen and (max-width: 992px) {
  .banner-container {
    width: 500px;
  }

  .testimonials-container {
    max-width: 500px;
  }

  .highly-rated,
  .large-testimonial {
    flex-flow: column;
    text-align: center;
    align-items: center;
  }

  .highly-rated-text p br {
    display: none;
  }

  .company-rating-logo {
    margin-top: 35px;
  }

  .company-rating-logo > img {
    margin-bottom: 0;
  }

  .rating {
    margin: 15px auto 15px auto;
  }

  .video-testimonial-text .rating {
    margin: 0;
  }

  .large-testimonial .message,
  .message-quote {
    font-size: 19px;
    line-height: 30px;
  }

  .large-testimonial .message::before {
    width: 36px;
    left: -25px;
  }

  .large-testimonial .message::after {
    width: 36px;
    right: -25px;
  }

  .large-testimonial {
    padding: 0;
  }

  .testimonial-text .country,
  .testimonial-text .small {
    font-size: 16px;
    line-height: 26px;
  }

  h2.title {
    font-size: 28px;
    line-height: 40px;
  }

  .search-testimonial-container {
    flex-flow: column;
    align-items: center;
  }

  .search-testimonial-container .source {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .text-testimonial .message {
    font-size: 14px;
    line-height: 25px;
  }

  .text-testimonial {
    padding: 20px;
  }

  .testimonials-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: .15rem;
    -moz-column-gap: .15rem;
    column-gap: 0.15rem;
  }

  .video-testimonial {
    margin-bottom: 30px;
  }

  .message-image-testimonial {
    height: 345px;
    width: 100%;
    margin-bottom: 25px;
  }

  .image-testimonial {
    display: none;
  }

  .message-text-tesimonial {
    width: 90%;
  }

  .separate-sections {
    margin: 80px auto;
  }

  .subtitle br {
    display: none;
  }

  .video-story {
    height: 256px;
  }

  .video-story {
    margin: 65px 0;
  }

  .case-study-carousel .case-study-content {
    flex-flow: column;
    margin: 50px 18px;
  }

  .case-study-content .text {
    width: 86%;
    padding: 35px;
  }

  .carousel-img1,
  .carousel-img2,
  .carousel-img3 {
    width: 100%;
    height: 100%;
    background-position: center;
  }

  .case-study-carousel .slick-track {
    height: 580px;
  }

  .case-study-content .text .read-all {
    bottom: 20px;
  }

  .social-container .slick-track {
    height: auto;
    display: table;
  }

  .banner h1 {
    font-size: 41px;
    line-height: 45px;
  }

  .social-carousel {
    width: 83%;
  }
}

@media screen and (max-width: 768px) {
  .case-study-carousel .slick-track {
    height: 720px;
  }

  .social-container .slick-prev {
    left: -55px;
  }

  .social-container .slick-next {
    right: -55px;
  }

  .popup-read-all {
    width: 89%;
  }

  .separate-sections {
    margin: 60px auto;
  }

  .case-study-content .text {
    padding: 20px 20px 40px 20px;
  }

  .case-study-content .text .read-all {
    left: 20px;
  }

  .banner-container {
    width: 90%;
  }

  .banner-container p br {
    display: none;
  }

  .source select {
    max-width: calc(100% - 20px);
  }
}

img.testimonial-website {
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .testimonials-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: .15rem;
    -moz-column-gap: .15rem;
    column-gap: .15rem;
  }

  .text-testimonial {
    width: calc(100% - 60px);
    margin: 0 5px 10px 5px;
  }

  .video-testimonial {
    margin-bottom: 0;
    margin: 0 5px 10px 5px;
    border-radius: 8px;
    overflow: hidden;
  }

  select {
    width: 360px;
  }

  .social-carousel {
    width: 76%;
  }

}

@media screen and (max-width: 480px) {
  .video-testimonial-text {
    flex-flow: column;
    justify-content: center;
    padding: 15px 15px;
    height: 120px;
  }

  .video-testimonial .rating {
    width: 100px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 15px auto;
  }

  .video-testimonial .footer-testimonial {
    position: unset;
  }
}

@media screen and (max-width: 390px) {
  .banner {
    min-height: 500px;
  }
}

.source {
  max-width: calc(100% - 50px);
}