#stepBoxHolder{
	width:100%;
	border:0px black solid;
	min-height:200px;
}
.step{
	position:relative;
	border:0px black solid;
	display:none;

}
.slide{
	width:100%;
}
#stepBoxNavHolder{
	display:flex;
	justify-content: space-between;
	border: 0px red solid;
	width:100%;
}
#stepBoxNavHolder button{
	background-color:#037079;
	color:white;
	width:30%;
	height:40px;
	line-height:30px;
}
.flexItemHolder{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:30px auto;

	border:0px blue solid;

}
.cardIntoTxt{

}
.card{
	border:1px black solid;
	padding:10px;
	box-shadow: 5px 5px 5px #F5F5F5;
	background-color:#037079;
	color:white;
	flex-grow:1;
	flex-basis:200px;

align-items: center;
}
button{
	font-size:1em;
}
.feedbackPic{
	width:100%;
}


/* for videos */

.videoHolder {
  position: relative;
  padding-bottom: 56.25%; /* 16x9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoHolder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.icon{
	float:left;
	margin-right:0px;
	padding-left:15px;
	border:0px white solid;
}