
.gtco-testimonials {
  position: relative;
  height:500px;
  float:left;
  width:100%;  
  max-width:1900px;
  margin: 0 auto;
  padding-top:0px;

}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  margin: 0 5px;
  margin-top:50px
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;

}
.gtco-testimonials .owl-dots .active span {
  background: #da2327;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;

  padding: 0px;
  border-radius: 10px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  margin: 0px auto 0; 
  width: 100%;
  height: 300px;
  object-fit:cover;
  border-radius:10px 10px 10px 10px;
}
.gtco-testimonials .card h5 {
  color:black;
  line-height: 1;
  margin-top:10px;
  display:inline-block;
  text-align:center;
width:100%;
font-size:120%;
}
.gtco-testimonials .card h5 span {
  font-size: 100%;
  color: #666666;
  font-weight:500;
   display:inline-block;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
   display:inline-block;
}
.gtco-testimonials .active {
  opacity: 1;
  transition: all 0.3s;

}
.gtco-testimonials .center {
  opacity: 1;
transform: scale(1.13);
font-size:135%;
}
.gtco-testimonials .center h5 {
  font-size: 100%;
}
.gtco-testimonials .center h5 span {
 font-size: 100%;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 300px;
  width: 100%;
  margin-top:0px;
  object-fit:cover;
  border-radius:10px 10px 10px 10px;  
}

.text-center {padding:0;padding-left:0;}
.card {padding:0;padding-left:0;}
.card-obal { height:100%;float:left;width:80%;margin-left:10%; margin-right:10%;  border-radius:20px;box-shadow: 4px 4px 11px 0px rgba(50,50, 50  , 0.75);}
.card-body {background:transparent;;float:left;height:100%;width:100%;border-radius:20px 20px 20px 20px; padding: 0% 0% 0% 0%;}



@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}