@import url('https://fonts.googleapis.com/css?family=Pacifico|VT323|Quicksand|Inconsolata|Roboto');
body{
    
}
.button-color:hover{
    color: #fff;
    background-color: #4959b7;
    border-color: #4959b7;
}

.button-color{
    color: #4959b7;
    background-color: #fff;
    border-color: #4959b7;
}

.place-holder{

    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;

}

.no-border{
    border: none;
}

.input-number{
    max-width: 5em;
}

.steps-img{
    height: 100px;
    width: 100px;
}

.carousel-item{
    width: 85%;
    height: 580px;
    left: 10%;
}

.step-text{
    padding-top: 10px;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: black;
}