body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 40px !important;
}

.logo {
	width: 220px;
	margin: 2px 0px 1px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.main-nav.scroll .logo {
	width: 110px;
	margin: 10px 0px;
}

.main-nav.scroll .rightlink {
	
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.medicine-test {
	margin: 0px 31px 0px 0px;
	padding: 8px 18px;
	position: relative;
	background: #02D8E9;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	border-radius: 23px;
	text-transform: uppercase;
}

.medicine-test:hover {
	background: #0cefff;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.06);
	position: relative;
}

.main-nav.scroll {
	background-color: #fff;
	height: 72px;
	padding: 3px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.stellarnav>ul>li>a {
	padding: 2px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}

.stellarnav>ul>li>a:hover {
	color: #D6B75D;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #D6B75D !important;
	text-decoration: none;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #000;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #000;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: end;
	margin-top: 0px;
	height: 100%;
}

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 49px 65px;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #FCB040 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/
.rightlink .input-group {
	width: 50%;
}

.rightlink .form-control {
	display: block;
	padding: .375rem 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #000000;
	border-right: 0px solid #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 22px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rightlink .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rightlink .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #000000f7;
	border-left: 0px solid #000000f7;
	padding: .375rem 18px;
	font-size: 19px;
	margin-left: -1px;
	border-radius: 22px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.usercard a {
	border: #000 1px solid;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 50px;
	text-align: center;
	padding: 2px 7px;
	display: flex;
	align-items: center;
}

.usercard a img {
	width: 13px;
}

.usercard {
	position: relative;
}

.caunt {
	position: absolute;
	top: -2px;
	right: -5px;
	font-size: 13px;
	background: #60AD33;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-size: 13px;
}

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 99;
}

.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-dots {
	display: block;
}

.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
	background: #08938B !important;
	border: #08938B !important;
	width: 20px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	background: #C2C2C2;
	border: #C2C2C2 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.banner-section .owl-nav .owl-prev {
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	background-image: linear-gradient(180deg, #0000, #201e1ec4);
}

.bannercarousel-text {
	position: absolute;
	top: 108px;
	width: 56%;
	left: 36px;
	text-align: left;
}

.bannercarousel-text h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 68px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 85px;
}

.welcomefounder-section {
	margin: 0px 0px;
	padding: 90px 0px 50px 0px;
	position: relative;
	width: 100%;
}

/*.welcomefounder-img {*/
/*	margin: 0px 0px;*/
/*	padding: 12px 12px;*/
/*	position: relative;*/
/*	width: 100%;*/
/*	height: 520px;*/
/*	border: #D6B75D dashed 2px;*/
/*	border-radius: 20px;*/
/*	overflow: hidden;*/
/*	box-shadow: 0px 10px 20px 0px #00000014;*/
/*}*/

.welcomefounder-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: contain;
	transition: all 0.4s ease;
}

.welcomefounder-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.welcomefounder-text {
	margin: 0px 0px;
	padding: 0px 0px 0px 25px;
	position: relative;
	width: 100%;
}

.welcomefounder-text02 {
	padding: 0px 0px 0px 0px;
}

.whatwedocard02 {
	padding: 60px 0px 50px 0px;
}

.whatwedocard02 .welcomefounder-img {
	height: 465px;
}

.welcomefounder-text02 ul {
	margin: 43px 0px 43px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	min-height: 219px;
}

.welcomefounder-text02 li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 32px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	list-style: none;
}

.welcomefounder-text02 li::before {
	background-image: url(../images/point-right.png);
	background-repeat: no-repeat;
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 5px;
}

.welcomefounder-text h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	font-weight: 800;
	color: #000000;
	line-height: 1.5;
}

.welcomefounder-text p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
}

.gettouch_btn {
	background: #02D8E9;
	padding: 14px 28px;
	margin: 31px 0px 0px 0px;
	font-family: "Oswald", sans-serif;
	color: #000000;
	font-size: 21px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border-radius: 41px;
	border: #02D8E9 1px solid;
	position: relative;
	text-transform: uppercase;
	display: block;
	width: 290px;
}

