@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300&display=swap');
body{
	font-family: 'Jost', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000000;
	line-height:19px;
	background:#F7F7F7;
}
#navbarHeader{
	background:#FFF;
}
.navbar-brand{
	padding:10px 0px;
	margin:0px;
	display:flex;
	align-items: center;
    justify-content: center;
	width:100%;
}
#navbarHeader .navbar-brand img{
	max-width:304px;
	margin:0 auto;
	
}
.container{
	padding-left:0px; 
	padding-right:0px;
	background:#FFF;
	
}
.title-2{
	font-size:20px;
	color:#8e0045;
	font-weight:bold;
}
.search-form{
	max-width:600px;
	margin:20px auto;
	background:#f0f0f0;
	border-radius:5px;
}
.search-form .form-field{
	display:flex;	
	justify-content:space-between;
}
.search-form .form-field input[type="text"]{
	font-size:18px;
	width:70%;
	border:2px solid #8e0045;
	border-radius:5px;
	padding:5px 10px;
	box-shadow:none;		
}
.search-form .form-field .btn,.btn-primary{
	border-color:#8e0045;
	background:#8e0045;
	width:28%;
	border-radius:5px;
}
img{
	max-width:100%;	
}
.tracking-status{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 950px){
	.tracking-status{
		margin-bottom: -70px;
	}
}
	
