@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: 'Lustira 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: white;
	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;
}

.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	@media screen and (max-width: 1150px) {
		display: none;
	}
}

.menu-ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-ul li {
	padding: 16px 18px;
	position: relative;
}

.menu-ul li::after {
	content: " ";
	height: 25px;
	width: 0px;
	background: #C0C0C0;
	border-right: 0.75px solid #C0C0C0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.menu-ul li:last-child {
	padding-right: 55px;
}

.menu-ul li:last-child::after {
	content: none;
}

.menu-ul li a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}

.search {
	
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	position: relative;
	padding: 16px 30px 16px 0;
	color: #000000;
}

.search::after {
	content: " ";
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(loupe.svg) no-repeat;
	background-size: contain;
	right: 0px;
}

.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;
}
.current-category {
	
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 22px;
	color: #c20017;
}


.subh {
    font-family: "Lustria";
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 47px;
	color:#0262b5;
	margin-bottom: 25px;
	margin-top: 25px;
	letter-spacing: -0.04em;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0;
}

.subtext {
	color: #535151;
	font-size: 20px;
	line-height: 35px;
    margin: 11px 0;
	letter-spacing: -0.04em;
}

.post-date {
	
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 31px;
	position: relative;
	padding: 0 7px;
	display: inline-block;
	text-transform: uppercase;
	color: #000000;
}

.post-date::before {
	content: " ";
	height: 14px;
	width: 0;
	border-left: 0.75px solid #000000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.post-date::after {
	content: " ";
	height: 14px;
	width: 0;
	border-right: 0.75px solid #000000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.categories {
	margin-top: 15px;
}

.categories ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.categories ul li {
	background: #C0C0C0;
	
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.15em;
	padding: 5px 14px;
	color: #FFFFFF;
	margin-right: 13px;
	margin-bottom: 5px;
}

.categories ul li.current {
	background: #c20017;
}

.categories ul li:last-child {
	margin-right: 0;
}

.content .image {
	display: block;
	margin: 40px auto;
}

.content .imageseen {
	display: block;
	margin-left: auto;
	margin-right: auto;
		width: 100%;
	max-width: 540px;
}


.content .image.horizontal {
	width: 100%;
	max-width: 600px;
}

.content .image.seal {
	width: 100%;
	max-width: 450px;
	@media screen and (max-width: 800px) {
		width: 100%;
		max-width: 600px;
	}
}

