.bg-grey {
  background: #F3F8FB;
}
.CACH-SU-DUNG{
  font-weight:bold;
  margin-bottom:30px;
}

@media only screen and (max-width: 767px) {
    .step-cap1 {
      color: black;
      font-size: 18px;
      font-weight: bold;
    }
    .step-cap2 {
      color: black;
      font-size: 14px;
    }
    .carousel-item img {
      width: 100%;
    }
    .CACH-SU-DUNG{
      padding-top: 30px;
      font-size: 26px;
    }
    #user {
      padding-bottom: 45px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .step-cap1 {
      color: black;
      font-size: 25px;
      font-weight: bold;
    }
    .step-cap2 {
      color: black;
      font-size: 20px;
    }
    .carousel-item img {
      width: 100%;
    }
    .CACH-SU-DUNG{
      padding-top: 50px;
      font-size: 30px;
    }
    #user {
      padding-bottom: 50px;
    }
  }


  .img-steps {
    padding-bottom: 150px;
  }
  .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
  }
  
  .carousel-indicators li {
    margin-right: 10px;
    background: #ccc;
    margin-top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
  }

  .carousel-indicators li.active {
    margin-top: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #1fa764;
    -webkit-box-shadow: 0px 0px 28px 2px rgba(31, 167, 100, 0.36);
    -moz-box-shadow: 0px 0px 28px 2px rgba(31, 167, 100, 0.36);
    box-shadow: 0px 0px 28px 2px rgba(31, 167, 100, 0.36);
  }
  
  .carousel-indicators li.active .circle-li {
    background: white;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    left: 2px;
  }

  .carousel-indicators li.active .circle-li .inner-circle-li {
    background: #1fa764;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    left: 2px;
  }


  .carousel-caption {
    bottom: 30px;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-size: 100%, 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url('../images/prev.png');
  }
  .carousel-control-next-icon {
    background-image: url('../images/next.png');
  }
  
  .download-medigo{
    background-image: linear-gradient(180deg, rgba(234, 0, 84, 0.9) 0%, rgba(234, 0, 84, 0.9) 100%), url("../images/6332.png");
    background-size: cover;
  }
  