@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: 'Montserrat', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0em;
}
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;
    margin-left: auto;
    margin-right: auto;
}

header .top {
    
	display: flex;
	align-items: center;
	background: #ffffff; 
}

.headimg {
    margin-top: 20px;
    height: 125px;
}

header .top .logo {
	display: block;
	width: 100%;
	max-width: 50px;
	margin-left: 40px;
	padding-right: 10px;
}

h2 {
    text-transform: uppercase;
    font-size: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.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-family: 'Montserrat Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}

.search {
	font-family: 'Montserrat', sans-serif;
	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: flex;
	background: #fff;
	padding: 30px 50px;
	place-content: center;
	background-color: snow;
	color: #535151;
	background-color: rgb(255, 255, 255);
	@media screen and (max-width: 800px) {
		width: 100%;
		max-width: 6000px;

	}
}

.current-category {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 22px;
	color: #c20017;
}

.title {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 47px;
	color: #000000;
	letter-spacing: -0.04em;
}
.subh {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 47px;
	color:#153F6B;
	margin-bottom: 25px;
	margin-top: 25px;
	letter-spacing: -0.04em;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0;
}
.subtext {
	font-family: 'Montserrat', sans-serif;
	color: #535151;
	font-size: 20px;
	line-height: 35px;
margin: 11px 0;
	letter-spacing: -0.04em;
}

.post-date {
	font-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #c20017;
	text-align: center;
}

.note {
	font-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.order-block-text .note {
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
	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: linear-gradient(to bottom, #97b5a6 0%, #6d8f7e 100%);
	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: 50px;
	line-height: 54px;
	border-radius: 10px;
	padding: 20px 15px;
	color: #fff;
}

.checkmark {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	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-family: 'Montserrat', sans-serif !important;
	font-size: 37px;
	margin-bottom: 20px
}

.pop-up-text {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}

.pop-up-button {
	font-family: 'Montserrat', sans-serif !important;
	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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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-family: 'Montserrat', sans-serif;
    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 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkmark-item {
	display: flex;
	align-items: center;
	text-align: left;
	max-width: 600px; /* Adjust as needed */
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* Spacing between the checkmark and the text */
.checkmark-item span {
   margin-left: 10px; 
	color: #535151;
		
}


/* call button */
.button {
  background-color: red;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
   width: 90%;
  cursor: pointer;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  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: 10px;
    background-color: #5a717d;
}
.footer p,li,h3{
    color: #f9f9f9;
    font-size: 10px;
    line-height: 20px;
    padding-top: 10px;
    max-width: 1000px; 
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

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-family: Montserrat;
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; }



/* 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.jpg");
	height: 400px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    padding: 0px;
	@media (max-width: 600px) { 
        height: 250px; 
    }
}
.hero-text {
  color: white;
  width: 65%;
    padding: 0px;
    margin: 0px;
	@media (max-width: 600px) { 
    width: 50%;
	}
}
.hero-text h1 {
    font-family: "Red Hat Display";
    font-weight: 400;
    font-size: 50px;
    text-align: center;
		@media (max-width: 600px) {
     	font-size: 25px;
	}
}

.hero-text h2 {
    margin-left: 0px;
    margin-right: auto;
    font-weight: 500;
    font-size: 25px;
    text-align: left;
    width: 100%;
		@media (max-width: 600px) {
     	font-size: 25px;
	}
}

/*Custom Tables*/
.table-hero {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Creates three columns of equal width */
    gap: 10px; /* Adds space between the tables */
    padding: 100px 20px 0px 20px; /* Padding around the grid container */
}

.hero-table {
    border: none;
    width: 100%; /* Makes each table take the full width of its grid column */
    border-collapse: collapse; /* Optional: For border styling */ 
    
}

.hero-table th, .hero-table td {
    border: none;
    padding: 10px; /* Padding inside cells */ 
}

.highlight {
    background-color: #FFFF00;
    line-height: 200%;}


/* blue container */
.inhero-mobile, inhero-mobile-text {
    display: none;
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}
.inhero-image, .inhero-foot {
  background-color:#57889d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
}
.inhero-text, .inhero-foot-text {
  text-align: center;
  color: white;
  width: 100%;
}

.inhero-text, inhero-foot-text h1 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	padding: 0px !important;
	color: white;
}

.inhero-text, .inhero-foot-text h2 {
    padding: 0px;
}

.inhero-text .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap; /* Allows items to wrap onto multiple lines */
	@media (max-width: 600px) {
			flex-direction: column; 
	}
}

/* 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 {
	align-self: center;
	padding: 20px;
}

.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;
	justify-content: center;
	padding: 20px;
}
.gallery img {
	height: auto;
	border-radius: 1rem; 
	margin: 5px;
	/* width: 50%; */
}
.gallery-land {
	width: 50%;
	max-height: 30rem;
}
.gallery-port {
	width: 30%;
	max-height: 30rem;
}


/* 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 {
	letter-spacing: 0;
}
#sm-btn {
	width: 20rem;
}
#page-wrap {
  width: 490px;
  margin: 80px auto;
}
#column {
		flex-direction: column;
}
#no-underline {
	text-decoration: none;
}

/*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: 40px;
    width: 300px;
}

.call-button:hover, .call-button:focus {
    background: linear-gradient(to bottom, #97b5a6 0%, #6d8f7e 100%);
    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: 34px;
    margin: 10px;
}

.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: #3851A2; /* 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: #5a717d;
    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;
}

/* As Seen In: */
.split{
    display: flex;
}

.seenin {
    color:white;
    text-transform: uppercase;
    padding: 20px ;
    background-color: #5a717d;
    width: 30%;
    
}
.seencontainer{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.seenin p {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    
}
.seenin img{
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-right: 20px;
    width: 100%;
}

/*#1 Drug & Alcohol Addiction Treatment*/
.mobile-only-list {
    display: none;
    list-style: none; /* Removes bullet points */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    
}

.mobiletreatment {
    display: none;
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}

.treatment {
    color: white !important;
    background-color: #57889d;
    padding: 40px;
    text-align: center;
    width: 100%;
}

.treatment h2 {
    font-size: 35px;
    padding-bottom: 20px;
}

.treatment p {
    font-size: 18px;
    line-height: 160%;
    padding-bottom: 50px;
    max-width: 1200px; 
    min-width: 200px;
    margin-left: auto;
    margin-right: auto; 
}

/*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 */
    background-color: white;
}

.custom-table {
    border: none;
    width: 100%; /* Makes each table take the full width of its grid column */
    border-collapse: collapse; /* Optional: For border styling */   
}

.custom-table th, .custom-table td {
    border: none;
    padding: 10px; /* Padding inside cells */
    text-align: center; /* Aligns text to the left */
    vertical-align: top;
}

.tableimg {
    width: 90%;
    border-radius: 0px;
}

.treattitle {
    font-size: 25px;
    text-transform: uppercase;
    color: #5a717d;
    text-align: center;
    font-weight: 600;
}

.treatbody {
    font-size: 18px;
    line-height: 160%;
}


/*Coverage*/
.coverage {
    text-align: center;
    font-size: 25px;
    background: white;
    padding: 20px;
    color: #5a717d;
}
.coverage img{
    width: 950px;
    display: block; /* Makes the img a block-level element */
    margin-left: auto;
    margin-right: auto;
}

/*Trusted Treatment Provider*/
.treatprovider {
    text-align: center;
    background: white;
}

.treatprovider h2{
    color: #5a717d;
}

.roomgrid {
    padding-left: 200px;
    padding-right: 200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates two columns */
    grid-template-rows: repeat(2, 1fr); /* Creates two rows */

}

.roomgrid img {
    width: 100%; /* Makes each image take up the full space of its grid cell */
    height: auto; /* Maintains the aspect ratio of the images */
    padding: 10px;
}

/*Google Reviews*/

.mobile-reviews {
    display: none;
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}

.googlereviews {
    background: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    width: 100%;
    
}

.googlelogo {
}

.googlelogo img {
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.review{
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.whyus {
    background-color: white;
}

.whyus img{
    width: 100%; 
}

.whyus h2{
    color: #5a717d;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.whyus p {
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    padding: 20px;
    max-width: 1100px; 
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.treatlist {
    color: #5a717d;
    text-transform: uppercase;
    font-weight: 700;
}

.link_offer {
color: white;
}


/* Responsive adjustments for screens smaller than 1050px */
@media (max-width: 1050px) {
    
    .hero-text h1{
        font-size: 60px !important;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-text h2{
        padding-top: 60px;
        font-size: 30px !important;
    }
    
    .call-button {
        padding: 15px 30px; /* Larger touch targets */
        font-size: 18px; /* Larger text for better readability */
    }

.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: #3851A2;
    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%;
}

    
.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 {
    padding: 20px;
    background-color: white;
}
    
    
.inhero-image, inhero-text {
    display: block;
    padding: 20px; /* Removes default padding */
    margin: 0; /* Removes default margin */
    height: auto;
}
    
.inhero-mobile, .inhero-foot {
  display: block;
  background-color: #57889d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding:20px;
}
    
.inhero-mobile-text, .inhero-foot-text {
  text-align: center;
  color: white;
  width: 100%;
}

.inhero-mobile-text h1 {
	font-weight: 400;
	font-size: 26px;
	line-height: 25px;
	letter-spacing: 0em;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	padding: 0px !important;
	color: white;
	letter-spacing: -0.04em;
} 
    .whyus {
        margin: 0px;
    }
    
    .whyus h2 {
    padding: 20px 20px; 
    }
    
    .whyus p{
     font-size: 18px; 
        margin: 0px;
        padding: 20px 80px;;
    }
    
    .heropop {
        display: none;
    }
    
    .treatment {
        display: none;
    }
    
     .mobile-only-list {
        display: block; /* Makes the list visible on mobile devices */
         color: white;
        background-color: #57889d;
        padding: 20px;
    text-align: center;
    }

    .mobile-only-list h2 {
        font-size: 25px;
        padding: 20px 0px;
}
    
    .mobile-only-list li {
        padding: 10px;
        font-size: 16px;
        font-weight: 500;
        line-height: 160%;
        text-align: left;
        margin-left: auto;
        margin-right: auto; 
}
    
    .button {
        font-size: 35px;
    }
    
    .moblie-list{
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobiletreatment {
        display: block;
        padding: 20px; /* Removes default padding */
        margin: 0px; /* Removes default margin */
        background-color: #57889d;
        color: white;
        text-align: center;
}
    
    .mobiletreatment p {
        font-size: 18px;
        line-height: 30px;
        padding: 30px 40px;
    }
    .mobiletreatment h2 {
        padding-bottom: 40px;
    }
    .mobileimg{
        width: 70%;
        border-radius: 0px;
    }
    
    /* As Seen In: */
.seenin {
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Continues to center text and other inline elements */
}

.seencontainer {
    width: 100%; /* Ensures container takes full width */
    display: block; /* Uses flexbox to arrange children */
    justify-content: center; /* Centers children horizontally */
    flex-wrap: wrap; /* Allows items to wrap onto the next line if space runs out */
    gap: 0px; /* Provides space between images */
    padding: 20px;
}

.seenin p {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
}

.seenin img {
    width: 300px; /* Set width, adjust as necessary to fit multiple images side by side */
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
    
    /*Custom Tables*/
.table-hero {
    display: block;
    grid-template-columns: repeat(1, 1fr); /* Creates three columns of equal width */
    gap: 0px; /* Adds space between the tables */
    padding: 0px; /* Padding around the grid container */
    
}

.hero-table {
    border: none;
    width: 100%; /* Makes each table take the full width of its grid column */
    border-collapse: collapse; /* Optional: For border styling */ 

}

.hero-table th, .hero-table td {
    border: none;
    padding: 10px; /* Padding inside cells */ 
    margin-left: auto;
    margin-right: auto;
}
    .hero-text h1{
        text-align: center;
        font-size: 24px;
    }
    
    .hero-text h2 {
        text-align: center;
    font-size: 18px;
    }
    
    
    
    header {}
    .top {}
    .container {width: 100%;
    display: block;}
    .headimg {
        display: block;
        margin-left: auto;
        margin-right: auto}
    
    .freecall  {position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;}
    
    .ctanumber {
        font-size: 28px; /* Slightly smaller font size for space */
    }

    .split {
        display: block;
    }
    
    h2 {
        padding: 0px;
    }
    .treatment {
        width: 100%; /* Full width for better use of space */
        padding: 40px; /* Adjust padding to be less bulky */
    }

    .treatment p, .popup-content p {
        font-size: 18px; /* Increase font size for readability */
    }

    .table-container {
        grid-template-columns: repeat(1, 1fr); /* Stack tables vertically */
        margin-left: auto;
        margin-right: auto;
        padding: 10px
    }

    .custom-table th, .custom-table td{
    }
    
    .coverage img, .review, .googlelogo img {
        width: 100%; /* Images should not exceed the screen width */
    }

    .googlereviews {
        margin-left: auto;
        margin-right: auto;
    }

    .googlelogo {
    }

    .googlelogo img {
        width: 300px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mobile-reviews img{
        width: 80%;
    }
    .popup-content {
        width: 90%; /* Use more screen width for popups */
        padding: 15px; /* Less padding to save space */
    }
    
    
    .roomgrid {
        grid-template-columns: 1fr; /* Stack images vertically */
        padding: 20px;
    }
    
    .footer {
        padding: 40px;
    }
}

/* Additional finer adjustments for very small screens */
@media (max-width: 480px) {
    header{
        height: 150px;
    }
    
    h2 {
       padding: 20px;
        width: 100%;
        font-size: 25px;
    }
    .coverage {
        padding: 0px;
    }
    
    .coverage img{ 
        padding: 20px;
    }
    
    .coverage p, .treatprovider p {
        padding: 0px;
    }
    
    .headimg{
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }
    
        .hero-text h1{
        line-height: 30px;
        font-size: 25px !important;
    }
    
    .hero-text h2 {
        padding: 20px !important;
        font-size: 14px !important;
    }
    
    .seenin img{
        width: 200px;
    }
    
    .moblie-list{
        width: 100%;
    }
    
    .mobiletreatment img{
        width: 100%;
    }
    .mobiletreatment p{
        padding: 20px;
    }
    .googlereviews {
        padding: 20px;
        width: 100%; 
    }

    .googlelogo img {
        width: 150px !important;
    }

    .whyus p{
        padding:20px 30px;
    }
    
    .review{
        width: 100%;
    }
    
    .hero-image {
        height: 200px;
    }
    
    .call-button {
        font-size: 16px; /* Even larger text for smaller screens */
    }

    .ctanumber {
        font-size: 24px; /* Adjust font size further if needed */
    }

   
    .popup-content {
        width: 95%; /* Use almost full width */
    }
}