.error-text {
    color: #ff5f13;
    font-size: 240px;
    font-weight: 700;
    line-height: 200px;
    margin-bottom: 20px;
}

.error-title {
    color: #121212;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

/* 21. Tracking */
.tracking-id-info > p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0;
	color: #6d6d6d;
}
.tracking-id-info > p a {
	font-weight: 600;
	font-style: italic;
	color: #ff5f13;
}
.tracking-id-info p a:hover {
	color: #18364a;
}
.tracking-id-form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 25px;
}
.tracking-id-form input {
	width: 390px;
	background: #f2f3f7;
	border: 1px dotted #d2d2d3;
	padding: 13px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #3e2f4d;
	margin-right: 10px;
}
.tracking-id-form input::placeholder {
	text-transform: uppercase;
	color: #3e2f4d;
	opacity: .84;
}
.tracking-list {
	background-image: url(../img/bg/tracking_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 25px;
	margin-bottom: 25px;
}
.tracking-list ul {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 45px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.tracking-list ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: 66px;
	height: 1px;
	width: 700px;
	border-top: 1px dashed #f08a8a;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.tracking-list ul .tracking-list-icon {
	height: 55px;
	width: 55px;
	text-align: center;
	border: 1px dashed #f08a8a;
	line-height: 55px;
	border-radius: 50%;
	background: #f2f3f7;
	font-size: 22px;
	color: #918c97;
	margin: 0 auto 25px;
}
.tracking-list ul .tracking-list-content p {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #514959;
	line-height: 1;
	margin-bottom: 0;
}
.tracking-list ul li.active .tracking-list-icon {
	background: #ff5f13;
	color: #fff;
	border-color: #ff5f13;
}
.tracking-list ul li.active .tracking-list-content p {
	color: #ff5f13;
}
.tracking-help p {
	line-height: 1.5;
	font-size: 14px;
	font-weight: 700;
	color: #514959;
	margin-bottom: 0;
}
.tracking-help p a {
	color: #ff5f13;
}

.state li {
	padding-bottom: 10px;
	border-bottom: solid 1px #ff5f13;
	margin-top: 20px;
}

.state li:first-of-type {
	margin-top: 0px;
}

.state li .comment {
	font-weight: 600;
}


/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {

 
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
