/*
Theme Name: Airnetic 2026
Theme URI: https://www.airnetic.us
Description: Airnetic 2026
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Airnetic 2026
Version: 1.0
Tags: Airnetic 2026
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



html, body {
	font-size: 15px;
    font-family: "Inter", sans-serif;
	color: #000000;
	height: 100%;
	margin: 0;
  padding: 0;
  padding-top: 70px;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Inter", sans-serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #10a64c; text-decoration: none; }
a:visited {color: #10a64c; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }
a:active {color: #10a64c; text-decoration: none; }










.logo-left {
	width: 26%;
	max-width: 250px;
	padding-top:40px;
	padding-bottom:20px;
	padding-right:1%;
	padding-left:0px;
	float: left;
	
}

.logo-right {
	width: 72%;
	padding-top:60px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}





.header-left {
	width: 58%;
	max-width: 600px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:2%;
	padding-left:0px;
	float: left;
	
}


.header-right {
	
	width: 40%;
	max-width: 525px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}





.navline {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
  font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #afafaf;
}




.navline a:link {color: #000000; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px; }
.navline a:visited {color: #000000; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px; }
.navline a:hover {color: #10a64c; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px;
	background-repeat: no-repeat;
    background-position: top center; }
.navline a:active {color: #000000; text-decoration: none; padding-top:10px; padding-bottom:10px; padding-right:10px; padding-left:10px; } 


.navline ul {
    list-style-type: none;
    margin: 0;
} 



.navline ul li {
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

.navline ul li:hover > ul {
	position: absolute;
	top: 100%;
	opacity: .96;
}

.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;

	width: 300px;
	padding: 8px 0;
	margin-top: 10px;

	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.12);

	z-index: 999;
}

.navline ul ul li {
	float: none;
	padding: 0;
	margin: 0;
}

.navline ul ul a {
	display: block;
	width: 100%;
	box-sizing: border-box;

	padding: 7px 18px;
	margin: 0;

	font-size: 16px;
	line-height: 1;

	color: #222222;
	text-decoration: none;
}

.navline ul ul a:link,
.navline ul ul a:visited,
.navline ul ul a:active {
	color: #222222;
	text-decoration: none;
}

.navline ul ul a:hover {
	background: #efefef;
	color: #10a64c;
	text-decoration: none;
}


.navline ul ul a {
	display: block;
	width: auto;

	padding: 12px 18px;
	margin: 4px 12px;

	font-size: 15px;
	line-height: 1.6;

	color: #222222;
	text-decoration: none;

	box-sizing: border-box;
}

.navline ul ul a:hover {
	background: #efefef;
	color: #10a64c;
	text-decoration: none;
}

.navline li.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	margin-left: 3px;
	width: 4px;
	height: 4px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

@media (max-width: 1550px) {
	.navline {
		display: none;
	}

	.mobile-menu,
	.mobile-nav,
	.hamburger {
		display: block;
	}
}
.mobile-menu-wrap {
	display: none;
}

.mobile-menu-toggle {
	background: #ffffff;
	border: 0;
	width: 52px;
	height: 52px;
	padding: 12px;
	cursor: pointer;
	position: relative;
	z-index: 999999;
}





.mobile-menu-toggle span {
	display: block;
	height: 3px;
	background: #000000;
	margin: 6px 0;
	border-radius: 2px;
}

@media (max-width: 768px) {
	.navline {
		display: none;
	}

.mobile-menu-toggle {
	background: #1e434e;
	border: 0;
	width: 52px;
	height: 52px;
	padding: 12px;
	cursor: pointer;
	position: relative;
	z-index: 999999;
}



.mobile-menu-toggle span {
	display: block;
	height: 3px;
	background: #ffffff;
	margin: 6px 0;
	border-radius: 2px;
}
}



.mobile-menu-panel {
	display: none;
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	height: calc(100vh - 120px);
	max-height: calc(100vh - 120px);
	background: #1e434e;
	z-index: 999998;
	padding: 0;
	box-shadow: 0 8px 20px rgba(0,0,0,.25);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mobile-menu-panel.is-open {
	display: block;
	overflow-y: auto;
}
.mobile-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.mobile-menu-list li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-menu-list a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.3;
	padding: 16px 24px;
	font-family: "Inter", sans-serif;
	text-align: left;
}

.mobile-menu-list a:hover {
	background: rgba(255,255,255,.12);
	color: #ffffff;
}



.mobile-menu-list .menu-item-has-children {
	position: relative;
}

.mobile-menu-list .menu-item-has-children > a {
	padding-right: 70px;
}



.mobile-menu-list .menu-item-has-children > a:after {
	display: none;
}



.mobile-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 64px;
	border: 0;
	background: transparent;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	z-index: 2;
}



.mobile-menu-list .sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,.08);
}

.mobile-menu-list .submenu-open > .sub-menu {
	display: block;
}

.mobile-menu-list .submenu-open > .mobile-submenu-toggle {
	transform: rotate(180deg);
}

.mobile-menu-list .sub-menu li {
	border-bottom: 1px solid rgba(255,255,255,.05);
}

.mobile-menu-list .sub-menu a {
	font-size: 17px;
	padding: 14px 24px 14px 45px;
}

@media (max-width: 1550px) {

	.navline {
		display: none;
	}

	.mobile-menu-wrap {
		display: block;
		position: fixed;
		top: 35px;
		right: 25px;
		z-index: 999999;
	}
}

.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 94%;
	height: auto;
	padding-top:3%;
	padding-bottom:3%;
	padding-right:3%;
	padding-left:3%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.headerinsidebg {
	background-image: url(images/insideheader.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 200px;
	padding-top:125px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 60px;
	line-height: 70px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.headernewsinsidebg {
	background-image: url(images/insideheader.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	min-height: 200px;
	height: auto;
	padding-top:125px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 35px;
	line-height: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.headerdate {
	padding-top:15px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}


.newsdate {
	padding-top:15px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	
}


.headerblacktext1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 52px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}

.headerceenterblacktext {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 52px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}


.headerblacksubtext {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 35px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}


.headerblacksubsumnprod {
  display: flex;
  align-items: center;
  gap: 35px;

  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #17171f;
	padding-top:120px;
	padding-bottom:20px;
}

.header-number {
  width: 55px;
  height: 55px;
  background: #08a64f;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  font-weight: 800;
}


.headertext1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 52px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	
}

.headercenteredtext1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 52px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	
}

.headertext2 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	font-style: italic;
	text-align: left;
	
}

.headertext3 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 26px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.headertext3highlight {
	font-size: 17px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #10a64c;
	text-align: left;
	
}








.green-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 15px;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.green-button a:link {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:visited {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:hover {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #1b4d58; }
.green-button a:active {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }




.blue-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 18px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 15px;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.blue-button a:link {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58; background-color: #1b4d58; }
.blue-button a:visited {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58; background-color: #1b4d58; }
.blue-button a:hover {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #10a64c; }
.blue-button a:active {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58; background-color: #1b4d58; }






.doctor-quote-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
	background: #ffffff;
	border-radius: 40px;

	
	border-bottom: 8px solid #00b050;

	
	box-shadow:
		0 0 20px rgba(0, 176, 80, 0.12),
		0 20px 50px rgba(0, 176, 80, 0.08);

	box-sizing: border-box;
	margin-top: 30px;
}

.doctrortext {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 62px;
	font-family: "Playfair", serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	font-style: italic;
	
}

.doctrorname {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}

.doctrortitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #00b050;
	text-align: center;
	
}




.pagetitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 50px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}


.pagesubtitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	
}

.pagewhitesubtitle {
	max-width: 800px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 36px;
	line-height: 42px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}


.partner-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.partner-item {
	flex: 0 0 calc(25% - 22.5px);
	box-sizing: border-box;
	text-align: center;
}

.partner-item img {
	width: 100%;
	max-width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.partner-item {
		flex: 0 0 calc(50% - 15px);
	}

}



.feature-card-wrap {
	display: flex;
	gap: 50px;
	justify-content: center;
	align-items: stretch;
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px 30px;
}

.feature-card {
	width: 33.333%;
	background: #ffffff;
	box-shadow: 0 8px 25px rgba(0,0,0,.12);
	padding: 25px 25px 25px;
	text-align: center;
	box-sizing: border-box;
}

.feature-card-dark {
	background: #005b61;
	color: #ffffff;
}

.feature-icon {
	font-size: 44px;
	line-height: 1;
	margin-bottom: 35px;
	color: #005b61;
}

.feature-card-dark .feature-icon,
.feature-card-dark h3,
.feature-card-dark p {
	color: #ffffff;
}

.feature-card h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f1f1f;
	margin: 0 0 25px;
}

.feature-card p {
	font-size: 21px;
	line-height: 1.45;
	font-weight: 400;
	margin: 0;
}

@media screen and (max-width: 900px) {
	.feature-card-wrap {
		display: block;
		padding: 30px 20px;
	}

	.feature-card {
		width: 100%;
		margin-bottom: 30px;
		padding: 35px 25px;
	}

	.feature-card:last-child {
		margin-bottom: 0;
	}
}





.columntitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-align: center;
	
}



.columnlefttitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 26px;
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-align: left;
	
}


.columnleftblacktitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-align: left;
	color: #000000;
	
}



.cost-form-section {
	display: flex;
	max-width: 1200px;
	margin: 60px auto;
	box-shadow: 0 0 35px rgba(16,166,76,.35);
}

.cost-left,
.cost-right {
	width: 50%;
	box-sizing: border-box;
}

.cost-left {
	background: #005b61;
	color: #ffffff;
	padding: 70px;
}

.cost-right {
	background: #ffffff;
	padding: 70px;
}

.cost-title-row {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	margin-bottom: 35px;
}

.cost-title-row img {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	display: block;
}

.cost-title-row h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.cost-left p {
	margin: 0;
	font-size: 20px;
	line-height: 1.45;
	color: #ffffff;
}

@media screen and (max-width: 900px) {
	.cost-form-section {
		display: block;
		margin: 40px 20px;
	}

	.cost-left,
	.cost-right {
		width: 100%;
		padding: 40px 25px;
	}

	.cost-title-row {
		display: block;
	}

	.cost-title-row img {
		margin-bottom: 20px;
	}

	.cost-title-row h2 {
		font-size: 28px;
	}

	.cost-left p {
		font-size: 18px;
	}
}







.about-form-section {
	display: flex;
	max-width: 1200px;
	margin: 60px auto;
	box-shadow: 0 0 35px rgba(0,0,0,.35);
}

.about-left,
.about-right {
	width: 50%;
	box-sizing: border-box;
	text-align: left;
}

.about-left {
	background: #005b61;
	color: #ffffff;
	padding: 70px;
}

.about-right {
	background: #ffffff;
	padding: 70px;
}

.about-title-row {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	margin-bottom: 35px;
}

.about-title-row img {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	display: block;
}

.about-title-row h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.about-left p {
	margin: 0;
	font-size: 20px;
	line-height: 1.45;
	color: #ffffff;
}

@media screen and (max-width: 900px) {
	.about-form-section {
		display: block;
		margin: 40px 20px;
	}

	.about-left,
	.about-right {
		width: 100%;
		padding: 40px 25px;
	}

	.about-title-row {
		display: block;
	}

	.about-title-row img {
		margin-bottom: 20px;
	}

	.about-title-row h2 {
		font-size: 28px;
	}

	.about-left p {
		font-size: 18px;
	}
}





.ondemand-left {
	width: 350px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	float: left;
	
}



.ondemand-right {
	width: 750px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 50px;
	width: 100%;
}

.benefit-item {
	width: 100%;
	color: #000000;
}

.cost-title-row {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.cost-title-row img {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	display: block;
}

.columnlefttitle {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.benefit-text {
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	padding-left: 0px; 
}

@media screen and (max-width: 900px) {

	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.columnlefttitle {
		font-size: 22px;
	}

	.benefit-text {
		font-size: 18px;
		padding-left: 0;
	}

}



.lightgraybg {
	background-color: #f8fafc;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}


.lightgreenbg {
	background-color: #f8fbf8;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}


.lightredbg {
	background-color: #fdf9f8;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}


.greenbg {
	background-color: #ebf7ef;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}



.greennegbg {
	background-color: #ebf7ef;
	width: 100%;
	height: auto;
	margin-top:-200px;
	padding-top:250px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}


.whitebg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	
}

.whitetightbg {
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.nobg {
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 26px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}





.lowersub1 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	text-align: center;
	
}


.lowersub2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 52px;
	line-height: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}

.lowersubsub2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 36px;
	line-height: 42px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}
.lowersubsubsmall {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}

.lowersubsubleft {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 36px;
	line-height: 42px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}

.lowersubsubsubleft {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}

.lowertext3 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 26px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	
}




.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1700px;
	margin: 0 auto;
	padding: 40px 30px;
}

.blog-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	margin-bottom: 10px;
}.blog-card h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 5px;
	text-align: left;
}

.blog-card h3 a {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-card h3 a:hover {
	color: #45994a;
}

.blog-meta {
	font-size: 16px;
	line-height: 1.2;
	color: #10a64c;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.blog-card p {
	font-size: 18px;
	line-height: 1.2;
	color: #777777;
	text-align: left;
	margin: 0;
}

@media screen and (max-width: 900px) {
	.blog-grid {
		grid-template-columns: 1fr;
		gap: 45px;
		padding: 30px 20px;
	}

	.blog-card img {
		height: auto;
		margin-bottom: 25px;
	}

	.blog-card h3 {
		font-size: 24px;
	}

	.blog-meta,
	.blog-card p {
		font-size: 18px;
	}
}






.footerbg {
	background-color: #1b4d58;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}






.footercolumn1 {
	width: 240px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:40px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}

.footercolumn1 a:link {color: #ffffff; text-decoration: none; }
.footercolumn1 a:visited {color: #ffffff; text-decoration: none; }
.footercolumn1 a:hover {color: #41a654; text-decoration: none;  }
.footercolumn1 a:active {color: #ffffff; text-decoration: none;  }




.footercolumn2 {
	width: 290px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}

.footercolumn2 a:link {color: #ffffff; text-decoration: none; }
.footercolumn2 a:visited {color: #ffffff; text-decoration: none; }
.footercolumn2 a:hover {color: #41a654; text-decoration: none;  }
.footercolumn2 a:active {color: #ffffff; text-decoration: none;  }



.footercolumn4 {
	background-color: #ffffff;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	border-radius: 12px;
	float: left;
}

.oxygen-counter {
	margin-top: 30px;
}

.counter-green {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.counter-number {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #1b4d58;
}

.footersubs {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	
}





.footericoncolumn {
	width: 30px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:0px;
	float: left;
	
}

.footertextcolumn {
	width: 240px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}






.footersep {
	background-color: #dddddd;
	width: 100%;
	height: 1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-top:30px;
	margin-bottom:30px;
	
}




.footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 6px 10px;
	text-align: center;
	font-size: 15px;
}

.footernav ul li {
	float: none;
	padding: 0;
	margin: 0;
}

.footernav a,
.footernav a:link,
.footernav a:visited,
.footernav a:hover,
.footernav a:active {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0;
	line-height: 1;
}

.footernav a:hover {
	color: #dddddd;
}

@media (max-width: 900px) {
	.footernav ul {
		gap: 14px 28px;
	}
}

@media (max-width: 600px) {
	.footernav ul {
		flex-direction: column;
		gap: 8px;
	}
}



.savings-ticker-box {
	position: fixed;
	top: 0px;
	right: 20px;
	width: 350px;
	box-sizing: border-box;

	background: #005b61;
	padding: 65px 30px 35px;

	text-align: center;
	color: #ffffff;

	box-shadow: 0 25px 50px rgba(16,166,76,.35);
	z-index: 9999;
}

.savings-logo {
	width: 190px;
	height: auto;
	display: block;
	margin: 0 auto 35px;
}

.savings-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 18px;
}

.savings-number {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 800;
	color: #10e26a;
	margin-bottom: 14px;
}

.savings-note {
	font-size: 12px;
	line-height: 1.35;
	font-style: italic;
	color: rgba(255,255,255,.72);
	margin-bottom: 30px;
}

.savings-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	background: #10a64c;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	padding: 22px 20px;
	transition: all .25s ease;
	max-width: 250px;
}

.savings-phone:hover {
	background: #ffffff;
	color: #10a64c !important;
	text-decoration: none;
}

.phone-icon {
	width: 25px;
	height: 25px;
	background: url('images/ticker-phone-white.png') center center no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

.savings-phone:hover .phone-icon {
	background-image: url('images/ticker-phone-green.png');
}

.savings-phone:hover {
	background: #ffffff;
	color: #10a64c !important;
	text-decoration: none;
}

.phone-icon {
	margin-right: 8px;
}

@media screen and (max-width: 768px) {
.savings-ticker-box {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 15px 10px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.savings-number {
	font-size: 22px;
	max-width: 100%;
	overflow-wrap: break-word;
}

.savings-note {
	font-size: 14px;
	max-width: 100%;
}

.savings-phone {
	display: block;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	font-size: 16px;
	box-sizing: border-box;
}
}



.numbersroll {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 36px;
	line-height: 36px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #0da74d;
	text-align: center;
}

.numbersunderroll {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
}



.numberfloat {
	width: 350px;
	height: auto;
	padding-top:80px;
	padding-bottom:10px;
	padding-right:30px;
	padding-left:0px;
	float: left;
}





.aboutcol-left {
	width: 400px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:50px;
	padding-left:0px;
	float: left;
	
}



.aboutcol-right {
	width: 680px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	float: left;
	
}


.procol-left {
	width: 400px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:30px;
	padding-left:20px;
	float: left;
	
}



.procol-right {
	width: 700px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	float: left;
	
}




.aboutimagecenter {
	width: 94%;
max-width: 1150px;
box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}




.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 90px;
}

.feature-item {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
}

.feature-item::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0px;
  width: 26px;
  height: 26px;
  background: #08a64f;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}


.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 90px;
}

.feature-list.single-column {
  grid-template-columns: 1fr;
  gap: 20px;
}


@media (max-width: 900px) {
  .feature-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-item {
    font-size: 16px;
    padding-left: 44px;
  }

  .feature-item::before {
    width: 28px;
    height: 28px;
    font-size: 21px;
    line-height: 28px;
    top: 4px;
  }
}



.fullbodytext {
	width: 94%;
max-width: 1150px;
box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}


.fullwhitebodytext {
	width: 94%;
max-width: 1150px;
box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}



.fullcenterbodytext {
	width: 94%;
max-width: 1150px;
box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.halfbodytext {
	width: 650px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	
}






.faq-accordion {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  padding: 24px 0 24px 38px;
  text-align: left;
  cursor: pointer;
  position: relative;

  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000;
}

.faq-question {
    position: relative;
    padding-left: 40px;
}

.faq-question::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 4px solid #005b63;
    border-bottom: 4px solid #005b63;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform .3s ease, border-color .3s ease;
}

.faq-item.active .faq-question::before {
    border-right-color: #08a64f;
    border-bottom-color: #08a64f;
    transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.faq-answer-inner {
    padding: 10px 0 10px 0;
}

.faq-answer p {
    margin: 0;
}

.faq-answer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 900px) {
  .faq-question {
    font-size: 18px;
    padding: 20px 0 20px 32px;
  }

  .faq-question::before {
    top: 50%;
  }

  .faq-answer {
    padding: 0;
  }

  .faq-answer-inner {
    padding: 10px 0 20px 0;
  }

  .faq-answer p {
    font-size: 18px;
  }
}


.faq-item.active .faq-question {
    color: #08a64f;
}


.compact-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  max-width: 1700px;
  margin: 0 auto;
}

.compact-products .product-card {
  background: #fff;
  padding: 34px 24px 28px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}

.compact-products h3 {
  margin: 0 0 22px;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  color: #17171f;
}

.compact-products img {
  width: 150px;
  max-width: 80%;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid #eeeeee;
  text-align: left;
  font-size: 17px;
  line-height: 1.25;
}

.spec-row span {
  color: #555;
  font-weight: 600;
}

.spec-row strong {
  color: #111;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .compact-products {
    grid-template-columns: repeat(6, 1fr);
  }

  .compact-products .product-card {
    grid-column: span 2;
  }

  .compact-products .product-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .compact-products .product-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 700px) {
  .compact-products {
    grid-template-columns: 1fr;
  }

  .compact-products .product-card,
  .compact-products .product-card:nth-child(4),
  .compact-products .product-card:nth-child(5) {
    grid-column: auto;
  }
}










.prod-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: stretch;
}

.prodculumn1,
.prodculumn2 {
	background-color: #ebf7ef;
	padding: 30px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;

	width: auto;
	float: none;
	margin: 0;
	box-sizing: border-box;
}

@media (max-width: 900px) {
	.prod-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}











.prodcontact {
	background:
        linear-gradient(
            rgba(0,0,0,0.65),
            rgba(0,0,0,0.65)
        ),
        url('images/airnetic_bg.webp');
	background-repeat: no-repeat;
    background-position: center;
	width: 94%;
	height: auto;
	padding-top:3%;
	padding-bottom:3%;
	padding-right:3%;
	padding-left:3%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}




.whitecontentbox {
		width: 650px;

	background: #ffffff;
	padding: 50px;
	box-shadow:
		0 4px 10px rgba(0,0,0,0.04),
		0 20px 50px rgba(0,0,0,0.10);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-left: auto;
    margin-right: auto;
}


.whitefinancetbox {
		width: 650px;

	background: #ffffff;
	padding: 50px;
	box-shadow:
		0 4px 10px rgba(0,0,0,0.04),
		0 20px 50px rgba(0,0,0,0.10);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	border-radius: 12px;
	border: 1px solid #c5e4ce;
	margin-left: auto;
    margin-right: auto;
}





.whitefinancetbox .finance-row {
  display: grid;
  gap: 22px;
  margin-bottom: 18px;
}

.whitefinancetbox .finance-row-1 {
  grid-template-columns: 1fr;
}

.whitefinancetbox .finance-row-2-wide {
  grid-template-columns: 2.1fr 1fr;
}

.whitefinancetbox .finance-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.whitefinancetbox .finance-row > div,
.whitefinancetbox .finance-row p {
  margin: 0;
  padding: 0;
}

.whitefinancetbox .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.whitefinancetbox input[type="text"],
.whitefinancetbox input[type="email"],
.whitefinancetbox input[type="tel"],
.whitefinancetbox input[type="number"],
.whitefinancetbox select {
  width: 100%;
  height: 64px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000000;
}

.whitefinancetbox input::placeholder {
  color: #000000;
  opacity: 1;
}

.whitefinancetbox select {
  appearance: auto;
}

.whitefinancetbox .finance-spacer {
  height: 42px;
}

.whitefinancetbox .finance-consent {
  margin: 16px 0 20px;
  font-size: 16px;
  line-height: 1.35;
  color: #000000;
}

.whitefinancetbox .finance-consent .wpcf7-list-item {
  margin: 0;
}

.whitefinancetbox .finance-consent label {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.whitefinancetbox .finance-consent input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
}

.whitefinancetbox .wpcf7-submit {
  width: 100%;
  background: #005b63;
  color: #ffffff;
  border: 0;
  padding: 18px 25px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
}

.whitefinancetbox .wpcf7-submit:hover {
  background: #004b52;
}

.whitefinancetbox .finance-form-note {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #666666;
}

.whitefinancetbox .wpcf7-spinner {
  display: none;
}

@media (max-width: 700px) {
  .whitefinancetbox .finance-row,
  .whitefinancetbox .finance-row-1,
  .whitefinancetbox .finance-row-2-wide,
  .whitefinancetbox .finance-row-3 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .whitefinancetbox input[type="text"],
  .whitefinancetbox input[type="email"],
  .whitefinancetbox input[type="tel"],
  .whitefinancetbox input[type="number"],
  .whitefinancetbox select {
    height: 56px;
    font-size: 15px;
  }

  .whitefinancetbox .finance-consent {
    margin-bottom: 40px;
  }

  .whitefinancetbox .wpcf7-submit {
    font-size: 16px;
    padding: 15px 18px;
  }
}


.alarm-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  width: 100%;
}

.alarm-image-card {
  border-radius: 12px;
  overflow: hidden;
}

.alarm-image-card img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 800px) {
  .alarm-image-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}




.light-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  width: 100%;
}

.light-card {
  position: relative;
  padding-top: 50px;
  text-align: center;
}

.light-tab {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto -55px;
  padding: 36px 20px;
  border-radius: 12px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  box-shadow: 0 18px 35px rgba(0,0,0,.10);
}

.light-card-body {
  min-height: 280px;
  padding: 125px 50px 50px;
  border-radius: 12px;
  transition: background-color .25s ease;
}

.light-card h3 {
  margin: 0 0 45px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  color: #17171f;
}

.light-card p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #777777;
}

.light-callout {
  margin-top: 35px;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: 800;
  color: #17171f;
}

.light-phone {
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  line-height: 1.2;
  font-weight: 800;
  color: #005b63;
}

.light-blue .light-tab {
  background: #0875a2;
}

.light-red .light-tab {
  background: #b52522;
}

.light-green .light-tab {
  background: #079331;
}

.light-blue .light-card-body {
  background: rgba(8,117,162,.08);
}

.light-red .light-card-body {
  background: rgba(181,37,34,.08);
}

.light-green .light-card-body {
  background: rgba(7,147,49,.08);
}

.light-blue:hover .light-card-body {
  background: rgba(8,117,162,.16);
}

.light-red:hover .light-card-body {
  background: rgba(181,37,34,.16);
}

.light-green:hover .light-card-body {
  background: rgba(7,147,49,.16);
}

@media (max-width: 900px) {

  .light-card-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .light-tab {
    font-size: 13px;
    padding: 28px 20px;
  }

  .light-card-body {
    min-height: 0;
    padding: 105px 30px 40px;
  }

  .light-card h3 {
    font-size: 15px;
  }

  .light-card p {
    font-size: 10.5px;
  }

  .light-callout {
    font-size: 11px;
  }

  .light-phone {
    font-size: 12px;
  }
}

.action-section {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
  align-items: start;
  background: #f5f8fb;
  padding: 40px 35px;
}

.action-image-wrap {
  position: sticky;
  top: 120px;
}

.action-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.action-list {
  display: grid;
  gap: 45px;
}

.action-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 0;
  align-items: start;
}

.action-label {
  background: #0875a2;
  color: #ffffff;
  border-radius: 8px;
  padding: 18px 15px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;

  box-shadow: 0 12px 22px rgba(0,91,99,.22);

  position: relative;
  z-index: 2;

  margin-top: 32px;
  margin-right: -55px;
}

.action-text {
  background: #ffffff;
  border: 1px solid #c8e2ef;
  border-radius: 10px;

  padding: 42px 50px 42px 95px;

  min-height: 130px;

  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #5f5f5f;
  text-align: left;
}

.action-text p {
  margin: 0 0 22px;
}

.action-text p:last-child {
  margin-bottom: 0;
}

.action-text a {
  color: #005b63;
  font-weight: 700;
  text-decoration: underline;
}

.action-text ol {
  margin: 18px 0 0;
  padding-left: 24px;
}

.action-text li {
  margin-bottom: 6px;
}

.action-text strong {
  font-weight: 700;
}

.action-text em {
  font-style: italic;
}

@media (max-width: 1000px) {

  .action-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 30px 20px;
  }

  .action-image-wrap {
    position: relative;
    top: auto;
  }

  .action-list {
    gap: 35px;
  }

  .action-card {
    grid-template-columns: 1fr;
  }

  .action-label {
    width: 180px;
    margin: 0 0 -24px 25px;
    font-size: 18px;
    padding: 16px 12px;
  }

  .action-text {
    padding: 55px 25px 30px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {

  .action-label {
    width: 150px;
    font-size: 16px;
    padding: 14px 10px;
  }

  .action-text {
    font-size: 16px;
    padding: 50px 20px 25px;
  }
}




.green-action-section {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
  align-items: start;
  background: #f5f8fb;
  padding: 40px 35px;
}

.green-action-image-wrap {
  position: sticky;
  top: 120px;
}

.green-action-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.green-action-list {
  display: grid;
  gap: 45px;
}

.green-action-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 0;
  align-items: start;
}

.green-action-label {
  background: #079331;
  color: #ffffff;
  border-radius: 8px;
  padding: 18px 15px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(7,147,49,.22);
  position: relative;
  z-index: 2;
  margin-top: 32px;
  margin-right: -55px;
}

.green-action-text {
  background: #ffffff;
  border: 1px solid rgba(7,147,49,.25);
  border-radius: 10px;
  padding: 42px 50px 42px 95px;
  min-height: 130px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #5f5f5f;
  text-align: left;
}

.green-action-text p {
  margin: 0 0 22px;
}

.green-action-text p:last-child {
  margin-bottom: 0;
}

.green-action-text a {
  color: #005b63;
  font-weight: 700;
  text-decoration: underline;
}

.green-causes-card {
  grid-template-columns: 1fr;
  margin-top: 25px;
}

.green-causes-label {
  background: #079331;
  color: #ffffff;
  border-radius: 8px;
  padding: 18px 15px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(7,147,49,.22);
  position: relative;
  z-index: 2;
  width: 78%;
  margin: 0 auto -24px;
}

.green-causes-text {
  padding: 65px 50px 42px;
}

.green-causes-text .indent {
  padding-left: 45px;
}

.green-causes-text .indent-more {
  padding-left: 90px;
}

.support-line {
  text-align: center;
  margin-top: 30px !important;
}

@media (max-width: 1000px) {
  .green-action-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 30px 20px;
  }

  .green-action-image-wrap {
    position: relative;
    top: auto;
  }

  .green-action-list {
    gap: 35px;
  }

  .green-action-card {
    grid-template-columns: 1fr;
  }

  .green-action-label {
    width: 180px;
    margin: 0 0 -24px 25px;
    font-size: 18px;
    padding: 16px 12px;
  }

  .green-action-text {
    padding: 55px 25px 30px;
    font-size: 18px;
  }

  .green-causes-label {
    width: 90%;
    font-size: 18px;
  }

  .green-causes-text .indent,
  .green-causes-text .indent-more {
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .green-action-label {
    width: 150px;
    font-size: 16px;
    padding: 14px 10px;
  }

  .green-action-text {
    font-size: 16px;
    padding: 50px 20px 25px;
  }

  .green-causes-label {
    width: 95%;
    font-size: 16px;
  }
}


.red-info-wrap {
    position: relative;
    padding-top: 40px;
    max-width: 775px;
	margin-left: auto;
    margin-right: auto;
}

.red-info-title {
    width: 65%;
    margin: 0 auto -25px;

    background: #b52522;
    color: #ffffff;

    border-radius: 8px;

    padding: 18px 20px;

    text-align: center;

    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;

    position: relative;
    z-index: 2;

    box-shadow: 0 12px 22px rgba(181,37,34,.22);
}

.red-info-box {
    background: #ffffff;

    border: 1px solid rgba(181,37,34,.25);
    border-radius: 10px;

    padding: 75px 45px 35px;

    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #5f5f5f;

    text-align: left;
}

.red-info-box p {
    margin: 0 0 25px;
}

.red-info-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {

    .red-info-title {
        width: 90%;
        font-size: 18px;
        padding: 16px;
    }

    .red-info-box {
        padding: 65px 25px 25px;
        font-size: 16px;
    }

}


.maintenance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.maintenance-card {
    background: #ffffff;
    border: 1px solid rgba(7,147,49,.25);
    border-radius: 10px;
    padding: 35px 45px;
}

.maintenance-title {
    padding-bottom: 25px;

    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    color: #17171f;
    text-align: left;
}

.maintenance-text {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #5f5f5f;
    text-align: left;
}

.maintenance-text p {
    margin: 0 0 24px;
}

.maintenance-text p:last-child {
    margin-bottom: 0;
}

.maintenance-text strong {
    font-weight: 700;
    color: #5f5f5f;
}

.maintenance-text em {
    font-style: italic;
}

@media (max-width: 900px) {

    .maintenance-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .maintenance-card {
        padding: 25px;
    }

    .maintenance-title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .maintenance-text {
        font-size: 16px;
    }

}




.remote-monitoring-section {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 70px;
  align-items: center;
}

.remote-monitoring-image img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

.remote-monitoring-content {
  text-align: left;
}

.remote-intro {
  margin: 25px 0 45px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  color: #17171f;
}

.remote-feature-box {
  border: 1px solid rgba(7,147,49,.25);
  border-radius: 10px;
  padding: 45px;
}

.remote-feature-title {
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #000000;
}

.remote-feature-list {
  gap: 22px;
}

.remote-feature-list .feature-item {
  font-size: 18px;
  line-height: 1.5;
  color: #17171f;
}

.remote-feature-list .feature-item strong {
  color: #000000;
  font-weight: 800;
}

@media (max-width: 900px) {
  .remote-monitoring-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .remote-monitoring-image img {
    max-width: 260px;
    margin: 0 auto;
  }

  .remote-intro {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .remote-feature-box {
    padding: 30px 25px;
  }
}



.remote-columns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.remote-column-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 32px 40px;
}

.remote-column-card .headerblacksubtext {
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

.remote-column-card .remote-feature-list {
  gap: 22px;
}

.remote-column-card .feature-item {
  font-size: 18px;
  line-height: 1.55;
  color: #17171f;
}

.remote-column-card .feature-item::before {
  top: 4px;
}

@media (max-width: 900px) {
  .remote-columns-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .remote-column-card {
    padding: 30px 25px;
  }

  .remote-column-card .headerblacksubtext {
    font-size: 22px;
  }

  .remote-column-card .feature-item {
    font-size: 16px;
  }
}









.dkbluebg {
	background-image: url(images/dkblue.jpg);
	background-repeat: repeat-x;
    background-position: top;
	width: 100%;
	height: auto;
	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}


.report-table {
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
  font-family: "Inter", sans-serif;
}

.report-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.report-row:nth-child(even) {
  background: #eaf1ed;
}

.report-cell {
  padding: 22px 32px;
  border-right: 1px solid rgba(255,255,255,.65);
  font-size: 18px;
  line-height: 1.35;
  color: #222222;
}

.report-cell:last-child {
  border-right: 0;
}

.report-label {
  font-weight: 800;
}

@media (max-width: 800px) {
  .report-row {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #ffffff;
  }

  .report-cell {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.8);
    padding: 16px 22px;
  }

  .report-cell:last-child {
    border-bottom: 0;
  }
}


.report-header {
  background: #08a64f !important;
}

.report-header .report-cell {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  border-right: 1px solid rgba(255,255,255,.15);
}

.report-header .report-cell:last-child {
  border-right: 0;
}

.report-table {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
}





.vet-advantages-section {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 70px;
}

.vet-advantages-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.vet-advantages-content {
  text-align: left;
}

.vet-advantages-content .lowersubsubleft {
  margin-bottom: 45px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  color: #17171f;
}

.vet-advantages-list {
  gap: 24px;
}

.vet-advantages-list .feature-item {
  font-size: 18px;
  line-height: 1.55;
  color: #17171f;
}

.vet-advantages-list .feature-item::before {
  top: 4px;
}

.vet-advantages-list .feature-item b {
  font-weight: 800;
}

@media (max-width: 900px) {
  .vet-advantages-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .vet-advantages-content .lowersubsubleft {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .vet-advantages-list .feature-item {
    font-size: 16px;
  }
}





.Pet_Diagnosis {
	position: relative;

	background-image: url(images/Pet_Diagnosis.webp);
	background-repeat: no-repeat;
	background-position: center;

	width: 100%;
	height: auto;

	padding-top:50px;
	padding-bottom:50px;
	padding-right:0px;
	padding-left:0px;

	background-size: cover;
	overflow: hidden;
}

.Pet_Diagnosis::before {
	content: "";
	position: absolute;
	inset: 0;

	background: rgba(232, 242, 236, 0.95); 

	z-index: 1;
}

.Pet_Diagnosis > * {
	position: relative;
	z-index: 2;
}




.snyder-slider-wrap {
  position: relative;
  width: 86%;
  margin: 0 auto;
}

.snyder-slider {
  position: relative;
  overflow: hidden;
}

.snyder-slide {
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.snyder-slide.active {
  display: grid;
}

.snyder-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.snyder-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 70px;
  text-align: center;
}

.snyder-content .lowersubsub2 {
  font-size: 34px;
  line-height: 1.22;
  font-weight: 800;
  color: #17171f;
  margin-bottom: 22px;
}

.snyder-content p {
  margin: 0 auto;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
}

.snyder-content .blue-button {
  display: inline-block;
  width: fit-content;
  margin: 25px auto 0;
  background: #005b63;
  color: #ffffff;
  padding: 18px 34px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.snyder-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #08a64f;
  color: #ffffff;
  font-size: 22px;
  line-height: 2px;
  cursor: pointer;
}

.snyder-prev {
  left: -70px;
}

.snyder-next {
  right: -70px;
}

@media (max-width: 900px) {
  .snyder-slider-wrap {
    width: 92%;
  }

  .snyder-slide,
  .snyder-slide.active {
    grid-template-columns: 1fr;
  }

  .snyder-image img {
    min-height: 0;
    height: auto;
  }

  .snyder-content {
    padding: 40px 25px;
  }

  .snyder-content .lowersubsub2 {
    font-size: 26px;
  }

  .snyder-content p {
    font-size: 16px;
  }

  .snyder-arrow {
    width: 42px;
    height: 42px;
    font-size: 34px;
    line-height: 36px;
  }

  .snyder-prev {
    left: -15px;
  }

  .snyder-next {
    right: -15px;
  }
}





.video-feature-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.video-feature-text {
  text-align: left;
}

.video-feature-text .lowersubsubleft {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 800;
  color: #17171f;
  margin-bottom: 25px;
}

.video-feature-text p {
  margin: 0;
  max-width: 620px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #6f6f6f;
}

.video-feature-media a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.video-feature-media img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .video-feature-section {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .video-feature-text .lowersubsubleft {
    font-size: 32px;
  }
}

.snyderlowerbg {
	position: relative;
	overflow: hidden;

	background-image: url(images/Pet_Diagnosis.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	width: 94%;
	height: auto;

	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	padding-left: 3%;
}

.snyderlowerbg::before {
	content: "";
	position: absolute;
	inset: 0;

	background: rgba(0, 95, 115, 0.9);

	z-index: 1;
}

.snyderlowerbg > * {
	position: relative;
	z-index: 2;
}



.snyderlowerbg::before {
	content: "";
	position: absolute;
	inset: 0;

	background:
	linear-gradient(
		135deg,
		rgba(0, 95, 115, .78) 0%,
		rgba(0, 95, 115, .65) 45%,
		rgba(0, 95, 115, .78) 100%
	);

	z-index: 1;
}



.snyder-choose-layout {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 65px;
  align-items: center;
}

.snyder-choose-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.snyder-choose-text {
  text-align: left;
  color: #ffffff;
}

.snyder-choose-text .pagewhitesubtitle {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  color: #ffffff;
  text-align: left;
}

.snyder-choose-text p {
  margin: 0;
  max-width: 560px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 900px) {
  .snyder-choose-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .snyder-choose-text .pagewhitesubtitle {
    font-size: 32px;
  }

  .snyder-choose-text p {
    font-size: 16px;
  }
}







.snyder-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  text-align: center;
}

.snyder-step img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 35px;
}

.snyder-step p {
  margin: 0 auto;
  max-width: 420px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
}

@media (max-width: 900px) {
  .snyder-steps-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}



.oxygen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 60px;
  align-items: start;
}

.oxygen-cell img {
  width: 100%;
  height: auto;
  display: block;
}

.oxygen-content {
  font-family: "Inter", sans-serif;
  color: #000000;
}

.oxygen-content .lowersubsubleft {
  margin-bottom: 25px;
}

.oxygen-content .lowersubsubsmall {
  margin-bottom: 30px;
}

.oxygen-content p {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 900px) {

  .oxygen-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .oxygen-content p,
  .oxygen-content .feature-item {
    font-size: 16px;
  }

}


.oxygen-cards-grid {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:30px;
	align-items:start;
	align-items:stretch;
}




.oxygen-card {
	background:#ffffff;
	border-radius:12px;
	padding:40px;
	box-sizing:border-box;
}



.oxygen-card-table .report-table {
	margin-top:25px;
}


@media (max-width:900px){

	.oxygen-cards-grid{
		grid-template-columns:1fr;
		gap:25px;
	}

	.oxygen-card{
		padding:25px;
	}

}

.airnetic-products-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
    padding-bottom: 20px;
}

.airnetic-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.airnetic-product-card {
    background: #dce8e2;
    padding: 18px;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 20px;
}

.airnetic-products-sidebar {
    background: transparent;
}


@media (max-width: 900px) {

    .airnetic-products-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .airnetic-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .airnetic-product-card {
        width: 100%;
    }

}



.link-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 45px;
}

.link-card {
  display: block;
  background: #e8f6ef;
  padding: 28px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  box-sizing: border-box;
}

.link-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 22px;
}

.link-card span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 900px) {
  .link-card-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .link-card {
    padding: 22px;
  }

  .link-card span {
    font-size: 21px;
  }
}




.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}





.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contact-intro {
  max-width: 620px;
  margin: 25px 0 50px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px 60px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.contact-info-item img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.contact-label {
  font-size: 15px;
  line-height: 1;
  color: #666;
  margin-bottom: 6px;
}

.contact-info-item a,
.contact-info-item strong {
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.contact-form-box {
  background: #fff;
  padding: 60px;
  min-height: 520px;
  box-shadow: 0 15px 45px rgba(0,0,0,.10);
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-form-box {
    padding: 35px 25px;
    min-height: 300px;
  }
}






.embed-map {
  width: 100%;
  height: 100%;
  position: relative;
  height: 400px;
}

.embed-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}



.cost-right .cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}

.cost-right input[type="text"],
.cost-right input[type="email"],
.cost-right input[type="tel"],
.cost-right textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 18px 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #555555;
  box-sizing: border-box;
  border-radius: 0;
}

.cost-right textarea {
  height: 125px;
  resize: vertical;
  margin-bottom: 22px;
}

.cost-right input::placeholder,
.cost-right textarea::placeholder {
  color: #8c8c8c;
  opacity: 1;
}

.cost-right .cf7-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
}

.cost-right .cf7-consent input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
  flex: 0 0 22px;
}

.cost-right input[type="submit"],
.cost-right .wpcf7-submit {
  width: 100%;
  background: #005b63;
  color: #ffffff;
  border: 0;
  padding: 18px 25px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.cost-right input[type="submit"]:hover,
.cost-right .wpcf7-submit:hover {
  background: #004b52;
}

.cost-right .cf7-note {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #666666;
}

@media (max-width: 700px) {
  .cost-right .cf7-two-col {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .cost-right input[type="text"],
  .cost-right input[type="email"],
  .cost-right input[type="tel"],
  .cost-right textarea {
    font-size: 15px;
    padding: 16px;
  }

}



.cost-right .cf7-consent {
  margin: 0 0 25px;
}

.cost-right .cf7-consent .wpcf7-form-control {
  display: block;
}

.cost-right .cf7-consent .wpcf7-list-item {
  margin: 0 !important;
}

.cost-right .cf7-consent label {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
}

.cost-right .cf7-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  margin: 3px 0 0 0 !important;
}

.cost-right .cf7-consent .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.45;
  color: #555;
}












.contact-form-box .cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 18px 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #555555;
  box-sizing: border-box;
  border-radius: 0;
}

.contact-form-box textarea {
  height: 125px;
  resize: vertical;
  margin-bottom: 22px;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
  color: #8c8c8c;
  opacity: 1;
}

.contact-form-box .cf7-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
}

.contact-form-box .cf7-consent input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
  flex: 0 0 22px;
}

.contact-form-box input[type="submit"],
.contact-form-box .wpcf7-submit {
  width: 100%;
  background: #005b63;
  color: #ffffff;
  border: 0;
  padding: 18px 25px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.contact-form-box input[type="submit"]:hover,
.contact-form-box .wpcf7-submit:hover {
  background: #004b52;
}

.contact-form-box .cf7-note {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #666666;
}

@media (max-width: 700px) {
  .contact-form-box .cf7-two-col {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .contact-form-box input[type="text"],
  .contact-form-box input[type="email"],
  .contact-form-box input[type="tel"],
  .contact-form-box textarea {
    font-size: 15px;
    padding: 16px;
  }
}



.contact-form-box .cf7-consent {
  margin: 0 0 25px;
}

.contact-form-box .cf7-consent .wpcf7-form-control {
  display: block;
}

.contact-form-box .cf7-consent .wpcf7-list-item {
  margin: 0 !important;
}

.contact-form-box .cf7-consent label {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
}

.contact-form-box .cf7-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  margin: 3px 0 0 0 !important;
}

.contact-form-box .cf7-consent .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.45;
  color: #555;
}








.about-right .cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}

.about-right input[type="text"],
.about-right input[type="email"],
.about-right input[type="tel"],
.about-right textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 18px 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #555555;
  box-sizing: border-box;
  border-radius: 0;
}

.about-right textarea {
  height: 125px;
  resize: vertical;
  margin-bottom: 22px;
}

.about-right input::placeholder,
.about-right textarea::placeholder {
  color: #8c8c8c;
  opacity: 1;
}

.about-right .cf7-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555;
}

.about-right .cf7-consent input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
  flex: 0 0 22px;
}

.about-right input[type="submit"],
.about-right .wpcf7-submit {
  width: 100%;
  background: #005b63;
  color: #ffffff;
  border: 0;
  padding: 18px 25px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.about-right input[type="submit"]:hover,
.about-right .wpcf7-submit:hover {
  background: #004b52;
}

.about-right .cf7-note {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #666666;
}

@media (max-width: 700px) {
  .about-right .cf7-two-col {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .about-right input[type="text"],
  .about-right input[type="email"],
  .about-right input[type="tel"],
  .about-right textarea {
    font-size: 15px;
    padding: 16px;
  }
}



.about-right .cf7-consent {
  margin: 0 0 25px;
}

.about-right .cf7-consent .wpcf7-form-control {
  display: block;
}

.about-right .cf7-consent .wpcf7-list-item {
  margin: 0 !important;
}

.about-right .cf7-consent label {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
}

.about-right .cf7-consent input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  margin: 3px 0 0 0 !important;
}

.about-right .cf7-consent .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.45;
  color: #555;
}




.footercolumn2 .wpcf7 {
    max-width: 320px;
}

.footercolumn2 .wpcf7-form p {
    margin: 0 0 12px;
}

.footercolumn2 input[type="email"] {
    width: 100%;
    height: 58px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    padding: 0 18px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #666666;
    border-radius: 0;
}

.footercolumn2 input[type="email"]::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.footercolumn2 .wpcf7-submit {
    width: 100%;
    height: 58px;
    border: 0;
    background: #10b14b;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    transition: background .3s ease;
}

.footercolumn2 .wpcf7-submit:hover {
    background: #0d9b41;
}

.footercolumn2 .wpcf7-spinner {
    display: none;
}


.whitecontentbox .wpcf7-form p {
    margin: 0 0 16px;
}

.whitecontentbox input[type="text"],
.whitecontentbox input[type="email"],
.whitecontentbox input[type="tel"],
.whitecontentbox textarea {
    width: 100%;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #555555;
    border-radius: 0;
}

.whitecontentbox textarea {
    height: 170px;
    resize: vertical;
}

.whitecontentbox input::placeholder,
.whitecontentbox textarea::placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.whitecontentbox .wpcf7-submit {
    width: 100%;
    background: #005b63;
    color: #ffffff;
    border: 0;
    padding: 18px 25px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.whitecontentbox .wpcf7-submit:hover {
    background: #004b52;
}

.whitecontentbox .wpcf7-spinner {
    display: none;
}





.procol-right .cf-row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.procol-right .cf-row-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.procol-right .cf-row-1 {
    margin-bottom: 18px;
}

.procol-right .cf-section {
    padding: 35px 0;
    border-bottom: 1px solid #e6e6e6;
}

.procol-right .cf-section h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #111;
}

.procol-right input[type="text"],
.procol-right input[type="email"],
.procol-right input[type="tel"],
.procol-right input[type="number"],
.procol-right textarea,
.procol-right select {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    box-sizing: border-box;
    border: 1px solid #cfe8d8;
    background: #f7fbf8;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #444;
    border-radius: 4px;
}

.procol-right textarea {
    height: 120px;
    padding-top: 16px;
    resize: vertical;
}

.procol-right input::placeholder,
.procol-right textarea::placeholder {
    color: #444;
    opacity: 1;
}

.procol-right .cf-note {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    margin: 10px 0 25px;
}

.procol-right .wpcf7-submit {
    width: 100%;
    background: #005b63;
    color: #fff;
    border: 0;
    padding: 18px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.procol-right .cf-footer {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 15px;
}

.procol-right .wpcf7-list-item {
    margin: 0;
}

.procol-right .cf-consent {
    margin: 20px 0;
}

@media (max-width: 900px) {

    .procol-right .cf-row-3,
    .procol-right .cf-row-2 {
        grid-template-columns: 1fr;
    }

    .procol-right .cf-note {
        font-size: 16px;
    }
}


.procol-right {
	width: 700px;
	max-width: 100%;
	float: left;
	box-sizing: border-box;
}

.procol-right .cf-row-3 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px;
	width: 100%;
	margin-bottom: 18px;
	clear: both;
}

.procol-right .cf-row-2 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px;
	width: 100%;
	margin-bottom: 18px;
	clear: both;
}

.procol-right .cf-row-1 {
	width: 100%;
	margin-bottom: 18px;
	clear: both;
}

.procol-right .cf-row-3 > *,
.procol-right .cf-row-2 > *,
.procol-right .cf-row-1 > * {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.procol-right .cf-row-3 p,
.procol-right .cf-row-2 p,
.procol-right .cf-row-1 p {
	margin: 0 !important;
	padding: 0 !important;
}

.procol-right .cf-row-3 br,
.procol-right .cf-row-2 br,
.procol-right .cf-row-1 br {
	display: none;
}

.procol-right .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.procol-right input[type="text"],
.procol-right input[type="email"],
.procol-right input[type="tel"],
.procol-right input[type="number"],
.procol-right textarea,
.procol-right select {
	width: 100% !important;
	max-width: 100%;
	height: 58px;
	padding: 0 16px;
	box-sizing: border-box;
	border: 1px solid #cfe8d8;
	background: #f7fbf8;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: #444;
	border-radius: 4px;
	display: block;
	float: none !important;
}

.procol-right textarea {
	height: 120px;
	padding-top: 16px;
	resize: vertical;
}

@media (max-width: 400px) {
	.procol-right .cf-row-3,
	.procol-right .cf-row-2 {
		grid-template-columns: 1fr !important;
	}
}









.finance-layout {
  display: grid;
  grid-template-columns: 1fr 570px;
  gap: 80px;
  align-items: start;
}

.finance-left .lowersubsubleft {
  margin-top: 45px;
  margin-bottom: 30px;
}

.finance-left .feature-list {
  gap: 18px;
}

.finance-left .newsdate {
  margin-top: 50px;
}

.finance-calculator {
  position: relative;
  border: 1px solid #08a64f;
  border-radius: 8px;
  padding: 55px 35px 35px;
  box-shadow: 0 18px 35px rgba(0,0,0,.12);
}

.finance-top-line {
  position: absolute;
  top: -6px;
  left: 35px;
  right: 35px;
  height: 10px;
  background: #08a64f;
  border-radius: 5px;
}

.finance-calculator .lowersubsub2 {
  text-align: center;
  margin-bottom: 35px;
}

.finance-input-wrap {
  display: grid;
  grid-template-columns: 42px 1fr;
  margin-bottom: 32px;
}

.finance-input-wrap span {
  background: #08a64f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  border-radius: 4px 0 0 4px;
}

.finance-input-wrap input {
  height: 52px;
  border: 1px solid #08a64f;
  border-left: 0;
  padding: 0 18px;
  font-size: 17px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
}

.finance-result-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-bottom: 1px solid #d6eee0;
  font-size: 17px;
  line-height: 1.3;
}

.finance-result-row span {
  color: #009b3a;
  font-weight: 800;
  white-space: nowrap;
}

.finance-small {
  font-size: 13px;
  line-height: 1.35;
  color: #555;
  margin-top: 8px;
  margin-bottom: 15px;
}

.finance-disclaimer {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.45;
  font-style: italic;
  color: #555;
}

@media (max-width: 900px) {
  .finance-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .finance-calculator {
    padding: 45px 25px 30px;
  }
}







.financebg {
	position: relative;
	overflow: hidden;

	background-image: url(images/Pet_Vaccinations.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;

	width: 94%;
	height: auto;

	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	padding-left: 3%;
}

.financebg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(235,247,239,.94); 
	z-index: 1;
}

.financebg > * {
	position: relative;
	z-index: 2;
}






.socfloat {
	width: 30px;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}



.socfloat img {
	max-width: 100%;
	height: auto;opacity: 1.0;
    filter: alpha(opacity=100); 
    
}



.socfloat img:hover {
    opacity: .8;
    filter: alpha(opacity=80); 
}









.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}




.tocenter {
	width: 94%;
max-width: 1150px;
box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}




.fullcenter {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}



.fullnav {
	background-color: #ffffff;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;

	box-shadow: 0 3px 12px rgba(0,0,0,.3);
}

.halfbodytext,
.whitecontentbox {
	width: 94%;
	max-width: 650px;
	box-sizing: border-box;
}
.aboutcol-left,
.procol-left {
	width: 37%;
	box-sizing: border-box;
}

.aboutcol-right,
.procol-right {
	width: 63%;
	box-sizing: border-box;
}

.ondemand-left {
	width: 35%;
	box-sizing: border-box;
}

.ondemand-right {
	width: 65%;
	box-sizing: border-box;
}



.halfbodytext,
.whitefinancetbox {
	width: 94%;
	max-width: 650px;
	box-sizing: border-box;
}


@media (max-width: 900px) {
	.ondemand-left,
	.ondemand-right {
		width: 100%;
		float: none;
		padding-right: 0;
	}
}


@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }






.fullnav {
	background-color: #ffffff;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;

	box-shadow: 0 3px 12px rgba(0,0,0,.3);
}




.logo-left {
	width: 100%;
	max-width: 600px;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}

.logo-left img {
	width: 60%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.logo-right {
	width: 100%;
	max-width: 600px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}





.header-left {
	width: 100%;
	max-width: 600px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}


.header-right {
	width: 100%;
	max-width: 525px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}







.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 94%;
	height: auto;
	padding-top:3%;
	padding-bottom:3%;
	padding-right:3%;
	padding-left:3%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.headerinsidebg {
	background-image: url(images/insideheader.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 120px;
	padding-top:75px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.headernewsinsidebg {
	background-image: url(images/insideheader.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	min-height: 200px;
	height: auto;
	padding-top:125px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}


.headerdate {
	padding-top:15px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
	line-height: 15px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	
}


.newsdate {
	padding-top:15px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
	line-height: 17px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	
}


.headerblacktext1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}

.headerceenterblacktext {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}


.headerblacksubtext {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 23px;
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}


.headerblacksubsumnprod {
  display: flex;
  align-items: center;
  gap: 35px;

  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  color: #17171f;
	padding-top:50px;
	padding-bottom:20px;
}

.header-number {
  width: 28px;
  height: 28px;
  background: #08a64f;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  font-weight: 800;
}


.headertext1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	
}

.headercenteredtext1 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 32px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	
}

.headertext2 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 17px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	font-style: italic;
	text-align: left;
	
}

.headertext3 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 13px;
	line-height: 26px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.headertext3highlight {
	font-size: 14px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #10a64c;
	text-align: left;
	
}








.green-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 15px;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.green-button a:link {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:visited {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }
.green-button a:hover {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #1b4d58; }
.green-button a:active {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c; background-color: #10a64c; }




.blue-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 14px;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  margin-top: 22px;
  margin-right: 15px;
	font-weight: 400;
	text-shadow: 0px 0px #000000;
  
}



.blue-button a:link {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58; background-color: #1b4d58; }
.blue-button a:visited {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58; background-color: #1b4d58; }
.blue-button a:hover {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #10a64c;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #10a64c; }
.blue-button a:active {color: #ffffff; text-decoration: none; padding-top:20px; padding-bottom:20px; padding-right:20px; padding-left:20px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #1b4d58; background-color: #1b4d58; }










.doctor-quote-box {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
	background: #ffffff;
	border-radius: 40px;

	
	border-bottom: 8px solid #00b050;

	
	box-shadow:
		0 0 20px rgba(0, 176, 80, 0.12),
		0 20px 50px rgba(0, 176, 80, 0.08);

	box-sizing: border-box;
	margin-top: 30px;
}

.doctrortext {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 28px;
	line-height: 32px;
	font-family: "Playfair", serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	font-style: italic;
	
}

.doctrorname {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	
}

.doctrortitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #00b050;
	text-align: center;
	
}




.pagetitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}


.pagesubtitle {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	
}

.pagewhitesubtitle {
	max-width: 800px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 26px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}






.ondemand-left {
	width: 100%;
	max-width: 750px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}
.ondemand-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.ondemand-right {
	width: 100%;
	max-width: 750px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.footercolumn1 {
	width: 100%;
	max-width: 500px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.footercolumn1 a:link {color: #ffffff; text-decoration: none; }
.footercolumn1 a:visited {color: #ffffff; text-decoration: none; }
.footercolumn1 a:hover {color: #41a654; text-decoration: none;  }
.footercolumn1 a:active {color: #ffffff; text-decoration: none;  }




.footercolumn2 {
	width: 100%;
	max-width: 500px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}

.footercolumn2 a:link {color: #ffffff; text-decoration: none; }
.footercolumn2 a:visited {color: #ffffff; text-decoration: none; }
.footercolumn2 a:hover {color: #41a654; text-decoration: none;  }
.footercolumn2 a:active {color: #ffffff; text-decoration: none;  }



.footercolumn4 {
	background-color: #ffffff;
	width: 100%;
	max-width: 500px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 21px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	border-radius: 12px;
	float: left;
}

.footernav {
	display: none;
}


.numberfloat {
	width: 100%;
	max-width: 350px;
	height: auto;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:30px;
	padding-left:0px;
}





.aboutcol-left {
	width: 100%;
	max-width: 900px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.aboutcol-right {
	width: 100%;
	max-width: 900px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	
}


.procol-left {
	width: 100%;
	max-width: 900px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.procol-right {
	width: 100%;
	max-width: 900px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	
}





.aboutimagecenter {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}



.fullbodytext {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}


.fullwhitebodytext {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}



.fullcenterbodytext {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}

.halfbodytext {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	font-size: 16px;
	line-height: 21px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	
}












.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}




.tocenter {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}




.fullcenter {
	width: 94%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}






.lowersub1 {
	padding-top:0px;
	padding-bottom:15px;
	padding-right:0px;
	padding-left:0px;
	font-size: 17px;
	line-height: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #10a64c;
	text-align: center;
	
}


.lowersub2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}

.lowersubsub2 {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 23px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}
.lowersubsubsmall {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: center;
	
}

.lowersubsubleft {
	padding-top:0px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}

.lowersubsubsubleft {
	padding-top:10px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #000000;
	text-align: left;
	
}

.lowertext3 {
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 22px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	
}






.whitecontentbox {
		width: 90%;
		max-width: 650px;

	background: #ffffff;
	padding: 5px;
	box-shadow:
		0 4px 10px rgba(0,0,0,0.04),
		0 20px 50px rgba(0,0,0,0.10);
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-left: auto;
    margin-right: auto;
}




	.cost-right input[type="submit"],
	.cost-right .wpcf7-submit {
		padding: 14px 18px;
		font-size: 12px;
	}




	.contact-form-box input[type="submit"],
	.contact-form-box .wpcf7-submit {
		padding: 14px 18px;
		font-size: 12px;
	}




	.about-right input[type="submit"],
	.about-right .wpcf7-submit {
		padding: 14px 18px;
		font-size: 12px;
	}




	.footercolumn2 input[type="submit"],
	.footercolumn2 .wpcf7-submit {
		padding: 14px 18px;
		font-size: 12px;
	}




	.whitecontentbox input[type="submit"],
	.whitecontentbox .wpcf7-submit {
		padding: 8px 18px;
		font-size: 12px;
	}




	.procol-right input[type="submit"],
	.procol-right .wpcf7-submit {
		padding: 8px 9px;
		font-size: 12px;
	}