.meterdiv {
	width: 50%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	@media screen and (max-width: 800px) {
		width: 80% !important;
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
}

.circlediv {
	width: 20%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:15px;

	@media screen and (max-width: 800px) {
		width: 60%;
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:5px;
		margin-top:15px;
	}
}

.content .image.productimg {
	width: 100%;
	max-width: 350px;
	@media screen and (max-width: 800px) {
		width: 100%;
		max-width: 6000px;
	}
	
}

.content .headimg {
	max-width:600px;
	display: block;
	 width: 100%;
	 margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
	margin-top: -3px;
	@media screen and (max-width: 800px) {
		max-width:600px;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:50px;
		margin-top: -3px !important;
	}
}

.content .image.product {
 width: 100%;
  max-width: 400px;
  height: auto;
}

.content .image.vertical {
	width: 100%;
	max-width: 410px;
}

.social {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 18px 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 30px;
}

.social span {
	
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-right: 40px;
	color: #000000;
}

.social img {
	width: 41px;
	height: 41px;
	margin-right: 40px;
}

.table-title b {
	
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 45px;
	padding: 5px 10px;
	background: #c20017;
	text-transform: uppercase;
	position: relative;
	color: #FFFFFF;
	z-index: 2;
	text-align: center;
}

.table-title {
	position: relative;
}

.table-title::before {
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	background: #F2F2F2;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.table-title b,
.graph,
.label {
	display: block;
	width: 100%;
	max-width: 540px;
	margin: 40px auto;
}

.label {
	margin: 35px auto;
}

.label li {
	
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 25px;
	color: #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.graph {
	height: 325px;
}

.square1,
.square2 {
	height: 25px;
	width: 25px;
	margin-right: 8px;
	display: inline-block;
}

.square1 {
	background-color: #B8B8B8;
}

.square2 {
	background-color: #1202F7;
}

.graph tbody {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(2em, 1fr));
	column-gap: 10%;
	align-items: end;
	height: 100%;
	margin: 3em 0 1em 2.8em;
	padding: 0;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
	background: repeating-linear-gradient(180deg, #F2F2F2 0, #F2F2F2 0 1px, transparent 1px, transparent 20%);
}

.graph tbody:before,
.graph tbody:after {
	position: absolute;
	left: -3.2em;
	width: 2.8em;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
}

.WeightConsistently tbody:before {
	content: "100%";
	top: -1em;
}

.WeightConsistently tbody:after {
	content: "0%";
	bottom: -1em;
}

.graph tbody th {
	position: absolute;
	top: -3em;
	left: 0;
	width: 100%;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	text-indent: 0;
	transform: rotate(-45deg);
}

.graph tr {
	position: relative;
	display: block;
}

.graph tr:hover {
	z-index: 999;
}

.graph tr:hover {
	opacity: 0.7;
}

.graph th,
.graph td {
	display: block;
	text-align: center;
}

.graph td {
	width: 100%;
	height: 100%;
	border-radius: 0.5em 0.5em 0 0;
	transition: background 0.5s;
}

.graph td span {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	width: 100px;
	color: #FFFFFF;
	transition: opacity 0.5s;
}

.AveragePounds tbody::before,
.AverageMineral tbody::before {
	content: "Pounds";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	position: absolute;
	top: 46%;
	transform: translate(-50%, -50%);
	transform: rotate(-90deg);
}

.AverageWeightLoss tbody::before {
	content: "Average Pounds Lost After 1 Month";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	width: 325px;
	position: absolute;
	top: 45%;
	text-align: center;
	left: -11em;
	transform: translate(-50%, -50%);
	transform: rotate(-90deg);
}

.AverageWeightLossPercentage tbody::before {
	content: "% Who Lost Over 30 Pounds After 1 Month";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	width: 325px;
	line-height: 32px;
	color: #000000;
	position: absolute;
	top: 45%;
	text-align: center;
	left: -11em;
	transform: translate(-50%, -50%);
	transform: rotate(-90deg);
}

.SideEffects tbody::before {
	content: "% Who Experienced Side Effects";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	width: 325px;
	line-height: 32px;
	color: #000000;
	position: absolute;
	top: 45%;
	text-align: center;
	left: -11em;
	transform: translate(-50%, -50%);
	transform: rotate(-90deg);
}

a {
	cursor: pointer;
	color: #de741c;
	text-decoration: underline;
}

.prod-img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 40px auto;
}

.coupon {
	width: 100%;
	margin: 40px auto 10px;
	position: relative;
}

.coupon span {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 2;
}

.coupon::before {
	content: '';
	display: block;
	height: 0;
	border-bottom: 2px dashed #919191;
	width: 100%;
	background: #F2F2F2;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coupon::after {
	content: " ";
	width: 50px;
	height: 37px;
	background: url(scissors.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -20px;
	right: 20px;
	z-index: 2;
}

.claim-now {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #c20017;
	text-align: center;
}

.note {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	margin: 20px auto 10px;
	padding: 5px 0;
	background: yellow;
}

.notegreen {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	margin: 20px auto 10px;
	padding: 5px 0;
	background-color:rgba(0,255,0,0.3);
}

.stock-update img {
	width: 18px;
	margin-right: 5px;
}

.stock-update {
	border: 1px dotted #000;
	background: #EFFFF7;
	padding: 4px 9px;
	margin: 15px 0;
	display: flex;
	align-items: center;
}

.stock-update p {
	margin: 0;
}

.stock-update span {
	color: #dc3545;
}

.order_block {
	padding: 20px;
	border: 1px dotted #000;
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.order-block-img {
	width: 30%;
	max-width: 240px;
	margin: 0 auto;
}

.order-block-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
}

.order-block-text p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.order-block-text .note {
	margin: 10px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	padding: 5px 15px;
}

.button {
	box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
	animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
	display: block;
	background: rgb(81, 136, 235);
	background: -moz-linear-gradient(180deg, rgba(254, 168, 55, 1) 0%, rgba(222, 116, 28, 1) 60%);
	background: -webkit-linear-gradient(180deg, rgba(254, 168, 55, 1) 0%, rgba(222, 116, 28, 1) 60%);
	background: linear-gradient(180deg, rgba(254, 168, 55, 1) 0%, rgba(222, 116, 28, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5188eb", endColorstr="#03a6d3", GradientType=1);
	text-align: center;
	width: 100%;
	max-width: 500px;
	margin: 15px auto;
	font-weight: bold;
	font-size: 30px;
	line-height: 54px;
	border-radius: 10px;
	padding: 20px 15px;
	color: #fff;
}

.checkmark {
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #c20017;
	text-align: center;
	padding-left: 30px;
	position: relative;
}

.checkmark::before {
	content: " ";
	width: 30px;
	height: 29px;
	background: url(checkmark2.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: -11px;
}



@media screen and (max-width: 750px) {
	.order_block {
		flex-direction: column;
	}
	.order-block-img {
		width: 100%;
		margin-bottom: 20px;
	}
	.order-block-text {
		width: 100%;
	}
}

@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;
	}
	.current-category {
		display: none;
	}
	.title {
		font-size: 20px;
		line-height: 35px;
	}
	.subtitle {
		font-size: 20px;
		line-height: 25px;
	}
	.post-date {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px;
	}
	.categories ul li {
		font-size: 12px;
		line-height: 14px;
		margin-right: 5px;
		letter-spacing: 0.15em;
	}
	.content .image.horizontal,
	.content .image.vertical {
		max-width: 100%;
	}
	.content .image {
		margin: 20px auto;
	}
	.social img {
		width: 27px;
		height: 27px;
		margin-right: 15px;
	}
	.social {
		padding: 12px 0;
	}
	.social span {
		font-size: 15px;
		line-height: 18px;
		margin-right: 20px;
	}
	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;
	}


	.table-title b {
		font-size: 17px;
		line-height: 31px;
	}
	.table-title::before {
		display: none;
	}
	.table-title b,
	.graph,
	.label {
		max-width: 100%;
		margin: 25px 0;
	}
	.graph {
		margin-top: 0;
		margin-bottom: 35px;
	}
	.graph tbody {
		margin-top: 0;
		margin-left: 2em;
	}
	.table-title {
		margin-top: 35px;
	}
	tbody::before,
	tbody::after {
		font-size: 12px !important;
		line-height: 22px !important;
	}
	.graph td span {
		font-size: 12px;
		line-height: 25px;
	}
	.coupon::before,
	.coupon::after {
		display: none;
	}
	.AverageWeightLoss tbody::before,
	.AverageWeightLossPercentage tbody::before,
	.SideEffects tbody::before {
		left: -15em;
	}
	.label li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {
	.stock-update img {
		display: none;
	}
	.button {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 400px) {
	.note,
	.order-block-text .note {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -0.02em;
		padding: 5px;
	}
	.button {
		font-size: 24px;
		line-height: 30px;
	}
}

@keyframes pulse{to{box-shadow:0 0 0 45px rgba(232,76,61,0)}}

.spin-wrapper {
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
	border: 3px solid red;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}

.spin-wrapper img {
	max-width: 100%;
}

#align .spin-wrapper p {
	text-align: center;
	font-size: 21px !important;
	line-height: 1.4 !important;
	margin-bottom: 15px
}

.wheel-wrapper {
	text-align: center
}

.wheel {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 400px;
}

.wheel-cursor {
	position: absolute;
	width: 150px !important;
	height: 150px;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.cursor-text {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 70px !important;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #ccc;
	top: 50%;
	left: 50%;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
	background: #fff;
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
}

.wheel-img {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("cross.svg");
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: -40px;
	cursor: pointer
}

.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, .7) !important;
	z-index: 99 !important
}

.pop-up-layer-show {
	display: block
}

.pop-up-window {
	position: relative;
	width: 100%;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 50%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: .7s ease 0s normal none 1 running pop-up-appear;
	transform: translateY(-50%);
}

.pop-up-window::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #71c341;
	border-radius: 50%;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #fff #fff;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.spin-result-wrapper {
	display: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	z-index: 999;
	left: 0;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	text-align: center
}

.super-rotation {
	-webkit-animation-name: super-rotation;
	animation-name: super-rotation;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg)
	}
	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg)
	}
}

