@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: 'Lustria and Open Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
	box-sizing: border-box;
	font-family: "Open Sans";
    letter-spacing: 0.05em; 
}

html {
	overflow-x: hidden;
}
ul li {
	list-style: none;
}
body {
	display: block;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.wrapper {
	display: block;
	width: 100%;
	margin: 0 auto;
}

header {
	background: #fff;
	margin-bottom: 0px;
}

header .top {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 5px;
}

header .top .logo {
	display: block;
	width: 100%;
	max-width: 50px;
	margin-left: 40px;
	padding-right: 10px;
}


.content {
	display: block;
	padding: 30px 50px;
	place-content: center;
	background-color: white;
	color: #535151;
	@media screen and (max-width: 800px) {
		width: 100%;
		max-width: 6000px;

	}
}

.content p {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 47px;
	color: #000000;
	letter-spacing: -0.04em;
}

.subh {
	font-family: "Lustria";
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 47px;
	color: #3A5A40;
	margin-bottom: 25px;
	margin-top: 25px;
	letter-spacing: -0.04em;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0;
}

.subtext {
	color: #3a5a40;
	font-size: 20px;
	line-height: 35px;
    margin: 11px 0;
	letter-spacing: -0.04em;
}


a {
	cursor: pointer;
	color: #588157;
	text-decoration: underline;
}


@media screen and (max-width: 600px) {
	header {
		margin-bottom: 0;
	}
	header .top {
		padding:5px;
		min-height: auto;
		max-height: 75px;

	}
	header .top .logo {
		max-width: 50px;
		margin-left: 5px;
		padding-right: 10px;
	}
	.content {
		padding: 15px;
	}
	
	p {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: -0.02em;
	}
	h1 {
		font-weight: 800;
		font-size: 28px;
		line-height: 45px;
		letter-spacing: -0.02em;
		padding-left: 15px;
	}
}

@media screen and (max-width: 500px) {
	.button {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 400px) {
	.button {
		font-size: 24px;
		line-height: 30px;
	}
}




.coin {
    height: 75px;
}

/* checkbox list */
.checkmark-container {
    padding-left: 30px;
}

.checkmark-item {
    font-family: "Open Sans", sans-serif;
	text-align: left;
	line-height: 50px;
	font-size: 20px;
}
/* Spacing between the checkmark and the text */
.checkmark-item span {
    margin-left: 10px; 	
}


/* call button */
.button {
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #5a9f68;
    color: #FFFFFF;
    width: 90%;
    cursor: pointer;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
    font-weight: bold;
    line-height: 54px;
    padding: 20px 15px;
}

.button:hover {
    background-color: #5a9f68;
}

.footer {
    background-color: #344e41;
    text-align:center;
    padding: 30px;
}
.footer p,li,h3{
    color: white;
    font-size: 10px;
    line-height: 18px;
}

ol {
	padding: 10px;
	text-align:left;
}

 /*Professional Author Box CSS Code*/
.about-author {
	width: 100% !important;
	display: block;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top:0px !important;
	margin-bottom:15px !important;
	max-width: 544px;
	overflow: hidden;
	margin: 10px 0px;
	border: 0px;
	background: #f2f2ef;
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	border-radius: 20px;
	line-height: 24px;

	@media screen and (max-width: 800px) {
    margin-top:10px !important;
    margin-bottom: 10px !important;
    padding: 5px;
    overflow: hidden;
	}
}

.about-author img {
display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-border-radius: 999em;
-moz-border-radius: 999em;
border-radius: 999em;
border: 2px solid #ddd;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.about-author h3{
font-size:16px !important;
line-height: 24px;
margin:9px 0px !important;
color:#666 !important;
border-bottom:2px solid #666 !important;
border-top:0px !important;
}
.about-author p {
	font-size:12px !important;
line-height: 15px;
margin:0px;
color:#666;
padding: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --progress-bar-width: 100px;
  --progress-bar-height: 100px;
  --font-size: 1.5rem;

	@media screen and (max-width: 800px) {
    --progress-bar-width: 100px;
    --progress-bar-height: 100px;
    --font-size: 1.3rem;
  }

	@media screen and (max-width: 500px) {
    --progress-bar-width: 100px;
    --progress-bar-height: 100px;
    --font-size: 1rem;
	}
}

.circular-progress {
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: lightgrey;
}
.percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgb(0, 0, 0, 0.8);
}
.arrow {
	width: 60px;
	height: 82px;
	position: relative;
	left: 47%;
	margin-top: -26px;
	/* margin-left: -26px; */
	bottom: 5%;
	z-index: 999;

	@media screen and (max-width: 800px) {
		width: 60px;
		height: 82px;
		position: relative;
		left: 40% !important;
		margin-top: -26px;
		/* margin-left: -26px; */
		bottom: 5%;
		z-index: 999;
	}
}
/* set arrow styles */
.arrow path {
	stroke: #72b4f9;
	stroke-width: 2px;
	fill: transparent;	
	animation: down 2s infinite;

	@media screen and (max-width: 800px) {
		stroke: #72b4f9;
		stroke-width: 2px;
		fill: transparent;	
		animation: down 2s infinite;
	}
}
/* arrow keyframe animation */
@keyframes down{
0% { opacity:0 }
25% { opacity:1 }
75% { opacity:0 }
100% { opacity:0 }
}
/* arrow animation delay */
.arrow path.a1{	animation-delay:-1s; }
.arrow path.a2{	animation-delay:-.5s; }
.arrow path.a3{	animation-delay:0s; }

.overlay {}
/* Top of the page pannel */
.hero-image {
	background-image: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), url("./images/hero.png");
	height: 500px;
  /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	@media (max-width: 600px) { 
        height: 250px; 
    }
}
.hero-text {
  text-align: center;
  color: white;
  width: 65%;
	@media (max-width: 600px) { 
    width: 50%;
	}
}
.hero-text h1 {
    font-family: "Lustria";
    font-weight: 100;
    font-size: 50px;
    text-align: left;
		@media (max-width: 600px) {
     	font-size: 25px;
	}
}