.gettouch_btn:hover {
	background: #02eeff;
	color: #000000;
	border: #02eeff 1px solid;
}

.ourservices-section {
	margin: 0px 0px;
	padding: 35px 0px 35px 0px;
	width: 100%;
	background: #304C62;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.ourservices-section h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.5;
}

.servicescard {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	position: relative;
	background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(234, 232, 232));
	width: 100%;
    min-height: 480px;
	border: 3px #ffffff solid;
	border-radius: 23px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.servicescardimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	/*height: 328px;*/
	overflow: hidden;
	border-radius: 23px 23px 0px 0px;
}

.servicescardimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.servicescardimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.servicehead {
	margin: 10px 0px 38px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.servicehead h3 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 25px;
	font-weight: 800;
	color: #000000;
	width: 100%;
}

.servicescard_text {
	margin: 0px 0px;
	padding: 9px 6px 40px 6px;
	width: 100%;
	position: relative;
	text-align:center;
}

.single-services .servicescard_text {
	margin: 0px 0px;
	padding: 9px 12px 40px 12px;
	width: 100%;
	position: relative;
	text-align:left;
}

.single-services .servicescard_text ul {
    text-align:left;
}

.servicescard_text ul {
	margin: 12px 0px 43px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	text-align:center;
}

.servicescard_text li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
	list-style: none;
	font-style: italic;

}

.servicescard_text li::before {
	/*background-image: url(../images/point-right.png);*/
	background-repeat: no-repeat;
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 5px;
}

.serviceicon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 63px;
}

.serviceicon img {
	width: 63px;
}

.readmore_btn {
	margin: 0px 0px;
	padding: 13px 21px;
	background: #02D8E9;
	border-radius: 23px;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.readmore_btn:hover {
	background: #08ebfc;
	color: #000;
}

.bookconsultation-section {
	margin: 0px 0px;
	padding: 35px 44px 35px 80px;
	width: 100%;
	background: #fff url(../images/bookconsultationbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 155px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bookconsultation-section h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.5;
}

.booknow_btn {
	margin: 0px 0px;
	padding: 13px 21px;
	background: #02D8E9;
	border-radius: 23px;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.booknow_btn:hover {
	background: #08ebfc;
	color: #000;
}

.iageWellpodcasts-section {
	margin: 0px 0px;
	padding: 35px 0px 35px 0px;
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.iageWellpodcasts-section h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	line-height: 1.5;
}

.sml-work-box2 {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.sml-work-box2 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
}

.sml-work-box2:hover img {
	transform: scale(1.1);
}

/*================================================
vedio Button Area CSS
=================================================*/


.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #F7941D;
	border: 1px solid #F7941D;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: #fff;
	border: 1px solid #fff;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #000000c9;
	font-size: 27px;
}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/
.podcastsbtn-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.viewmore_btn {
	margin: 11px 0px;
	padding: 14px 33px;
	background: #02D8E9;
	border-radius: 35px;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.viewmore_btn:hover {
	background: #08ebfc;
	color: #000;
}

.latestblogs-section {
	margin: 0px 0px;
	padding: 35px 0px 35px 0px;
	width: 100%;
	background: #304C62;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}

.latestbloghead {
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.latestbloghead h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.5;
}

.latestblogcard01 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.latestblogcard01 h3 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 33px;
	font-weight: 800;
	color: #000000;
	line-height: 38px;
	width: auto;
}

.latestblogcard01 h3 a {
	color: #ffffff;
	text-decoration: none;
}

.latestblogcard01 h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.latestblogcard01 h6 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	color: #7BFFFF;
	line-height: 29px;
	width: auto;
}

.latestblogimg01 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 494px;
	overflow: hidden;
	border-radius: 23px;
}

.latestblogimg01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.latestblogimg01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.latestblogcard02 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.latestblogcard02 h3 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 33px;
	font-weight: 800;
	color: #000000;
	line-height: 38px;
	width: auto;
}

.latestblogcard02 h3 a {
	color: #ffffff;
	text-decoration: none;
}

.latestblogcard02 h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.latestblogcard02 h6 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 17px;
	font-weight: 500;
	color: #7BFFFF;
	line-height: 29px;
	width: auto;
}

