.sliderbanerimg {
  height: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sliderbanerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.banner_wrp .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 40px;
}

.productimgbox .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 17px;
  position: relative;
}

.banner_wrp .owl-dots button.active {
  background: var(--primary-color);
  width: 50px;
}
.productimgbox .owl-dots button.active {
  background: var(--primary-color);
  width: 15px;
}

.banner_wrp .owl-nav {
  display: none;
}
.productimgbox .owl-nav {
  display: none;
}

.banner_wrp .owl-dots button {
  width: 15px;
  height: 15px;
  background-color: rgb(224, 218, 218);
  margin: 0 4px;
  border-radius: 8px;
}
.productimgbox .owl-dots button {
  width: 15px;
  height: 15px;
  background-color: rgb(224, 218, 218);
  margin: 0 4px;
  border-radius: 8px;
}


/* next  */

.productimgbox .owl-dots{
  bottom: -20px !important;
}



.slideprofwrp{
  background-color: var(--primary-white);
  padding: 24px 20px;
  text-align: center;
border-radius: 12px;
width: 80%;
margin: 0 auto;
}
.slideprofwrp h4{
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 20px;

}
.slideprofwrp h4 span{
  display: inline-block;
  padding-top: 10px;
  font-size: 15px;
  color: gray;
  line-height: 20px;
}
.slideprofwrp p{
  font-size: 15px;
  color: gray;
  line-height: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.slideprofwrp_img{
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.slideprofwrp_img img{
width: 100%;
height: 100%;
object-fit: fill;
border-radius: 50%;
}
.sliderstartcon svg{
color: rgb(172, 161, 161);
}
.sliderstartcon{
  width: 100%;
  justify-content: center;
}
.sliderstartcon svg.active{
color: var(--primary-color);
}