.nav-step  {
	width: 100%;
}
.nav-step li {
	display: table-cell;
	width: 1%;
}

.firstaid-wrap .alert h3 {
	color: #1772bf;
	font-size: 2rem;
}
 .firstaid-wrap .alert {
	position: relative;
	/*min-height: 400px;*/
	/*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-around;*/
	/*border-color: transparent;*/
	padding-top: 30px;
	padding-bottom: 30px;
}
.firstaid-wrap .alert .panel {
	/*align-self: flex-end;*/
	/*position: absolute;*/
	/*position: relative;*/
	/*bottom: 40px;*/
	/*height: 285px;*/
	margin-top: 1rem;
} 
.firstaid-wrap .alert .panel .panel-body {
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.firstaid-wrap .alert .panel .panel-body figure {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.badge-firstaid {
	background-color: #fff;
	border: 1px dotted #1772bf;
	color: #000;
}
.firstaid-wrap .firstaid-text {
	height: 95px;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
 }
.firstaid-wrap .firstaid-text.firstaid-text-aed {
	height: 50px;
}

.firstaid-line {
	display: block;
	background-color: #e5e5e5;
	position: absolute;
	z-index: 1;
}

.firstaid-line:after {
		position: absolute;
	    display: block;
	    content: '';
	    color: #fff;
	    width: 33px;
	    height: 33px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    /* line-height: 31px; */
	    text-align: center;
	    background-color: #1772bf;
	    /* right: -8.5%; */
	    /* top: 50%; */
	    /* margin-top: -17px; */
	    z-index: 2;
	    /* left: 25px; */
	    border-radius: 50%;
	    border: 2px solid #fff;
}



.firstaid-line-r {
	width: 13%;
	height: 55px;
	top: 50%;
	margin-top: -27px;
	right: -13%;
}

.firstaid-line-r:after {
    background-image: url(../../img/firstAid/icon-arrow-r.png);
    top: 27px;
    margin-top: -15px;
    left: 50%;
    margin-left: -25%;
}

.firstaid-line-l {
	width: 13%;
	height: 55px;
	top: 50%;
	margin-top: -27px;
	left: -13%;
}

.firstaid-line-l:after {
	background-image: url(../../img/firstAid/icon-arrow-l.png);
	top: 27px;
	margin-top: -15px;
	right: 50%;
	margin-right: -25%;
}


.firstaid-line-b {
	width: 55px;
	height: 15%;
	left: 50%;
	margin-left: -27px;
	bottom: -15%;
}

.firstaid-line-b:after {
    background-image: url(../../img/firstAid/icon-arrow-b.png);
    top: 27px;
    margin-top: -15px;
    left: 24px;
    margin-left: -12px;
}

.firstaid-aed .panel-body {
	padding: 0;
}


.firstaid-aed .panel-body figure {
	height: 170px !important;
}


.steps-counter {
	clear: both;
	list-style: none;
	padding-left: 1.5em;
}
.steps-counter li {
	padding-top: .8em;
	padding-left: 10px;
	margin: .5em 0;
	display: block;
	position: relative;
	counter-increment: inst;
	line-height: 1.7;
}
.steps-counter li::before {
	content: counter(inst);
	/* background: rgba(255, 150, 0, 0.35); */
	/* color: #fff; */
	font-size: 1em;
	/* font-weight: 700; */
	/* font-style: italic; */
	/* text-shadow: 1px 1px rgba(255, 150, 0, 0.5); */
	border-radius: 50%;
	font-size: 1.2em;
	text-align: center;
	padding-top: 0;
	/* padding-left: 2.25%; */
	left: -5%;
	/* top: -0.65em; */
	height: 1.5em;
	width: 1.5em;
	position: absolute;
	background-color: #fff;
	/* transition: all 0.2s ease-in-out; */
	z-index: -1;
	border: 1px dotted #00479d;
}	