/* blue container */
.inhero-image {
  background-color: #3a5a40;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}

.inhero-trust {
  background-color:#153F6B;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;

}
.inhero-text {
  text-align: center;
  color: white;
  width: 100%;
}

.inhero-text h2, p{
    padding: 10px;
}

.inhero-text h1 {
	font-size: 25px;
	line-height: 25px;
	color: white;
    font-weight: 600;
    padding: 20px;
    text-transform: uppercase;
}
.inhero-text .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
	gap: 10px;
    width: 250px;
	flex-wrap: wrap; /* Allows items to wrap onto multiple lines */
	@media (max-width: 600px) {
			flex-direction: column; 
	}
}


/* Optional: Ensures that images do not exceed the container's width */
.inhero-text img {
    display: flex;
    max-width: 100%;
    max-height: 150px;
    width: auto;
    padding: 10px;
}

/* google */
.google {
	text-align: center; /* handle right text alignment */
	color: #535151;
	@media screen and (max-width: 800px) {
		flex-direction: column; /* handles stack of img and text */
	}
}
.google img {
	@media screen and (min-width: 800px) {
		padding: 0
	}
	@media screen and (max-width: 800px) {
		padding: 5vw; 
	}
}

/* clnicical tabs */
.tab-spacing {
	margin: 10px 20px;
		@media screen and (max-width: 500px) {
			margin: 5px
	}
}

.tab-container {
    
	display: flex;
	text-align: center;
	@media screen and (max-width: 500px) {
		flex-direction: column;
		padding: 0;
	}
}


/* care+doc card */
.care {
	display: flex;
	text-align: center; /* handle right text alignment */
	color: #535151;
	background-color: rgb(255, 255, 255);
	align-items: center;
	flex-direction: row;
	margin: 0px;
	@media screen and (max-width: 750px) {
		flex-direction: column; /* handles stack of img and text */
	}
}

.care img {
	width: 60%;
	border-radius: 2rem;
	@media screen and (max-width: 600px) {
		width: 100%;
	}
}

.care-text {
	text-align: left;
	padding: 40px;
}

