.product-slider-section-4 {
  padding: 60px 0;
}
.product-slider-section-4 .carousel-control-prev, .product-slider-section-4 .carousel-control-next  {
  color: #000000;
}

.product-slider-section-4 .carousel-control-prev-icon, .product-slider-section-4 .carousel-control-next-icon {
  background-image: none;
}
.product-slider-section-4 .carousel-inner {
  cursor: move;
  position: relative;
  top: 0px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  left: 0;
}
.product-slider-section-4 .carousel-inner .carousel-item-content {
  display: table;
  width: 100%;
  padding: 15px;
  font-size: 16px!important;
}
.product-slider-section-4 .carousel-inner .carousel-item-icon {
  background-color: #dd3931;
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 10px;
  text-align: center;
  width: 60px;
}
.product-slider-section-4 .carousel-inner .contact-button {
  background-color: #dd3931;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-top: 11px;
  padding: 8px 10px;
}
.product-slider-section-4 .carousel-inner .contact-button:hover {
  color: #ffffff;
}
.product-slider-section-4 .carousel-indicators  li {
  cursor: pointer;
 display:inline-block;
 height: auto;
  padding: 10px;
  text-align: center;
  text-indent: unset;
  width: 11.333%;
}
.product-slider-section-4 .carousel-indicators li.active .data-slide-content {
 
  border-color: #dd3931; 
}
.product-slider-section-4 .carousel-indicators li.active .data-slide-content h6 {
  color: #dd3931; font-size:17px;   font-weight: none!important;
}
.product-slider-section-4 .carousel-indicators li.active .data-slide-content h2 {
  background-color: #fff;
  color: #dd3931;
}
.product-slider-section-4 .carousel-indicators li .data-slide-content {
  
  padding: 20px 6px; border-radius: 8px;
  
}


.product-slider-section-4 .carousel-indicators li .data-slide-content h2 {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #fbd1d1;
  color: #dd3931;
  font-size: 25px; font-weight:600;
  line-height: 60px;
  border-radius: 50%;
}
.product-slider-section-4 .carousel-indicators li .data-slide-content h6 {
  font-weight: none!important;
  color: #484848; font-size:17px;
  margin: 10px 0 0 0;
}

*, *:before, *:after { 
  box-sizing: border-box; 
  outline: 0; 
  -webkit-font-smoothing: antialiased; 
  text-rendering: optimizeLegibility; 
}
::-moz-selection { 
  background: rgba(204,0,0,.99); 
  color:#fff; 
  text-shadow: none; 
}
::selection { 
  background: rgba(204,0,0,.99); 
  color:#fff; 
  text-shadow: none; 
}

.progress-container {
  margin: 0; 
  padding: 0;
  width: 100%;
  color: #000;
  background: rgba(0,0,0,.1);
}
.progress {
  margin: 0;
  padding: 10px 0;
  color: #800;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
button {
  margin: 0; 
  padding: 10px 20px;
  color: #800;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border: none;
}
button:hover {
  color: #fff;
  background: #800;
}