@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg)
	}
	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg)
	}
}

.pop-up-heading {
	font-size: 37px;
	margin-bottom: 20px
}

.pop-up-text {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: medium none;
	cursor: pointer;
	outline: medium none
}

.pop-up-button:hover {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width: 480px) {
	.wheel_input {
		width: 90%!important;
	}
	.country_select {
		width: 96%!important;
	}
}



.comments {
	display: block;
	margin-bottom: 30px;
}

.comment {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	min-height: 50px;
	margin-bottom: 15px;
}

.comment:last-child {
	border-bottom: none;
}

.comment.ans {
	padding: 0px;
	padding-left: 35px;
	border-bottom: none;
	margin-bottom: 0px;
	margin-top: 20px;
}

.comment .ava {
	max-width: 50px;
	width: 100%;
	float: left;
	border-radius: 50%;
}

.comment p {
	margin-left: 60px;
	font-size: 14px;
	line-height: 18px;
}

.comment p:last-child {
	margin-bottom: 0;
}

.comment p.comm-date {
	color: #A8ABAE;
}

.comment .comm-img {
	max-width: 300px;
	width: 100%;
	margin-left: 60px;
	margin-top: 5px;
}


@media screen and (max-width: 500px) {
	.comment .ava {
		margin-right: 10px;
	}
	.comment p,
	.comment .comm-img {
		margin-left: auto;
	}
}