.tab-sizing {
	width: 33%;
	font-size: 16px;
	color: #535151;
	text-align: center;

	@media screen and (max-width: 600px) {
		width: 50%;
	}
	@media screen and (max-width: 600px) {
		width: 100%;
	}
}
/* gallary */
.gallery {
   display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gallery img {
    display: flex;
	width: 50%;
    object-fit: cover; /* Ensures images cover the div without stretching */
}


/* toggle menu  */
.toggle {
		text-align: left
}
.tab-title {
		font-weight: 700;
		line-height: 1;
		margin: 0;
		padding: 15px;
		border-bottom: 1px solid #d4d4d4;
		cursor: pointer;
		outline: none;
		display: flex;
}
.tab-title.active {
	background-color: #f4f4f4;
}
.tab-title h4 {
	margin-left: 1rem;
}
.tab-title:hover {
		background-color: #f4f4f4;
		cursor: pointer;
}
.icon-closed {
		display: inline-block;
		width: 1em;
		color:#153F6B;
}
.icon-open {
		display: none;
		width: 1em;
		color:#153F6B;
}
.tab-content {
		padding: 15px;
		border-bottom: 1px solid #d4d4d4;
		display: none
}
.tab-content p {
	padding: 20px;
	color: #535151;
	background-color: rgb(255, 255, 255);
	letter-spacing: 0;
}

@media (max-width:767px) {
		.toggle .tab-title {
				padding: 12px
		}

		.toggle .tab-content {
				padding: 12px 10px
		}
}

.footer2 {
	display: flex;
	color: white;
	margin-top: 50px;
	text-align:center;
	padding: 10px;
	padding-top: 50px;
	align-items: center;
}

.footer2 img {
	margin: 10px;
}
.copyright {
	display: flex;
	color: white;
	place-content: center;
}
/* targeting ids to override classes */
#text-spacing  {
	text-transform: uppercase;
}
#sm-btn {
	width: 20rem;
}
#page-wrap {
  width: 490px;
  margin: 80px auto;
}
#column {
		flex-direction: column;
}
#no-underline {
	text-decoration: none;
}




/*Pop up*/
.call-button {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    width: 300px;
    margin-left: auto;
}

