.contact-cards {
	display: flex;
	gap: 18px;
}
.contact-box {
	width: 308px;
	fill: rgba(255, 255, 255, 0.12);
	stroke-width: 1px;
	stroke: #FFF;
	box-shadow: 0 0 1px 0 #FFF inset, 0 1px 0.946px 0 rgba(255, 255, 255, 0.45) inset;
	filter: drop-shadow(0 3.801px 32px rgba(0, 0, 0, 0.45));
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 24px;
	overflow: hidden;
	display: none;
	justify-content: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	vertical-align: bottom;
	min-height: 308px;
	padding-top: 141px;
}
.inner_card {
	background-color: #fff;
	padding: 50px 17px 39px;
	width: 100%;
	position: relative;
}
.inner_card h4 {
	color: #3E3E3E;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	margin-bottom: 16px;
}
.inner_card p {
	color: #3E3E3E;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	margin-bottom: 25px;
}
.inner_card > a {
	color: #00AB64;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-decoration-line: underline;
}
.icon-container img {
	display: block;
	margin: 0 auto;
}
.icon-container {
	position: absolute;
	top: -98px;
	right: 0;
	left: 0;
	text-align: center;
}
.right_card {
	display: flex;
	fill: rgba(255, 255, 255, 0.08);
	stroke-width: 1px;
	stroke: #FFF;
	box-shadow: 0 0 1px 0 #FFF inset, 0 1px 0.946px 0 rgba(255, 255, 255, 0.45) inset;
	filter: drop-shadow(0 3.801px 32px rgba(0, 0, 0, 0.45));
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 24px;
	overflow: hidden;
	width: 100%;
}
.right_card .under_card {
	max-width: 201px;
	width: 100%;
	margin: 0;
}
.right_card .message-box {
	width: 40%;
	border-radius: 24px 0 0 24px;
	border: 1px solid #FFF;
	background: #FFF;
	padding: 0px 43px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.right_card .form-box {
	width: 60%;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	padding-right: 36px;
	    padding-top: 20px;
    padding-bottom: 20px;
}
.right_card .message-box h4 {
	color: #3D3A41;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	margin: 0;
	margin-bottom: 10px;
}
.right_card .message-box p {
	color: #3D3A41;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.right_card .message-box .envelope_icon {
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
}
.top_footer .page-wrapper {
        display: none;
    }
.contact-section {
	padding-top: 96px;
	position: relative;
	z-index: 1;
}
.tagline {
	padding-top: 75px;
	text-transform: uppercase;
}
.tagline h2 {
	color: #FFF;
	font-family: "Owners Wide";
	font-size: 32.057px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.584px;
	letter-spacing: 1.603px;
	text-transform: uppercase;
	padding-left: 68.14px;
	margin: 0;
}
.tagline h2 span {
	display: block;
	padding-left: 63.35px;
	margin-bottom: 4.37px;
	font-size: 18.318px;
	font-weight: 500;
	line-height: 16.792px;
	letter-spacing: 0.916px;
}
.tagline p {
	color: #FFF;
	font-family: "Owners Wide";
	font-size: 18.318px;
	font-style: normal;
	font-weight: 500;
	line-height: 16.792px;
	letter-spacing: 0.916px;
	text-transform: uppercase;
	padding-left: 274.93px;
	margin: 0;
	margin-top: 4.93px;
}
.right_card .message-box .envelope_icon img {
	display: block;
}
.video_back {
    overflow: hidden;
}
.top_footer.contact_section .page-wrapper {
    display: block;
}
.contact_section {
    margin-top: 0 !important;
    padding-top: 90px !important;
}
.contact_section::before {
	display: none;
}
.contact_section .newsletter_footer {
    position: relative;
    z-index: 1;
}
.contact_section .content_btm {
    display: none;
}
.newsletter_content h2 a.for_contact {
    display: block;
}
.newsletter_content h2 a.for_all {
    display: none;
}



@media(min-width: 768px) {
	.top_footer .page-wrapper, .animated_video {
		display: none;
	}
	.top_footer {
		padding-top: 145px;
		min-height: 440px;
		margin: 0;
		margin-top: -300px;
	}
}
@media(max-width: 1200px) {
	.right_card .form-box form {
		max-width: 312px;
	}
}
@media(max-width: 991px) {
	.right_card {
		flex-direction: column;
	}
	.right_card .message-box {
		width: 100%;
		border-radius: 24px 24px 0 0px;
	}
	.right_card .under_card {
		max-width: 282px;
	}
	.right_card .form-box {
		width: 100%;
		padding: 80px 15px 20px;
	}
	.right_card .form-box form {
		margin: 0 auto;
	}
	.right_card .message-box {
		min-height: 260px;
		justify-content: flex-start;
		align-items: baseline;
		align-content: baseline;
		vertical-align: baseline;
		padding: 45px 21px 0;
	}
	.right_card .message-box .envelope_icon {
		right: auto;
		top: auto;
		transform: translateX(-50%);
		left: 50%;
		bottom: -69px;
	}
	.contact-cards {
		align-items: start;
	}
}
@media(max-width: 767px) {
	.contact-cards {
		flex-direction: column;
		position: relative;
		z-index: 1;
	}
	.contact-box {
		width: 100%;
	}
	.inner_card p {
		margin-bottom: 16px;
	}
	.right_card .under_card {
		margin: 0;
	}
	.tagline {
		display: none;
	}
	.animated_video {
        top: -56px;
        height: 480px;
        width: 700px;
        z-index: -10;
        object-fit: cover;
        object-position: top center;
        left: -50%;
        right: -50%;
        margin: 0 auto;
        position: absolute;
    }
	.video_back::after {
		content: '';
		background: linear-gradient(0deg, #000 4.59%, rgba(0, 0, 0, 0.00) 95.41%);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 871px;
		z-index: -1;
	}
.contact-section {
    padding-top: 65px;
}	
.page_hero .page-wrapper {
    min-height: 72px;
}
.contact-box {
    min-height: 333px;
}
}