.pop-up-button {
	display: inline-block !important;
}

.pop-up-text small {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}

.quote {
	width: 90%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 40px auto;
}

.quote img {
	padding: 12px;
	width: 100%;
	max-width: 300px;
	margin: 0 auto !important;
	border-top: none !important;
}

.quote_text p {
	font-style: italic !important;
	padding: 12px;
}

.quote_text .name {
	font-style: normal !important;
	    font-weight: 600 !important;
}

.quote_text p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 950px) {
	.quote {
		flex-direction: column;
	}
}

@media screen and (max-width: 500px) {
	.quote {
		width: 100%;
	}
}

.prodtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 800px){
.prodtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-top: 50px;
}
}

table p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}


table, th, td {
  	border: 1px solid #f0f0f0;
  	border-collapse: collapse;
  	text-align: center;
  	width: 100%;
}

.toptitle {
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    border: none;
    margin-bottom: 25px;
}

@media screen and (max-width: 800px){
.prodreview {
	border-radius: 20px;
	border-color: #d0d0d0;
	border: 1px solid;
	padding: 15px;
	position: relative;
	  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;

}
}


.prodreview {
    border-radius: 20px;
    border-color: #d0d0d0;
    border: 1px solid;
    padding: 15px;
    position: relative;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-top: 120px;
    margin-bottom: 100px;
}


.overlay {
  position: absolute; 
}


.overlay_0 {
    left: 0;
    top: 0;
    padding: 0.5rem;
    /* margin: 4px; */
    margin-right: auto;
    margin-left: auto;
    /* transform: rotate(352deg); */
    z-index: 100;
    margin-top: -141px;
    width: 100%;
}


@media screen and (max-width: 800px){
.overlay_0 {
    left: 0;
    top: 0;
    padding: 0.5rem;
    /* margin: 4px; */
    /* margin-left: 6px; */
    /* transform: rotate(352deg); */
    z-index: 100;
    margin-top: -105px;
}
}
.prodstats {
	width: 100%;
}


.progress-text {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    color: gray;
    font-weight: 300;
}

.meter {
  box-sizing: content-box;
  height: 20px; /* Can be anything */
  position: relative;
  margin: 10px 0 10px 0; /* Just for demo spacing */
  background: #ddd;
  border-radius: 25px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}


pre {
  background: #000;
  text-align: left;
  padding: 20px;
  margin: 0 auto 30px;
}
* {
  box-sizing: border-box;
}

.proconicon {
	max-width: 20px;
	vertical-align: middle;
	margin: 5px;
}

.procon {
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	position: relative;
	margin-bottom: 5px;
	margin-left: 25%;
	text-align: left;
	margin-top: 5px;

	@media screen and (max-width: 800px) {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
    margin-left: 2.5%;
    margin-right:2.5%;
    text-align: left;
    margin-top: 5px;
	}
}


@media screen and (max-width: 800px) {
	.procon {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 5px;
    margin-left: 2.5%;
    margin-right:2.5%;
    text-align: left;
    margin-top: 5px;
}}

.procon p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
	text-align: left;
}

.conclusion {
	  margin-left: 10%;
    margin-right: 10%;
    margin-top: 10px;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
    margin-top: 10px !important;
}

.conclusion p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
	text-align: left;
	padding: 10px;
}


