body.widget-snippet .track-your-delivery-section {
	margin: 40px;
}
.widget-snippet .track-your-delivery-section {
	min-height: 608px;
	padding: 100px 0;
	background: #ebebeb;
	color: #000;
}
.widget-snippet .gps-tracing-img {
	padding-left: 20px;
}
.widget-snippet .gps-tracing-img img {
	max-width: 100%;
	height: auto;
}
.widget-snippet h2.title2 {
	position: relative;
	color: #000;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	margin: 0 auto;
	padding: 0 0 50px 0;
	display: inline-block;
}
.widget-snippet h2.title2::before {
	left: -24%;
}
.widget-snippet h2.title2::before, .widget-snippet h2.title2::after {
	content: '';
	position: absolute;
	width: 148px;
	height: 2px;
	background-color: #959595;
	top: 20px;
}
.widget-snippet h2.title2::after {
	right: -24%;
}
.widget-snippet h3.sub-title {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
	font-size: 22px;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	width: auto;
}
.widget-snippet .track-your-delivery-section p {
	color: rgba(0, 0, 0, 0.8);
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 32px;
	text-align:left;
}
.widget-snippet .track-your-delivery-section p + p {
	padding-top: 28px;
}
.widget-snippet .track-your-delivery-section .read-more {
	color: #fff;
	font-size: 12px;
	text-align: left;
	text-indent: 16px;
	line-height: 30px;
	text-transform: uppercase;
	background: url(/template/60a9eff5/images/read-more-bg.png) no-repeat 97px center #678CD2;
	width: 116px;
	height: 30px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.widget-snippet .track-your-delivery-section .read-more:hover, .widget-snippet .track-your-delivery-section .read-more:focus {
	background-color: #515151;
	color: #fff;
}
