body.become-a-driver {
	width: 100vw;
	overflow-x: hidden;
}
	.become-a-driver .checkboxes {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.become-a-driver .areas .checkboxes {
		column-count: 2;
	}
	
	.becomeadriver h1 {
		font-size: 70px;
		font-weight: 900;
		line-height: 70px;
	}
	
	.becomeadriver {
		min-height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 60px 0;
		margin-bottom: 20px;
		flex-direction: row;
		
	}
	#header.become-a-driver {
		background: linear-gradient(90deg, rgba(51,41,102,1) 0%, rgba(124,108,176,1) 49.9%, rgba(51,41,102,1) 100%) !important;
	}
	.becomeadriver p {
		font-size: 24px;
		color: #fff;
	}
	
	.becomeadriver h3 {
		line-height: 40px;
	}
	.becomeadriver .apply {
		background: var(--gg-yellow);
		color: var(--gg-dark-purple);
		padding: 10px;
		display: inline-block;
		border-radius: 10px;
		font-size: 20px;
		font-weight: 700;
		margin-top: 15px;
		position: absolute;
		left: 50%;
		transform: translate(-50%,18px);
	}
	.bad-hero {
		width: 100%;
		overflow: hidden;
		background-image: url('/assets/img/become-a-driver/becomeadriver-hero.jpg');
		background-size: 115%;
		background-position: center 200px;
		height: 1000px;
		margin-top: -20px;
		background-attachment: fixed;
		background-color: #FDF3F6;
		background-repeat: no-repeat;
	}
	.bad-under-hero, .bad-what-you-need, .bad-extra-money {
		background: var(--gg-dark-purple);
		color: #fff;
		padding: 40px 0 50px 0;
		position: relative;
		font-size: 26px;
		font-weight: 700;
		overflow-x: visible;
	}
	.bad-what-you-need {
		margin-top: 100px;
	}
	.bad-diagonal {
		background: var(--gg-dark-purple);
		width: 100%;
		transform: rotate(-1deg);
		display: block;
		height: 40px;
		position: absolute;
		top: -20px;
	}
	.bad-wyn-diagonal {
		background: var(--gg-dark-purple);
		width: 102%;
		transform: rotate(1deg);
		display: block;
		height: 80px;
		position: absolute;
		top: -63px;
		left: -2px;
	}
	@media(min-width: 2250px){
		.bad-wyn-diagonal {
		top: -57px;
	}
	}
	.bad-under-hero h3, .bad-what-you-need h3 {
		color: #fff;
		font-size: 34px;
	}
	.bad-what-you-need ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-weight: normal;
	}
	.bad-what-you-need ul li {
		display: flex;	
		align-items: center;
	}
	.bad-what-you-need ul li:before {
		content: url("/assets/img/become-a-driver/tick.svg");
		width: 25px;
		height: 25px;
		display: inline-block;
		margin-top: -6px;
		margin-right: 10px;
		min-width: 25px;
	}
	.bad-message-away {
		color: var(--gg-dark-purple);
		background: #fff;
		padding: 40px 0 50px 0;
		position: relative;
		font-size: 26px;
		font-weight: 700;
		z-index: 2;
		
	}
	.bad-message-away p {
		font-size: 24px;
		line-height: 32px;
		color: var(--gg-dark-purple);
	}
	.bad-message-diagonal {
		background: #fff;
		width: 102%;
		transform: rotate(1deg);
		display: block;
		height: 46px;
		position: absolute;
		bottom: -20px;
		left: -2px;
	}
	.bad-message-away h3 {
		color: var(--gg-dark-purple);
		font-size: 36px;
	}
	.bad-extra-money {
		margin-top: -0px;
		background: var(--gg-dark-purple);
		color: #fff;
		padding: 100px 0 80px 0;
		position: relative;
		font-size: 26px;
		font-weight: 700;
	}
	.bad-extra-money .quote {
		display: flex;
	}
	.bad-extra-money .quote:before {
		content: url('/assets/img/become-a-driver/quotes.svg');
		position: relative;
		min-width: 85px;
		height: 85px;
		left: 0;
		top: -32px;
		margin-right: 20px;
	}
	.bad-extra-money .quote:after {
		content: url('/assets/img/become-a-driver/quotes.svg');
		position: relative;
		transform: scaleX(-1);
		min-width: 85px;
		height: 85px;
		right: 0;
		top: 50px;
		margin-left: 20px;
	}
	.bad-features {
		width: 100%;
		padding: 100px 0;
	}
	.bad-grid {
		display: grid; 
		grid-template-columns: 1fr 1fr 1fr; 
		grid-template-rows: 1fr 1fr; 
		gap: 20px 20px; 
		grid-template-areas: 
		  ". . ."
		  ". . ."; 
		text-align: center;
	}
	.bad-grid .item {
		width: 350px;
		height: 375px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		position: relative;
	}
	.bad-grid .item .inner {
		border-radius: 50%;
		background: var(--gg-dark-purple);
		width: 170px !important;
		height: 170px !important;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	.bad-grid .item p {
		padding-top: 15px;
		font-weight: 500;
		font-size: 22px;
		line-height: 32px;
		color: var(--gg-dark-purple);
	}
	.become-a-driver .cars {
		width: 100%;
		padding: 25px 0 0 0;
		overflow: hidden;
		margin-bottom: -1px;
	}
	
	.bad-form input {
		border-bottom: 1px solid var(--gg-light-grey) !important;
	}
	.become-a-driver input[type=text]{
		padding-left: 0 !important;
	}
	.become-a-driver input[type=checkbox] {
		display: inline-block;
		min-width: 20px;
		height: 20px;
		margin-top: 2px;
	}
	.become-a-driver label {
		width: 100%;
		align-items: center;
		justify-content: left;
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.become-a-driver label input {
		margin-right: 5px;
	}
	
	.bad-under-hero .flex-inner div:first-of-type {
		margin-right: 30px
	}
	
	

	
	@media (max-width: 1268px){
		.bad-hero {
			height: 750px;
			background-position: center;
		}
		.bad-grid {
			grid-template-columns: 1fr 1fr;
			grid-template-rows: 1fr 1fr;
			grid-template-areas: ". .";
		}
		.bad-grid .item {
			width: 100%;
		}
	}
	@media (max-width: 993px){
		.bad-extra-money .quote::after {
			top: 128px;	
		}
	}
	@media (max-width: 768px){
		
		.bad-grid .item .inner {
			width: 100px !important;
			height: 100px !important;
		}
		.bad-grid .item .inner img {
			width: 50px;
		}
		.bad-grid .item .inner.phone-icon img {
			width: 90px;
		}
		.bad-under-hero .flex-inner div:first-of-type {
			margin-right: 0;
		}
		
		.bad-features {
			padding: 25px 0;
		}
		.bad-grid .item {
			height: auto;
		}
		
		.bad-grid .item p {
			font-size: 18px;
			line-height: 24px;
		}
		
		.bad-extra-money {
			padding: 50px 0 30px 0;
		}
		.bad-under-hero h3, .bad-what-you-need h3 {
			padding: 0 15px;
			font-size: 26px;
		}
	
		.bad-hero {
			height: 550px;
			background-position: center;
			background-attachment: initial !important;
		}
		.bad-extra-money .quote::after {
			top: 65px;	
		}
		.becomeadriver {
			padding-left: 10px;
			padding-right: 10px;
		}
		.bad-what-you-need ul li {
			font-size: 22px;
		}
		.bad-under-hero, .bad-what-you-need, .bad-message-away, .bad-features {
			padding: 20px 0 30px 0;
		}
		.flex-inner {
			flex-direction: column !important;
		}
		.bad-diagonal, .bad-wyn-diagonal, .bad-message-diagonal {
			width: 100%;
			left: 0;
			
		}
		.bad-under-hero .flex-inner div:first-of-type, .bad-message-away .flex-inner div:first-of-type {
			margin-bottom: 20px;
		}
		.bad-under-hero .flex-inner div:last-of-type  {
			text-align: center;	
			padding: 0 15px;
			font-size: 18px;
		}
		
		.bad-under-hero .flex-inner img {
			width: 125px;
		}
		
		.bad-wyn-diagonal {
			height: 40px;
			top: -36px;
		}
		
		.bad-extra-money .quote::after, .bad-extra-money .quote::before {
			min-width: 55px;
			height: 55px;
		}
		
		.bad-message-away {
			padding: 30px 0 20px 0;
		}
		.bad-message-away p {
			text-align: center;
			padding: 0 15px;
			font-size: 17px;
		}
		
		.bad-extra-money .quote {
		  display: flex;
		  padding: 0 70px;
		  font-size: 20px;
		  text-align: center !important;
		}
		.bad-extra-money .quote::before, .bad-extra-money .quote::after {
			width: 55px;
			height: 55px;
			position: absolute;
		}
		
		
		.bad-extra-money .quote::before {
			top: 20px;
		}
		
	}
	@media (max-width: 568px){
		.bad-extra-money .quote::after {
			top: 105px;	
			right: 6px
		}
		
		.become-a-driver #header {
			padding: 25px 10px;
		}
		
		.becomeadriver h1 {
			font-size: 50px;
			font-weight: 900;
			line-height: 55px;
		}
		.becomeadriver p {
			font-size: 20px;
		}
		
		.bad-message-away h3 {
			padding: 0 15px;
		}
		.bad-hero {
			height: 450px;
		}
		
		.cars img {
			width: 1020px;
			transform: translate(-14%,0%);
		}
		
		.bad-grid {
			grid-template-columns: 1fr;
			grid-template-rows: 1fr;
			grid-template-areas: ".";
		}
		.bad-grid .item {
			width: 100%;
		}
		.bad-form .btn {
			width: 100%;
			margin-top: 25px !important;
		}
		.bad-grid {
			padding: 0 20px;
		}
		.bad-what-you-need ul li::before {
			margin-top: 0;	
		}
	}
	@media (min-width: 2250px){
		.bad-diagonal {
			height: 50px;
		}
		.bad-wyn-diagonal {
			height: 90px;
		}
	}
	
	
	
	
	
	.bad-form .checkboxes {
	position: relative;
}
.bad-form .over21, .bad-form .name, .bad-form .tel, .bad-form .email {
	position: relative;
}
@media (min-width: 1200px){	
	.bad-form .form-check .error {
		position: absolute;
		top: -33px;
		right: -10px;
	}
	.bad-form .over21 .error {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.bad-form .checkboxes .error {
		position: absolute;
		top: -32px;
		right: 0px;
	}
	
	.bad-form .over21 .error, .bad-form .name .error, .bad-form .tel .error, .bad-form .email .error {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media (max-width: 1199px) and (min-width: 769px){	
	.bad-form .over21 .error, .bad-form .name .error, .bad-form .tel .error, .bad-form .email .error {
		top: 71px;
		left: 0;
		width: 100%;
		border-top: 1px solid red;
		font-size: 12px;
	}
	.bad-form .checkboxes .error {
		position: absolute;
		top: -32px;
		right: 0px;
		font-size: 12px;
	}
	
	.bad-form .form-check .error {
		position: absolute;
		font-size: 12px;
		top: -28px;
		right: -70px;
	}


	
}
@media(max-width: 990px){
	.bad-form .form-check .error {
  position: absolute;
  font-size: unset;
  top: -28px;
  right: 0;
}
}
@media(max-width:969px){
	.bad-form .checkboxes .error {
		position: absolute;
		top: 75px;
		right: 0px;
		font-size: 12px;
	}
	
}

.become-a-driver .bad-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	text-align: center;
	margin: -40px auto 15px auto;
	border-radius: 0 0 15px 15px;
	overflow:hidden;
}

@media(max-width: 968px){
	.become-a-driver .bad-banner {
		width: 60%;
		margin: -20px auto 15px auto;
		border-radius: 0 0 15px 15px;
	}
}	

@media (max-width: 768px){
	.bad-form .form-check .error {
		position: absolute;
		top: 260px;
		left: 0;
	}
	
	.bad-form .over21 .error, .bad-form .name .error, .bad-form .tel .error, .bad-form .email .error {
		position: absolute;
		top: 0px;
		right: 0;
	}
	.bad-form .checkboxes .error {
		position: absolute;
		top: -32px;
		right: 0px;
		font-size: initial;
	}
	.bad-form .form-check .error {
		position: absolute;
		top: -32px;
		right: 0;
		left: unset;
	}
}


@media (max-width: 568px){
	.become-a-driver .bad-banner {
		width: 90%;
		margin: -20px auto 15px auto;
		border-radius: 0 0 15px 15px;
	}
}