body {
	overflow-x: hidden;
}

footer {
	display: flex;
	justify-content: center;
	padding: 60px 0;
	flex-direction: column;
}

.footer-wrapper {
	display: flex;
	gap: 64px;
	width: 1000px;
}

header a {
		width: 100%;
}

a {
	color: green;
	transition: all 0.25s ease-in-out;
	text-decoration: none !important;
}

a:hover {
	transform: scale(1.04);
}

.main-wrp a:hover {
	text-decoration: underline !important;
}

strong {
	font-weight: 700;
}

.logo {
	width: 80%;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.form-group:nth-child(1),
.form-group:nth-child(2) {
	margin-top: 1.5rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #222 inset !important;
	/* Forces background color change */
	box-shadow: 0 0 0px 1000px #222 inset !important;
	color: white !important;
	border-radius: .75rem;
	-webkit-text-fill-color: white !important;
}

input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #444 inset !important;
	/* Darker background when focused */
	box-shadow: 0 0 0px 1000px #444 inset !important;
	color: white !important;
	border: 1px solid #0f6f3a !important;
	-webkit-text-fill-color: white !important;
}

.form-control:focus::placeholder {
	color: #0f6f3a;
}

.form-control:focus {
	border: 1px solid #0f6f3a;
	color: #0f6f3a;
	outline: none;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

footer p {
	font-weight: 400 !important;
}

.text-links {
	transition: all 0.2s ease-in-out !important;
}

.text-links:hover {
	text-decoration: underline !important;
}

header {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 1111;
}

img {
	max-width: 100%;
	height: auto;
}

.footer-link {
	padding: .75rem;
	margin: 0px 6px;
}

.copyright {
	width: 100%;
	margin: 0 auto;
	text-align: center !important;
}

.hero-section img {
	width: 100%;
	height: auto;
}

.list-unstyled li {
	list-style: none;
	background: #016532;
	padding: 6px .75rem;
	border-radius: .75rem;
	font-size: 1rem;
}

.list-unstyled {
	padding-left: 0 !important;
}

.form-group label {
	display: flex;
	flex-direction: column;
}

form#contact-form {
	display: flex;
	flex-direction: column;
}

footer nav ul {
	list-style: none;
	padding: 0 !important;
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}

footer nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .75rem;
}


/* HEADER CSS */

.header-btn {
	padding: 1rem 1.75rem;
	transition: all 0.25s ease-in-out;
	border: none;
}

.breadcrumbs ol {
	list-style: none;
	display: flex;
	align-items: center;
	gap: .75rem;
	padding-left: 0 !important;
	flex-wrap: wrap;
}

.faq .faq-question {
	font-weight: 500;
}

@media screen and (min-width: 1900px) {
	footer p {
		font-size: 1.1rem !important;
	}
}

@Media (min-width: 1025px) {
	.dropdown-content {
		top: 50px;
	}
}

@Media (min-width: 669px) and (max-width: 1200px) {
	.dropdown-content {
		top: 50px;
	}

	footer .header-container {
		justify-content: center;
	}
	
		footer .header-container:nth-child(1) {
		justify-content: center;
		flex-wrap: wrap;
        gap: 3rem;
	}

	footer p {
		font-size: .9rem;
	}
}

@Media (max-width: 767px) {
	.header-container {
    flex-wrap: wrap !important;
}

.footer-logo-wrp {
    gap: 1.5rem !important;
} 

footer .header-container:nth-child(1) {
    gap: 0rem;
    display: flex;
    flex-direction: column;
}

	nav.breadcrumbs {
		margin-bottom: 2rem;
	}

	.table-wrapper {
		overflow-x: scroll;
	}

	.dropdown {
		display: inline-block;
		width: auto;
		text-align: center;
	}

	footer nav {
		justify-content: flex-start;
	}

	header footer nav {
		padding-bottom: 2.5rem !important;
		margin: 0;
		width: 100%;
		padding-top: 2.5rem !important;
	}

	header {
		height: 70px;
	}

	footer nav ul {
		flex-direction: column;
	}
}

@Media (max-width: 668px) {
	.form-group:nth-child(2) {
		margin-top: 0px;
	}
	
	.header-btn {
    width: 100%;
}

	.header-container {
		justify-content: center;
	}

	img.mobile {
		display: block;
		width: 100%;
	}

	.desktop {
		display: none;
	}
}

@Media (max-width: 468px) {
	footer nav {
		display: flex;
		flex-direction: column;
		gap: .75rem;
		margin-top: 48px;
		align-items: center;
	}

	footer nav a {
		text-align: center;
	}

    header .header-container {
        justify-content: space-between !important;
        align-items: center;
    }

	.back-to-top {
		width: 1rem !important;
		height: 1rem !important;
	}
}