.logistics-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logistics-list>li {
	margin-bottom: 15px;
	color: #1375a3;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.logistics-list>li .icon {
	margin-right: 10px;
	color: #1375a3;
}
.logistics-list.logistics-list-simple>li {
	color: #707278;
}
.logistics-box-shadow {
	box-shadow: 7px 7px 0 #1375a3;
	border-radius: 1px;
}
.logistics-service {
	background-color: #f5f5f5;
	border-radius: 2px;
	overflow: hidden;
}
.logistics-service-inner {
	padding: 30px 20px 20px;
}
@media (min-width: 991px) {
	.logistics-intro-form {
		-ms-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
		margin-bottom: -200px;
		background-color: #f5f5f5;
		padding: 20px 30px 0;
		border-radius: 4px;
	}
}
.logistics-list-stats {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logistics-list-stats>li {
	margin-bottom: 12px;
	color: #909297;
	font-size: 14px;
}
.logistics-list-stats>li span {
	margin-right: 10px;
	color: #1375a3;
	font-weight: 600;
}
.panel-group.logistics-panel-group .panel-title {
	text-transform: capitalize;
	font-size: 13px;
}
.sidebar-posts.logistics-sidebar-posts>.sidebar-post {
	margin-bottom: 30px;
}
.divider.divider-gray span {
	background-color: #f0f1f2 !important;
}