.tracking-card {
    background-color: #ECEFF1;
    padding-bottom: 20px;
    border-radius: 10px;
	float: left;
	width: 100%;
}

.tracking-top {
	float: left;
	width: 100%;
    padding-top: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
	font-size: 18px;
}

.tracking-bottom {
	float: left;
	width: 100%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 16px;
}

.tracking-bar {
	float: left;
	width: 100%;
}

.tracking-status {
	float: left;
	width: 100%;
	background: #fefefe;
	padding: 12px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.tracking-status.pending {
	border: 2px solid #108ed8;
}
.tracking-status.exception {
	border: 2px solid #b91900;
}
.tracking-status.delivered {
	border: 2px solid #00b939;
}

.tracking-status h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
	position: relative;
	z-index: 1;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 0;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #00b939;
}

#progressbar li.exception:before,
#progressbar li.exception:after {
	background: #b91900;
}

#progressbar li.pending:before,
#progressbar li.pending:after {
	background: #108ed8;
}

#progressbar li.ordered:before {
    font-family: FontAwesome;
    content: "\f543"
}

#progressbar li.fulfilled:before {
    font-family: FontAwesome;
    content: "\f49e"
}

#progressbar li.received:before {
    font-family: FontAwesome;
    content: "\f4de"
}

#progressbar li.delivered:before {
    font-family: FontAwesome;
    content: "\f0d1"
}

#progressbar li.readyforpickup:before {
    font-family: FontAwesome;
    content: "\f54f"
}

#progressbar li.pickedup:before {
    font-family: FontAwesome;
    content: "\f2c2"
}

.tracking-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.tracking-icon-content {
    padding-bottom: 20px
}

@media screen and (max-width: 992px) {
    .tracking-icon-content {
        width: 50%
    }
}

ul.tracking-steps {
	float: left;
	width: 100%;
}
ul.tracking-steps li {
	float: left;
	width: 100%;
    padding-bottom: 1.5rem;
    border-left: 1px solid #aec1dc;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
ul.tracking-steps li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #aec1dc;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 24px;
}
ul.tracking-steps li span.tracking-step {
	float: left;
	background: #fefefe;
	border-radius: 10px;
	padding: 10px;
}
ul.tracking-steps li span.tracking-step h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
ul.tracking-steps li span.tracking-step i {
	float: left;
	width: 100%;
	font-style: italic;
	margin-top: 10px;
}

div.tracking-pod {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}