.testimonialFullSlider-gradient {
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  z-index:2;
  opacity: .47;
}
.testimonialFullSlider-main-title {
  font-size:30px;
  line-height:100%;
  color:inherit;
  font-weight: bold;
  color:#fff;
  margin-bottom:30px;
}

.testimonialFullSlider-arrow {
  height:60px;
  width:60px;
  overflow:hidden;
  cursor:pointer;
  display:flex;
  flex-direction:row;
  background:#fff;
  transition:1s ease background;
  -webkit-transition:1s ease background;
}
.testimonialFullSlider-mod .arrow-button-block__content {
  height:60px;
  width:120px;
  display:flex;
  flex-direction:row;
  transition:0s ease transform;
  -webkit-transition:0s ease transform
  transform:translateX(-60px);
  -webkit-transform:translateX(-60px);
}
.testimonialFullSlider-arrow:hover {
  background:#00dba8; 
}
.testimonialFullSlider-arrow:hover .arrow-button-block__content {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:1s ease transform;
  -webkit-transition:1s ease transform;
}
.testimonialFullSlider-arrow-right.testimonialFullSlider-arrow .arrow-button-block__content {
  transform:translateX(-60px);
  -webkit-transform:translateX(-60px);
}
.testimonialFullSlider-arrow-right.testimonialFullSlider-arrow:hover .arrow-button-block__content {
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
}
.testimonialFullSlider-mod .arrow-button-block__content > div svg{
  height:21px;
  width:auto;
}
.testimonialFullSlider-mod .arrow-button-block__content > div{
  display:flex;
  height:60px;
  width:60px;
  align-items:center;
  justify-content:center;
}
.testimonialFullSlider-mod {
  position:relative;
}
.testimonialFullSlider-item-image img{
  object-fit:cover;
  height:100%;
  width:100%;
  object-position:top;
}
.testimonialFullSlider-item-image {
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  z-index:1;
}
.testimonialFullSlider-item-image:not(.disable-gray) {
  filter:grayscale(1);
  -webkit-filter:grayscale(1);
}
.testimonialFullSlider-content {
  position:absolute;
  top:0px;
  left:50%;
  height:100%;
  width:100%;
  z-index:2;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.testimonialFullSlider-slider .slick-list,
.testimonialFullSlider-slider .slick-track,
.testimonialFullSlider-item,
.testimonialFullSlider-slider .slick-slide > div,
.testimonialFullSlider-slider .slick-slide {
  position:relative;
  height:inherit;
  min-height: 660px;
}
.testimonialFullSlider-content {
  max-width:1330px;
  padding:0px 20px;
  margin:0px auto;
}

.testimonialFullSlider-controls > div {
  height:60px;
  width:60px;
}
.testimonialFullSlider-controls > div.testimonialFullSlider-arrow-left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.testimonialFullSlider-controls {
  max-width:1330px;
  padding:0px 20px;
  margin:0px auto;
  display:flex;
  justify-content:end;
  gap:20px;
  align-items:center;
  
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 3;
}
.testimonialFullSlider-slider {
  min-height:660px;
  height:100vh;
}

.testimonialFullSlider-mod {
  font-family: 'Sharp Sans No2';
}

.testimonialFullSlider-item-quoter_details {
  font-size:20px;
  color:#fff;
  font-weight: 500;
  line-height:1.33em;
}
.testimonialFullSlider-item-quoter {
  width:76%;
  padding-bottom:100px;
}
.testimonialFullSlider-item-quote {
  color:#fff;
  font-size:30px;
  font-weight: 500;
  line-height:1em;
  width:95%;
}
.testimonialFullSlider-item-quoter_name {
  font-size:30px;
  color:#fff;
  font-weight: 500;
  line-height:1em;
  text-transform:uppercase;
}

.testimonialFullSlider-content {
  display: flex;
  padding-top:70px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction:column;
}

/* .testimonialFullSlider-item {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
} */
@media (min-width:767px){

  .testimonialFullSlider-main-title {
    font-size:40px;
    margin-bottom:40px;
    max-width:230px;
  }
  .testimonialFullSlider-item-quoter_name {
    font-size:40px;
  }
  .testimonialFullSlider-content {
    padding-top:95px;
    flex-direction:row;
    justify-content: space-between;
  }
  .testimonialFullSlider-item-quoter {
    width:25%;
    padding-bottom:0px;
  }
  .testimonialFullSlider-item-quote {
    font-size:40px;
    line-height:1em;
    width:32%;
  }
  .testimonialFullSlider-item-quoter_details {
    font-size:30px;
  }
}

.testimonialFullSlider-mod.sizing-small .testimonialFullSlider-item-quote {
  font-size: 16px;
  line-height: 1.33em;
  font-weight:400;
  font-family: Reader Pro;
}
.testimonialFullSlider-mod.sizing-small .testimonialFullSlider-item-quoter_details,
.testimonialFullSlider-mod.sizing-small .testimonialFullSlider-item-quoter_name {
  font-size:16px;
  line-height: 1.33em;
  font-weight:400;
  font-family: Reader Pro;
}
@media (min-width: 767px) {
  .testimonialFullSlider-mod.sizing-small .testimonialFullSlider-item-quoter_details,
  .testimonialFullSlider-mod.sizing-small .testimonialFullSlider-item-quoter_name {
    font-size:20px;
    line-height: 1.33em;
  }
  .testimonialFullSlider-mod.sizing-small .testimonialFullSlider-item-quote {
    font-size: 20px;
    line-height: 1.33em;
    width: 32%;
  }
}
