p{color: #454545}
.hidden {
            display: none;
        }

.d-flex{
	display: flex;
}
.mr-20{
	margin-right: 20px;
}
.tracking-section{
	padding: 100px 0px;
}
.tracking-title h3{
	color: #003d82;
}
.tracking-title p{
	margin-top: 10px;
	color: #000;
}
.br1{
	border: 1px solid #003d82;
	border-radius: 20px;
	padding: 20px;
}
.con-id{
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;

}
.con-id img{
	width: 30px;
	margin-right: 20px;
}
.con-id p{
	font-size: 10px;
	color: white;
	margin-left: 20px;
	background: #003d82;
	padding: 3px 5px;
	border-radius: 50px;
}
.b-right-1{
	border-right: 1px solid #989898;
}
.showdetails-btn{
	background: #003d82;
	color: #fff;
	padding: 10px 20px;
	border: #000;
	border-radius: 20px;
}
.mt-btn{
	font-size: 16px;
	color: #003d82;
}
.table tbody td {
    background: #efeeee;
    color: #000;
    border: 0;
}


/*theme color 003d82*/

@media only screen and (max-width: 768px) {
	.d-flex{
		display: block !important; 
	}
	.b-right-1{
	border-right: none;
}
}