html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.chauffeur-clearfix {
	zoom: 1;
}

.chauffeur-clearfix:before, .chauffeur-clearfix:after {
	content: "";
	display: table;
}

.chauffeur-clearfix:after {
	clear: both;
}

.chauffeur-clearboth {
	clear: both;
}

html {
	scroll-behavior: smooth;
}

:root {
  --sh-primary-color: #cc4452;
  --sh-secondary-color: #1c1c1c;
  --sh-primary-font-color: #131518;
  --sh-secondary-font-color: #52575d;
}

body {
	font-family: 'Work Sans', sans-serif;
	color: var(--sh-primary-font-color);
}

a {
	color: var(--sh-primary-font-color);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

p {
	color: var(--sh-secondary-font-color);
	font-size: 18px;
	line-height: 31px;
}

.chauffeur-header-wrapper {
	border-bottom: #dedede 1px solid;
}

.chauffeur-header-wrapper .chauffeur-header {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	padding: 35px 0;
}

.chauffeur-header-wrapper .chauffeur-header .chauffeur-logo {
	font-size: 35px;
	font-weight: 500;
	float: left;
}

.chauffeur-header-wrapper .chauffeur-header .chauffeur-logo a i {
	background: var(--sh-primary-color);
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 22px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.chauffeur-header-wrapper .chauffeur-header ul {
	float: right;
	margin: 18px 0 0 0;
}

.chauffeur-header-wrapper .chauffeur-header ul li {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}

.chauffeur-header-wrapper .chauffeur-header ul li a {
	padding: 20px 40px 20px 0px;
}

.chauffeur-header-wrapper .chauffeur-header ul li a:hover {
	color: var(--sh-primary-color);
}

.chauffeur-header-wrapper .chauffeur-header ul li.chauffeur-buynow a {
	background: var(--sh-primary-color);
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	padding: 20px 40px;
}

.chauffeur-header-wrapper .chauffeur-header ul li.chauffeur-buynow a:hover {
	opacity: 0.6;
}

.chauffeur-mobile-header-wrapper {
	border-bottom: #dedede 1px solid;
	display: none;
}

.chauffeur-mobile-header-wrapper .chauffeur-mobile-header {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	padding: 35px 0;
}

.chauffeur-mobile-header-wrapper .chauffeur-mobile-header .chauffeur-logo {
	font-size: 35px;
	font-weight: 500;
	float: left;
}

.chauffeur-mobile-header-wrapper .chauffeur-mobile-header .chauffeur-logo a i {
	background: var(--sh-primary-color);
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 22px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.chauffeur-mobile-header-wrapper .chauffeur-mobile-header .chauffeur-mobile-menu-btn {
	float: right;
	font-size: 22px;
	cursor: pointer;
	margin: 15px 0 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-mobile-header-wrapper .chauffeur-mobile-header .chauffeur-mobile-menu-btn:hover {
	color: var(--sh-primary-color);
}

.chauffeur-mobile-header-wrapper ul {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto 35px auto;
	display: none;
}

.chauffeur-mobile-header-wrapper ul li {
	border-bottom: #dedede 1px solid;
	font-weight: 500;
}

.chauffeur-mobile-header-wrapper ul li:last-child {
	border: none;
}

.chauffeur-mobile-header-wrapper ul li a {
	padding: 15px 0;
	display: block;
}

.chauffeur-mobile-header-wrapper ul li a:hover {
	color: var(--sh-primary-color);
}

@media only screen and (max-width: 1100px) { 
	
	.chauffeur-header-wrapper {
		display: none;
	}
	
	.chauffeur-mobile-header-wrapper {
		display: block;
	}
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

.chauffeur-intro-wrapper * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-intro-wrapper {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	height: calc(100vh - 126px);
	min-height: 600px;
	position: relative;
}

.chauffeur-intro-wrapper .chauffeur-intro {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.chauffeur-intro-wrapper .chauffeur-intro-left {
	float: left;
	width: 500px;
	margin: 60px 0 0 0;
}

.chauffeur-intro-wrapper .chauffeur-intro-left h1 {
	font-size: 50px;
	margin: 0 0 30px 0;
}

.chauffeur-intro-wrapper .chauffeur-intro-left .chauffeur-intro-text {
	width: 450px;
	margin: 0 0 40px 0;
}

.chauffeur-intro-wrapper .chauffeur-intro-left .chauffeur-get-started {
	background: var(--sh-primary-color);
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	padding: 20px 40px;
	font-size: 16px;
	display: inline-block;
	margin: 0 0 40px 0;
	font-weight: 500;
}

.chauffeur-intro-wrapper .chauffeur-intro-left .chauffeur-get-started:hover {
	opacity: 0.6;
}

.chauffeur-intro-wrapper .chauffeur-intro-left .chauffeur-customers h3 {
	font-size: 37px;
	margin: 0;
}

.chauffeur-intro-wrapper .chauffeur-intro-image {
	float: right;
	width: 500px;
	position: relative;
	display: block;
}

.chauffeur-intro-wrapper .chauffeur-intro-image i {
	background: var( --sh-primary-color);
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 70px;
}

.chauffeur-intro-wrapper .chauffeur-intro-image:hover i {
	opacity: 1;
}

.chauffeur-intro-wrapper .chauffeur-intro-image:hover img {
	opacity: 0.5;
}

.chauffeur-intro-wrapper img {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 1300px) {
	
	.chauffeur-intro-wrapper .chauffeur-intro-left h1 {
		font-size: 36px;
	}
	
	.chauffeur-intro-wrapper .chauffeur-intro-left .chauffeur-customers h3 {
		font-size: 30px;
	}
	
	.chauffeur-intro-wrapper .chauffeur-intro-left {
		margin: 80px 0 0 0;
	}
	
}

@media only screen and (max-width: 1100px) {
	
	.chauffeur-intro-wrapper {
		height: auto;
		padding: 100px 0;
	}
	
	.chauffeur-intro-wrapper .chauffeur-intro-left {
		float: none;
		margin: 0 auto 100px auto;
		text-align: center;
		max-width: 100%;
	}
	
	.chauffeur-intro-wrapper .chauffeur-intro-left .chauffeur-intro-text {
		width: 100%;
	}
	
	.chauffeur-intro-wrapper .chauffeur-intro-image {
		float: none;
		margin: 0 auto;
		display: table;
		max-width: 100%;
	}
	
	.chauffeur-intro-wrapper .chauffeur-intro {
		position: relative;
		transform: none;
		top: 0;
	}
	
}

.chauffeur-included-wrapper * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-included-wrapper {
	background: #f7f7f7;
	padding: 100px 0;
}

.chauffeur-included-wrapper h2 {
	font-size: 35px;
	text-align: center;
	width: 400px;
	margin: 0 auto 80px auto;
}

.chauffeur-included-wrapper h2 span {
	color: var(--sh-primary-color);
}

.chauffeur-included-wrapper .chauffeur-included {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}

.chauffeur-included-wrapper .chauffeur-included .chauffeur-included-item {
	width: 33.33%;
	float: left;
	text-align: center;
}

.chauffeur-included-wrapper .chauffeur-included .chauffeur-included-item i {
	color: var(--sh-primary-color);
	font-size: 30px;
}

.chauffeur-included-wrapper .chauffeur-included .chauffeur-included-item h3 {
	font-size: 23px;
	margin: 35px 0 35px 0;
}

.chauffeur-included-wrapper .chauffeur-included .chauffeur-included-item p {
	max-width: 310px;
	margin: 0 auto;
}

@media only screen and (max-width: 1050px) {
	
	.chauffeur-included-wrapper .chauffeur-included .chauffeur-included-item {
		width: 100%;
		float: none;
		margin: 0 0 70px 0;
	}
	
	.chauffeur-included-wrapper .chauffeur-included .chauffeur-included-item:last-child {
		margin: 0;
	}
	
}

.chauffeur-demos-wrapper {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	padding: 100px 0 15px 0;
}

.chauffeur-demos-wrapper h2 {
	font-size: 35px;
	text-align: center;
	width: 400px;
	margin: 0 auto 60px auto;
}

.chauffeur-demos-wrapper h2 span {
	color: var(--sh-primary-color);
}

.chauffeur-demos-wrapper p.chauffeur-demo-intro {
	width: 670px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 70px auto;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item {
	width: calc(50% - 20px);
	float: left;
	margin: 0 40px 75px 0;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item:nth-child(2n) {
	margin: 0 0 75px 0;
}
 
.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item img {
	max-width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item p {
	text-align: center;
	margin: 25px 0 0 0;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item p a {
	color: var(--sh-secondary-font-color);
}

.chauffeur-demos-wrapper .chauffeur-demos * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item .chauffeur-demo-image {
	position: relative;
	display: block;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item .chauffeur-demo-image i {
	background: var( --sh-primary-color);
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 70px;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item a:hover .chauffeur-demo-image i {
	opacity: 1;
}

.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item a:hover img {
	opacity: 0.5;
}

@media only screen and (max-width: 800px) {
	
	.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item {
		width: 100%;
		float: none;
		margin: 0 0 75px 0;
	}

	.chauffeur-demos-wrapper .chauffeur-demos .chauffeur-demo-item:nth-child(2n) {
		margin: 0 0 75px 0;
	}
	
}

.chauffeur-colors-wrapper * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-colors-wrapper {
	padding: 100px 0 100px 0;
	background: #f7f7f7;
}

.chauffeur-colors-wrapper .chauffeur-colors {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}

.chauffeur-colors-wrapper h2 {
	font-size: 35px;
	text-align: center;
	width: 400px;
	max-width: calc(100% - 60px);
	margin: 0 auto 60px auto;
}

.chauffeur-colors-wrapper h2 span {
	color: var(--sh-primary-color);
}

.chauffeur-colors-wrapper p.chauffeur-color-intro {
	width: 670px;
	max-width: calc(100% - 60px);
	text-align: center;
	margin: 0 auto 70px auto;
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item {
	width: calc(25% - 22.5px);
	margin: 0 30px 0 0;
	float: left;
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item:nth-child(4n) {
	margin: 0;
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item .chauffeur-color-image img {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item .chauffeur-color-image {
	display: block;
	position: relative;
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item .chauffeur-color-image i {
	background: var( --sh-primary-color);
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item a:hover .chauffeur-color-image i {
	opacity: 1;
}

.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item a:hover .chauffeur-color-image img {
	opacity: 0.5;
}

@media only screen and (max-width: 800px) {
	
	.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item {
		width: calc(50% - 15px);
		margin: 0 30px 30px 0;
	}

	.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item:nth-child(2n) {
		margin: 0 0 30px 0;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.chauffeur-colors-wrapper .chauffeur-colors .chauffeur-color-item {
		width: 100%;
		margin: 0 0 30px 0;
		float: none;
	}
	
}

.chauffeur-booking-wrapper * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-booking-wrapper {
	padding: 100px 0;
}

.chauffeur-booking-wrapper h2 {
	font-size: 35px;
	text-align: center;
	width: 400px;
	margin: 0 auto 60px auto;
}

.chauffeur-booking-wrapper h2 span {
	color: var(--sh-primary-color);
}

.chauffeur-booking-wrapper p.chauffeur-booking-intro {
	width: 800px;
	max-width: calc(100% - 60px);
	text-align: center;
	margin: 0 auto 70px auto;
}

.chauffeur-booking-wrapper .chauffeur-booking-image {
	width: 627px;
	max-width: calc(100% - 60px);
	margin: 0 auto 100px auto;
	display: block;
	position: relative;
}

.chauffeur-booking-wrapper .chauffeur-booking-image i {
	background: var( --sh-primary-color);
	color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.chauffeur-booking-wrapper a.chauffeur-booking-image:hover i {
	opacity: 1;
}

.chauffeur-booking-wrapper .chauffeur-booking-image img {
	width: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.2);
}

.chauffeur-booking-wrapper a.chauffeur-booking-image:hover img {
	opacity: 0.5;
}

.chauffeur-booking-features {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}

.chauffeur-booking-features .chauffeur-booking-features-item {
	width: 25%;
	margin: 0 0 70px 0;
	float: left;
	text-align: center;
}

.chauffeur-booking-features .chauffeur-booking-features-item:nth-child(4n+1) {
	clear: both;
}

.chauffeur-booking-features .chauffeur-booking-features-item i {
	font-size: 30px;
	color: var(--sh-primary-color);
}

.chauffeur-booking-features .chauffeur-booking-features-item h3 {
	font-size: 23px;
	margin: 40px auto;
}

.chauffeur-booking-features .chauffeur-booking-features-item p {
	max-width: 80%;
	margin: 0 auto;
	font-size: 16px;
}

@media only screen and (max-width: 1100px) {
	
	.chauffeur-booking-features .chauffeur-booking-features-item {
		width: 50%;
	}

	.chauffeur-booking-features .chauffeur-booking-features-item:nth-child(2n+1) {
		clear: both;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.chauffeur-booking-features .chauffeur-booking-features-item {
		width: 100%;
		float: none;
	}
	
}

h3.chauffeur-booking-more {
	font-size: 23px;
	text-align: center;
	margin: 0 auto;
}

h3.chauffeur-booking-more span {
	color: var(--sh-primary-color);
}

.chauffeur-reviews-wrapper * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-reviews-wrapper {
	background: #f7f7f7;
	padding: 100px 0 0 0;
	position: relative;
	overflow: hidden;
}

.chauffeur-reviews-wrapper h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 auto 50px auto;
	max-width: 350px;
	width: calc(100% - 60px);
	color: var(--sh-primary-font-color);
}

.chauffeur-reviews-wrapper h2 span {
	color: var( --sh-primary-color);
}

.chauffeur-reviews-wrapper .chauffeur-reviews {
	max-width: 1330px;
	width: calc(100% - 60px);
	margin: 0 auto;
}

.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content {
	width: 50%;
	float: left;
	position: relative;
	padding: 85px 0 100px 0;
}

.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content .chauffeur-review-quote {
	font-size: 225px;
	color: var( --sh-primary-color);
	font-weight: 200;
	line-height: 1;
	position: absolute;
	top: -20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content .chauffeur-review-text {
	color: var(--sh-primary-font-color);
	font-size: 18px;
	text-align: center;
	line-height: 180%;
	width: 80%;
	margin: 0 auto 30px auto;
}

.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content .chauffeur-review-user {
	background: var( --sh-primary-color);
	color: #e1969d;
	font-size: 35px;
	width: 88px;
	height: 88px;
	line-height: 88px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto 30px auto;
	display: table;
}

.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content .chauffeur-review-author {
	color: var(--sh-primary-font-color);
	font-size: 18px;
	text-align: center;
}

@media only screen and (max-width: 1000px)  {
	
	.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content {
		width: 100%;
		float: none;
	}
	
	.chauffeur-reviews-wrapper .chauffeur-reviews .chauffeur-review-content .chauffeur-review-text {
		width: 90%;
	}
	
}

.chauffeur-2-col-section * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.chauffeur-2-col-section {
	width: 1200px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
	padding: 120px 0 0 0;
}

.chauffeur-2-col-section-last {
	padding: 120px 0 100px 0;
}

.chauffeur-2-col-section .chauffeur-2-col-section-left {
	float: left;
	width: calc(50% - 50px);
}

.chauffeur-2-col-section .chauffeur-2-col-section-right {
	float: right;
	width: calc(50% - 50px);
}

.chauffeur-2-col-section .chauffeur-2-col-section-left img,
.chauffeur-2-col-section .chauffeur-2-col-section-right img {
	width: 100%;
	margin: 0 0 30px 0;
}

.chauffeur-2-col-section h3 {
	font-size: 25px;
	margin: 0 0 30px 0;
	line-height: 150%;
}

.chauffeur-2-col-section h3 span {
	color: var( --sh-primary-color);
}

.chauffeur-2-col-section p {
	font-size: 18px;
	color: var(--sh-secondary-font-color);
	line-height: 180%;
	margin: 0 0 30px 0;
}

.chauffeur-2-col-section ul li {
	font-size: 18px;
	color: var(--sh-secondary-font-color);
	line-height: 180%;
	margin: 0 0 10px 0;
	position: relative;
	padding: 0 0 0 30px;
}

.chauffeur-2-col-section ul li:before {
	font-size: 20px;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	content: "\f00c";
	color: var( --sh-primary-color);
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 900px)  {
	
	.chauffeur-2-col-section .chauffeur-2-col-section-left {
		float: none;
		width: 100%;
	}

	.chauffeur-2-col-section .chauffeur-2-col-section-right {
		float: none;
		width: 100%;
	}
	
}

.chauffeur-footer {
	background: #f7f7f7;
	padding: 100px 0;
}

.chauffeur-footer h3 {
	font-size: 50px;
	text-align: center;
	max-width: 500px;
	margin: 0 auto 35px auto;
}

.chauffeur-footer h3 span {
	color: var( --sh-primary-color);
}

.chauffeur-footer a {
	background: var(--sh-primary-color);
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	padding: 20px 40px;
	font-size: 16px;
	display: table;
	margin: 0 auto;
	font-weight: 500;
}

.chauffeur-footer a:hover {
	opacity: 0.6;
}

.chauffeur-footer-bottom p {
	text-align: center;
	padding: 50px 0;
}

.chauffeur-footer-bottom p span {
	color: var( --sh-primary-color);
}