.new-bullets{
    display: ;
}
.banner-text{
    font-size: 8px;
  
}
.banner-text li{
  /* color: red;
  font-size: 8px; */
}
.carousel-inner{
   
    margin-top: -10px;
}


.step-feature {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.step-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.step-feature .feature-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.step-feature {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.step-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.step-feature .feature-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
  text-align: center;
}

@media (max-width: 770px) {
   .carousel-inner {
        margin-top: -30px;
      
    }
}
 




