@charset "UTF-8";
/* CSS Document */
/*illustrated steps*/
.stepslgimage {
	display: none;
}
@media screen and (min-width: 992px) {
.stepslgimage img{
	min-width: 100%;
	display: block;
}
	.stepslgimage {
	display: block;
}
}
.row.steps {
	display: flex;
	flex-wrap: wrap;
}
.row.steps .stepblock {
	flex: 1 1;
	margin: 20px;
}
@media screen and (max-width: 992px) {
.row.steps .stepblock {
	flex: 1 1 300px;
	margin: 20px;
}
}
.row.steps .stepblock img {
	display: block;
}
@media screen and (min-width: 992px) {
.row.steps .stepblock img {
	display: none;
}
}
.steptext {
	display: flex;
}
.stepnumber p{
	margin: 10px;
    font-size: 20px;
    font-weight: 700;
    background-color: #ff9e18;
    width: 38px;
    height: 38px;
    border-radius: 18px;
    text-align: center;
    color: #ffffff;
}
.stepinfo h5 {
	font-size: 18px;
    margin: 20px 0px -10px 0px;
}
