#steps-tab .tab-pane {
  /*background-color: #fff;*/
  width: 100%;
  min-height: 500px;
  padding: 20px;
  /*border-style: solid;*/
  /*border-width: 1px 1px 1px 1px;*/
  /*border-color: rgba(0,0,0,0.09);*/
  margin-top: 40px;
  padding: 0;
}

#step-content {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(0,0,0,0.09);
  padding: 12px;
  width: 100%;
  margin-left: 0;
}

#step-prev-next {
  min-height: 40px;
  height: 10%;
  margin: 0px 0 0px 0;
  padding-right: 0;
}

#step-prev-next .btn:hover {
  background-color: #00a9f6;
  padding-top: 10px;
  color: #fff;
  border-top: 0;
  /*box-shadow: 0 0 0 .2rem #00a9f6;*/
}

#step-prev-next .btn {
  margin-left: 10px;
  /*color: #fff;*/
  width: 100%;
  height: 45px;
  border-radius: 0 0 7px 7px;
  background-color: #fff;
  padding-top: 10px;
  border-top: 0;
  margin-right: 0;
  border-color: #00a9f6;
}

#steps-bar.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a9f6;
}

.last-step-btn {
  margin-right: 0;
}

#steps-bar.nav-pills .nav-link {
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 19px 0 0 0;
  border-radius: 55px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 7px;
  font-size: 8px;
}

.first-step-btn {
  margin-right: 0;
}

@media (min-width: 576px) {
  #steps-bar.nav-pills .nav-link {
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 30px;
    border-radius: 55px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 10px;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  #steps-bar.nav-pills .nav-link {
    height: 90px;
    width: 90px;
    text-align: center;
    padding-top: 33px;
    border-radius: 55px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 20px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #steps-bar.nav-pills .nav-link {
    height: 110px;
    width: 110px;
    text-align: center;
    padding-top: 43px;
    border-radius: 55px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 25px;
  }
}

#steps-bar {
  padding: 0;
}

@media (min-width: 768px) {
  #steps-bar {
    /*padding: 0 60px;*/
    /*margin: 0 auto;*/
  }
}

#step-content-left > p {
  text-align: justify;
  padding-bottom: 0;
}

#step-content-right {
  padding: 0;
  overflow: hidden;
  max-height: 374px;
}

.step-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
}

#step-content-right .carousel {
  width: 100%;
  height: 100%;
  height: 240px;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media (min-width: 576px) {
  #step-content-right .carousel, #step-content-right {
    height: 300px;
  }
}

@media (min-width: 768px) {
  #step-content-right .carousel, #step-content-right {
    height: 374px;
  }
}

@media (min-width: 992px) {
  #step-content-right .carousel, #step-content-right, #step-content-left {
    height: 300px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  #step-content-right .carousel, #step-content-right, #step-content-left {
    height: 374px;
    margin-bottom: 0;
  }
}

#step-content-right .carousel-inner {
  height: 100%;
}

#step-content-right .carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-item img {
  height: 100%;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 0 5px rgb(0,109,159);
  padding: 0;
  border: 0;
}

