

.container-Testimonials {
  background: var(--bg-color-dark);
  margin-bottom: 13rem;
}

.testimonialsHeader {
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.2rem;
  margin-top: 5rem;
  margin-bottom: 2.1rem;
  color: #fff;
}

.inner {
  /* width: 177.8rem; */
  margin-left: 0rem;
  padding-top: 2rem;
  /* display: flex;
  justify-content: space-between; */
  -webkit-transition: margin-left .75s ease;
  -moz-transition: margin-left .75s ease;
  -o-transition: margin-left .75s ease;
  transition: margin-left .75s ease;
}

.innerItem {
    /* width: 40.4rem; */
    width: 100%;
    /*height: 46rem;*/
    height: 52rem;
    display: none;
    border-radius: 5px;
    position: relative;
}

.selectedInnerItem {
  display: block;
}

.controls {
  margin-top: 30px;
  margin-left: 300px;
}

.outer {
  overflow: hidden;
}

.carouselContainer {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  z-index: 4;
}

.carouselControlRow {
  margin-top: 5rem;
  margin-bottom: 6rem;
  text-align: center;
}

.innerItemBG {
  background-color: #fff;
  color: #8c8c8c;
}

.innerItemBG-alt {
  background-color: var(--bg-color-light);
  color: #fff;
}

.itemText {
  margin-top: 3rem;
  margin-left: 2.9rem;
  margin-right: 2.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  padding-top: 4rem;
}

.imageBottomContainer {
  width: 100%;
  padding-left: 2.9rem;
  padding-right: 2.9rem;
  position: absolute;
  bottom: 0;
}

.itemBottom {
  margin-top: 5rem;
  margin-bottom: 3.5rem;
  position: relative;
  width: 100%;
  color: var(--bg-color-light);
}

.itemBottomAlt {
  color: #fff;
}

.imgNetwell {
  position: absolute;
  top: 1rem;
  right: 0px;
  width: 9.3rem;
}

.imgBullogix {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 10rem;
}

.imgUnitedAGA {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 11rem;
}

.imgBMA {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 7rem;
}

.itemName {
    /* font-size: 2rem;*/
    font-size: 1.5rem;
    font-weight: 500;
}

.itemTitle {
    /*font-size: 1.6rem;*/
    font-size: 1.2rem;
    font-weight: 300;
}

.itemName .netWell {
  color: #fff;
}

.circleBlue {
  background-color: var(--bg-color-light);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  left: 2.9rem;
  top: -2rem;
  z-index: 5;
}

.circleWhite {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  left: 2.9rem;
  top: -2rem;
  z-index: 5;
}

#btn-Testimonials-Previous {
  transform: rotate(180deg);
}

#btn-Testimonials-Next {
  cursor: pointer;
}

#btn-Testimonials-Previous {
    cursor: pointer;
}

/* media queries */
@media (min-width: 360px) {
    .innerItem {
        height: 46rem;
    }

    .itemName {
         font-size: 2rem;        
        font-weight: 500;
    }

    .itemTitle {
        font-size: 1.6rem;        
        font-weight: 300;
    }
}


@media (min-width: 420px) {
    .innerItem {
        height: 40rem;
    }

    .imgBMA {
        width: 10rem;
    }

    .imgBullogix {
        width: 14rem;
    }

    .imgNetwell {
        width: 9.3rem;
    }
}

@media (min-width: 768px) {
    .inner {
        margin-left: -30rem;
        width: 177.8rem;
        display: flex;
        justify-content: space-between;
    }

    .innerItem {
        width: 40.4rem;
        display: block;
    }

    .itemText {
        padding-top: 0px;
    }

    /*.outer {
        padding-left:0;
    }*/

    .testimonialsHeader {        
        margin-bottom: 5.1rem;
    }
}

@media (min-width: 992px) {
  .inner {
    margin-left: -17.72rem;
  }

  .testimonialsHeader {    
    margin-top: 13rem;
    margin-bottom: 9.1rem;    
  }

  .carouselControlRow {        
    margin-bottom: 13rem;        
  }
}

@media (min-width: 1200px) {
  .inner {
    margin-left: -8.86rem;
  }
}

@media (min-width: 1400px) {
  .inner {
    margin-left: 0px;
  }
}
