
@media screen and (min-width: 1200px) {
	.hero-banner {
		overflow: hidden;
	}
	
	.hero-row {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 0fr 0fr;
		gap: 0;
		animation-name: heroGrid;
		animation-duration: 7.5s;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
	}
	
	@keyframes heroGrid {
		100% {
			grid-template-columns: 2fr 1fr 1fr;
			gap: 25px;
		}
	}
	
	.hero-col {
		overflow: hidden;
		opacity: 0;
	}
	
	.video-col {
		opacity: 1;
	}
	
	.stats-col {
		animation: statsIn 7.5s forwards;
	}
	
	@keyframes statsIn {
		0%, 40% {
			opacity: 0;
			transform: translateY(80px);
		}
		
		55%, 100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	.form-col {
		animation: formIn 7.5s forwards;
	}
	
	@keyframes formIn {
		0%, 65% {
			opacity: 0;
			transform: translateX(-80px);
		}
		
		80%, 100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
}

.home-injury-banner-section .container-fluid {
	max-width: 1750px;
	padding: 0 20px;
}

.home-banner-video-wraper {
	background: #243a61;
	color: #fff;
	padding: 60px 0;
	border-radius: 10px;
	height: 100%;
}

.home-banner-video video {
	width: 100%;
	display: block;
}

.banner-new-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
}

.home-banner-form-wraper {
	width: 100%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 0 10px #dbdbdb;
}

.home-banner-video-content {
	padding: 50px 20px 0;
}

.home-banner-logo img {
	max-width: 450px;
}

.home-injury-banner-section {
	padding: 50px 0;
	background: #f3f3f3;
}

.home-banner-form-heading {
	color: #243a61;
	font-size: 24px;
}

.home-injury-banner-box {
	padding: 30px 15px;
	background: #243a61;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-top: 30px;
}

img.banner-star-rating {
	max-width: 220px;
	display: block;
	margin: 0 auto 10px;
}

.home-banner-result-tagline {
	padding: 30px 15px;
	/*    background: #C7DA2C;*/
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 30px;
	background-image: url("https://lntriallawyers.com/nitropack_static/LItaHiUgRBELLBCksvXDBVgHinClyOCk/assets/images/source/rev-8f0eaa7/lntriallawyers.com/wp-content/themes/levin-and-lalbandyan/img/texture.svg");
	background-position: center;
	background-repeat: no-repeat;
}

.home-banner-result-tagline.nitro-lazy {
	background-image: none !important;
}

.home-banner-contact-button {
	padding: 15px;
	background: #243a61;
	color: #c7da2c;
	font-size: 28px;
	line-height: 50px;
	border-radius: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-banner-contact-button span {
	background: #c7da2c;
	width: 70px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-right: 20px;
}

.home-banner-contact-button span svg {
	width: 30px;
	height: 30px;
}

.home-banner-btns-list {
	margin-bottom: 10px;
}

.home-button {
	padding: 12px 10px;
	background: #243a61;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 36px;
}

.home-banner-injury-btn {
	padding: 30px 15px;
	background: rgba(36, 58, 97, 40%);
	border-radius: 10px;
}

.home-banner-form-wraper .injury-button input.custom-btn.button {
	padding: 10px 20px;
	font-size: 18px;
	line-height: normal;
	width: 100%;
	display: block;
	background-color: #c7da2c;
}

.home-banner-form-wraper .injury-button input.custom-btn.button:hover {
	background-color: #fff;
}

.home-banner-form-wraper .wpcf7 .wpcf7-response-output {
	font-size: 12px;
	bottom: -25px;
}

.home-banner-form-wraper .injury-button {
	display: inline-block;
	position: relative;
	width: 100%;
}

.home-injury-list {
	color: #c7da2c;
	text-align: center;
	font-weight: 600;
}

span.list-dots {
	width: 8px;
	height: 8px;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 7px;
	vertical-align: middle;
}

.home-banner-form-wraper .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}

.home-banner-btns-wraper {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.home-banner-video {
	position: relative;
}

.video-controls svg {
	width: 27px;
	height: 27px;
	display: block;
}

.video-controls {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 9;
	cursor: pointer;
}

@media screen and (max-width: 1700px) {
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 28px;
	}
}

@media screen and (max-width: 1600px) {
	.home-button {
		font-size: 15px;
	}
	
	.home-banner-contact-button {
		font-size: 24px;
	}
}

@media screen and (max-width: 1500px) {
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 26px;
	}
	
	.home-banner-form-wraper .wpcf7-form-control-wrap {
		margin-bottom: 15px;
	}
	
	.home-banner-injury-btn {
		padding: 20px 15px;
	}
	
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 24px;
		padding: 20px 15px;
		margin-top: 15px;
	}
	
	img.banner-star-rating {
		max-width: 180px;
	}
	
	.home-banner-contact-button span {
		width: 60px;
		height: 50px;
	}
	
	.home-banner-video-content {
		padding: 40px 20px 0;
	}
	
	.home-banner-video-wraper {
		padding: 75px 0;
	}
}

@media screen and (max-width: 1400px) {
	.home-button {
		line-height: 22px;
	}
	
	.home-banner-contact-button {
		font-size: 20px;
	}
	
	.home-banner-form-wraper .checkbox span.wpcf7-form-control-wrap {
		margin: 0;
	}
}

@media screen and (max-width: 1300px) {
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 22px;
	}
	
	.home-banner-video-wraper {
		padding: 60px 0;
	}
	
	.home-banner-form-heading {
		font-size: 22px;
	}
}

@media screen and (max-width: 1199px) {
	.home-banner-form-wraper .wpcf7-form-control-wrap {
		margin-bottom: 25px;
	}
	
	.hero-col {
		padding: 15px;
	}
	
	.hero-row {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	
	.video-col {
		width: 100%;
	}
	
	.stats-col {
		width: 50%;
	}
	
	.form-col {
		width: 50%;
	}
	
	.home-banner-video-content {
		padding: 50px 20px 0;
	}
	
	.home-banner-video-wraper {
		padding: 60px 0;
		height: auto;
	}
	
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 30px;
		padding: 25px 15px;
		margin-top: 22px;
	}
	
	.home-banner-injury-btn {
		padding: 25px 15px;
	}
	
	.home-button {
		font-size: 18px;
		line-height: 36px;
	}
	
	.home-banner-contact-button {
		font-size: 24px;
	}
}

@media screen and (max-width: 991px) {
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 28px;
	}
	
	.banner-new-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.home-button {
		font-size: 15px;
		line-height: 30px;
	}
}

@media screen and (max-width: 767px) {
	.home-banner-btns-list {
		margin-bottom: 0;
	}
	
	.home-injury-banner-section {
		padding: 30px 0;
	}
	
	.stats-col {
		width: 100%;
	}
	
	.form-col {
		width: 100%;
	}
	
	.home-banner-video-wraper {
		padding: 0px 0 20px;
		height: auto;
		overflow: hidden;
	}
	
	.home-banner-video-content {
		padding: 20px 20px 0;
		text-align: center;
	}
	
	.home-banner-form-heading {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.banner-new-title br {
		display: none;
	}
	
	.home-banner-result-tagline, .home-injury-banner-box {
		font-size: 25px;
		line-height: 30px;
	}
	
	.home-banner-logo img {
		max-width: 250px;
	}
	
	span.list-dots {
		position: relative;
		top: -2px;
	}
	
	.video-controls {
		left: 10px;
		bottom: 10px;
	}
}