.call-button:hover, .call-button:focus {
    background: linear-gradient(to bottom, #ffb628 0%, #ffb628 100%);
    color: white;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.ctanumber {
padding-top: 10px;
    color: white;
    font-size: 34px;
    text-align: center;
}

.helplineinfo {
    font-family: 'Open Sans';
    margin-left: auto;
    padding-top: 30px;
padding-right: 40px;
    display: flex;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-weight: 600;
    cursor: pointer; /* Adds a cursor to indicate it's clickable */
}

.helpline {
    
}


.popup1 {
}

.popup2 {
}

.openPopup {
    font-family: 'Open Sans';
    display: flex;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-weight: 600;
    cursor: pointer; /* Adds a cursor to indicate it's clickable */
}

.openPopup:hover {
    color: white; /* You might want to change something else here since the color is already white */
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1 !important;
}

.popup-overlay.special-padding { /* Example class name */
    padding-top: 30px;
}

.popup-content {
    position: relative; /* Add this to position the close button absolutely within the content */
    color: black;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 800px; /* Consider using max-width for responsiveness */
    text-align: center;
}

.closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background: transparent;
    border: none;
    font-size: 24px; /* Make it bigger or adjust as necessary */
    cursor: pointer;
    color: #588157; /* Or any color you want */
    font-weight: bold;
}

.closePopup:hover {
    color: #ff0000; /* Change to red on hover, or choose another color */
}

.popup-content h3 {
    color: #588157;
    text-transform: uppercase ;
    font-size: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 10px !important;
    font-family: "Montserrat";
}

.popup-content p {
    padding: 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

button {
cursor: pointer;
}
/*Custom Tables*/
.table-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates three columns of equal width */
    gap: 20px; /* Adds space between the tables */
    padding: 80px; /* Padding around the grid container */

}

.custom-table {
    border: none;
    width: 100%; /* Makes each table take the full width of its grid column */
    border-collapse: collapse; /* Optional: For border styling */   
    margin-top: auto;
    margin-bottom: auto;
    
}

.custom-table th, .custom-table td {
    border: none;
    padding: 10px; /* Padding inside cells */
    text-align: center; /* Aligns text to the left */
    
}

.treatmentoverview {
    background-color: white;
padding-top: 40px;
    color: #535151;
}

.contentsplit {
    height: 10px;
    background-color: #3a5a40; 
}

.split{
    padding: 60px;
    display: flex;
    background-color: white;
}

.herosplit {
    width: 100%;
    padding: 120px 60px 60px 60px;
    display: flex;
}

.heroleft{
    width: 60%;
}

.heroleft h2 {
    color: white;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 40px;
}

.heroleft h1 {
    width: 100% !important;
    font-family: "Lustria";
    font-weight: 100;
    font-size: 50px;
    text-align: left;
}

.heroright{
    width: 40%;
}

.ctahero {
    background-color: #344e41;
}

.left {
    width: 40%;
    display: block;
}

.left h1 {
color: #3A5A40;
font-family: "Lustria";
padding: 20px;}



.right {
    width: 60%;
    display: block;
}

.right p {
    font-size: 20px;
    padding: 20px;
    line-height: 30px;
}
.right h1 {
    color: #3A5A40;
    font-family: "Lustria";
    padding-left: 20px;}


 .treatment {
        width: 30%; /* Full width for better use of space */
    }

    .treatment p, .popup-content p {
        font-size: 18px; /* Increase font size for readability */
    }

.seenin {
    color:white;
    text-transform: uppercase;
    padding: 8px 0px 0px 80px;
    width: 70%;
}
.seencontainer{
    margin-left: auto;
    width: 75%;
}

.seenin h1 {
    text-transform: none;
    font-weight: 300;
    display: block;
    padding-bottom: 30px
}
.seenin img{
    padding-right: 20px;
    height: 80px;
}

/*Google Review*/
.mobile-reviews {
    display: none;
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}

.googlereviews {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 40px;
}

.googlereviews img {
    margin-right: auto;
    display: block;
    width: 100%;
}

.googlereviews h1 {
    color: #3A5A40;
    font-family: "Lustria";
    padding:60px 0px 0px 0px;
    text-align: left;
}

.googlereviews h4 {
    text-transform: uppercase;
    font-weight: 400;
    color: dimgrey;
    text-align: left;
}

.googlelogo {
    width: 300px;
}

.googlereviews {
    background: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    width: 100%;
    
}

.googlelogo img {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reviewimg {
    padding-top: 60px;
}

.reviewimg img {
    width: 100%;
}

.treattitle h2{color: white;
text-transform: uppercase;
font-size: 25px;
text-align: left;}

.treattype {
    background-color: #3a5a40;
}
.treattype p {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
}

.docimg {
    width: 100%;
    padding-right: 30px;
}

/* Responsive styles for medium screens (tablets) */
@media (max-width: 1150px) {
    .table-container {
        grid-template-columns: repeat(1, 1fr); /* Only two columns */
        padding: 40px; /* Reduced padding */
    }
    .heropop {
        visibility: hidden;
    }

    .hero-image {
        height: auto;
        padding: 20px;
        margin: 0px;
    }
    
    .treattitle {
        padding: 0px;
        font-size: 20px; /* Smaller font size for headers */
    }
    
    .hero-text{
        padding: 0px;
    }
    
    
    .heroleft{ padding: 0px;}
    
    .herosplit {padding: 40px;
    margin: 0px;}
    .split {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    .left, .right {
        width: 60%;
        padding: 0px;
        margin-left: auto;
        margin-right: auto; 
    }
    
    .ctahero{
        
    }
    .content {
        padding: 0px;
        margin: 0px;
    }
    .content p {
        width: 600px;
    }
    
    .toggle-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .checkmark-container {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }
    
    .docimg {
        border-radius: 60px;
        padding: 40px;
        display: block;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
}
    
        .googlelogo {
        width: 50%; /* Smaller logo for medium screens */
            margin-left: auto;
        margin-right: auto;
    }

    .mobile-reviews {
        
        background: white;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 40px 20px;
}
    
        .mobile-reviews h1 {
        color: #3A5A40;
        font-family: "Lustria";
        padding:60px 0px 0px 0px;
        text-align: center;
    }
    
        .mobile-reviews h4{
        text-transform: uppercase;
        font-weight: 400;
        color: dimgrey;
        text-align: center;
        padding-bottom: 40px;
    }
    
    .mobile-reviews img {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
}
   
    .googlereviews {
    display: none;
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    
}
    
    .googlelogo img {
        width: 100%;
    }
    
    .googlereviews {
        padding: 10px;
    }

    .googlereviews h1 {
        font-size: 35px;
        padding-top: 20px;
    }
    
    .treatment{padding: 20px;
        margin-left: auto;
        margin-right: auto; 
    }
    
    .seenin{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 0px 40px 0px;
    }
    
    .seencontainer {
        width: 100%;
        
        text-align: center;
        padding: 0px;
        margin: 0px;
    }
}

/* Responsive styles for small screens (phones) */
@media (max-width: 480px) {
    .table-container {
        grid-template-columns: 1fr; /* Single column layout */
        padding: 20px; /* Further reduced padding */
        gap: 0px;

    }
    
    
.popup-content {
    position: relative; /* Add this to position the close button absolutely within the content */
    padding: 20px;
    border-radius: 5px;
    width: 800px; /* Consider using max-width for responsiveness */
}

.popup-content h3 {
    font-size: 15px !important;
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}

.popup-content p {
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 180%;
}
    
    
    .heroleft{
        width: 100%;
        display: block;
    }
    
    .herosplit{
        display: block;
        padding: 20px;
    }
    .heroleft h1{
        font-size: 40px;
        text-align: center;
    }
    .heroleft h2{
        font-size: 25px;
        text-align: center;
    }
    
    .ctahero{
        display: block;
        width: 100%;
    }
    .treatment {
        width: 100%;
    }
    
    .seenin {
        color:white;
        text-transform: uppercase;
        padding: 8px ;
        width: 100%;
}
    
    .seencontainer{
        margin-left: auto;
        width: 100%;
}

    .seenin h1 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        font-weight: 300;
        padding: 0px 0px 20px 0px;
}
    
    .seenin img{
        padding: 0px;
        height: 34px;
}

    .custom-table {
    }
    
    .heropop {
        visibility: hidden;
        display: none;
    }
    .split {
        display: block;
        width: 100%;
        padding:30px;
    }
    .left, .right {
        width: 100%;
    }
    .left h1{
        font-size: 35px
    }
        .googlelogo {
        width: 200px;
            margin-left: auto;
            margin-right: auto;
    }

    .mobile-reviews {
        background: white;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 20px;
}

    .mobile-reviews img {
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
}
   
    .googlereviews {
    display: none;
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    
}
    
    .googlelogo img {
        width: 100%;
    }
    
    .googlereviews {
        padding: 10px;
    }

    .googlereviews h1 {
        font-size: 35px;
        padding-top: 20px;
    }

    .treattitle h2 {
        font-size: 18px; /* Further reduce font size for readability */
        padding: 20px 0px 0px 0px; /* Adjust padding for compact layout */
    }
    .treatmentoverview {
        
    }
    .treattitle h2 {
        font-size: 16px; /* Smaller titles in treatment sections */
        padding-left: 20px;
    }
    
    .checkmark-item {
        padding-bottom: 20px;
        line-height: 30px;
    }
    .checkmark-container {
        padding: 20px;
    }
    
    .docimg {
        border-radius: 20px;
        padding: 0px;
        width: 100%;
    }
    
    .inhero-image {
        height: auto;
        padding: 20px;
    }
    
    .inhero-trust{
        height: 600px;
    }
    
    .inhero-text{
        padding: 0px;
    }
    
    .hero-text h1{
        font-size: 40px
    }
    .content p {
        width: 300px;
    }
    .toggle-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .toggle-item h4 {
        line-height: 30px;
    }
    
    .content {
        padding: 10px 10px 10px 10px;
    }
        .hero-image {
        height: 225px;
    }
    .subh {
	
	font-size: 28px;
	line-height: 47px;
}
    
}