.jones-wrapper.wrapper-top {
	margin-top: 62px;
}

.banner_content {
	margin-bottom: 30px;
}

.banner_content .work-mail {
	display: flex;
	justify-content: flex-start;
}

.banner_content input {
	background: #F9FAFB;
	border: 1px solid #D5DCE9;
	border-radius: 8px;
	height: 48px;
	padding: 5px 16px 9px 16px;
	color: #606876;
	letter-spacing: -0.01em;
	font-size: 18px;
	line-height: 48px;
	width: 100%;
	outline: none;
}

.banner_content input[type="submit"] {
	background: #0073FF;
	color: #FFFFFF;
	width: 134px;
	margin-left: -134px;
	position: absolute;
	gap: 10px;
	text-align: center;
	padding: 5px 16px 9px 16px;
	line-height: 0;
}

.banner_content input[type="email"]:focus {
	border-color: #0073FF !important;
}

.banner_content .wpcf7 .wpcf7-form .wpcf7-response-output {
	display: none;
}

.banner_image {
/* 	margin-top: 36px; */
	display: flex;
    align-items: flex-end;
	margin-bottom:0;
}

.wrapper-top .common-flex {
	align-items: center;
}

.clients-wrapper .common-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.clients-wrapper .common-flex .client {
	max-width: 50%;
}

.jones-wrapper.compliance-wrapper-scroll {
	margin-top: 56px;
}

.compliance-wrapper .heading {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.01em;
	margin: 0px;
	background: linear-gradient(151.68deg, #0073FF 8.59%, #56CCF2 122.94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.compliance-wrapper h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.03em;
	color: #1F2023;
	margin: 4px 0px 12px 0px;
}

.compliance-wrapper .sub-heading {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #606876;
	margin: 0px;
}

.steps_image {
	display: none;
}

.steps_scroll {
	width: 100%;
}

.compliance-wrapper-scroll .common-flex {
	margin-bottom: 0px;
}

.fade-in-eft {
	opacity: 1;
}

.steps_scroll .step-process .small_heading_blue {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.01em;
	margin-bottom: 0;
	background: linear-gradient(151.68deg, #0073FF 8.59%, #56CCF2 122.94%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.steps_scroll .step-process:nth-child(2),
.steps_scroll .step-process:nth-child(3) {
	margin-top: 56px;
}

.steps_scroll .step-process h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.03em;
	color: #1F2023;
	margin-bottom: 6px;
}

.steps_scroll .step-process h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.03em;
	color: #1F2023;
}

.steps_scroll .step-process p.compliance-check-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #606876;
	margin-bottom: 18px;
	display: flex;
	align-items: baseline;
}

.steps_scroll .step-process p.compliance-check-text:first-line {
	text-indent: 20px;
}

.steps_scroll .step-process p.compliance-check-text:nth-child(1) {
	margin-top: 32px;
}

.steps_scroll .step-process p.compliance-check-text:nth-child(3) {
	margin-bottom: 54px;
}

.steps_scroll .step-process p.compliance-check-text img {
	margin-right: 12px;
}

.mobile-image {
	display: block;
	margin-bottom: 58px;
}

/* Desktop view */
@media(min-width:768px) {
	.banner_content {
		margin-bottom: unset;
	}
	
	.wrapper-top .common-flex {
		flex-direction: column;
		gap: 0px;
	}

	.jones-wrapper.compliance-wrapper-scroll {
		margin-top: 120px;
	}

	.fade-in-eft {
		opacity: 0;
	}

	.compliance-wrapper .heading {
		font-size: 18px;
		line-height: 30px;
	}

	.compliance-wrapper h2 {
		font-size: 54px;
		line-height: 65px;
		letter-spacing: -0.05em;
		width: 50%;
	}

	.compliance-wrapper .sub-heading {
		font-size: 20px;
		line-height: 32px;
		width: 50%;
	}

	.review-coi-bg {
		background-image: url('https://testsite.getjones.com/wp-content/uploads/full-bleed-img-1.png');
		padding: 60px 0 60px 0;
	}

	.review-coi-bg h3 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -0.05em;
	}

	.review-coi-bg p {
		font-size: 22px;
		line-height: 35px;
		margin: 12px 0 40px;
	}
	
	/* Start mobile horizontal screen CSS  */
	.horizontal .banner_content, .horizontal .banner_image {
		flex: 1;
	}
	
	.horizontal .banner_content h5 {
		font-size: 20px;
    	line-height: 32px;
		margin-top: 80px;
	}
	
	.jones-wrapper-14 .horizontal h1 {
	    font-size: 32px;
		line-height: 38px;
		letter-spacing: -.03em;
	}
	
	.horizontal .banner_content p {
		font-size: 18px;
    	line-height: 30px;
	}
	/* End mobile horizontal screen CSS  */
}

@media(min-width:1200px) {
	.wrapper-top .common-flex {
		flex-direction: row;
		gap: 68px;
	}

	.jones-wrapper.wrapper-top {
		margin-top: 97px;
	}

	.jones-wrapper.wrapper-top.banner-wrapper-top {
		margin-top: 186px;
	}

	.banner_content {
		width: 50%;
	}

	.banner_content .work-mail {
		gap: 8px;
	}

	.banner_content input[type="submit"] {
		margin-left: 0px;
		width: 150px;
		padding:5px 24px 9px 24px;
	}

	.banner_content h5 {
		font-weight: 600;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.03em;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.banner_image {
		margin-top: 0px;
	}

	.compliance-wrapper-scroll .common-flex {
		margin-bottom: 160px;
		gap: 150px;
		align-items: center;
	}

	.compliance-wrapper-scroll .common-flex:last-child {
		margin-bottom: 0px;
	}

	.steps_image {
		display: flex;
		width: 50%;
	}

	.steps_scroll {
		width: 50%;
	}

	.steps_scroll .step-process .small_heading_blue {
		font-size: 18px;
		line-height: 30px;
	}

	.steps_scroll .step-process:nth-child(2),
	.steps_scroll .step-process:nth-child(3) {
		margin-top: 0;
	}

	.steps_scroll .step-process h3 {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: -0.05em;
	}

	.steps_scroll .step-process h5 {
		font-size: 24px;
		line-height: 29px;
	}

	.steps_scroll .step-process p.compliance-check-text {
		font-size: 18px;
		line-height: 35px;
	}

	.steps_scroll .step-process p.compliance-check-text:nth-child(1) {
		margin-top: 40px;
	}

	.steps_scroll .step-process p.compliance-check-text:nth-child(3) {
		margin-bottom: 0;
	}

	.mobile-image {
		display: none;
	}

	.review-coi-bg {
		padding: 112px 0 97px 0;
	}
}