#header {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

#header img {
	margin: 0 auto;
	width: 100%;
	max-width: 360px;
	display: block;
}

#contact-info {
	background-color: white;
	padding: 10px;
	color: #012D6B;
	font-size: 14px;
	font-weight: bold;
}

#contact-info a {
	color: #012D6B;
}

#contact-info a:hover {
	color: #f68835;
}

@media (max-width: 768px) {
	#header {
		margin-bottom: 1rem;
	}
}

@media (max-width: 768px) {
	#contact-info {
		text-align: center;
	}
}

.banner {
  width: 100%;
}

#content {
	padding-top: 2rem;
}

#content .row {
	margin-bottom: 1.5rem;
}

#content .row:last-of-type {
	margin-bottom: 3rem;
}

#content .col-sm-12, #content .col-md-12 {
	margin-bottom: 1.5rem;
}

.cover {
	width: 100%;
	height: 300px;
	background-image: url("../images/book-an-mot.jpg") ;
	background-size: cover;
	background-position: center;
}

.contents-title {
	margin-top: 1rem;
	color: white;
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
}

.contents-list {
	margin-bottom: 2rem;
	padding-left: 20px;
	list-style: none;
}

.contents-list li:before {
	padding-right: 5px;
	content: '—';
}

.contents-list a {
	color: white;
}

.services-title {
	margin-top: 0.5rem;
	margin-bottom: 18px;
}

.services-list {
	padding: 0;
}

.services-list li {
	font-size: 16px;
	margin-bottom: .5em;
	list-style-type: none;
	padding: .25em 0 0 2.5em;
	position: relative;
}

.services-list li:before {
	content: " ";
	display: block;
	border: solid .8em #1E9771;
	border-radius: .8em;
	height: 0;
	width: 0;
	position: absolute;
	left: .4em;
	top: 40%;
	margin-top: -.5em;
}

.services-list li:after {
	content: " ";
	display: block;
	width: .4em;
	height: .8em;
	border: solid #fff;
	border-width: 0 .2em .2em 0;
	position: absolute;
	left: 1em;
	top: 40%;
	margin-top: -.2em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.checklist {
	padding: 0;
}

ul.checklist li {
	font-size: 16px;
	margin-bottom: 1em;
	list-style-type: none;
	padding: .25em 0 0 2.5em;
	position: relative;
}

ul.checklist li:before {
	content: " ";
	display: block;
	border: solid .8em #f68835;
	border-radius: .8em;
	height: 0;
	width: 0;
	position: absolute;
	left: .4em;
	top: 40%;
	margin-top: -.5em;
}

ul.checklist li:after {
	content: " ";
	display: block;
	width: .4em;
	height: .8em;
	border: solid #fff;
	border-width: 0 .2em .2em 0;
	position: absolute;
	left: 1em;
	top: 40%;
	margin-top: -.2em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#paymentlogos {
	margin-top: 1rem;
	display: block;
}

#paymentlogos img {
	height: 48px;
	display: inline-block;
}

#footer {
	background-color: white;
	border-top: 3.5px solid #f68835;
}

#bottomlogos {
	margin-top: 1rem;
	text-align: center;
}

#bottomlogos img {
	margin: 5px 10px;
	padding: 5px;
	width: 120px;
	display: inline-block;
}

footer {
	margin-bottom: 3rem;
	color: #023069;
	text-align: center;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
}

footer li {
	padding: 1rem;
}

footer a {
	color: #023069;
}

footer p {
	text-align: center;
	font-size: 0.875rem;
}