.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #012169;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #012169;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
	display: flex;
    flex-direction: column;
	padding-bottom: 20px;

    .card-img-top {
      max-width: 80px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 80px;
      height: 80px;
    }

    h5 {
      color: #012169;
      font-size: 18px!important;
	  margin: 0;
	  line-height: 1 !important;
	  width: fit-content;
	  margin: auto;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

	p {
		font-size: 14px;
		color: #101010;
		text-align: start;
		padding: 0;
		margin: 0;
		overflow: hidden;
		max-height: 4.5em;
		line-height: 1.5em;
	}
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 80px;
      width: 80px;
    }
  }
}

@media (max-width: 767px) {
	.gtco-testimonials {
		margin-top: 20px;
	}
	.owl-item.active.center {
		z-index: 999999999999999 !important;
		margin-top: 0 !important;
		opacity: 1 !important;
	}
	.owl-carousel.owl-drag .owl-item {
		margin-top: 50px;
		opacity: 0.5;
	}
	.gtco-testimonials .card {
		margin: 0 35px;
		border: 1px solid #eee;
		background: #f9f9f9;
		box-shadow: 0px 7px 20px -10px;
	}
	.owl-dots {
		margin-top: 0px;
	}
}

.owl-carousel {
	.owl-nav button {
		&.owl-next, &.owl-prev {
			outline: 0;
		}
	}

	button.owl-dot {
		outline: 0;
	}
}
.gtco-testimonials
.card {
    margin: 0 35px;
}
.read-more-button {
    padding: 0;
    border: unset;
    background: transparent;
    float: left;
    color: #012169;
    font-size: 14px;
    font-weight: 600;
}
.mfp-content .popup-content {
    color: #fff;
    padding: 20px;
}
.mfp-container.mfp-s-ready.mfp-inline-holder {
    background: rgb(16 16 16 / 40%);
}
.headerstars {
    max-width: 100px;
    margin: 5px auto;
}
.owl-item .card-body {
	padding: 10px 20px 0 20px;
}
.owl-carousel .owl-stage {
    margin-bottom: 25px;
}
.popup-content {
    max-width: 1200px;
    margin: auto;
    text-align: start;
}