/*.owl-prev { 
    width: 15px;    height: 100px;    position: absolute;    top: 40%;    margin-left: -20px;    display: block !important;    border:0px solid black;
}*/
/*.owl-next {
    width: 15px;    height: 100px;    position: absolute;    top: 40%;    right: -25px;    display: block !important;    border:0px solid black;
}*/
/*.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}*/
  .item{
  	text-align:center;
  }
  .item img{
   width:30px !important;
   height:auto;
   margin:25px auto;
  }
  .item .review_heading{
     font-size: 20px;
     line-height: 24px;
     color: #333333;
     font-weight: 400;
     font-family: "Sora";
     text-align: center;
     margin:15px 0px;
  }
  .item .review_text{
    max-width: 300px;
    min-height: 103px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    font-family: "Sora";
    text-align: center;
    margin:0px auto;
  }
  .item .review_name{
  	font-size: 14px;
	letter-spacing: 0px;
	line-height: 22px;
	text-transform: uppercase;
	color: #0382c4;
	font-weight: 400;
	font-family: "Sora";
	text-align: center;
  }

.owl-carousel.reviews .owl-nav{
	display:block;
}
.reviews .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #333333;
 /* background-color: inherit !important;*/
}
.reviews .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
   /* background-color: inherit !important;*/
}
.reviews .owl-nav button{
    color: #cad0d3 !important;
}
.reviews .owl-nav button:hover{
    background-color: #ffffff !important;
}
.reviews .owl-dots{
  text-align: center;
}
 /* .reviews .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.reviews .owl-dots .owl-dot.active {
    background: #333333 !important;
  }
*/