/* checkbox list */
.checkmark-container {

}
.checkmark-item {
    font-family: "Open Sans", sans-serif;
	text-align: left;
	line-height: 25px;
	font-size: 18px;
    padding: 0px 0px 10px 0px;
}

/* Spacing between the checkmark and the text */
.checkmark-item span {
    margin-left: 10px; 	
}


/* call button */
.button {
  background-color: #005999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
   width: 90%;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #FFffff; -webkit-box-shadow: 0 0 3px #FFffff; }
  50% { background-color: #FFffff; -webkit-box-shadow: 0 0 40px #FFffff; }
  100% { background-color: #FFffff; -webkit-box-shadow: 0 0 3px #FFffff; }
}

@-moz-keyframes glowing {
  0% { background-color: #FFffff; -moz-box-shadow: 0 0 3px #FFffff; }
  50% { background-color: #FFffff; -moz-box-shadow: 0 0 40px #FFffff; }
  100% { background-color: #FFffff; -moz-box-shadow: 0 0 3px #FFffff; }
}

@-o-keyframes glowing {
  0% { background-color: #FFffff; box-shadow: 0 0 3px #FFffff; }
  50% { background-color: #FFffff; box-shadow: 0 0 40px #FFffff; }
  100% { background-color: #FFffff; box-shadow: 0 0 3px #FFffff; }
}

@keyframes glowing {
  0% { background-color: #FFffff; box-shadow: 0 0 3px #FFffff; }
  50% { background-color: #FFffff; box-shadow: 0 0 40px #FFffff; }
  100% { background-color: #FFffff; box-shadow: 0 0 3px #FFffff; }
}

.footer {
    text-align:center;
    padding: 30px;
}
.footer p,li,h3{
    color: #898989;
    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/hero2.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 {
    padding-left: 70px;
    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:#376abf;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  @media (max-width: 600px) { 
		height: 450px; 
	}
}

.inhero-trust {
  background-color:#376abf;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  @media (max-width: 600px) { 
		height: 450px; 
	}
}
.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;
	flex-wrap: wrap; /* Allows items to wrap onto multiple lines */
	@media (max-width: 600px) {
			flex-direction: column; 
	}
}

.image-container img {
    height: 75px;
    margin-bottom: 20px;
}

/* Optional: Ensures that images do not exceed the container's width */
.inhero-text img {
    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: 33.3%;
    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:#593E67;
}
.icon-open {
		display: none;
		width: 1em;
		color:#593E67;
}
.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;
}

b, strong {
    color: #0262b5;
}


/*CTA Top Right*/
.container {
    display: block;
    justify-content: flex-end; /* Aligns children (the button) to the right */
    padding: 10px;
}
/*Pop up*/
.call-button {
    display: block;
    padding: 10px 20px;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
}

.call-button:hover, .call-button:focus {
    background: linear-gradient(180deg, rgba(254, 168, 55, 1) 0%, rgba(222, 116, 28, 1) 60%);
    color: white;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.ctanumber {
    color: white;
    font-size: 32px;
    margin-top: 0px;
}

.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; 
}

.openPopup:hover {
    color: 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: #0262b5; /* Or any color you want */
    font-weight: bold;
}

.closePopup:hover {
    color: #daa147; /* Change to red on hover, or choose another color */
}

.popup-content h3 {
    color: #0262b5;
    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: 3px;
    background-color: #0262b5; 
}

.split{
    padding: 60px;
    display: flex;
    background-color: white;
}

.left {
    width: 40%;
    display: block;
}

.left h1 {
    font-family: "Lustria";
    padding: 20px;
    color: #0262b5;
}

.left img {
    width: 100%;
}


.right {
    width: 60%;
    display: block;
    padding-left: 20px;
}

.right p {
    font-size: 20px;
    padding: 20px;
    line-height: 30px;
    width: 90%;
}

.right h1 {
    font-family: "Lustria";
    padding-left: 20px;
    color: #0262b5;
    text-transform: uppercase;
}

/*Google Review*/
#desktop-gallery {
    display: block; /* Hide on mobile devices by default */
}

#mobile-gallery {
    display: none; /* Show on mobile devices */
}

.googlereviews {
    
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    
}

.googlereviews img {
    width: 100%;
}

.googlereviews h1 {
    color: #3A5A40;
    font-family: "Lustria";
    padding:60px 0px 0px 0px;
}

.googlereviews h4 {
    text-transform: uppercase;
    font-weight: 400;
    color: dimgrey;
}

.googlelogo {
    width: 300px !important;
}

.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;
    font-weight: 200;
    padding-left: 70px;
}

.title {
    font-family: "Lustria";
    color: #0262b5;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.treattype {
    background-color:#376abf;
}

.treattype p {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
}

.docimg {
    border-radius: 10px;
}

/* Responsive styles for medium screens (tablets) */
@media (max-width: 1050px) {
    .table-container {
        grid-template-columns: repeat(1, 1fr); /* Only two columns */
        padding: 40px; /* Reduced padding */
    }
    .heropop {
        visibility: hidden;
    }

    .hero-image {
        height: 200px;
        
    }
    
    .split {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    
    .left, .right {
        width: 60%;
        padding: 0px;
        margin-left: auto;
        margin-right: auto; 
    }
    
    .content {
        padding: 0px;
        margin: 0px;
    }
    .content p {
        width: 600px;
    }
    
    .toggle-item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .checkmark-container {
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .checkmark-item{padding-bottom: 20px;}
    
    .docimg {
        border-radius: 60px;
        padding: 40px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    #desktop-gallery {
    display: none; /* Hide on mobile devices by default */
}

    .contentsplit {}
    
    
    #mobile-gallery {
        padding: 40px;
        display: block; /* Show on mobile devices */
        margin-left: auto;
        margin-right: auto;
        background: white;
        width: 100%;
}
    
    #mobile-gallery h1{
        color: #3A5A40;
        font-family: "Lustria";
        padding:60px 0px 0px 0px;
        
    }
    
    .google-text{
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        text-align: center;
        padding-bottom: 40px;
    }
    
    #mobile-gallery h4{
        text-transform: uppercase;
        font-weight: 400;
        color: dimgrey;
    }
    
    #googlelogo img{
        width: 50%; /* Smaller logo for medium screens */
        margin-left: auto;
        margin-right: auto;
    }
    

    #mobile-gallery img {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

    .review{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
}

    .treattitle h2 {
        font-size: 20px; /* Smaller font size for headers */
    }
}

.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;
}

.popup-content h3 {
    color: #0262b5;
    text-transform: uppercase ;
    font-size: 15px !important;
    padding-top: 40px !important;
    padding-bottom: 10px !important;
    font-family: "Montserrat";
}

.popup-content p {
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 180%;
}

 
/* 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;
    }
    
    .subtext {
	font-size: 20px;
	line-height: 15px;
    margin: 5px 0;
	letter-spacing: -0.04em;
}
    
    .hero-text h1 {
        padding-left: 0px;
        text-align: center;
    }
    .treattitle h2{
        padding-left: 0px;
        text-align: center;
    }
    
    .custom-table {}
    
    .inhero-trust {
        height: 600px;
    }
    
    .heropop {
        visibility: hidden;
    }
    
    .split {
        display: block;
        width: 100%;
        padding:30px;
    }
    
    .left, .right {
        width: 100%;
    }
    
    .left,  .right p {
        font-size: 16px;
        padding: 20px 0px 0px 0px;
    }
    
    .left h1{
        font-size: 35px
    }
    
    .treattype p{
        font-size: 16px;
        padding: 0px;
        font-weight: 700;
    }
/*Start of google*/
    .googlereviews {
        display: none;
        padding: 0; /* Removes default padding */
        margin: 0; /* Removes default margin */
    
}

     #mobile-gallery {
        background: white;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 20px;
}
    
    #mobile-gallery h1{
        color: #3A5A40;
        font-family: "Lustria";
        padding:20px 0px 0px 0px;
        
    }
    
    #mobile-gallery h4{
        text-transform: uppercase;
        font-weight: 400;
        color: dimgrey;
    }
    
    #googlelogo img{
        width: 50%; /* Smaller logo for medium screens */
        margin-left: auto;
        margin-right: auto;
    }

    .review{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}
    /*End of google*/
    .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: 0px;
    }
    
    .checkmark-item {
        font-size: 16px;
        padding-bottom: 10px;
    }
    
    .docimg {
        border-radius: 20px;
        padding: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .subh {
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 25px;
	letter-spacing: -0.04em;

}
    .footer {
        padding: 20px;
    }
    .inhero-image {
        padding: 0px;
        height: 350px;
    }
    
    .inhero-text{
        padding: 20px;
    }
    
    .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;
    }
    
    .gallery img {
    
    }
    
}