@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
.auto-slider{
  width: 100%;
}
.auto-carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.auto-carousel .tile{
  color: #fff;
  text-align: center;
  margin: 0px  0px  30px 0px;
border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}
.owl-carousel.owl-drag .owl-item
{

}


.feature-buss-wrapper{
  position: relative;  
  margin: 5em auto auto auto;
  width: 100%;
  display: flex;
  align-items: center;
height:20em;
}

.feature-buss-tile-1{
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 0px 0px 20px 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card-banner{
  position: absolute;
  height: 60%;
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;overflow: hidden;
}
.image-banner>img{  object-fit: contain;display: block;}

.feature-buss-tile-1 .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 30px 20px 30px;
  position: relative;
  z-index: 100;
}

.feature-buss-wrapper .feature-buss-tile-1 .image{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  padding: 1px;
  background: #fff;
}

.feature-buss-wrapper .feature-buss-tile-1 .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.feature-buss-tile-1 .media-icons{
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-buss-tile-1 .media-icons i{
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-buss-tile-1 .media-icons i:hover{
  opacity: 1;
}

.feature-buss-tile-1 .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 160px; height: 70px;
  color: ;
} 

.name-profession .name{
  font-size: 15px;
  font-weight: 500;
}

.name-profession .profession{
  font-size:13px;
  font-weight: 400;
}

.feature-buss-tile-1 .rating{
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.feature-buss-tile-1 .rating i{
  font-size: 18px;
  margin: 0 2px;
  color: #7d2ae8;
}

.feature-buss-tile-1 .button{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.feature-buss-tile-1 .button button{
  background: #7d2ae8;
  outline: none;
  border: none;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.feature-buss-tile-1 .button button a{color:white;text-decoration: none;}

.button button:hover{
  background: #6616d0;
}

.owl-dots{
  text-align: center;
  margin-top: 0px;
}
.owl-dot{
  height: 10px;
  width: 25px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0072bc!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #0072bc!important;
}
