body.ast-separate-container {
	background-color: #fff;
}

section h2 {
	font-size: 3rem;
}

/* Banner */
#home_banner {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 4em;
    padding-bottom: 4em;
}

.banner-content {
	flex: 0 0 50%;
	margin-right: 3em;
	padding: 0;
	text-align: left;
	max-width: 100%;
}

.banner-image {
    text-align: right;
}

.banner-image img {
	max-width: 100%;
	width: 85%;
	max-height: calc(100vh - 100px);
	height: auto;
}

#home_banner .col-md-12 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-logos {
	display: flex;
	align-items: center;
}

.banner-logos a {
	background-color: transparent;
	padding: 0;
}

.banner-logos a.google-rating-logo {
	width: 165px;
}

#home_banner a.clutch-logo {
	width: 270px;
	padding-left: 0;
	background-color: unset;
	margin-bottom: 0;
	margin-left: 10px;
}

#home_banner a.btn-pink {
	color: #fff !important;
	padding: 14px 24px !important;
	font-size: 1.125rem;
	margin-top: 25px;
	display: inline-block;
	border-radius: 15px;
}

#home_banner a.btn-pink:hover {
	text-decoration: none;
	background-color: #26a65b !important;
}

.banner-content h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #222222;
	margin-top: 25px;
	text-transform: uppercase;
}

.banner-content h2 span {
	color: #26a65b;
}

.banner-content h2 span img {
	max-width: 6.85rem;
	margin-top: -1.5rem;
}

.banner-content p {
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.6em;
    color: #000;
}

.uk-law-firms {
    background-color: #fafafa;
    padding: 4em 0 6em;
}

.uk-law-firms h2 {
    margin-bottom: 1.5em;
}

.img-txt-row {
	display: flex;
	margin-bottom: 5em;
}

.img-txt-row:last-child {
    margin-bottom: 0;
}

.img-txt-row>div {
	flex: 1;
}

.img-txt-row:nth-child(even) .txt-col {
	order: 1;
}

.img-txt-row p {
	font-size: 1.375rem;
}

.img-txt-row .img-col {
	height: 300px;
	position: relative;
}

.img-txt-row .img-col a img.play-icon {
    position: absolute;
    width: 50px;
    height: 50px !important;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    cursor: pointer;
}

.img-txt-row .img-col img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 20px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 312px;
}

.video-wrapper iframe {
    border-radius: 30px;
	width: 100%;
	height: 100%;
}

.img-txt-row:nth-child(even) .content {
    padding-left: 3.5em;
}

.img-txt-row:nth-child(odd) p {
	padding-right: 2.5em;
}

.img-txt-row:nth-child(odd) .img-col {
	padding-left: 2.5em;
	order: 1;
}

img.quote {
    max-width: 60px;
    margin-bottom: 1em;
}

section.case_study {
    padding: 4em 0;
}

section.case_study iframe {
    width: 100%;
    height: 500px;
}

.landing-page-video {
    position: relative;
    margin-bottom: 2em;
    max-width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

section.case-study {
    padding: 4em 0;
}

.page-review-platform img:nth-child(2) {
    width: 230px;
}

.page-review-platform img:last-child {
    width: 310px;
}

.platform-logos {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
    margin-bottom: 2em;
	align-items: center;
}

section.get-lead-magnet {
    display: flex;
}

.get-lead-magnet .content-col {
    background-color: #e4e4e4;
    padding: 3em 4em;
	flex: 0 0 48%;
}

section.get-lead-magnet .image-col {
    flex: 1;
}

.get-lead-magnet img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get-lead-magnet p {
    font-size: 1.375rem;
    margin: 1.5em 0 2em;
}

.get-lead-magnet h2 {
    line-height: 1.4em;
}

.get-lead-magnet .gform_heading {
	display: none;
}

.gfield--type-email, 
.gform_button {
    width: 100%;
}

.get-lead-magnet input, 
.get-lead-magnet .gform_button.button {
    height: 60px !important;
    border-radius: 0 !important;
    font-size: 1.375rem !important;
    text-transform: none;
}

.gfield--type-email input {
    border: 2px solid #656565 !important;
    margin-bottom: 20px !important;
}

section#cost_of_services {
    padding: 6em 0 !important;
}

#booking_form {
    margin-bottom: 6em !important;
}

@media (max-width: 767px) {
	
	#home_banner {
		padding-top: 2em;
	}
	
	section.get-lead-magnet {
		flex-direction: column;
	}
	
	section.how-we-get-succes.landing-page-oct .landing-page-video {
		max-width: 100%;
		padding-top: 55%;
	}
	
	.review-platform img:first-child {
        width: 100px;
    }
	
	.review-platform img:nth-child(2) {
        width: 70px;
    }
	
	.review-platform img:last-child {
        width: 130px;
    }
	
	.banner-content {
		margin-right: 0;
	}

	.banner-content h2 {
		margin-top: 15px;
		font-size: 2.125rem;
	}

	section h2 {
		font-size: 2.125rem;
	}

	.img-txt-row {
		flex-direction: column;
		margin-bottom: 2em;
	}

	.img-txt-row:nth-child(even) .content {
		margin-top: 30px;
		padding-left: 0;
	}

	.img-txt-row:nth-child(odd) .img-col {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.img-txt-row:nth-child(odd) p {
		padding-right: 0;
	}

	.img-txt-row:nth-child(odd) {
		flex-direction: column-reverse;
	}

	.uk-law-firms {
		padding-bottom: 3em;
	}
	
	section.case-study {
		padding-bottom: 3em;
	}

	.get-lead-magnet .content-col {
		padding: 2em;
	}

	.gfield--type-email input {
		margin-bottom: 0 !important;
	}
	
	#cost_of_services .heading-block h2 {
		font-size: 2.25rem;
	}
	
	section#cost_of_services {
		padding: 4em 0 4em !important;
	}
	
	#booking_form {
		margin-bottom: 4em !important;
	}
}