.latestblogimg02 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 363px;
	overflow: hidden;
	border-radius: 23px;
}

.latestblogimg02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.latestblogimg02:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
}

.positioned-icons {
	position: relative;
}

.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 250px;
	max-height: 250px;
}

.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #304C62;
	/*background: rgba(2, 2, 2, 0);*/
}

.hero-content-upper {
	padding-top: 6%;
}

.hero-content-upper h2 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	display: block;
}

.hero-content {
	position: absolute;
	color: #ffffff;
	top: 12px;
	left: 0%;
	width: 100%;
}

.functionalmedicine-section {
	margin: 0px 0px;
	padding: 50px 0px 30px 0px;
	position: relative;
	width: 100%;
}

.functmedicine-card {
	margin: 0px 0px 25px 0px;
	padding: 25px 20px;
	position: relative;
	width: 100%;
	min-height: 400px;
	border-top: #D6B75D 10px solid !important;
	border: #7D9998 1px solid;
	border-radius: 22px;
	box-shadow: 0px 10px 20px 0px #0000000D;

}

.functmedicine-card:hover {
	border-top: #EED344 10px solid !important;
}

.functmedicine-card h2 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	line-height: 34px;
	width: 89%;
	min-height: 70px;
}

.medicinehead {
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.medicinehead h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1.5;
}

.medicinehead h5 a {
	text-decoration: none;
}

.medicinehead h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	line-height: 1.5;
}

.functmedicine-card p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	min-height: 195px;
}

.medicinebtn-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
}

.addcart_btn {
	margin: 11px 0px;
	padding: 9px 18px;
	background: #02D8E9;
	border: #02D8E9 2px solid;
	border-radius: 35px;
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.addcart_btn:hover {
	background: #08ebfc;
	border: #08ebfc 2px solid;
	color: #000;
}

.wishlist_btn {
	margin: 11px 0px;
	padding: 9px 18px;
	background: #ffffff;
	border: #ffffff 2px solid;
	border-radius: 35px;
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.wishlist_btn:hover {
	background: #08ebfc;
	border: #08ebfc 2px solid;
	color: #000;
}

.learnmore_btn {
	margin: 11px 0px;
	padding: 9px 18px;
	background: transparent;
	border: #02D8E9 2px solid;
	border-radius: 35px;
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.learnmore_btn:hover {
	background: #02D8E9;
	border: #02D8E9 2px solid;
	color: #000;
}


.detailsbanner-section {
	margin: 55px 0px;
	padding: 47px 35px;
	width: 100%;
	background: #fff;
	position: relative;
	min-height: 365px;
	overflow: hidden;
	border-radius: 20px;
	border: #ccc 1px solid;
}

.detailsbanner-img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.detailsbanner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detailsbanner_text {
/* 	padding: 28px 28px 60px 626px; */
	padding: 28px 28px 60px 30px;
	position: absolute;
	width: 100%;
	float: right;
	background:#6F7074;
/* 	background: linear-gradient(120.79deg, rgba(111, 112, 116, 0) 34.72%, #6F7074 44.92%); */
	right: 0px;
	top: 0px;
	bottom: 0px;
	/* clip-path: polygon(27% 0, 100% 0%, 100% 100%, 0% 100%); */
}

.detailsbanner_text h3 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	line-height: 45px;
	width: 99%;
	min-height: auto;
}

.detailsbanner_text h5 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 25px;
	font-weight: 700;
	color: #EED344;
	line-height: 30px;
}

.detailsbanner_text p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	color: #F3F3F3;
	font-weight: 400;
	line-height: 27px;
	width: 100%;
	min-height: 75px;
}


.methylationcheck-section {
	margin: 55px 0px;
	padding: 47px 35px;
	width: 100%;
	background: #fff url(../images/methylationcheckbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 370px;
	overflow: hidden;
	border-radius: 20px;
}

.methylationcheck-text {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 47%;
	float: right;
}

.methylationcheck-text h3 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	line-height: 30px;
	width: 99%;
	min-height: auto;
}

.methylationcheck-text h5 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 25px;
	font-weight: 700;
	color: #EED344;
	line-height: 30px;
}

