.content:first-child{
	margin:80px 0 0 0;
}
.load-wrapper {
	margin: 0 5px;
	display: none;
	justify-self: center;
	align-items: center;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border:3px gray solid;
	border-top:3px lightblue solid; 
	animation-name:spinloader;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
@keyframes spinloader {
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.content{
	width:100%;
	height:auto;
	padding: 0;
	background-color:#F5F5F5;
	color: black;
}
.content_second{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	width:100%;
	
}
.content_second > div{
	display: flex;
	width: 100%;
	border-bottom:grey dashed 1px;
	color: black;
}
.content_second > div:last-child{
	display: flex;
	width: 100%;
	border-bottom:grey dashed 0px;
	color: black;
}
.content_second > div > p {
	color: black;
}
.content1 {
	background-color:#413686;
	text-align:center;
	padding:1em;
}
.content1 >  h4 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin:0;
	color:white;
	font-size: 20px;
}
.content1 > h4 > span {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin:0;
	color:white;
}
.content2 {
	display: flex;
	background-color:#e1e2e1;
	justify-content: space-between;
}
.content2 > div {
	padding: 10px;
}
.content2 > .center_div{
	font-size: 14px;
}
@media all and (max-width : 568px) {
	.content_second{
		display: flex;
		flex-direction: column;
		padding: 10px;
		width:100%;
	}
	.content2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color:#e1e2e1;
		justify-content: space-between;
	}
}
.content2 > .content2-header1 > p.firstdiv {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:700;
	color:rgb(1, 141, 160);
	margin:0;
}
.content2 > .content2-header1 > p.secondiv {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:700;
	color:green;
	margin:0;
}
.shipment {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width:100%;
	margin:4% 0;
}
.line2 {
	display: flex;
	position: absolute;
	height: 5px;
	width: 50px;
	display: block;
	top: 28%;
	left: 100%;
}
@media all and (max-width : 568px) {
	.shipment {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		width:100%;
		margin:2%;
	}
	.line1 {
		display: flex;
		justify-content: center;
		height: 50px;
		width: 5px;
		display: block;
		top: 28%;
		left: 45%;
	}
}
.shipment > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align:center;
	width:20%;
	position:relative;
	float:left;
	margin-left:5%;
	position: relative;
}

.delivery_stat {
	/* background: red !important */
	background: #98D091;
}

.shipment > div > span {
	font-size:15px;
	font-weight:600;
} 
.load-wrapper {
margin: 0 5px;
display: none;
justify-self: center;
align-items: center;
width: 10px;
height: 10px;
border-radius: 100%;
border:3px gray solid;
border-top:3px lightblue solid; 
animation-name:spinloader;
animation-duration: 1s;
animation-timing-function: linear;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
}
@keyframes spinloader {
0%{transform: rotate(0deg);}
100%{transform: rotate(360deg);}
}



