.feature__inner-right{

}
/* .carousel-inner{
  width: 188px;
  height: 400px;
} */
.carousel-indicators-ol {
    position: static;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    padding-left: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    width: 10%;
}


.carousel-indicators-ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #959595 !important;
  background-color: rgba(0,0,0,0);
  border-radius: 10px;
  border: 0;
  transition: .3s all;
  /* box-shadow: 0px 0px 10px 0px rgba(227, 7, 43, 0.25); */
}


.carousel-indicators-ol .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #dd092e !important;
  transition: .3s all;
  /* box-shadow: 0px 0px 10px 0px rgba(227, 7, 43, 0.25); */
}


.carousel-caption-info{
  font-family: 'product_sansbold';
  color: #535353;
  font-size: 24px;
  position: relative;
  padding-left: 20px;
  display: block;
  height: 50px;
}
.carousel-caption-info:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #dd092e;
}

.carousel-inner-left{
  float: right;
  width: 188px;
  height: 400px;
  display: none;
}
.carousel-desc-info {
  padding: 20px 0px 40px 0;
  color: #959595;
  font-family: 'product_sansregular';
  font-size: 16px;
  display: block;
  height: 100px;
}
.carousel-caption-block {
  display: none;
  padding-top: 80px;
}
.carousel-caption-block.active{
  display: block;
  /* width: 100% !important; */
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  display: block;
  float: right;
  margin: 28px 10px 0 0;
}
.smart-screen{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.smart-screen img {
  display: block;
  float: right;
  width: 188px;
  box-shadow: 0px 0px 10px 0px rgba(227, 7, 43, 0.5);
  /* transform: translate(-30px, 11px); */
  border-radius: 20px;
}
/* .item {
  display: flex !important;
  justify-content: flex-end;
} */