.methylationcheck-text p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	color: #F3F3F3;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	min-height: 104px;
}

.geneticmethylation-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.geneticmethylation-section .row:nth-child(even) {
	flex-direction: row-reverse;
}

.geneticmethylation_text {
	margin: 0px 0px;
	padding: 50px 40px 60px 40px;
	position: relative;
	background: #D6EFEE;
	height: 470px;
	overflow: hidden;
}

.geneticmethylation_text2 {
	background: #ffffff;
}

.geneticmethylation_text h3 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 38px;
	font-weight: 700;
	color: #000000;
	line-height: 39px;
	width: 100%;
	min-height: auto;
}

.geneticmethylation_text p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
}

.geneticmethylation_img {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 470px;
	overflow: hidden;
}

.geneticmethylation_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.geneticmethylation_img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.whatwetest-section {
	margin: 0px 0px;
	padding: 50px 0px 30px 0px;
	position: relative;
	width: 100%;
	background: #F3F3F3;
}

.whatwetest-section h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	font-weight: 700;
	color: #000000;
	line-height: 1.5;
}

.whatwetestcard {
	margin: 0px 0px 25px 0px;
	padding: 30px 30px;
	position: relative;
	width: 100%;
	background: #ffffff;
	min-height: 454px;
	border-radius: 15px;
	box-shadow: 0px 1px 15px 0px #0000001A;
}

.whatwetestcard h3 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 36px;
	font-weight: 700;
	color: #00A79D;
	line-height: 30px;
	width: 100%;
	min-height: auto;
}

.whatwetestcard p {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	color: #333333;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
}

.whatwetestcard ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: start;
	gap: 9px;
	flex-wrap: wrap;
}

.whatwetestcard li {
	margin: 0px 0px;
	padding: 6px 11px;
	position: relative;
	list-style: none;
	font-size: 15px;
	color: #333333;
	font-weight: 500;
	border: #a4a4a4 1px solid;
	width: auto;
	border-radius: 6px;
}

.whatwetestcard li a {
	color: #333333;
	text-decoration: none;
}

.whatwetestcard li a:hover {
	color: #00A79D;
	text-decoration: none;
}

.testinstruction-section {
	margin: 0px 0px;
	padding: 42px 0px 12px 0px;
	position: relative;
	width: 100%;
	min-height: 355px;
	background: #00A79D;
}

.testinstruction-section h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.5;
}

.testincard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
}

.testincard p {
	margin: 0px 0px 20px 0px;
	padding: 0px 13%;
	position: relative;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	min-height: 104px;
}

.testincard-icon {
	margin: 16px auto;
	padding: 0px 0px;
	width: 60px;
}

.testincard-icon img {
	width: 60px;
}

.readysetgo-section {
	margin: 0px 0px;
	padding: 35px 0px 50px 0px;
	position: relative;
	background: #F3F3F3;
}

.readysetgo-section h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	color: #000000;
	line-height: 51px;
	width: 100%;
	min-height: auto;
}

.readysetgo-section h3 a {
	color: #00A79D;
	text-decoration: underline;
}

.readysetgo-section h3 a:hover {
	color: #D6B75D;
	text-decoration: underline;
}

.readysetgo-icon {
	margin: 16px auto;
	padding: 0px 0px;
	width: 50px;
}

.readysetgo-icon img {
	width: 50px;
}

.functionalmedicine-section h3 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	font-weight: 700;
	color: #000000;
	line-height: 1.5;
}

.functionalmedicine-section2 .functmedicine-card {
	padding: 25px 15px;
}

.medicinebtn-section2 {
	justify-content: space-between;
	gap: 4px;
}

.medicinebtn-section2 .medicinebtn-section {
	justify-content: space-between;
}

.medicinebtn-section2 .addcart_btn {
	padding: 10px 12px;
	font-size: 12px;
}

.medicinebtn-section2 .learnmore_btn {
	padding: 10px 10px;
	font-size: 12px;
}


.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 17rem;
	padding: 12px 18px;
	margin: 0;
	font-size: 15px !important;
	color: #fff !important;
	text-align: left;
	list-style: none;
	background: #00A79D;
	background-clip: border-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 12px;
	left: -58% !important;
	/*transform: translateX(-50%) !important;*/
	bottom: 15px !important;
}

