.swiper {
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  height: auto;
  margin: 20px 0;
}

/*my styles*/
.swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet-active {
  color: #00818d;
}

.swiper-pagination-bullet-active {
  background: #00818d;
}

.swiper {
  padding-bottom: 40px;
}

 .swiper-navBtn {
    margin-top: -40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #00818d;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    transition-duration: 0.2s;
    display: none; /*ADDED*/
  }

  @media screen and (min-width: 600px) {
    .swiper-navBtn {
      display: block; /*ADDED*/
    }
  }

.swiper-navBtn:hover {
  background-color: #00b0c0;
}

.accessibility-theme--1 .section-dark .swiper-navBtn {
	background-color: #fff;	
}

.accessibility-theme--1 .section-dark .swiper-navBtn:hover {
	background-color: #ddd;	
}

 .swiper-wrap {
    height: 100%;
    margin: 0 0; /*ADDED*/
    overflow: hidden;
  }

  @media screen and (min-width: 600px) {
    .swiper-wrap {
      margin: 0 70px; /*ADDED*/
    }
  }

.slide-text {
  padding: 24px;
}

.swiper-single-slide {
  max-width: 800px;
  margin: 0 auto;
}

.swiper-single-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-single-slide .swiper-slide .slide-image {
  width: 100%;
  aspect-ratio: 1 / 1;
	display: block;
}

.swiper-single-slide .swiper-slide .slide-text {
  text-align: left;
  width: 100%;
  padding: 24px;
}

@media screen and (min-width: 600px) {
  .swiper-single-slide .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .swiper-single-slide .swiper-slide .slide-image {
    width: 50%;
    aspect-ratio: 1 / 1;
  }
  .swiper-single-slide .swiper-slide .slide-text {
    text-align: left;
    width: 50%;
  }
}

.slide-image img {
  margin-bottom: 0;
}

.swiper-slide h4 {
  margin-bottom: 8px;
}


/* accessibility CSS for sliders  */

.accessibility-theme--2 .swiper-navBtn {
  background-color: black;
}

.accessibility-theme--2 .swiper-navBtn:hover {
  background-color: #1a1a1a;
}

.accessibility-theme--2 .swiper-pagination-bullet-active {
  background: black;
}

.accessibility-theme--3 .swiper-navBtn {
  background-color: #5d007b;
}

.accessibility-theme--3 .swiper-navBtn:hover {
  background-color: #6A0D88;
}

.accessibility-theme--3 .swiper-pagination-bullet-active {
  background: #5d007b;
}

.accessibility-theme--4 .swiper-navBtn {
  background-color: #32119e;
}

.accessibility-theme--4 .swiper-navBtn:hover {
  background-color: #3F1EAB;
}

.accessibility-theme--4 .swiper-pagination-bullet-active {
  background: #32119e;
}

.accessibility-theme--5 .swiper-navBtn {
  background-color: #2c47e2;
}

.accessibility-theme--5 .swiper-navBtn:hover {
  background-color: #3954EF;
}

.accessibility-theme--5 .swiper-pagination-bullet-active {
  background: #2c47e2;
}

.accessibility-theme--6 .swiper-navBtn {
  background-color: #ffc845;
}

.accessibility-theme--6 .swiper-navBtn:hover {
  background-color: #de9c00;
}

.accessibility-theme--6 .swiper-pagination-bullet-active {
  background: #ffc845;
}

.swiper-slide {
  text-decoration: none;
}

.swiper-slide h5 {
	margin-bottom: 8px;
}

.swiper-slide p {
	margin-bottom: 16px;
}


.swiper {
	overflow: visible;
}


.swiper-image-left {
	
}

.swiper-image-right {
	
}

.swiper-navBtn-p {
  background-image: url("../../../common_assets/images/arrow-white-left.svg");
  background-position: 10px center;
}

.swiper-navBtn-n {
  background-image: url("../../../common_assets/images/arrow-white-right.svg");
  background-position: 14px center;
}

.accessibility-theme--1 .section-dark .swiper-navBtn-p {
  background-image: url("../../../common_assets/images/arrow-left-at1.svg");
  background-position: 10px center;
}

.accessibility-theme--1 .section-dark .swiper-navBtn-n {
  background-image: url("../../../common_assets/images/arrow-right-at1.svg");
  background-position: 14px center;
}

.swiper-navBtn-p:after, .swiper-navBtn-n:after {
  content: '' !important;
}

@media (min-width: 1000px) {
	.swiper-navBtn-p  {
		margin-left: -80px;
	}
	
	.swiper-navBtn-n  {
	margin-right: -80px;
	}
	
	.swiper-wrap {
	margin: 0;
    }
}