.tracking-info{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	list-style:none;
	align-items:center;
	justify-content:space-between;
	padding-bottom:30px;
}
.tracking-info .tracking{
	position:relative;
	display:flex;
	align-items:center;
	width:calc(100% / 6);
	text-align:center;
	justify-content:center;
	
}
.tracking-info.status_7 .tracking{
	width:calc(100% / 7);
}
.tracking-info .tracking:before{
	content:'';
	height:4px;
	background:#c1c1c1;
	width:100%;
	position:absolute;
	right:50%;
	z-index:1;
}
.tracking-info .tracking .item{
	width:100px;
	height:100px;
	border-radius:5px;
	background:#dfd0d5;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	z-index:10;
	
}
.tracking-info .tracking:first-child::before{
	display:none;
}
.tracking-info .tracking.active .item,.tracking-info .tracking.active:before{
	background-color:#8e0045;
}
.tracking-info .tracking .item img{
	max-height:50px;
	max-width:50px;
}
.tracking-info .tracking .status-label{
	position:absolute;
	font-size:17px;
	font-weight:600;
	color:#212121;
	width:100%;
	text-align:center;
	left:0%;
	bottom:-40px;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 20px;
}
.container-details{
	max-width:1080px;
    margin-top: -5px;
    margin-bottom: -15px;
    margin-right: auto;
    margin-left: auto;
	position:relative;
}
.tracking-address{
	width:75%;
}
.tracking-normal{
	width:35%;
}
.bg-gray{
	background:#F0F0F0;
	border-radius: 5px;
}
.tracking-source p{
	margin-bottom:10px;
	font-size:15px;
	color:#212121;
	font-weight:500;
	border-radius: 5px;
}
.map-marker {
	padding-right:10px;
}
.map-marker img{
	max-width:17px;
}
.tracking-normal p {
	margin-bottom:15px;
}
.tracking-normal p span{
	font-size:19px;
}
.tracking-normal p span.note{
	min-width:135px;
	float:left;
}
.tracking-normal p span.details{
	font-weight:400;
	color:#8e0045;
}
.black-line{
	height:1px;
	background:#000;
	opacity:1;
}
h2{
	font-size:18px;
	color:#000;
	letter-spacing:0.2px;
	font-weight:500;
}
.details-table {
	width:100%;
	border-radius: 5px;
}
.details-table th,.details-table td{
	width:20%;
	padding:15px;
	border:2px solid #FFF;	
	border-top:none;
}
.details-table tr th:first-child,.details-table td:first-child{
	border-left:none;
}
.details-table tr th:last-child,.details-table td:last-child{
	border-right:none;
}
.details-table th{
	padding:25px 15px;
}
.details-table th.details,.details-table td.details{
	width:40%;
}
.address{
	padding-right:15px;
}
.shipment-returned{
	display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.shipment-returned img{
	max-width:300px;
	margin:0 auto;
}
.shipment-returned .status-label{
	font-weight:500;
	color:#8e0045;
	font-size:17px;
	padding:20px 0px; 
}
.tracking-from{
	position:relative;
}
.arrow-listing{
	position: absolute;
    right: 40px;
}
.arrow-listing img{
	width:43px;
	height:47px
}
.header-banner{
	position:relative;
	display:flex;
	border-radius: 10px;
}
.page-title{
	display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #FFF;
	position:absolute;
	font-size:22px;
}
.page-title span{
	padding:0.5rem 1.5rem;
	background:#8e0045;
}
.dropdown-language{
	right:0px;
	min-width:7.5rem;
}
.dropdown-language .btn{
	background: transparent;
    border: none;
    color: #242424;
	font-size:1.25rem;
	padding:0px 1.25rem 0px 0.5rem;
	border-bottom:1px solid #8E0045;
	border-radius: 0px;
    display: flex;
    align-items: center;
	width:100%;
	justify-content:flex-end;
	
}
.dropdown-language .dropdown-toggle::after{
	border: none;
    background-image: url(../image/down-arrow.png);
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    background-size: contain;
    position: relative;
    top: 2px;
    left: 20px;
	
}
.dropdown-language  .dropdown-menu{
	background: #f1f1f1;
	width:100%;
    border: none;
	border-radius:0px;
	padding:0px;
	min-width:100%;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;
}
.dropdown-language  .dropdown-item{
	font-size: 17px;
    text-align: center;
	border-bottom:1px solid #8E0045;
	padding:0.4rem;
}
.dropdown-language  li:last-child > .dropdown-item{
	border:none !important;
}
@media screen and (max-width: 991px){
	.tracking-info .tracking .item{
		width:60px;
		height:60px;
	}
	.tracking-info .tracking .item img{
		max-height: 30px;
		max-width: 30px;
	}
	.tracking-info .tracking .status-label{
		font-size:17px;
		left:-10%;
	}
	.tracking-normal p span{
		font-size:16px;
	}
	.container, .container-md, .container-sm{
		max-width:100%;
		width:100%;
		padding:0 15px;
	}
}

@media screen and (max-width: 767px){
	.navbar-brand{
		margin-top:2.5rem;	
	}
	#navbarHeader .navbar-brand img{
		max-width:200px;
	}
	.tracking-info .tracking{
		width:100%;
		margin-bottom:30px;
		display:block;
	}
	.tracking-info{
		padding-left:0px; 
	}
	.tracking-info .tracking:before{
		height: 100%;
		width: 4px;
		left: 29px;
		bottom: 100%
	}
	.tracking-info .tracking .status-label{
		top: 35%;
		text-align: left;
		left: 30%;
		font-size: 17px;
		width: 75%;
		line-height: 25px;
	}
	.tracking-source,
	.search-form .form-field{
		flex-direction:column;
	}
	.tracking-normal{
		margin-top:25px;
		padding-left:25px;
	}
	.tracking-address,.tracking-normal,
	.search-form .form-field input[type="text"],
	.search-form .form-field .btn, .btn-primary{
		width:100%;
		margin-bottom:10px;
		border-radius: 5px;
	}
	.table-container{
		overflow-x:auto;
	}
	.details-table th, .details-table td{
		min-width:150px;
	}
	.arrow-listing{
		display:none;
	}
	.dropdown-language{
		width: 100%;
		top: 0px;
		justify-content: center;
		display: flex;		
		padding: 0.25rem;
		border-bottom:1px solid #8E0045;
	}
	.dropdown-language .btn{
		border:none;
	}
}