.dropdown-menu::before {
	background-image: url(../images/dropdown-arrow.png);
	background-repeat: no-repeat;
	content: "";
	width: 37px;
	height: 23px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -23px;
	z-index: 999;
}

.dropdown-menu p {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 23px;
	width: 100%;
}

.dropdown-toggle::after {
	display: none;
}

.dropup .dropdown-toggle::after {
	display: none;
}

.contactuscard-section {
	margin: 55px 0px 20px 0px;
	padding: 34px 35px 47px 35px;
	width: 100%;
	background: rgb(255, 255, 255) url("../images/contactuscardbg.png") 0% 0% / cover no-repeat;
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border-radius: 20px;
}

.container-card {
	margin: 0px;
	padding: 0px;
	position: relative;
	/*width: 47%;
	float: right;*/
}

.contact-left-sec img{
    width: 100%;
}

.contactuscard-section h3 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #FFF;
	line-height: 44px;
	width: 95%;
	min-height: auto;
}

.contactuscard-section h5 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	color: #F3F3F3;
	font-weight: 600;
	line-height: 24px;
	width: 100%;
}

.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 11px 12px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	border-radius: 6px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 22px;
}

.quoteform .form-control::placeholder {
	color: #333333;
	opacity: 1;
}

.quoteform .form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 .0rem rgba(0, 0, 0, 0);
}

.subbtn {
	margin: 0px 0px;
	padding: 15px 42px;
	background: #02D8E9;
	border-radius: 38px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border: 0px;
}

.subbtn:hover {
	background: #08ebfc;
	color: #000;
}

.furtherinformation {
	margin: 0px 0px;
	padding: 30px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.furtherinformleft {
	margin: 0px 0px;
	padding: px 0px;
	position: relative;
	width: 100%;
}

.furtherinformleft p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 23px;
	width: 90%;
}

.furtherinformright {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 24px;
}

.furtherinformright h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #E8E8E8;
	padding: 1px 0px 14px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 0px;
}

.furtherinformright h6 a {
	color: #000000;
	text-decoration: none;
}

.furtherinformright h6 a:hover {
	color: #18A3AE;
	text-decoration: none;
}

.furtherinformright h6 .info-text {
	width: 80%;
	display: flex;
}

.furtherinformright h6 span {
	width: 33px;
	height: auto;
	margin-right: 0px;
}

.furtherinformright h6 span img {
	width: 25px;
	object-fit: contain;
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #0ba1ac;
	border: 1px solid #0ba1ac;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 106px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #02D8E9;
	border: 1px solid #02D8E9;
}

.footer {
	margin: 0px 0px;
	padding: 59px 0px 0px 0px;
	width: 100%;
	position: relative;
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.footerlogo3 {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 150px;
}

.footerlogo3 img {
	width: 100%;
	object-fit: cover;
}

.footer-logo-area {
	margin: 0px 0px 36px 0px;
	padding: 0px 0px;
	width: 200px;
	position: relative;
	z-index: 99;
}

.footer-logo-area img {
	width: 100%;
	object-fit: cover;
}

.footer-links h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Cormorant Garamond", serif;
	text-align: left;
	color: #00A79D;
	font-size: 30px;
	font-weight: 700;
	line-height: 21px;
	display: block;
}

.footer-links h5 {
	margin: 24px 0px 15px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	display: block;
}

.footer-links h5 span {
	display: block;
	color: #02ccbf;
	font-size: 17px;
	font-weight: 500;
}

.footer-links h4 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Cinzel", serif;
	text-align: left;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	line-height: 21px;
	display: block;
}

.footer-links h6 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.footer-links p {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #F0F0F0;
	font-size: 15px;
	width: auto;
	font-weight: 700;
	line-height: 25px;
}

.footer-links ul {
	margin: 0px;
	padding: 0;
	width: 72%;
	list-style: none;
	column-count: 2;
}

.footer-links ul li {
	width: 100%;
	float: left;
	line-height: 49px;
}