.swiper-image-right.swiper-single-slide .swiper-slide {
	flex-direction: column-reverse;
}

@media screen and (min-width: 600px) {
    .swiper-image-left.swiper-single-slide .swiper-slide {
        flex-direction: row;
    }
	
	.swiper-image-right.swiper-single-slide .swiper-slide {
		flex-direction: row-reverse;
    }
	
	.swiper-image-left.swiper-single-slide .swiper-slide .slide-text {
		padding-right: 0;
    }
	
	.swiper-image-right.swiper-single-slide .swiper-slide .slide-text {
		padding-left: 0;
    }
}

@media screen and (min-width: 600px) {
	.swiper-image-swap .swiper-slide .slide-text {
		width: 85%;
	}
}

.swiper-slide .swiper-vert-img {
	display: none;
}

.swiper-slide .swiper-hor-img {
	display: block;
}

@media screen and (min-width: 600px) {
	.swiper-slide .swiper-vert-img {
	display: block;
	}
}

@media screen and (min-width: 600px) {
	.swiper-slide .swiper-hor-img {
	display: none;
	}	
}

.swiper-border .swiper-slide {
	border: 1px solid #cfcfcf;
}

.accessibility-theme--1 .section-dark .swiper-border .swiper-slide {
	border-color: rgba(255, 255, 255, 0.3);
}

.accessibility-theme--2 .swiper-border .swiper-slide {
	border-color: #cfcfcf;
}

.accessibility-theme--3 .swiper-border .swiper-slide {
	border-color: rgba(93, 0, 123, 0.3)
}

.accessibility-theme--4 .swiper-border .swiper-slide {
	border-color: rgba(50, 17, 158, 0.3);
}

.accessibility-theme--5 .swiper-border .swiper-slide {
	border-color: rgba(44, 71, 226, 0.3);
}

.accessibility-theme--6 .swiper-border .swiper-slide {
	border-color: rgba(255, 200, 69, 0.3);
}

@media screen and (min-width: 600px) {
.swiper-border .swiper-slide {
	border: none;
}	
}
	
.swiper + .swiper {
	margin-bottom: 32px;
}

.swiper {
	margin-bottom: 32px;
}

@media screen and (min-width: 600px) {
	.swiper + .swiper {
		margin-bottom: 48px;
	}
	
	.swiper {
		margin-bottom: 48px;
	}
}
	
	
.swiper-button-next svg, .swiper-button-prev svg 
{
display: none;    
  }

.testimonial-swiper.swiper .swiper-slide {
/*  background: red;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*
.testimonial-swiper.swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
}

.testimonial-swiper.swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
*/


.testimonial-swiper.swiper .testimonial-logo {
  width: auto;
  height: auto;
  max-height: 160px; 
  max-width: 160px; 
  margin: 0 auto;
  margin-bottom: 16px;
}

.testimonial-swiper.swiper .testimonial-text {
  font-size: 1.25rem;
}

.testimonial-swiper.swiper .testimonial-name {
  font-weight: 700;
}

.accessibility-theme--2 .testimonial-swiper.swiper .swiper-navBtn-n {
  background-image: url(../../../common_assets/images/arrow-right-at2.svg);
}

.accessibility-theme--2 .testimonial-swiper.swiper .swiper-navBtn-p {
  background-image: url(../../../common_assets/images/arrow-left-at2.svg);
}

.accessibility-theme--3 .testimonial-swiper.swiper .swiper-navBtn-n {
  background-image: url("../../../common_assets/images/arrow-right-at3.svg");
}

.accessibility-theme--3 .testimonial-swiper.swiper .swiper-navBtn-p {
  background-image: url("../../../common_assets/images/arrow-left-at3.svg");
}

.accessibility-theme--4 .testimonial-swiper.swiper .swiper-navBtn-n {
  background-image: url("../../../common_assets/images/arrow-right-at4.svg");
}

.accessibility-theme--4 .testimonial-swiper.swiper .swiper-navBtn-p {
  background-image: url("../../../common_assets/images/arrow-left-at4.svg");
}

.accessibility-theme--5 .testimonial-swiper.swiper .swiper-navBtn-n {
  background-image: url("../../../common_assets/images/arrow-right-at5.svg");
}

.accessibility-theme--5 .testimonial-swiper.swiper .swiper-navBtn-p {
  background-image: url("../../../common_assets/images/arrow-left-at5.svg");
}

.accessibility-theme--6 .testimonial-swiper.swiper .swiper-navBtn-n {
  background-image: url("../../../common_assets/images/arrow-right-at6.svg");
}

.accessibility-theme--6 .testimonial-swiper.swiper .swiper-navBtn-p {
  background-image: url("../../../common_assets/images/arrow-left-at6.svg");
}



