
.inner-banner-section .container-fluid {
	max-width: 1700px;
}

.inner-video {
	position: relative;
}

.inner-video video {
	width: 100%;
	position: relative;
}

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

.inner-banner-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 25px;
}

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

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

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

.inner-banner-form-heading {
	color: #243a61;
	font-size: 24px;
	margin-bottom: 20px;
}

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

.inner-banner-form .wpcf7-form-control-wrap {
	margin-bottom: 25px;
}

.inner-banner-form .injury-button input.custom-btn.button {
	padding: 10px 20px;
	font-size: 18px;
	line-height: normal;
	width: 100%;
	display: block;
	background-image: none;
	background-color: #c7da2c;
	font-weight: 400;
	letter-spacing: 2px;
}

.inner-banner-form .injury-button input.custom-btn.button.nitro-lazy {
	background-image: none !important;
}

.inner-banner-form .injury-button input.custom-btn.button:hover {
	background: transparent;
	color: #000;
}

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

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

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

.inner-contact-list {
	margin-bottom: 10px;
}

.inner-contact-list-wraper {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

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

.inner-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;
}

.inner-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;
}

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

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

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

.inner-banner-result-tagline {
	padding: 30px 15px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	border-radius: 10px;
	margin-top: 40px;
	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;
}

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

.banner-title-inner {
	font-size: 40px;
	margin: 0;
}

.inner-banner-logo img {
	max-width: 350px;
	margin-top: 15px;
}

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

@media screen and (max-width: 1500px) {
	.inner-banner-contact-button {
		font-size: 24px;
	}
	
	.inner-banner-contact-button span {
		width: 60px;
		height: 50px;
		margin-right: 15px;
	}
	
	.inner-banner-contact-button span svg {
		width: 25px;
		height: 25px;
	}
	
	.inner-banner-result-tagline, .inner-banner-reviews-box {
		font-size: 24px;
	}
	
	img.inner-banner-star-rating {
		max-width: 180px;
	}
	
	.inner-banner-form .wpcf7-form-control-wrap {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1300px) {
	.inner-banner-contact-button {
		font-size: 20px;
	}
	
	.inner-banner-result-tagline, .inner-banner-reviews-box {
		font-size: 22px;
		margin-top: 30px;
	}
	
	.banner-title-inner {
		font-size: 36px;
	}
	
	.contact-list-content {
		line-height: 26px;
	}
	
	.inner-banner-form-heading {
		color: #243a61;
		font-size: 21px;
		margin-bottom: 10px;
	}
	
	.inner-banner-form-box {
		padding: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.inner-banner-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		margin: 0 -15px;
	}
	
	.inner-banner-video-col {
		width: 100%;
		padding: 0px 15px;
	}
	
	.inner-banner-content-col, .inner-banner-form-col {
		width: 50%;
		padding: 15px;
		margin-top: 40px;
	}
	
	.inner-box-contact-btn {
		text-align: center;
	}
	
	.inner-banner-contact-button {
		font-size: 22px;
		display: inline-flex;
		justify-content: center;
		margin: auto;
	}
	
	.inner-banner-result-tagline, .inner-banner-reviews-box {
		font-size: 24px;
	}
	
	.inner-banner-form-box {
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.banner-title-inner {
		font-size: 26px;
		line-height: 1.4;
	}
	
	.banner-video-col-wraper {
		padding: 0 0 30px;
		overflow: hidden;
	}
	
	.inner-banner-content-col, .inner-banner-form-col {
		width: 100%;
		margin-top: 20px;
	}
	
	.inner-banner-form-col {
		margin-top: 0;
	}
	
	.inner-banner-logo img {
		max-width: 200px;
	}
}