.footer-links ul li a {
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.footer-links ul li a:hover {
	color: #D6B75D;
	text-decoration: none;
}

.subscribe {
	margin: 0px 0px;
	padding: 0px 0px;
	background: transparent;
	position: relative;
	width: auto;
}

.subscribe .form-control {
	display: block;
	width: 100%;
	padding: 5px 23px;
	font-size: 12px;
	font-weight: 400;
	line-height: 27px;
	color: #3A3A3A;
	background: #EAEAEA;
	border: 1px solid #ced4da00;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 37px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-style: italic;
}

.subscribe .form-control:focus {
	color: #212529;
	background: #EAEAEA;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}

.submitbtn {
	margin: 11px 0px;
	padding: 5px 23px;
	background: #02ccbf;
	border-radius: 34px;
	color: #ffffff;
	height: 36px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.submitbtn:hover {
	background: #02ccbf;
	color: #ffffff;
}

.contactcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	justify-content: start;
	gap: 13px;
}

.conticon {
	margin-top: 5px;
}

.conticon img {
	width: 22px;
}

.contactcard h5 {
	margin: 3px 0px 15px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	width: 83%;
}

.contactcard h5 a {
	color: #333333;
	text-decoration: none;
}

.contactcard h5 a:hover {
	color: #00A79D;
	text-decoration: underline;
}

.footersocial-sect {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
}

.footersocial-visa {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.footersocial-visa a {
	margin: 0px 0px;
	padding: 2px 2px;
	font-size: 12px;
	color: #000;
	background: #fff;
	border-radius: 4px;
	line-height: 19px;
	text-align: center;
	border: #D3D3D3 1px solid;
	position: relative;
	overflow: hidden;
}

.footersocial-visa a img {
	width: 64px;
}

.footer-socialicon {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	width: 199px;
	position: relative;
	z-index: 99;
}

.footer-socialicon a {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.footer-socialicon a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}

.privacytext a:hover {
	color: #D6B75D;
	text-decoration: underline;
}

.copyright {
	margin: 30px 0px 0px 0px;
	padding: 20px 0px;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	z-index: 99;
	position: relative;
}

.copyright a {
	color: #00A79D;
	text-decoration: none;
}

.copyright a:hover {
	color: #00A79D;
	text-decoration: underline;
}

.copytext-left {
	text-align: left;
}

.copytext-right {
	text-align: right;
}

/*==================================
blog-page
====================================*/

.cmn-page {
	padding: 0px 40px !important;
}

.blog-page {
	position: relative;
	padding: 60px 0px;
	margin: 0px;
}


.blog-page-left {
	padding: 50px 0px 0px 0px;
	margin: 0px;
	width: 100%;
}

.blog-page-left-box {
	background: #fff;
	box-shadow: 0px 3px 6px #29180B21;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.blog-page-left-box-img {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.blog-page-left-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0px 0px;
}

.blog-page-left-box-text {
	padding: 20px 20px;
	margin: 0px;
}

.blog-page-left-box-text h3 {
	text-align: left;
	letter-spacing: 0px;
	font-family: "Cormorant Garamond", serif;
	font-size: 25px;
	color: #303030;
	padding: 0px;
	margin: 0px;
	font-weight: 900;
}


.blog-page-left-box-text h6 {
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 30px;
	letter-spacing: 0px;
	color: #D6B75D;
	margin: 0px 0px 10px 0px;
}

.blog-page-left-box-text h6 a {
	color: #00A79D;
	text-decoration: none;
	font-size: 22px;
}


.blog-page-left-box-text h6 span {
	margin-right: 10px;
}

.blog-page-left-box-text h6 span img {
	width: 20px;
	height: 20px;
}


.blog-page-left-box-text p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 0px;
	color: #6A6A6A;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}


.blog-page-left-box .learn-btn {
	text-align: left;
	font-size: 20px;
	letter-spacing: 0px;
	color: #D6B75D;
}

.blog-page-left-box .learn-btn span {
	margin: 25px 0px -1px 5px;
	font-size: 20px;
	line-height: 31px;
}

.blog-page-left-box .learn-btn:hover {
	color: #000;
}


.blog-page-right {
	padding: 50px 0% 0% 5%;
	margin: 0px;
}


.recent-post h3 {
	text-align: left;
	letter-spacing: 0px;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	color: #303030;
	opacity: 1;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.recent-post-box {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 20px;
	background: #fff;
}

.recent-post-box-img {
	width: 25%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.recent-post-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.recent-post-box-text {
	width: 70%;
	padding: 0px;
	margin: 0px;
}


.recent-post-box-text p {
	text-align: left;
	letter-spacing: 0px;
	font-size: 13px;
	color: #000000;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	font-weight: 600;
}


.recent-post-box-text h6 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #00A79D;
	font-size: 13px;
	font-weight: 600;
}


.categories {
	padding: 0px;
	margin: 20px 0px 30px;
	float: left;
	width: 100%;
}

.categories h3 {
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #303030;
	opacity: 1;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}


.categories ul {
	padding: 0px;
	margin: 0px 4px;
}

.categories ul li {
	list-style-type: none;
}

.categories ul li a {
	text-align: left;
	letter-spacing: 0px;
	color: #404040;
	opacity: 1;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
	text-decoration: none;
}

.categories ul li a:hover {
	color: #000;
}

.categories ul li a span {
	margin-right: 10px;
	color: #00A79D;
	font-size: 15px;
}

.categories ul li a.last {
	border-bottom: none;
}

.sreach-box {
	margin: 0px 0px 20px 0px;
}

.input-group .btn {
	position: relative;
	z-index: 2;

}

a.learn-btn {
	text-align: left;
	font-size: 15px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #02D8E9;
}

a.wc-block-components-product-name {
	color: #02D8E9;
	font-weight: 600;
	text-decoration: none;
}


.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 23px 22px;
	line-height: 149px;
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 90%;
	min-height: inherit;
	margin: 0 !important;
	border: 1px solid #ced4da;
	outline: 0;
	border-radius: 10px !important;
}

.aws-container .aws-search-form .aws-wrapper {

	overflow: unset;
}


.wc-block-cart__submit-container a {
	background: #02D8E9;
	border: none !important;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 0px;
	margin: 50px 0px 0px;
	text-decoration: none;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #02D8E9;
	border: none !important;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	padding: 0px;
}


section.related.products h2 {
	margin: 27px 0px 25px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
	font-weight: 700;
	color: #000000;
	line-height: 1.5;
}


.related .products .functmedicine-card h2 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "Cormorant Garamond", serif;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	line-height: 34px;
	min-height: 70px;
}

section.related.products {
	padding: 0 40px;
}

/*---woo--*/


.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #000;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #02ccbf;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #02ccbf;
	color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 30px 40px;
	min-height: 500px;
}

.tabs.wc-tabs {
	margin: 0px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	margin: 0px 0px 11px 0px;
	font-size: 22px;
}


.u-column1.col-1.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}


.woocommerce-Address-title h2 {
	text-align: left;
	font: normal normal 600 17px/20px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 50%;
	text-align: left;
}


.woocommerce-account .addresses .title .edit {
	background: #02ccbf;
	color: #fff;
	padding: 7px 12px;
	border-radius: 6px;
	font-size: 11px;
	height: auto;
	margin: 0px 0px;
	border-radius: 26px;
	text-decoration: none;
	padding: 7px;
}

.woocommerce-account .addresses .title .edit:hover {
	background: #000;
}

.woocommerce-Button.button {
	background: #000 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	border-radius: 23px !important;
	box-shadow: 0px 1px 7px #00000021 !important;
	font-size: 15px !important;
	text-transform: uppercase;
	padding: 10px 10px !important;
	border: 0px;
	font-weight: 700;
}


.tinv-header h2 {
	font-size: 21px !important;
}


.woocommerce-MyAccount-content p {
	font-size: 16px;
	font-family: Rockwell;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
}


.woocommerce-button.button.view {
	background: #02ccbf;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 20px;
	border-radius: 20px;
}

.button.wc-forward {
	background: #02ccbf !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}


.woocommerce-Button.button {
	background: #02ccbf !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}

.woocommerce-Button.button:hover {
	background: #000 !important;
}

.droptextBox {
	position: absolute;
	width: 200px;
	bottom: 37px;
	left: 50%;
	/* right: 0; */
	margin: 0 auto;
	transform: translateX(-50%);
}

.droptextBoxWrap {
	background: #11cfb3;
	padding: 10px;
	border-radius: 10px;
	margin: 0 0 10px;
	position: relative;
}

.droptextBoxWrap:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #11cfb3;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 15px;
	height: 10px;
}

.droptextBox .droptextBoxWrap p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	padding: 0;
	margin: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	background: #02ccbf !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
	text-transform: uppercase;
	border: 1px solid tan;
}


.heateorSssClear {
	margin-bottom: 10px;
}


.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
	display: none !important;
}

.menu-item.rightlink.mobile-only {
	display: none !important;
}


.mob-head-icon {
	display: none;
}


.breadcrumb {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
}

.geneticmethylation_text ul li::marker {
	color: #00A79D;
}

.banner-section.desktop {
  display: block;
}
.banner-section.mobile {
  display: none;
}

.form-control {
  appearance: auto;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control
 {
    color: #6c758e;
}

.ourservices-section-12 h2 {
    margin: 31px 0;
    padding: 0px 0px;
    position: relative;
    width: auto;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    display: block;
}



.podcastsbtn-section {
  display: flex;
  gap: 15px; /* space between buttons */
  justify-content: center; /* center them horizontally */
  margin-top: 20px;
}


h3.title-join-us {
    margin: 0px 0px 18px 0px;
    padding: 0px 0px;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    line-height: 38px;
}

.join-pagra-section p {
    text-align: justify;
    line-height: 25px;
}


::marker {
    color: #2f4b60;
}

.postid-318 .service-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left:22px
}


.postid-318 .service-content li
 {
    width: calc(33% - 5px);
    list-style: circle;
    
}


.servicescard_text li {
      margin: 0px 0px 3px 0px;    
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.service-image {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 355px;
}
.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ourservices-section-12 a {
  display: inline-block;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ourservices-section-12 .service-brand-image {
  max-width: 134px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 12px;
}


.ourservices-section-12 .image-center {
    justify-content: center;
    text-align: center;
}

.therapy-services {
  margin-top: 20px;
}

h6.below-image-title {
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    font-style: italic;
    color: #333333;

}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  min-height: 200px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
}

.flip-card-front {
  background-color: #0ba2ad;
  color: #ffffff;
  font-weight: 500;
}

.flip-card-back {
  background-color: #f8f9fa;
  color: #333;
  transform: rotateY(180deg);
  border: 1px solid #e0e0e0;
}

.founder-details {
  text-align: center;
  margin-top: 15px;
}

.founder-details .designation {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.founder-details .signature img {
  max-width: 180px;
  height: auto;
}

.postid-318 ::marker {
    color: #00A79D;
}
button.booknow_btn.tgl-btn.rotate-arw {
    border: none !important;
}

.service-content li {
    width: calc(33% - 5px);
    list-style: circle;
}

.service-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 22px;
}

.service-listing h3{
    text-align:center;
    margin: 31px 0;
    padding: 0px 0px;
    position: relative;
    width: auto;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.service-list-inner {
    background-color: #0ba2ad;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 25px;
}

.service-list-inner p{
    margin: 0;
}


.contact-page-info-box {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
}

.contact-page-info-icon {
    width: 80px;
    height: 80px;
    background: #0ba2ad;
    border-radius: 50%;
    padding: 15px 0px;
    text-align: center;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-page-info-icon i {
    color: #121607;
    font-size: 30px;
}

.contact-page-info-text {
    margin: 30px 0px 0px;
    padding: 0px;
}

.contact-page-info-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #18100f;
    padding: 0px;
    margin: 0px;
}

.contact-page-info-text p a {
    color: #18100f;
    text-decoration: none;
}

.contact-top {
    margin-top: 60px;
}

.whatwedocard02 p{
      margin: 0px 0px 20px 0px;
    padding: 0px 0px;
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 28px;
    width: 100%;  
}

.whatwedocard02 ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.promotion-images img{
    width: 100%;
}