	/*
	Theme Name: Salient Child Theme
	Description: This is a custom child theme for Salient
	Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
	Author: ThemeNectar
	Author URI:  https://themeforest.net/user/themenectar
	Template: salient
	Version: 1.0
	*/

	.on_consul span.wpcf7-spinner {
		margin: 6px 0px 6px 0;
	}

	#header-outer .nectar-header-text-content {
		padding-top: 0 !important;
	}

	body.page-id-489[data-bg-header="true"] .container-wrap {
		padding-bottom: 0;
	}

	header#top .container>.row {
		box-shadow: 0px 0px 4px #ececec;
	}

	.wpcf7-form .iti__country-list li span {
		font-size: 14px;
	}

	.wpcf7-form .iti__country-list {
		min-width: 300px;
		width: 100%;
	}

	/* .page-id-769 .small-nav,
	.page-id-830 .small-nav,
	.page-id-625 .small-nav {
		opacity: 0;
		max-height: 0;
	} */

	#email-popup,
	#download-popup {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		padding: 40px 30px;
		box-shadow: 0 0 10px #ccc;
		z-index: 9999;
		border-radius: 6px;

	}

	#email-popup label,
	#download-popup label {
		color: #042b3c;
		font-size: 18px;
		font-family: 'Inter';
	}

	#email-popup button,
	#download-popup button {
		font-family: 'Inter';
		border-radius: 2px;

	}

	#email-popup input[type="email"],
	#download-popup input[type="email"] {
		width: 100%;
		padding: 8px;
		margin: 10px 0;
		background: #fff5f8;
		border: 1px solid #ececec;
		border-radius: 2px;
	}

	#email-popup input[type="submit"],
	#download-popup input[type="submit"] {
		background: #28a745;
		color: white;
		padding: 10px 20px;
		border: none;
	}

	#email-popup select,
	#download-popup select {
		margin: 12px 0;
		font-size: 14px;
		padding: 8px;
	}

	#close-popup,
	#btn-close-popup {
		margin-top: 10px;
		background: #dc3545;
		color: white;
		border: none;
		padding: 5px 10px;
		position: absolute;
		top: -6px;
		right: 5px;
		cursor: pointer;
	}

	#header-outer.small-nav header .container,
	#header-outer.small-nav>header#top {
		margin-top: 0% !important;
	}


	.small-nav header#top .container>.row {
		box-shadow: none;
	}

	header#top {
		margin-top: 30px;
	}

	header#top .container .row {
		background: #fff;
		border-radius: 20px;
		padding: 10px 24px;
	}

	.main_banner .wpb_wrapper h1 {
		font-size: 44px;
		line-height: 62px;
		margin-bottom: 0px;

	}

	.main_banner .wpb_wrapper p,
	.main_banner .wpb_wrapper h2 {
		font-size: 22px;
	}

	/* banner-text */
	.Early-Detection-p p,
	.oncoadvisor .wpb_text_column .wpb_wrapper p {
		padding-bottom: 0%;
	}
.Early-Detection-p p{
	line-height:30px;
}
	.early-signs h2,
	.consulting .wpb_wrapper h2 {
		margin-bottom: 0px;
		line-height: 26px;
		text-align: center;
		font-family: 'Harabara';
		font-size: 28px !important;
	}

	.banner-right-text {
		margin-top: 90px;
	}

	@keyframes zoom-in-zoom-out {
		0% {
			transform: scale(1);
		}

		50% {
			transform: scale(1.05);
			/* gentle zoom */
		}

		100% {
			transform: scale(1);
		}
	}

	.zoom-animation {
		animation: zoom-in-zoom-out 2.5s cubic-bezier(0.66, 0, 0.34, 1) infinite;

	}

.wpb_text_column.wpb_content_element.Clinical-Trial.advanced h1 span,
.wpb_text_column.wpb_content_element.Clinical-Trial.german-cancer h1 span{
    font-size: 42px;
}

	.oncology-peragraph p,
	.epigenetic_modifications .wpb_wrapper p {
		line-height: 30px !important;
		font-size: 22px;
	}

	.oncology-heading h2 {
		font-size: 36px;
	}
.gt_white_content .gt_languages{
	display:unset !important;
}.gt_languages img {
    width: 32px !important;
}
.gt_white_content {
	height: 204px !important;
}
	.reproductive-health {
		text-align: center;

		padding: 0px 20px 0px 20px;
		background: #fff;
		color: #333;
	}

	.image-wrapper {
		position: relative;
		display: inline-block;
		/* margin-top: 20px; */
	}


	.sub-image-label.sub-1,
	.sub-image-label.sub-2,
	.sub-image-label.sub-3,
	.sub-image-label.sub-4 {
		cursor: pointer;
	}

	.center-image {
		max-width: 400px !important;
		border-radius: 30px;
		background: #fff;
		z-index: 1;
		border: 1px solid #EB378B;
		cursor: pointer;
		position: relative;
	}

	.fight-cancer .vc_column-inner {
		cursor: pointer;
		transition: 0.8s;

	}

	/* 
	.fight-cancer .vc_column-inner :hover .hover-wrap-inner img {
		transform: scale(0.9) !important;
	}
	 */
	.info-box {
		position: absolute;
		top: 6px;
		width: 266px;
		background-color: #FFF5F8;
		padding: 20px;
		border: 1px solid #D9D9D9;
		font-size: 15px;
		color: #605F71;
		line-height: 1.6;
		text-align: left;
		z-index: 0;
	}

	.info-box p {
		text-align: center;
	}


	.info-box.left {
		right: 385px;
		border-radius: 20px 0px 0px 20px;
	}

	.info-box.right {
		left: 386px;
		top: 246px;
		border-radius: 0px 20px 20px 0px;
	}

	.info-box strong {
		font-weight: 700;
	}

	.group {
		position: relative;
		display: inline-block;
		display: none;
		/* initially hidden */
	}

	.group-reproductive {
		display: block !important;
	}

	.sub-image-label {
		position: absolute;
		text-align: center;
		z-index: 3;
	}

	.sub-image-label img {
		width: 40px !important;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.sub-image-label .label {
		display: inline-block;
		margin-top: 6px;
		background-color: #fff;
		color: #000;
		padding: 4px 8px;
		font-size: 12px;
		border-radius: 5px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		opacity: 0;
		transition: opacity 0.9s ease;
		transition-delay: 0.75s;
	}

	.sub-image-label .label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -6px;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 6px solid #333;
		/* same as background */
	}


	.group.visible .sub-image-label .label {
		opacity: 1;
	}

	span.label {
		position: absolute;
		left: 45px;
		top: 2px;
	}

	.info-box {
		transition: background-color 1s cubic-bezier(0.1, 0.1, 0.25, 1);
	}

	.sub-1 {
		top: 13%;
		left: 48%;
		width: 35px;
	}

	.sub-2 img {
		width: 55px !important;
	}

	.sub-3 img {
		width: 53px !important;
	}

	.sub-4 img {
		width: 25px !important;
	}

	.sub-2 {
		top: 32%;
		left: 68%;
	}

	.sub-3 {
		top: 70%;
		left: 39%;
	}


	.sub-4 {
		top: 55%;
		left: 37%;
	}

	.sub-image-label {
		position: absolute;
		text-align: center;
		z-index: 3;
	}

	.sub-image-label .label {
		position: relative;
		display: inline-block;
		margin-top: 6px;
		background-color: #fff;
		color: #000;
		padding: 4px 8px;
		font-size: 10px;
		border: 0.5px solid #000;
		border-radius: 5px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		opacity: 0;
		transition: opacity 0.9s ease;
		transition-delay: 0.5s;
	}

	span.label.label-1 {
		left: 18px;
		top: -95px;
	}

	span.label.label-2 {
		top: -16px;
		left: 5px;
	}

	span.label.label-3 {
		left: 76px;
		top: -61px;
	}

	/* Show when group is visible */
	.group.visible .sub-image-label .label-1 {
		opacity: 1;
	}

	/* Tooltip arrow pointing down  label-1*/
	.sub-image-label .label-1::before {
		content: "";
		position: absolute;
		top: 32px;
		left: 10%;
		transform: translateX(-50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #333;
		/* Same as label background */
	}

	.sub-image-label .label-2::before {
		content: "";
		position: absolute;
		top: -12px;
		left: 34%;
		transform: translateX(-50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #333;
		/* Match background color of label */
	}

	.img_rotation {
		animation: spinrotate 2s ease-in-out infinite alternate;
	}


	.Impact-on-Oncology a.nectar-button {
		font-size: 16px;
	}


	@keyframes spinrotate {
		from {
			transform: rotate(-10deg);
		}

		to {
			transform: rotate(10deg);
		}
	}

	@media (max-width: 768px) {

		/*
.tooltips {
	display: block !important;
}
*/

		#cancer_screening .flip_card_front>.vc_column-inner img.nvasive-Procedure {

			margin: 42px auto 0px;
		}

		.image-wrapper {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		#cancer_screening .vc_col-sm-3:nth-of-type(2) img.img-with-animation.skip-lazy.aura-c-self-collection,
		#endometrial_cancer>.row_col_wrap_12_inner>.vc_col-sm-3:nth-of-type(2)>.vc_column-inner>.wpb_wrapper>.img-with-aniamtion-wrap img.self_care {
			width: 72% !important;

		}

		.center-image {
			width: 115% !important;
			height: 52% !important;
		}

		.info-box {
			position: static;
			transform: none;
			margin: 20px 0;
			width: 116%;
		}

		.info-box br,
		.helps-You .wpb_wrapper p br,
		.oncology-peragraph p br,
		.about-page .wpb_wrapper>p br,
		.slide-4 .wpb_text_column p br,
		.wpb_text_column.wpb_content_element.vc_custom_1750778874574.main_banner-p br,
		.wpb_text_column.wpb_content_element.home-banner-heading br,
		.aura_c_ .help_us_fight>.row_col_wrap_12_inner:before,
		.Clinical-Trial p br,
		.Differentiates-Benign .wpb_wrapper h2 br {
			display: none;
		}

		.info-box.left,
		.info-box.right {
			left: auto;
			right: auto;
			border-radius: 20px 20px 20px 20px;
			margin-top: 3px;
		}
	}



	.cont_us {
		font-size: 14px;
		background: #1F2229;
		color: #fff !important;
		padding: 6px 20px;
		border-radius: 4px;
		font-weight: 300;
		margin-right: 12px;
	}

	.aura_c_ .why_head {
		padding: 0 100px;
		line-height: 54px;
	}

	.transforming_women {
		position: relative;
	}

	.transfor_wo_focus {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-58%, 19%);
		transition: 0.5s;
		/* top: 370px; */
		/* left: 150px; */
	}

	.transfor_wo_focus img {
		width: 140px !important;
		transition: 0.5s;
	}

	.transforming_women:hover .transfor_wo_focus img {
		/* width: 200px !important; */
		transform: scale(1.2);
		margin-top: -8px;
	}

	.helps-You .wpb_wrapper p {
		text-align: center;
		font-size: 26px;
		line-height: 36px;
	}


	.header_txt h2,
	.control_health .wpb_wrapper h3 {
		line-height: 36px;
		font-size: 24px;
	}

	.home-banner h2 {
		font-size: 30px !important;
		margin-bottom: 8px;
	}

	div#block-10,
	div#block-8 {
		margin-bottom: 0% !important;
	}

	.aura-box.clinical-use h3,
	.vc_custom_1765027040020.studies-overall img,
	.designation.burning img {
		margin-bottom: 20px !important;
	}

	.aura-box.clinical-use p {
		margin-bottom: 40px;

	}


	.aura-box.clinical-use p:nth-last-child(2) {
		margin-bottom: 0px
	}

	.header_txt p {
		/* line-height: 32px; */
		color: #fff;
		margin-top: 6px;
	}

	/* .aurac-banner-text .vc_column-inner .wpb_wrapper h2,
	.aura-o-banner.vc_column-inner .wpb_wrapper h2 
	 {
		font-size: 22px;
		line-height: 27px;
	} */

	.aurac-banner-text.vc_column-inner.wpb_wrapper h1,
	.aura-o-banner.vc_column-inner.wpb_wrapper h1 {
		font-size: 48px;
	}

	.Early-Detection-p>.wpb_wrapper {
		padding-top: 21px;
	}

	.header_txt .wpb_wrapper h2 {
		font-size: 22px;
		line-height: 27px;

	}

	.header_txt .wpb_wrapper h2,
	.header_txt .wpb_wrapper h1 {
		color: #fff;
	}

	.cta_btn {
		margin: 24px 0 0 0;

	}

	a.nectar-button.large.regular.regular-button.cta_btn {
		font-size: 16px !important;
	}

	.banner_obj {
		position: absolute;
		top: -100px;
		left: 50%;
		transform: translate(0, -50%);
		width: 560px;
		z-index: -2;

		transform: rotate(-45deg);
		animation: beat 6s infinite;
	}

	.banner_obj img {
		/* width: 100%; */
		opacity: 0.2;
	}

	.on_consul {
		margin: 20px 0 0 0;
	}

	.on_consul .form_row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.on_consul .form_row .form_col {
		width: calc(100% / 2 - 8px);
		margin: 0 0 10px 0;
	}

	.on_consul textarea {
		height: 100px;
	}


	.on_consul .form_row .form_col input,
	.on_consul textarea,
	.on_consul select {
		background: #fff;
		border: 1px solid #DEDDE2;
		box-shadow: none;
		color: #797A7F;
		font-size: 14px;
	}

	.main_banner {
		padding-top: 120px !important;
	}

	.main_banner-p .wpb_wrapper p {
		font-size: 23px;
		line-height: 30px;

	}

	.wpcf7-form .on_consul input[type="submit"] {
		background: #062D3A !important;
		display: inline-block;
		width: 100%;
		border-radius: 2px !important;
		font-family: 'Inter';
		font-size: 16px;
	}

	.intro .vc_col-sm-6:first-child {
		width: 40%;
	}

	.intro .vc_col-sm-6:last-child {
		width: 60%;
	}

	.flipcard-back {
		display: none;
	}

	.aura_swap {
		position: relative;
		overflow: hidden;
		perspective: 1000px;
		backface-visibility: hidden;
	}

	.vc_col-sm-12.aura_swap.intro-image.about-text.slide-1.wpb_column.column_container>.vc_column-inner,
	.vc_col-sm-12.aura_swap.about-text.slide-2.wpb_column.column_container.vc_column_container.col.child_column.padding-2-percent.inherit_tablet.inherit_phone,
	.vc_col-sm-12.aura_swap.about-text.slide-3.wpb_column.column_container.vc_column_container.col.child_column.padding-2-percent.inherit_tablet.inherit_phone {
		height: 354px;
	}


	.aura_swap>.vc_column-inner {
		position: relative;
		width: 100%;
		height: 100%;
		transition: transform 0.3s;
		transform-style: preserve-3d;
		border: 1px solid #eb378b;
		border-radius: 34px;
	}

	.aura_swap:hover .vc_column-inner {
		transform: rotateY(180deg);
		border: 0;
	}

	.aura_swap:hover .flipcard-back {
		display: block;
		position: absolute;
		top: 0;
		background: #FFF5F8;
		width: 100%;
		height: 100%;
		left: 0;
		border-radius: 34px;

		transform: rotateY(180deg);
	}

	.vc_col-sm-6.online_consult.wpb_column.column_container.vc_column_container.col.padding-3-percent.inherit_tablet.inherit_phone.instance-1 {
		width: 45% !important;
	}

	.main_banner>.row_col_wrap_12.col.span_12.dark.left {
		display: flex;
		justify-content: space-between;
	}

	.flipcard-back .flip-heading {
		padding: 11%;
	}

	.Screening-img .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner img {
		width: 55%;
		object-fit: none;
	}

	.Screening-img :nth-child(2) {
		width: 95%;
	}

	.aura_swap .wpb_wrapper>h5 {
		font-size: 30px;
		color: #e33b8d;
	}

	.aura_swap .wpb_wrapper>p {
		font-size: 16px;
	}

	.flipcard-back h5 {
		font-size: 18px !important;
		color: #062D3A;
		/*     margin-bottom: 0px !important; */
	}

	.Approvals .vc_column-inner .wpb_text_column .wpb_wrapper p {
		margin-bottom: 8px;
	}

	.Approvals .vc_column-inner .wpb_text_column .wpb_wrapper h2 {
		font-size: 32px;
	}

	.Approvals .wpb_text_column:nth-of-type(3) .wpb_wrapper p {
		margin-top: 8px;
		font-size: 18px;
	}

	.flipcard-back p {
		color: #EB378B;
		font-size: 18px;
	}

	.flipcard-back :nth-child(3) {
		font-size: 17px;
	}

	.flip-bottom1 img,
	.wpb_row.vc_row-fluid.vc_row.cta_section.Detection-Methods.outperforms-o.sentinel_chart {
		margin: 0 !important;
	}

	.elem_ani:hover {
		transform: scale(0.9) !important;
	}

	.elem_ani {
		transition: 0.3s;
	}

	.flipcard-back .flip-bottom1 {
		position: absolute;
		bottom: -5px;
	}

	a.help {
		font-size: 18px;
		font-weight: 600;
		margin: 60px 0 0 0;
		display: inline-block;
	}

	#footer-widgets p {
		font-size: 14px;
		font-weight: 200;
	}

	#footer-widgets h2 {
		color: #fff;
		font-size: 22px;
	}

	ul.social {
		display: flex;
		align-items: center;
	}

	ul.social li {
		margin: 0 16px 0 0;
		padding: 0 !important;
	}

	ul.social li i {
		font-size: 22px !important;
	}

	div#copyright {
		padding: 10px 0 !important;
	}

	.what_receive .wpb_wrapper a.help {
		font-size: 21px;
		font-weight: 600;
		margin: 30px 0 0 0;
		display: inline-block;
	}

	.what_receive .wpb_wrapper p {
		font-size: 15px;
		margin: 20px 0 0 0;
		padding-bottom: 0px;
		line-height: 25px;
	}

	.what_receive .wpb_wrapper p:nth-of-type(2),
	.what_receive .wpb_wrapper p:nth-of-type(3) {

		margin-top: 0px;
	}

	.aura-text {
		flex-direction: column;
		justify-content: center;
	}

	.aura-text p {
		padding-bottom: 0px;
	}

	.flipcard-back .flip-heading i {
		font-style: italic;
	}

	.when_to_img_par {
		position: relative;
	}

	.when_to_img_par .when_c {
		position: absolute;
		right: -14px;
		width: 110px !important;
		z-index: -1;
		bottom: 181px;
		transition: 0.5s;
	}

	.page-id-344 .when_to_img_par .when_c {
		bottom: 205px;
	}

	.when_to_img_par:hover .when_c {
		transform: scale(1.1) !important;
		transition: 0.5s;
	}

	/* .clinical-text p {
		padding-bottom: 8px;
		font-size: 22px;
	} */

	.cta_section .vc_column-inner {
		padding: 60px 70px 0 70px;
	}

	.Detection-Methods>.row_col_wrap_12>.vc_col-sm-12>.vc_column-inner {
		padding: 54px 54px 0px 54px;
	}

	.Detection-Methods>.row_col_wrap_12>.vc_col-sm-12>.vc_column-inner p {
		padding-bottom: 0px;
		line-height: 45px;
	}

	.cta_section h1 {
		margin: 0 0 40px 0;

	}

	.cta_section .cta_btn {
		position: relative;
		top: 22px;
	}

	.why_aura .why_head h1 {
		text-align: center;
		padding: 40px 230px;
		line-height: 54px;
		color: #eb378b;
	}

	.Cancer-Screening .wpb_text_column.wpb_content_element .why_head h1 {
		margin-bottom: 5%;
	}

	.aura-o-head .vc_column-inner .wpb_wrapper .why_head h1,
	.aura-e-head .vc_column-inner .wpb_wrapper .why_head h1 {
		padding: 40px 223px;
	}



	/* .why_aura .vc_column-inner {
		padding: 60px 0 30px 0;
	} */

	.why_aura .cell p {
		font-size: 24px;
		line-height: 38px;

	}

	.grid-aura-e {
		position: relative;
		padding: 0px !important;
	}

	.Game-Changer {
		max-width: none !important;
	}

	.vc_column-inner>.grid .Game-Changer.Efficient-Triage {
		padding-right: 0% !;
	}

	.wpb_raw_code.wpb_content_element.wpb_raw_html>.wpb_wrapper>.grid>.cell.Efficient-Triage>h3 {
		margin-bottom: 11px !important;
	}

	.wpb_raw_code.wpb_content_element.wpb_raw_html>.wpb_wrapper>.grid>.cell.Efficient-Triage>p {
		margin-top: 25px;
	}

	.game-changer-aura-e {
		margin-bottom: 0px !important;
	}

	.cell i {
		font-style: italic;
	}

	.badge {
		position: absolute;
		top: 58px;
		right: 38px;
	}

	.cellimage {
		top: 23px;
	}

	.badge img {
		width: 46px !important;
	}

	.why_aura .cell em {
		font-weight: 600;
	}

	.why_aura .accuracy-block>div {
		display: flex;
		align-items: center;
		/* justify-content: center;*/
		justify-content: start;
	}

	/* .accuracy-aura-o label {
		width: 20% !important;
	} */

	.why_aura .grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		/* max-width: 1100px; */
		margin: auto;
		padding: 20px;
		border-collapse: collapse;
		border: 1px solid transparent;
	}

	.why_aura .cell {
		padding: 20px 40px 40px 40px;
		border-right: 1px dashed #f9b9d0;
		border-bottom: 1px dashed #f9b9d0;
		position: relative;
	}

	.why_aura .cell h3 {
		color: #EB378B;
		margin-top: 0;
		font-size: 24px;
		font-weight: bolder;
		margin-bottom: 30px;
	}

	.cell.Game-Changer-cell.High-Clinical-Accuracy h3 {
		margin-bottom: 24px !important;
	}

	.cell.Game-Changer-cell.High-Clinical-Accuracy>.accuracy-block {
		margin-top: 24px !important;
	}

	.cell p {
		padding-bottom: 0%;
		margin-top: 0%;
	}

	.vc_col-sm-12.Differentiates-Benign>.vc_column-inner {
		padding-top: 0px;
	}

	.why_aura .cell:nth-child(even) {
		padding: 20px;
		border-right: 0px dashed #f9b9d0;
		border-bottom: 1px dashed #f9b9d0;
	}

	.row_col_wrap_12_inner.left>.button-guide {
		height: 2px;
	}

	a.Download {
		position: relative;
		top: -45px;
	}


	.wpb_wrapper>.Self-Collection-Guide {
		height: 14px;
		top: -61px;
	}

	.Pre-order-my-Test {
		height: 25px;
		top: -45px;
	}

	.accuracy-image {
		width: 40%;
		padding-right: 52px;
		padding-top: 12px;

	}

	.accuracy-image img {
		margin-bottom: 0px !important;
	}

	.High-Accuracy {
		display: flex !important;
		justify-content: end !important;
	}

	.cell-image {
		display: flex;
		justify-content: end;
		align-items: center;
	}

	/* .why_aura .cell:nth-child(6) h3 {
		margin-bottom: 54px;
	} */


	.celltext.aura-e-text h3 {
		margin-bottom: 2px !important;
	}

	.cell.aura-e-cell>p:first-of-type {
		margin-top: 30px;

	}


	.vc_column-inner .wpb_wrapper>.when-to-choose {
		padding-top: 0px !important;
	}

	.why_aura .cell:nth-child(5) {
		padding: 50px 50px 0px 50px;
	}

	.game-changer-button .wpb_row.vc_row-fluid.vc_row.inner_row {
		margin-bottom: 0px !important;
	}

	.why_aura .cell:nth-child(5),
	.why_aura .cell:nth-child(6) {
		border-bottom: 0;
	}

	.cell.Game-Changer-cell {
		padding: 20px 0px 20px 30px;
	}

	.why_aura .cell:nth-child(5) {
		justify-content: center;
		display: flex;
		padding: 50px 50px 0px 0px;

	}

	.Game-Changer-aura-o:nth-last-of-type(2) {
		padding: 50px 0px 0px 0px !important;
	}

	/* .vc_col-sm-4.what-Receive-cards.wpb_column.column_container.vc_column_container.col.child_column.padding-2-percent.inherit_tablet.inherit_phone > .vc_column-inner {
		display: flex;
		justify-content: space-between;
	} */
	.why_aura .progress-bar-bg {
		background-color: #e0e0e0;

		overflow: hidden;
		height: 18px;
		/* width: 100%; */
		width: 250px;

	}

	.why_aura .Sensitivity-bar {
		width: 270px;
	}

	.why_aura .accuracy-block>div label {
		font-size: 23px;
		margin: 0 10px 0 0;
		width: 25%;
		line-height: 45px;
	}

	.accuracy-aura-o.accuracy-block>div label {
		margin-right: 0px;
		width: 154px;

	}

	.Stage-aura-o.accuracy-block>div label {
		width: 180px;
	}

	.Game-Changer-aura-o:last-of-type {
		padding: 50px 0px 0px 0px;
	}

	.cell.ovarian-img.Game-Changer-aura-o img {
		width: 377px;
	}

	.why_aura .progress-bar-fill {
		background-color: #e73689;
		height: 100%;
		width: 0;
		transition: width 1.8s ease-in-out;
	}

	.why_aura .percent {
		font-weight: 600;
		font-size: 23px;
		margin: 0 0 0 10px;
		width: 50px;

	}

	.why_aura .accuracy-block p {
		padding: 20px 0 0 0;
		text-align: center;
	}

	.why_aura .accuracy-block .section-title {
		justify-content: center;
	}

	.why_aura .section-title {
		font-weight: bold;
		text-align: center;
		margin: 4px 0 20px;
		font-size: 26px;
		color: #605F71
	}

	.why_aura .accuracy-block {
		margin-top: 35px;
	}

	.aura_c_flip .vc_col-sm-12>.vc_column-inner {
		padding: 30px 30px 30px 30px;
	}

	.aura_c_flip .vc_column-inner .why_head {
		text-align: center;

	}

	.aura_c_flip .vc_column-inner .why_head h1 {
		color: #e33b8d;
	}

	.aura_c_flip .aura_swap>.vc_column-inner {

		/* width: 100%; */
		/* height: 100%; */


		border: 1px solid #FFEEF3;
		border-radius: 50%;
		height: 250px;
		width: 250px !important;
		background: #fff;
		text-align: center;
		margin: 14px 0;
		transition: transform 0.6s;
		transform-style: preserve-3d;
		position: relative;
	}

	.aura_c_flip .aura_swap {

		perspective: 1000px;
		position: relative;
		transform-style: preserve-3d;
	}

	.aura_c_flip .aura_swap>.vc_column-inner h4 {
		background: #C737EB;
		display: inline-block;
		color: #fff;
		border-radius: 50px;
		padding: 8px 8px;
		position: relative;
		top: -12px;
	}

	.aura_c_flip .aura_swap>.vc_column-inner img {
		margin: 40px auto 20px auto !important;

	}

	.aura_c_flip .aura_swap>.vc_column-inner p {
		font-weight: 600;
		color: #EB378B;
		font-size: 18px;
	}

	.aura_c_flip .aura_swap:hover .flipcard-back {

		display: block;
	}

	.aura_c_flip .flipcard-back {
		height: 250px;
		width: 250px !important;
		position: absolute;
		bottom: -48px;
		left: -1px;
		background: #1b0e0e;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 50%;
		display: none;
		color: #fff;
	}

	.aura_c_flip .aura_swap:before {
		position: absolute;
		content: '';
		right: 0;
		background: #EB378B;
		width: 100%;
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.Attend-your {
		padding: 25px !important;
	}

	.easy-experience,
	.Your-sample {
		padding: 23px !important;
	}

	.aura_c_flip .aura_swap:first-child:before {
		/* left: 0px; */
		right: -180px;
	}

	.aura_c_ .flip_card_front>.vc_column-inner {
		border: 1px solid #FFEEF3;
		border-radius: 50%;
		flex-grow: unset !important;
		height: 250px;
		width: 250px !important;
		background: #fff;
		text-align: center;
		margin: 14px 0;
		transition: transform 0.6s;
		transform-style: preserve-3d;
		position: relative;
	}

	.aura_c_ .flip_card_front>.vc_column-inner .flip_col {
		/* backface-visibility: hidden; */
		transform: rotateY(180deg);
		position: absolute;
		top: 0;
		left: 0;
		width: 250px;
		height: 250px;
		background: #fff;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 50%;
		display: none;
		color: #605F71;
		font-size: 14px;
	}

	.aura_c_ .flip_card_front:hover .flip_col {
		padding: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
	}

	.aura_c_ .flip_card_front>.vc_column-inner h4 {
		text-align: center;
		background: #C737EB;
		color: #fff;
		border-radius: 50px;
		padding: 8px 8px;
		position: absolute;
		top: -14px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 9999;
	}

	.aura_c_ .flip_card_front>.vc_column-inner img {
		margin: 16px auto 0px auto;
	}

	.aura_c_ .help_us_fight>.row-bg-wrap {
		position: relative;
	}

	.aura_c_ .help_us_fight .row-bg-wrap {
		position: relative;
	}

	.aura_c_ .help_us_fight>.row_col_wrap_12_inner:before {
		content: '';
		width: 80%;
		height: 20px;
		background: #EB378B;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}

	.aura_c_ .flip_card_front:hover>.vc_column-inner h4 {
		transform: rotateY(180deg);
		left: 100px;
	}

	.aura_c_ .flip_card_front>.vc_column-inner a.help,
	.aura_c_ .flip_card_front>.vc_column-inner {
		margin: 0px;
		color: #eb378b;
		font-size: 17px;
		text-align: center;
	}

	a.help.Visit-Diagnostic {
		margin-top: 0px !important;
	}


	.wpb_raw_code .wpb_wrapper a.help.self-collection {
		margin-top: 9px !important;
	}

	.aura_c_ .flip_card_front:nth-of-type(4)>.vc_column-inner a.help {
		text-align: end;
	}

	.aura_c_flip .aura_swap:last-child:before {
		right: 180px;
	}

	.aura_c_ .row-bg.using-bg-color {
		border-radius: 50px;
	}

	.Ovarian_Cancer {
		box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 2px 7px, rgba(0, 0, 0, 0.06) 0px 12px 22px;
		border-radius: 50px;
	}

	.aura_c_ {
		padding: 60px 40px 0 40px !important;
		margin-top: 56px !important;

	}

	.cancer_btn {
		position: relative;
		top: 20px;
	}

	/*.aura_c_flip .aura_swap:hover > .vc_column-inner h4 {
		transform: rotateY(180deg);
	}
		*/

	/*    .aura_c_flip .aura_swap:hover .wpb_raw_html {
		display: block;
		position: absolute;
		top: 0;
		background: #fff;
		width: 250px;
		height: 250px;
		left: 0;


		border-radius: 50%;
	}
	*/
	.aura_c_flip .aura_swap>.vc_column-inner p {
		/* font-weight: 600; */
		color: #605F71;
		font-size: 14px;
	}

	/*
	.Endometrial {
	  width: calc(100% / 5);
	  border: 1px solid #EB378B;
	  flex-direction: column;
	  padding: 1%;
	  display: flex;
	  justify-content: space-between;
	  font-size: 14px;
	  margin-bottom: 25px;
	}
	*/

	.Benign {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.Endometrial-cancer {
		width: 14px;
		height: 14px;
		border-radius: 3px;
	}

	.hr {
		border: 1px dotted #aaa;
		margin: 0px;


	}

	.color-primary {
		background-color: #f86aa1;
	}

	.color-secondary {
		background-color: #f4c8dc;
	}

	.bar-row {
		display: flex;
		align-items: center;
		padding: 12px 0;

		margin: 0 0 50px 0;

	}

	.Menopause {
		width: 57% !important;
	}

	.Clinical-Trial p,
	.clinical-text p {
		line-height: 45px;
		font-size: 28px;
		padding-bottom: 0px !important;

}

	.Clinical-Trial h1,
	.clinical-text h1 {
		font-size: 44px;
	}

	.bar-row strong {
		font-style: italic;
	}

	.bar-row:last-child {
		margin-bottom: 26px;
	}

	.wrap_it {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bar-container .wrap_it:first-child {
		border-bottom: 1px dotted #aaa;
	}

	.wrap_it p {
		font-size: 18px;
	}

	.care-journey {
		position: relative;
	}

	.care-journey button {
		top: 91%;
		border: none;
		left: 42%;
		font-size: 24px;
		font-weight: 200;
	}

	.bar-row p {
		font-weight: 400;
	}

	.bar-label {
		width: 20%;
		font-weight: 600;
		color: #333;
		text-align: start;
	}

	.bar-label h4 {
		font-size: 24px !important;
		font-weight: 700 !important;
	}

	.bar-row .bar-label p {
		font-size: 18px;
		color: #605F71;
		padding: 0 50px 0 0;
	}

	.bar-container {
		flex-grow: 1;
		height: 20px;
	}

	.bar-segment {
		width: 0;
		transition: width 1.5s ease-in-out;
		height: 25px;
	}

	.bar-primary {
		background-color: #EB378B;
	}

	.bar-secondary {
		background-color: #FFB5D8;
	}

	.bar-values {
		width: 60px;
		text-align: right;
		font-size: 13px;
		color: #444;
	}

	.chart-title {
		text-align: center;
		margin-top: 30px;
		font-size: 35px;
		font-weight: bold;
		color: #e54287;
	}

	.chart-description h3 {
		text-align: center;
		font-size: 29px;
		font-weight: 400 !important;
		margin-top: 10px;
		color: #555;
		line-height: 1.6;
	}

	.receive-card p {
		font-size: 18px;
		font-weight: 100;
		line-height: 1.4;
	}

	.chart-card {
		padding-bottom: 7%;
		position: relative;

	}

	.cta-button {

		display: block;
		margin: 30px auto 0;
		background: #e54287;
		color: white;
		padding: 10px 20px;
		border-radius: 30px;
		text-decoration: none;
		font-weight: 500;
		width: max-content;
		position: absolute;
		top: 93%;
		left: 40%;
	}


	.chart-body {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.chart-body::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20%;
		width: 1px;
		border-left: 1px dotted #aaa;
		opacity: 0.6;
		z-index: 1;
	}

	.detection {
		background: #fff0f6;
		border-radius: 20px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		text-align: center;
		padding: 25px;
	}


	.contact_page {
		padding: 120px 0 60px 0 !important;
	}

	.contact_page h2 {
		padding: 0 214px;
		font-size: 26px;
		font-weight: 100;
		line-height: 32px;
	}

	.pre_order_form input,
	.pre_order_form select,
	.pre_order_form textarea {
		border-radius: 6px;
		border: 1px solid #DEDDE2;
		box-shadow: none;
		background: #fff;
		color: #797A7F;
		font-size: 12px !important;
		height: 40px;
	}

	.agreement span.wpcf7-list-item-label {
		color: #797A7F;
		font-size: 14px;
	}

	.agreement span input[type="checkbox"] {
		height: auto;
		border-radius: 6px;
		border: 1px solid #DEDDE2 !important;
	}

	.pre_order_form .submit_btn input[type="submit"] {
		width: 100%;
		color: #fff;
		font-family: 'Inter';
		font-size: 16px !important;
		border-radius: 6px !important;
		border: 0;
		box-shadow: none;
		line-height: 14px;
		font-weight: 200;
		background: #eb378b !important;
	}

	.pre_order_form select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 4px center;
		background-color: #fff;
		padding: 0 10px;
	}

	.pre_order_form textarea:focus {
		background: #fff !important;
	}

	.pre_order_form textarea {
		height: 140px;
	}

	.pre_order_form input::placeholder,
	.pre_order_form select::placeholder,
	.pre_order_form textarea::placeholder {
		color: #797A7F;
	}

	.pre_order_form input:focus {
		background: #fff !important;
	}

	.pre_order_form .form-row .iti.iti--allow-dropdown {

		width: 100%;
	}

	.pre_order_form_sec {
		padding: 0 0 40px 0 !important;
	}

	.wpcf7-response-output {
		margin: 0 0 0px 0 !important;
		font-size: 14px !important;
	}

	.field_box h3 {
		color: #000;
		padding: 40px 0 14px 0;
		font-size: 28px !important;
	}

	.field_box .form-row p {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.field_box .form-row p span {
		width: calc(100% / 2 - 8px);
		margin: 0 0 10px 0;
	}

	.field_box .form-row.address p span {
		width: calc(100%);
	}

	#footer-widgets .row {
		padding: 50px 0 4px 0;
		border-bottom: 1px solid #35383E;
	}

	.tnp.tnp-subscription {
		margin: 0;
	}

	.tnp.tnp-subscription form {
		display: flex;
		align-items: center;
	}

	.tnp.tnp-subscription form input {
		border-radius: 4px !important;
		font-size: 14px;
		padding: 8px 8px !important;
		font-family: inter;
		font-weight: 100;
	}

	#footer-outer #footer-widgets .col input[type=email] {
		width: 162% !important;
	}

	.tnp.tnp-subscription form .tnp-field {
		margin: 0;
	}

	.tnp.tnp-subscription form .tnp-field-button {
		margin-left: 140px;
	}


	.tnp.tnp-subscription form .tnp-field-button input {
		padding: 8px 14px !important;
	}

	/* .help_us_fight a.help {
		margin: 40px 0 0 0;
	} */



	.flip_card_front {
		perspective: 1000px;
		position: relative;
		transform-style: preserve-3d;
	}

	.flip_card_front>.vc_column-inner {
		transition: transform 0.6s;
		transform-style: preserve-3d;
		position: relative;
	}

	.flip_card_front:hover>.vc_column-inner {
		transform: rotateY(180deg);
		border: 0 !important;
	}

	.flip_col {
		/* backface-visibility: hidden; */
		transform: rotateY(180deg);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #EB368D;
		z-index: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 50px;
		display: none;
		color: #fff;
	}

	/*
	.flip_card_front .flip_col img {
		width: 80px !important;
	}*/
	.flip_card_front .flip_col h4 {
		color: #fff;
		font-size: 20px;
		line-height: 30px;
		margin: 20px 0 10px;
	}

	.flip_card_front:hover .flip_col {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.flip_card_front .flip_col p {
		font-size: 20px;
		font-weight: 100;
		line-height: 30px;
		padding: 0 0 0px 0;
	}

	.impact_onco {
		position: relative;
	}


	.icon_elem img {
		margin: 0 !important;
	}

	.icon_elem {
		position: absolute;
		width: 60px;
	}

	.icon_elem:nth-child(1) {
		top: 14px;
		right: 160px;
		cursor: pointer;
	}

	.icon_elem:nth-child(2) {
		top: 134px;
		right: 120px;
		cursor: pointer;
	}

	.icon_elem:nth-child(3) {
		top: 300px;
		right: 63px;
		cursor: pointer;
	}

	.icon_elem:nth-child(4) {
		top: 272px;
		left: 58px;
		cursor: pointer;
	}

	.icon_elem:nth-child(5) {
		bottom: 11px;
		right: 280px;
		cursor: pointer;
	}


	.icon_elem,
	.sub-image-label {
		display: inline-block;
		border-radius: 50%;
		animation: pulse 1.5s infinite;
	}

	.tooltips {
		display: none;
		position: absolute;
		background-color: #fff;
		color: #000;
		padding: 4px 8px;
		border-radius: 5px;
		border: 1px solid #000;
		font-size: 12px;
		white-space: nowrap;
		z-index: 999;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		bottom: -38px;
	}

	/* First arrow (outer) */
	.tooltips::before,
	.tooltips::after {
		content: "";
		position: absolute;
		left: 20px;
		border-width: 8px;
		border-style: solid;
	}

	/* Outer arrow (like border/shadow) */
	.tooltips::before {
		bottom: 100%;
		border-color: transparent transparent #333 transparent;
		z-index: 1;
	}

	/* Inner arrow (smaller, layered look) */
	.tooltips::after {
		bottom: calc(100% - 1px);
		border-color: transparent transparent #333 transparent;
		border-width: 6px;
		left: 22px;
		z-index: 2;
	}

	.therapy_selection .vc_col-sm-6>.vc_column-inner {
		padding: 40px 0 0px 0;
	}

	.therapy_selection .vc_col-sm-6 img {
		margin-bottom: 140px !important;
	}

	.ther_selec_col {
		background: #eb368d;
		color: #fff;
		font-size: 18px;
		border-bottom-left-radius: 46px;
		border-bottom-right-radius: 46px;
		padding: 20px 40px 20px 40px;
		margin: 20px 0 0 0;
		position: absolute;
		bottom: 0px;
		height: 120px;
	}

	.therapy_selection .row-bg-wrap .col .span_12 .wpb_column .vc_column-inner .inner .hover-wrap-inner img {
		width: 90% !important;
	}

	.therapy_selection .vc_col-sm-6 {
		justify-content: space-between !important;
		align-items: center !important;

		/* display: flex !important; */
	}


	hr {
		border: 1px dotted #aaa;
		margin: 0px;
	}

	.custom-legend-box {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
		padding: 0.5rem 1rem;
		border: 2px solid #ccc;
		border-radius: 0.5rem;
		margin-bottom: 1rem;
		background-color: #fff5f8;
		font-family: 'Inter', sans-serif;
		max-width: fit-content;
		margin-left: 0;
		margin-right: auto;
	}

	.chart_head {
		display: flex;
		align-items: center;
		margin-bottom: 40px;
	}

	.chart_head .Endometrial {
		margin-bottom: 0;
	}

	.chart_head .subn_head {
		margin: 0 0 0 80px;
	}

	.chart_head .subn_head h2 {
		font-size: 16px;
		text-align: center;
		margin: 0;
	}

	.Endometrial {
		width: calc(100% / 4);
		border: 1px solid #EB378B;
		flex-direction: column;
		padding: 1%;
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		margin-bottom: 25px;
	}

	.hello {
		margin-left: 150px;
		margin-top: 30px;
		margin-bottom: -60px;
		color: #605F71;
	}

	.aura {
		font-family: Harabara Mais Demo;
		font-weight: 400;
		font-size: 32px;
		line-height: 150%;
		letter-spacing: 0.15px;
		text-align: center;
		color: #EB378B;
	}

	.Benign {
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.Endometrial-cancer {
		width: 14px;
		height: 14px;
		border-radius: 3px;
	}

	.color-primary {
		background-color: #f86aa1;
	}

	.color-secondary {
		background-color: #f4c8dc;
	}

	.legend-item {
		width: calc(100% / 2);
		flex-direction: column;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}

	.legend-color {
		width: 20px;
		height: 12px;
		border-radius: 2px;
		display: inline-block;
	}

	.legend-label {
		font-size: 0.875rem;
		font-weight: 500;
		color: #000;
	}

	.chart-wrapper {
		width: 100%;
		/* padding: 1.5rem;` */
		border-radius: 0.75rem;
		/* margin-top: 50px; */
	}

	.chart-container {
		position: relative;
		width: 100%;
		height: auto;
		/* padding-right is now handled by Chart.js layout.padding.right */
		/* This container's padding will be for the overall chart area */
	}

	canvas {
		display: block;
		width: 100% !important;
		height: 100% !important;
	}

	#percentageColumn {
		position: absolute;
		/* 'left' will be set by JS dynamically, overriding 'right' */
		/* right: 1.5rem;  -- REMOVED or overridden by JS */
		top: 0;
		/* 'top' will be set by JS dynamically */
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		/* Aligned to top, then individual groups positioned by JS */
		width: 50px;
		/* Fixed width for the column to prevent text wrapping */
		text-align: right;
		pointer-events: none;
		/* Allow clicks to pass through to the chart */
		z-index: 10;
		/* Ensure it's above the chart */
		box-sizing: border-box;
		/* Include padding in width */
		padding-right: 5px;
		/* Small padding inside the column for numbers */
	}

	.percentage-group {
		position: absolute;
		/* Positioned by JS 'top' property */
		width: 100%;
		/* Take full width of percentageColumn */
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		/* Align numbers to the right within their group */
		font-size: 0.75rem;
		font-weight: bold;
		color: #5a5757;
		line-height: 1.2;
		/* Adjust line height for closer spacing */
		white-space: nowrap;
		/* Prevent numbers from wrapping */
		pointer-events: auto;
		/* Allow interaction with the numbers if needed */
	}

	.percentage-group span {
		display: block;
		/* Each span on its own line */
		font-weight: 100;
	}

	.percentage-group span:first-child {
		margin-bottom: 2px;
		/* Small space between Sensitivity and Specificity values */
	}

	.percentage-group span:first-child {
		margin-bottom: 2px;
		/* Small space between Sensitivity and Specificity values */
	}

	/*
	@media (max-width: 768px) {
		.chart-wrapper {
			padding: 1rem;
		}*/


	.for-woman .aura-ce-badge {
		right: 85px;
	}

	.Detection-Methods .chart-container {
		/* Removed padding-right: 0; as Chart.js layout handles it */
		height: 60vh;
		width: 100%;
		/* Keep this for mobile height */
	}

	/* #percentageColumn { margin-right: -35px; } */

	.percentage-group {
		font-size: 0.65rem;
	}

	.chart-container {
		width: 100% !important;
	}


	@media (max-width: 320px) {
		.percentage-group {
			font-size: 0.55rem;
		}
	}

	@keyframes pulse {
		0% {
			transform: scale(1);
			opacity: 1;
		}

		50% {
			transform: scale(1.1);
			opacity: 0.9;
		}

		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	@keyframes beat {

		0%,
		100% {
			transform: rotate(-45deg) scale(1);
		}

		50% {
			transform: rotate(-45deg) scale(1.2);
		}

		100% {
			transform: rotate(-45deg) scale(1);
		}

	}


	.Detection-Methods .why_head h1 {
		line-height: 50px;
		font-size: 40px;
		/* changed UI Designed */
	}

	.Transforming-image img.alignnone.wp-image-57.size-full {
		margin-bottom: 0px !important;
	}

	.row>#fws_68499ff42f253 {
		margin-top: 70px !important;
	}

	.classical-tested {
		margin-top: 80px !important;
	}

	.Aura-c {
		display: flex;
		padding: 0px 20px 20px 20px;
		justify-content: space-evenly;

	}

	.aura-img img {
		width: 76% !important;
	}

	.aura-text {
		display: flex;
		font-size: 20px;
		line-height: 30px;
		width: 55%;
		padding: 0px;
		align-items: center;
	}


	.Detect {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.aura-img {
		display: flex;
		align-items: center;
		justify-content: end;
	}

	/* .aura-box.aura-o-box h3 {
		margin-bottom: 93px ;
	} */
	.aura-box.aura-o-box h3 :last-child {
		margin-bottom: 0px !important;
	}

	.aura-box.aura-o-box.Sample-Collection h3 {
		margin-bottom: 60px !important;
	}

	.Sample-Collection .aura-progress-group.FIGO:first-of-type {
		padding-top: 8px;
	}

	.Approvals .nectar-milestone .number h2 span {
		margin-top: 5px;
		font-weight: 600;
	}

	.Approvals .nectar-milestone {
		margin-bottom: 0px
	}

	.aura-progress-group.Sensitivity {
		padding-top: 2px;
	}


	.grid-aura-c .cell.Game-Changer-cell:nth-of-type(odd),
	.grid-aura-e .cell:nth-of-type(odd) {
		padding-left: 60px;
	}

	.Family-History {
		padding: 20px;
	}

	.aura-o-text {
		width: 51%;
	}

	.aura-o-image {
		margin-right: 23px;
	}

	.aura-img img {
		margin: 0px !important;
	}

	.aura-text-five p,
	.aura-text-four p,
	.Family-History p {
		margin-right: 36px;
	}

	.last-tag {
		display: flex;
		justify-content: start !important;
		width: 50%;
		padding-bottom: 0px !important;
	}


	.OncoAdvisor-content .vc_column-inner .platform-pera .wpb_wrapper>p {
		/* background-color: red; */
		padding-bottom: 0%;
		line-height: 35px;
		font-size: 25px;

	}

	.OncoAdvisor-content .vc_column-inner .platform-pera .wpb_wrapper>p:first-of-type {
		margin-top: 30px;
	}

	.flip_card_front .Multi-Omics p {
		font-size: 18px;
		line-height: 30px;
	}

	.Impact-on-Oncology .wpb_text_column.wpb_content_element .wpb_wrapper p {
		padding-bottom: 10px;
	}

	.Impact-on-Oncology .wpb_text_column.wpb_content_element .wpb_wrapper h1 {
		margin-bottom: 30px;
		font-size: 38px;
	}

	.gt_languages a.glink img {
		margin-bottom: 0px !important;
	}

	a.gt_switcher-popup img {
		margin-bottom: 0px !important;
	}

	/* .fight-cancer .vc_col-sm-4:hover .hover-wrap-inner img {
		transform: scale(0.9) !important;
	} */

	.fight-cancer .vc_col-sm-4:hover .wpb_wrapper>a {
		color: #605f71;
	}

	.onco-image {
		position: absolute;
		left: 113%;
		top: -86px;
		width: 82%;
	}

	.vc_col-sm-6.header_txt.banner-right-text.oncoadvisor.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
		margin-top: 10px;
	}

	.oncoadvisor .wpb_text_column .wpb_wrapper p:first-of-type {
		margin-top: 0px;
	}


	.flip_card_front.Screening-img .hover-wrap-inner .aurac-lab-image {
		width: 60% !important;
	}


	.popup {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.popup-content {
		position: absolute;
		top: 59%;
		left: 50%;
		height: 450px;
		transform: translate(-50%, -50%);
		background-color: #FFCBE5;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		width: 769px;
	}


	.popup-content>iframe {

		width: 100% !important;
		height: 100% !important;
	}

	#videoPopup1 .close {
		border-radius: 58% !important;
		background-color: #EB378B;
		font-size: 91%;
		top: -26px;
		right: -10px;

	}






	.swiper-container,
	.swiper-container .swiper-wrapper .swiper-slide.slider_one.swiper-slide-visible.swiper-slide-active {
		background-color: transparent !important;
	}

	.our-team .wpb_wrapper>p {
		text-align: center;
		font-size: 30px;
		color: #605f71;
		line-height: 42px;
		padding: 0px 56px;
	}

	.logo-scroller-wrapper {
		width: 100%;
		max-width: 1223px;
		margin: 25px auto;
		overflow: hidden;
		background: #fff;
		border-radius: 12px;
		/* box-shadow: 0 2px 8px rgba(0,0,0,0.07); */
		padding: 20px 0;
		position: relative;
	}

	.logo-scroller {
		display: flex;
		align-items: center;
		animation: scroll-logos 18s linear infinite;
		width: max-content;
	}

	.logo-img {
		width: 140px;
		height: 62px;
		object-fit: contain;
		margin: 0 32px;
		/* filter: grayscale(100%); */
		opacity: 0.8;
		transition: filter 0.3s, transform 0.3s;
	}

	.logo-img:hover {
		filter: grayscale(0%);
		opacity: 1;
		transform: scale(1.08);
	}

	@keyframes scroll-logos {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(-50%);
		}
	}

	ul.onco-ul li {
		list-style: none;
		color: #eb378b;

	}

	ul.onco-ul {
		margin-left: 0px;
	}





	@media (max-width: 600px) {
		.logo-img {
			width: 80px;
			height: 36px;
			margin: 0 12px;
		}
		.our_team_car_btn a.arrow_left
		{
    left: -18px !important;
		}.our_team_car_btn a.arrow_right{
			   right: -18px !important;
		}
		.take_control a.nectar-button.large.regular.regular-button.cta_btn:nth-of-type(2){
			margin-left:unset !important;
		}
}

	@media only screen and (min-width: 1399px) {
		.dr-cards-images-right {
			position: absolute !important;
			left: 293px !important;
			top: -50px;
		}
	}

	/* .aura_swap.intro-image .wpb_wrapper>.img-with-aniamtion-wrap:first-of-type {
		display: inline-block;
	} */

	.aura_swap.intro-image .wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(2) {
		/* display: inline-block;
		float: right;  */
	}



	.flipcard-back p:first-of-type {
		padding-bottom: 0px;
		margin-top: 10px;
	}

	.flip-wrapper {
		display: flex;
		gap: 10px;
	}

	.heading-wrapper p {
		color: #605F71;
		font-size: 15px !important;
		padding-top: 4px;
	}

	.heading-wrapper h5 {
		color: #605F71;
		font-size: 22px !important;
		margin-top: 0px !important;
	}

	.back.back-img.flip-heading>p {
		padding-top: 16px;
		font-size: 17px;
	}

	/* 

	.wpb_text_column.wpb_content_element.strategic h1 {
		margin-top: 50px;
	} */

	.germany:first-of-type,
	.pakistan:first-of-type {
		height: 378px !important;
	}


	.germany:first-of-type {
		height: 422px !important;
		width: 290px;
	}


	.united-states,
	.germany,
	.pakistan {
		display: none;
	}

	.pakistan-show-section,
	.germany-show-section,
	.contact-show-section,
	.united-states-show-section,
	.united-states,
	.united-states,
	.germany,
	.pakistan,
	.contact-image {

		cursor: pointer;
	}

	.contact-us-section .vc_col-sm-6 .vc_column-inner .wpb_wrapper h2 {
		font-size: 32px;
		/* margin-bottom: 30px; */
		font-weight: 700;
	}

	.contact-us-section .vc_col-sm-6 .vc_column-inner .wpb_wrapper h3 {
		margin-bottom: 0px;
		font-size: 24px;
	}

	.contact-us-section .vc_col-sm-6 .vc_column-inner .wpb_wrapper p {
		line-height: 30px;
	}

	/* .aura_swap.about-text.slide-2 .vc_column-inner {
		padding-bottom: 6%;
	} */

	.aura_swap.intro-image .wpb_wrapper>.img-with-aniamtion-wrap:first-of-type,
	.aura_swap.intro-image .wpb_wrapper>.img-with-aniamtion-wrap:nth-of-type(2),
	.aura_swap.about-text.slide-2 .img-with-aniamtion-wrap:first-of-type .hover-wrap-inner img,
	.aura_swap.about-text.slide-3 .img-with-aniamtion-wrap:first-of-type .hover-wrap-inner img,
	.aura_swap.about-text.slide-4 .img-with-aniamtion-wrap:first-of-type .hover-wrap-inner img,
	.aura_swap.about-text.slide-5 .img-with-aniamtion-wrap:first-of-type .hover-wrap-inner img {

		width: 48px;
		height: 48px;
	}

	.aura_swap.about-text.slide-3 .img-with-aniamtion-wrap:nth-of-type(2) .hover-wrap-inner img,
	.aura_swap.about-text.slide-2 .img-with-aniamtion-wrap:nth-of-type(2) .hover-wrap-inner img,
	.aura_swap.about-text.slide-4 .img-with-aniamtion-wrap:nth-of-type(2) .hover-wrap-inner img,
	.aura_swap.about-text.slide-5 .img-with-aniamtion-wrap:nth-of-type(2) .hover-wrap-inner img,
	.aura_swap.about-text.slide- .img-with-aniamtion-wrap:nth-of-type(2) .hover-wrap-inner img,
	.aura_swap.about-text.slide-1 .img-with-aniamtion-wrap.center .hover-wrap-inner img {

		width: 199px;
		height: 205px;

	}

	.about-text.slide-1 .flipcard-back .back-img.flip-heading .flip-wrapper>img {
		width: 84px;
	}

	.flipcard-back .back-img.flip-heading .flip-wrapper>img {
		width: 90px;
		height: 86px;
	}

	.map-section .contact-image h2 {
		padding-top: 82px;
	}

	img.img-with-animation.skip-lazy.germany.animated-in {
		margin-top: 72px;
	}

	img.img-with-animation.skip-lazy.contact-image.animated-in,
	img.img-with-animation.skip-lazy.united-states.animated-in {
		padding-top: 120px;
	}

	.map-section h2 {
		padding-top: 90px;
	}

	.united-states h2 {
		padding-top: 116px;
	}

	.germany h2 {
		padding-top: 32px;
	}

	.pakistan h2 {
		padding-top: 35px;
	}

	.aura_swap.about-text .heading-wrapper p {
		padding-top: 0px !important;
	}

	h2.contact-show-section {
		font-size: 36px;
	}

	.map-section img.img-with-animation.skip-lazy.pakistan {
		margin-top: 120px;
	}

	img.img-with-animation.skip-lazy.dr-cards-images {
		position: absolute;
	}

	.dr-cards-images-right {
		position: absolute !important;
		left: 272px;
		top: -46px;
	}

	.aura_swap.about-text .hover-wrap-inner {
		position: relative;
	}

	img.img-with-animation.skip-lazy.dr-cards-images-left {
		position: relative;
		top: -2px;
	}

	.slide-1 .img-with-aniamtion-wrap.center {

		margin-top: -90px;
	}

	.banner_obj.about {
		left: 20% !important;
	}

	.about-page .wpb_wrapper>p {

		line-height: 37px;
	}


	.slide-1 .wpb_text_column p,
	.slide-2 .wpb_text_column p,
	.slide-3 .wpb_text_column p,
	.slide-4 .wpb_text_column p {
		font-size: 14px;
	}

	.contact-right h3 {
		font-size: 24px !important;
	}

	.contact-right p {
		font-size: 24px;
		line-height: 34px;
	}

	.team-carousal .owl-dots {
		display: none;
	}

	.our_team_car_btn {
		position: absolute;
		top: 60%;
		transform: translateY(-50%);
		width: 100%;
	}

	.our_team_car_btn a.arrow_left {
		position: absolute;
		left: -30px;
	}

	.our_team_car_btn a.arrow_right {
		position: absolute;
		right: -30px;
	}

	.owl-carousel.owl-theme.owl-loaded.owl-drag {
		margin-bottom: 0px;
	}

	.header_txt.banner-right-text.home-banner.about-page.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone {
		margin-top: 73px;

	}

	.aura_swap.about-text h5 {
		color: #605F71;
		margin-top: 17px;
	}

	.aura_swap.about-text:hover .flipcard-back {
		border: 1px solid #EB378B;
		/* 	padding-bottom:34px; */
	}

	.aura_swap.about-text .img-with-aniamtion-wrap .hover-wrap {
		margin-bottom: 0px;
	}

	.scientist-team .team-carousal .flipcard-back .heading-wrapper h5 {
		font-size: 24px !important;
	}

	.vishal {
		margin-right: -3px;
	}

	.contact-show-section+p>a {
		color: #605f71;
	}


	/* changes */
	.wpb_text_column.wpb_content_element.home-banner-heading h1 {
		font-size: 48px;
	}


	.Transforming-image .wpb_wrapper p span strong {
		color: #eb378b;
		font-size: 30px;
		font-weight: 600;
	}

	.women-health .wpb_wrapper h2 {
		text-align: center;
		font-size: 40px;
		color: #eb378b;
	}

	.Clinically-tested {

		margin-top: 70px;
		margin-bottom: 70px !important;
	}

	.Differentiates-Benign .wpb_wrapper h2 {
		line-height: 42px;
		font-size: 40px;
	}

	/* .ticker-images img:nth-of-type(2){
		left :21px;}
	.ticker-images img:nth-of-type(4){
		left:-20px;
	} */






	/* @media (min-width: 576px) and (max-width: 767) {
	 .home-banner h2{
		font-size: 24px;
	 }
	 .home-banner h1{
		font-size: 26px;
	 } 
	} */



	/* sential page */


	.sentinel-6-banner .banner_obj.onco-image.sentinel-6 img {
		opacity: unset;
		transform: rotate(45deg);
	}

	.sential-banner-button .wpb_wrapper {
		display: flex;
		gap: 12px;
	}

	.sential-banner-button .wpb_wrapper a:nth-of-type(2) {
		background: transparent !important;
		border: 1px solid #fff;
		color: #fff !important;
	}

	.help_us.methylation-analysis .wpb_wrapper .flip_col.Multi-Omics {
		background: #FFF5F8;
		color: #EB378B;
		border: #EB378B 1px solid;
	}

	.help_us.methylation-analysis .wpb_wrapper .flip_col.Multi-Omics .flip_data h4 {
		color: #EB378B;
	}

	.detect-six .hover-wrap-inner {
		display: flex;
		justify-content: center;
	}

/* 	.detect-six .span_12.left {
		margin-top: 50px;
	}
 */
	.validated-performance .wpb_wrapper h1 {
		margin: 14px 85px;
	}

	.validated-performance .studies .wpb_wrapper p {
		padding: 0px 152px;
	}

	.studies-overall .validated-items h3,
	.studies-overall .validated-items p {
		font-size: 16px;
	}

	.wpb_row.vc_row-fluid.vc_row.vc_row-o-equal-height.vc_row-flex.cta_section.technology .vc_column-inner {
		padding-bottom: 40px;
	}


	.registration-carousal .hover-wrap-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 16px 0px;

	}

	.work-carousal .our_team_car_btn a.arrow_left {
		position: absolute;
		left: -30px;
		top: -348px;
	}

	.work-carousal .our_team_car_btn a.arrow_right {
		position: absolute;
		right: -30px;
		top: -348px;
	}

	.owl-dots {
		display: none;
	}

	.test_elem {
		position: relative;
	}

	.test_elem img {
		position: absolute;
		top: -69px;
		left: 122px;
	}

	.integration_elem {
		position: relative;
	}


	.integration_elem img {
		position: absolute;
		top: -410px;
		left: 488px;
	}

	.integration .vc_column-inner {
		margin: 60px 0px;
	}

	.wpb_text_column.wpb_content_element.Clinical-Trial.german-cancer h1 {
		margin: 80px 0px 10px 0px;
		font-size: 40px;
	}

	.next_Steps img {
		position: absolute;
		top: -100px;
		left: 170px;
	}

	.provider .vc_column-inner h3 {
		margin: 62px 0px 18px 0px;
	}

	.provider .vc_column-inner ul li {
		margin: 20px 0px 0px 0px;
		line-height: 30px;
	}.wpb_row.vc_row-fluid.vc_row.integration {
    margin-bottom: 0px;
}

	.take_control a.nectar-button.large.regular.regular-button.cta_btn.schedule_test {
		background: #EB378B !important;
		color: #fff !important;
	}

	a.nectar-button.large.regular.regular-button.cta_btn.speak_specialist {
		color: #EB378B !important;
		border: 1px solid #EB378B !important;
		background-color: #fff !important;
	}

	.get-result .wpb_wrapper {
		counter-reset: step;
		position: relative;
		padding-left: 18px;
		background: transparent;
		border-radius: 12px;
	}


	.get-result .wpb_content_element .wpb_wrapper::before {
		content: "";
		position: absolute;
		left: -55px;
		top: 0px;
		bottom: 28px;
		width: 28px;
		background: #ffffff;
		border-radius: 999px;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
		z-index: 0;
	}

	.get-result .wpb_wrapper h3 {
		position: relative;
		counter-increment: step;
		margin: 18px 0 6px;
		font-size: 20px;
		color: #eb378b;
		z-index: 2;
	}

	.get-result .wpb_wrapper h3::before {

		content: counter(step);
		position: absolute;
		left: -75px;
		top: 50%;
		transform: translateY(-50%);
	    width: 33px;
    height: 34px;
		display: grid;
		place-items: center;
		border-radius: 50%;
		color: #fff;
		font-weight: 700;
		background: #EB378B;
		box-shadow: 0 6px 18px rgba(216, 27, 96, 0.12);
		z-index: 3;
		font-size: 14px;
	}

	.get-result .wpb_wrapper p {
		margin: 0 0 12px;
		z-index: 2;
		padding: 0px 0px 0px;
		text-align: start;
	}

	.behind-sentinel .wpb_wrapper svg {
		position: absolute;
		top: -425px;
		left: -76px;
		width: 56px;
		height: 56px;
	}

	.wpb_row.vc_row-fluid.vc_row.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-middle.behind-sentinel,
	.sentinel_chart {
		display: none;
	}

	.behind-sentinel.visible {
		display: block;
		opacity: 1;
	}

	.wpb_row.vc_row-fluid.vc_row.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-middle.behind-sentinel h1 {
		margin-bottom: 46px;
	}

	.wpb_row.vc_row-fluid.vc_row.inner_row.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-middle.consider_sentinel {
		margin-top: 50px;
	}

	#detection_matters {
		display: none;
		opacity: 0;
		transition: opacity 0.6s ease;
	}

	#detection_matters.visible {
		display: block;
		opacity: 1;
	}

	.methylation-analysis .wpb_wrapper .flip_card_front:hover .flip_col {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.registration-carousal .wpb_wrapper p {
		padding-bottom: 0px;
	}

	.behind-sentinel .wpb_wrapper h3,
	.work_carousal .wpb_wrapper h3 span {
		margin-bottom: 24px !important;
	}

	.low_levels {
		position: relative;
	}

	.low_levels svg {
		position: absolute;
		left: -59px;
	}

	.sentinel-6 {
		top: -18px;
	}

	.number.accent-color {
		font-family: inherit;
	}

	.nectar-milestone.motion_blur.instance-0 .number span.in-sight {
		animation: unset !important;
	}

	.control_health p,
	.control_health .wpb_wrapper p,
	.work_carousal .wpb_wrapper p,
	.our-test .wpb_wrapper p,
	.integration .wpb_wrapper p,
	.technology .wpb_wrapper p {
		font-size: 20px;
	}

	.work_carousal .wpb_wrapper h3 span,
	.our-test .wpb_wrapper h3,
	.provider .wpb_wrapper h3,
	.wpb_text_column.wpb_content_element.Clinical-Trial.german-cancer p {
		font-size: 24px;
		margin-bottom: 22px;
	}

	.provider .wpb_wrapper h3,
	.wpb_row.vc_row-fluid.vc_row.vc_row-o-equal-height.vc_row-flex.provider.right_padding_3pct.left_padding_3pct p {
		text-align: start;
	}

	.behind-sentinel {
		margin-bottom: 0px;

	}

	.early-image {
		position: relative;
		display: inline-block;
	}

	.early-image::before {
		content: "";
		position: absolute;
		background: #EB378B;
		width: 100px;
		height: 32px;
		left: -52px;
		top: 38%;
		transform: translateY(-50%);
		z-index: 1;
	}

	.early-image:first-of-type::before {
		display: none;
	}

	.early-image img {
		position: relative;
		z-index: 2;
		margin-bottom: 20px;
	}

	.sentinel_chart .Detection-Methods>.row_col_wrap_12>.vc_col-sm-12>.vc_column-inner {
		padding: 54px 54px 54px 54px;
	}

	.detect-six img {
		margin-bottom: 22px !important;
	}

	.control_health .row-bg.using-bg-color {
		border-radius: 50px;
	}

	.detect-six .wpb_wrapper h1,
	.validated-performance .wpb_wrapper h1,
	.work_carousal .wpb_wrapper h3 {
		margin-bottom: 22px;
	}

	.control_health>.row-bg-wrap:first-child {
		box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 2px 7px, rgba(0, 0, 0, 0.06) 0px 12px 22px;
		border-radius: 50px !important;
	}


	.join-thousands .wpb_wrapper:nth-of-type(1) {
		display: flex ;
		flex-direction: column;
		gap: 24px;
	}

	.nectar-milestone.motion_blur .number span:not(.in-sight) {
		transform: unset !important;
	}

	.burning .vc_column-inner {
		padding: 22px;
	}

	.take_control a.nectar-button.large.regular.regular-button.cta_btn:nth-of-type(2) {
		margin-left: 14px;
	}

	.take_control .wpb_wrapper {
		display: inline-block !important;
	}

	.epigenetic_modifications img {
		margin-bottom: 41px !important;
	}

	.behind-sentinel img.img-with-animation.skip-lazy:hover,
	.detect-six img.img-with-animation.skip-lazy:hover,
	.consider_sentinel img.img-with-animation.skip-lazy:hover {
		transform: scale(1.03) !important;
		cursor: pointer;
		transition: transform 0.6s ease;
	}

	.methylation-analysis .prediction h4 {
		font-weight: 900;
	}

	.sentinel_chart p,
	.inq p,
	.inq a,
	.prediction a.help {

		font-size: 20px;
	}.inq {
    display: flex;
    margin-top: 22px;
}

	.early-image .vc_column-inner,
	.get-result .wpb_wrapper h3:first-of-type {
		margin-top: 0px !important;
	}

	.next-health p:last-of-type {
		display: ruby;
	}
.control_health .vc_column-inner {
    display: flex;
    justify-content: center !important;
    }
	.early-image p{
		line-height: 30px;
	}

.work-carousal .wpb_row{
	margin-bottom: 0px !important;
}
	 @media (max-width: 1024px) {
		.submit_btn span.wpcf7-spinner {
			margin: 8px 0 8px 0;
		}
.wpb_column.max_width_desktop_45pct  {
   max-width:unset !important;
}
		 .gt_white_content{
			     top: 37%;
    left: 43%;
		 }
		.early-image::before {
			display: none;
		}
.custom_elem img {
	width: 72% !important;}
		.sentinel_chart .Detection-Methods>.row_col_wrap_12>.vc_col-sm-12>.vc_column-inner {
			padding: 35px 20px 20px 20px !important;
		}

		.outperforms_traditional img {
			padding-left: 22px;
		}
		 .redy{
			 font-weight: 700 !important;
		 }
		.behind-sentinel .wpb_wrapper svg {
			position: absolute;
			top: -608px;
			left: 232px;
			width: 50px;
			height: 50px;
			transform: rotate(90deg);
		}

		.behind-sentinel .wpb_column:nth-of-type(2) .vc_column-inner {
			margin-top: 56px;
		}

		.choose-o .wpb_wrapper h1 span,
		.outperforms-o .why_head h1 span,
		.screening-o .why_head h1 span,
		.detect-six .wpb_wrapper h1,
		.studies .wpb_wrapper h1,
		.behind-sentinel .wpb_wrapper h1,
		.behind-sentinel .wpb_wrapper h3,
		.detection_matters .wpb_wrapper h1,
		.control_health .wpb_wrapper h3,
		.our-test .wpb_wrapper h1,
		.care_germ .wpb_wrapper h1,
		.provider .vc_column-inner h3,
		 .wpb_text_column.wpb_content_element.Clinical-Trial.advanced h1 span,
.wpb_text_column.wpb_content_element.Clinical-Trial.german-cancer h1 span	 {
			font-size: 20px;
		 }.wpb_content_element.why_matters .wpb_wrapper h1 span{
			 font-size:24px;
		 }
	
		 .milstone_number span{
			 font-size:44px;
		 }
		.studies .wpb_wrapper h1 {
			margin: 0px !important;
		}

		.choose-o .vc_custom_1750941924261,
		.choose-e .vc_custom_1750342311449 {
			padding: 0px 6px !important;
		}

		.Impact-on-Oncology ul.onco-ul {
			margin: 20px 0 0 0;
			display: block !important;
		}

		.menu-item-gtranslate .gt_languages a>img {
			opacity: 1;
		}

		.menu-item-gtranslate .gt_languages a>span {
			color: #000;
		}

		#email-popup,
		#download-popup {
			width: 100%;
			max-width: 86%;
		}

		.grid-aura-e .cell:nth-of-type(odd),
		.grid-aura-e .cell:nth-of-type(even) {
			padding: 20px 40px 40px 18px !important;
			border-right: none;
		}

		.for-woman .aura-box:nth-child(odd) {
			border-bottom: 0px;
		}

		.header_txt .wpb_wrapper h2 {
			font-size: 22px;
		}

		/* img.img-with-animation.skip-lazy.programs_ele.animated-in {
			position: absolute;
			top: -98px;
			width: auto;
			left: 116px;
			height: 90px;
		} */

		.integration_elem img {
			top: -394px;
			left: 488px;
		}

		.wpb_row.vc_row-fluid.vc_row.integration {
			margin-top: 50px;
		}

		.flip-image.group.group-reproductive {
			left: 0px;

		}

		img.img-with-animation.skip-lazy.health_care_kit {
			object-fit: fill !important;
		}

		.aurae-lab.Screening-img .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner img {
			width: 50% !important;
		}

		a.help.Visit-Diagnostic {
			margin-top: 35px;
		}


		.main_banner .wpb_wrapper p,
		.main_banner .wpb_wrapper h2,
		.behind-sentinel .wpb_wrapper p,
		.detection_matters p,
		.work_carousal .wpb_wrapper p,
		.control_health .wpb_wrapper p,
		.our-test .wpb_wrapper p,
		.provider .vc_column-inner ul li,
		.provider .vc_column-inner p,
		.wpb_text_column.wpb_content_element.Clinical-Trial.german-cancer p,
		.technology .wpb_wrapper p,.milstone_number p {

			font-size: 16px !important;
		}
.milstone_number .nectar-milestone {
    margin-bottom: 0px;
}
		.our-test .row_col_wrap_12_inner.col.span_12.left {
			margin-top: 16px;
			display: flex;
			gap: 22px;
		}

		.integration .vc_column-inner {
			margin: 0px;
		}

		.aura_c_ .flip_card_front:hover .flip_col {
			border-radius: 4%;
			width: 100%;
		}

		.wpb_row.vc_row-fluid.vc_row.vc_row-o-equal-height.vc_row-flex.cta_section.technology .vc_column-inner {
			padding-bottom: 10px;
		}

		.work_carousal {
			min-height: auto !important;
			margin-bottom: 0px;
		}

		.work_carousal .row_col_wrap_12.col.span_12.dark.left {
			min-height: auto !important;
			margin-bottom: 0px;
		}

		.control_health .wpb_wrapper {
			text-align: center;
		}

		/* 
		.main_banner .row_col_wrap_12.col.span_12.dark.left .vc_col-sm-6.header_txt.banner-right-text.home-banner .vc_column-inner .home-banner-heading .wpb_wrapper h2 {
			font-size: 24px !important;
			/* text-align: center; 

		} */

		/* .wpb_text_column.wpb_content_element.home-banner-heading h1 {
			font-size: 26px !important;
			line-height: 30px;
			text-align: center;
		} */
		.main_banner .wpb_wrapper h1 {
			font-size: 26px !important;
			line-height: 30px;
			/* text-align: center; */
		}

		.main_banner-p .wpb_wrapper p,
		.oncology-peragraph p,
		.about-page .wpb_wrapper>p,
		.back.back-img.flip-heading>p,
		.detect-six .wpb_wrapper p,
		.studies .wpb_wrapper p {
			font-size: 16px;
			/* text-align: center; */
			line-height: 22px;
		}

		.studies .wpb_wrapper p {
			padding: 0px !important;

		}

		/*     .main_banner .row_col_wrap_12.col.span_12.dark.left .vc_col-sm-6.header_txt.banner-right-text.home-banner .vc_column-inner .wpb_wrapper a.nectar-button.large.regular.regular-button.cta_btn {
			font-size: 14px !important;
			padding: 20px 20px;
		} */

		.scientist-team .team-carousal .flipcard-back .heading-wrapper h5 {
			font-size: 18px !important;
			line-height: 20px;
		}



		.banner-right-text {
			margin-top: 0px !important;
		}

		header#top .container .row {
			background: #fff;
			border-radius: 13px;
			padding: 7px 0px;
			box-shadow: none;
		}

		header#top {
			margin-top: -10px;
			background: #fff;

		}

		/* .vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			background: darkblue;
		} */

		.vc_col-sm-6.online_consult.wpb_column.column_container.vc_column_container.col.padding-3-percent.inherit_tablet.inherit_phone.instance-1 {
			width: 100% !important;
		}
.wpb_row.vc_row-fluid.vc_row.detect-six h3 span {
    font-size: 20px;
}
		.consulting .wpb_wrapper h2,
		.early-signs h2,
		.Transforming-image .wpb_wrapper p span strong,
		.Impact-on-Oncology .wpb_text_column.wpb_content_element .wpb_wrapper h1,
		.aura-c-choose .wpb_wrapper h1,
		.choose_aura_e .wpb_wrapper h1,
		.aura_c_ .why_head,
		.Clinical-Trial h1,
		.clinical-text h1,
		.Differentiates-Benign .wpb_wrapper h2,
		.Detection-Methods .why_head h1,
		.OncoAdvisor-content .wpb_wrapper h1 {
			font-size: 20px !important;
		}

		.Differentiates-Benign .wpb_wrapper h2,
		.Detection-Methods .why_head h1 {
			line-height: 26px;
		}

		.inq p,
		.inq a {
			font-size: 14px !important;
		}

		.Transforming-image img.alignnone.wp-image-57.size-full {
			margin-bottom: 4px !important;
			width: 32px;
			height: 7px;
		}

		.women-health .wpb_wrapper h2 {
			font-size: 26px;
			line-height: 29px;
		}

		.wpb_text_column.wpb_content_element.vc_custom_1754127431380.Transforming-image {
			margin-bottom: 4px !important;
		}

		.helps-You .wpb_wrapper p,
		.wpb_text_column.wpb_content_element.vc_custom_1750244531431.oncology-peragraph p {
			text-align: center;
			font-size: 20px;
			line-height: 29px;
		}

		.wpb_row.vc_row-fluid.vc_row.inner_row.vc_custom_1754131939499.right-path {
			margin-top: 0px !important;
		}

		.wpb_row.vc_row-fluid.vc_row.inner_row.vc_custom_1754131939499.right-path h1,
		.oncology-heading h2,
		.full-width-section.help_us .wpb_wrapper h1,
		.banner-right-text h2,
		.right-path .wpb_wrapper h1 {
			font-size: 22px !important;
		}

		.Approvals .vc_column-inner .wpb_text_column .wpb_wrapper h2 {
			font-size: 28px !important;
		}

		.Approvals .vc_column-inner .wpb_text_column.wpb_content_element.vc_custom_1751450056622 {
			margin-top: 0px !important;
		}

		.Approvals .vc_column-inner .wpb_text_column .wpb_wrapper p {
			font-size: 20px;
		}

		.Approvals .nectar-milestone h2,
		.detection_matters h3 {
			margin-bottom: 0px;
			font-size: 44px !important;

		}

		.sub-1 {
			top: 11%;
			left: 53%;
		}

		.sub-2 {
			top: 32%;
			left: 72%;
		}

		.sub-3 {
			top: 67%;
			left: 42%;
		}

		.sub-4 {
			top: 55%;
			left: 40%;
		}

		.Clinically-tested {
			margin-bottom: 20px !important;
		}


		.precision-immuno-oncology {
			text-align: center;
		}

		a.help {
			margin-top: 20px;
		}

		.Detect {
			padding-bottom: 12px;
		}

		div#Non-Invasive .flip_col .flip_data p {
			font-size: 14px;
		}


		/*     .vc_row.top-level.full-width-section:not(.full-width-ns)>.span_12 {
			padding-top: 20px !important;
		}
	 */

		/* About -Us */
		.col-5-pera {
			flex: 1;
			width: 100%;
			position: relative;
		}

		.ticker-wrapper-container {
			position: absolute !important;
		}

		.ticker-wrapper-container .ticker-images {
			position: absolute;
			top: 228px;
			right: -6px;
			width: 100%;
		}

		.wpb_wrapper .ticker-wrapper-container {
			margin: 16px auto;
		}

		.ticker-wrapper .col-5-pera p,
		.wpb_wrapper .team-carousal .flipcard-back .heading-wrapper p {
			font-size: 14px;
		}

		.team-carousal .back.back-img.flip-heading>p {
			padding-top: 0px;
		}

		.vc_col-sm-12.header_txt.banner-right-text.home-banner.about-page.wpb_column.colum_ncontainer.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone .wpb_wrapper {
			align-items: start;
		}

		.team-carousal .vc_col-sm-12.col.child_column.padding-19-percent.inherit_tablet.inherit_phone .vc_column-inner {
			padding: 0px;
			font-size: 16px;
		}

		.dr-cards-images-right {
			position: absolute !important;
			left: 320px;
			top: -50px;
		}

		h2.contact-show-section {
			font-size: 26px;
			text-align: center;
		}

		.contact-right p {
			font-size: 16px;
			text-align: center;
			line-height: 22px;
		}

		.OncoAdvisor-content .vc_column-inner .platform-pera .wpb_wrapper>p {
			font-size: 16px;
			display: inline-block;
			line-height: inherit;
		}

		.wpb_row .row-bg,
		.full-width-section .row-bg {
			height: 100%;
		}

		/* oncoadvisor */
		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-top.main_banner.personalised_banner.first-section.loaded {
			min-height: 41.0644vh !important;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-top.main_banner.personalised_banner.first-section.loaded .row_col_wrap_12.col.span_12.dark.left {

			min-height: 15.0644vh !important;
		}



		.wpb_row.vc_row-fluid.vc_row-o-content-top.main_banner.precimmo_about.first-section.loaded .row_col_wrap_12.col.span_12.dark.left {
			min-height: 22.0644vh !important;
		}

		.vc_col-sm-3\/5.contact-right .vc_column-inner .wpb_wrapper h3 span {
			font-size: 22px;
		}

		.vc_col-sm-3\/5.contact-right .vc_column-inner .wpb_wrapper h3 {

			text-align: center;
		}

		.map-section .contact-image h2,
		.map-section h2 {
			padding-top: 40px;
			font-size: 26px;
		}

		/* .vc_col-sm-12.aura_swap.intro-image.about-text.slide-1.wpb_column.column_container>.vc_column-inner,
	.vc_col-sm-12.aura_swap.about-text.slide-2.wpb_column.column_container.vc_column_container.col.child_column.padding-2-percent.inherit_tablet.inherit_phone,.vc_col-sm-12.aura_swap.about-text.slide-3.wpb_column.column_container.vc_column_container.col.child_column.padding-2-percent.inherit_tablet.inherit_phone {
		height: auto;
	} */
		.onco-image {
			position: absolute;
			/*         left: 29%; */
			top: -63px;
			width: 89%;
		}

		.impact_onco .icon_elem:nth-child(1) {
			top: -8px;
			right: 125px;
			cursor: pointer;
			width: 40px;
		}

		.impact_onco .icon_elem:nth-child(2) {
			top: 97px;
			right: 88px;
			cursor: pointer;
			width: 40px;

		}

		.impact_onco .icon_elem:nth-child(3) {
			top: 173px;
			right: 34px;
			cursor: pointer;
			width: 40px;

		}

		.impact_onco .icon_elem:nth-child(4) {
			top: 131px;
			left: 36px;
			cursor: pointer;
			width: 40px;
		}

		.impact_onco .icon_elem:nth-child(5) {
			bottom: 19px;
			right: 270px;
			cursor: pointer;
			width: 40px;


		}

		.for-woman .aura-o-medicine img {
			width: 270px !important;
			object-fit: contain;
		}


		.Impact-on-Oncology .wpb_text_column.wpb_content_element .wpb_wrapper p,
		.Impact-on-Oncology .wpb_text_column.wpb_content_element .wpb_wrapper ul {
			display: inline;
			font-size: 16px;
		}

		.therapy_selection img.img-with-animation.skip-lazy {
			width: 100% !important;
			height: auto;
		}

		.ther_selec_col p {
			font-size: 14px;
			line-height: 18px;
		}

		.machine_learning {
			height: 50px;
			scrollbar-width: thin;
			scrollbar-color: #fff white;
		}

		.flip_card_front .Multi-Omics p {
			margin-top: 0px;
		}

		.machine_learning p {
			margin-top: 0px;
		}

		.precision-immuno-oncology .hover-wrap-inner img.img-with-animation.skip-lazy.zoom-animation {
			width: 75%;
		}

		.precision-immuno-oncology .hover-wrap-inner {
			display: flex;
			justify-content: center;
		}

		.help_us_fight .hover-wrap-inner img.img-with-animation.skip-lazy {
			width: auto !important;
		}

		.contact_page h2,
		.contct_page {
			padding: 0%;
		}

		.fight-cancer .vc_column-inner {
			padding: 38px 16px !important;

		}

		.reverse_mobile .row_col_wrap_12.col.span_12.dark.left {
			flex-direction: column-reverse;
		}

		/* pre order kit */

		.pre_order_form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
			width: 100%;
		}

		/* aura -C */

		.Aura-c {
			flex-direction: column;
			/* width: 100%; */
		}

		.Aura-c .Detect {
			width: 100%;
		}

		.aura-c-choose .Aura-c,
		.choose_aura_e .Aura-c {
			padding: 10px;
		}

		.aura-c-choose .Aura-c .aura-img {
			justify-content: flex-start;
			width: 100px;
		}

		.aura-c-choose .Aura-c .aura-text {
			font-size: 14px;
			line-height: 20px;
			text-align: start;
			padding: 1px 0px;

		}

		.aura-c-choose .Aura-c .Detect {
			justify-content: space-between;
			margin: 0 0 10px 0;
		}

		.aura-c-choose .early-cancer {
			padding: 1px 0px;
		}




		.ai_companion .hover-wrap-inner img {

			width: 75%;
		}

		.impact_onco .icon_elem:nth-child(2) .tooltips {
			right: 12px;
		}

		.impact_onco .icon_elem:nth-child(2) .tooltips::before {
			left: 140px;
		}

		.impact_onco .icon_elem:nth-child(2) .tooltips::after {
			left: 143px;
		}

		#footer-widgets div#block-11 {
			margin: 0;
		}

		.Detection-Methods>.row_col_wrap_12>.vc_col-sm-12>.vc_column-inner {
			padding: 35px 20px 0 20px !important;
		}

		.aura_c_ .why_head,
		.women_health_care .why_head h1,
		.Cancer-Screening .wpb_text_column.wpb_content_element .why_head h1 {
			padding: 0px !important;
			font-size: 24px !important;
		}



		.aura-section .aura-grid {
			display: grid;
			width: 100%;
		}

		.for-woman .aura-grid .clinical-use .aura-ce-badge {
			right: 30px;
			width: 28px;
		}

		.aura-o-image {
			display: flex;
			justify-content: start;
			width: 32%;
		}

		.grid-aura-c .cell.Game-Changer-cell:nth-of-type(odd),
		.why_aura .cell:nth-child(even) {
			padding: 6%;
		}

		.non_insanive .vc_col-sm-3.flip_card_front.wpb_column.column_container.vc_column_container {
			justify-content: center;
		}

		.aura_c_ .flip_card_front>.vc_column-inner {
			border-radius: 4% !important;
			width: 100% !important;

		}

		.aura_c_ .flip_card_front:hover>.vc_column-inner h4 {
			margin: 0 auto;
			width: 100%;
			left: 0;
			right: 0;
			max-width: 100px;

		}


		.why_aura .percent {
			font-size: 14px;
		}

		.cta_section .vc_column-inner {
			padding: 35px 20px 0 20px;
		}

		.Clinical-Trial p,
		.clinical-text p,
		.Detection-Methods>.row_col_wrap_12>.vc_col-sm-12>.vc_column-inner p {
			font-size: 14px;
			line-height: 22px;
		}

		.what_receive>.row_col_wrap_12_inner>.vc_col-sm-4>.vc_column-inner {
			padding: 30px 20px;
		}

		.choose_aura_e .Detect {
			width: 100%;
			display: flex;
			justify-content: space-evenly;
		}

		.choose_aura_e .Aura-c .aura-img {

			justify-content: flex-start;
			width: 100px !important;
		}

		.choose_aura_e .Aura-c .aura-text {
			font-size: 14px;
			line-height: 20px;
			text-align: start;
			align-items: start;
			padding: 1px 0px;
		}

		.aura_c_ .flip_card_front:nth-of-type(4)>.vc_column-inner a.help {
			text-align: center;
		}

		.Screening-img .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner img {
			object-fit: fill;
		}

		.cervical_cancer_screening img.img-with-animation.skip-lazy.step_two_image {
			width: 140px !important;
		}

		.women_health_care .cell.Game-Changer-cell p,
		.women_health_care .cell.aura-e-cell p,
		.women_health_care .aura-box.aura-o-box.Sample-Collection p,
		.women_health_care .aura-box p,
		.women_health_care .aura-progress-group>label,
		.women_health_care .aura-percent {
			font-size: 14px;
			line-height: 18px;

		}

		.women_health_care .FIGO>label {
			width: 200px;
		}

		.aura-bar-bg {
			width: 100% !important;
		}

		.women_health_care .cell.Game-Changer-cell h3,
		.why_aura .section-title,
		.women_health_care .cell.aura-e-cell h3,
		.aura-box.aura-o-box h3 {
			font-size: 18px !important;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.main_banner.aura-banner.first-section.loaded {

			min-height: 50.0984vh !important;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.main_banner.aura-banner.first-section.loaded .row_col_wrap_12.col.span_12.dark.left {
			min-height: 43.0984vh !important;
		}

		.aura-o-image,
		.aura-text-five p,
		.aura-text-four p,
		.Family-History p {
			margin-right: 0px;

		}

		a.nectar-button.large.regular.regular-button.cta_btn {
			font-size: 14px !important;
			padding: 12px 16px;
		}


		.why_aura .accuracy-block>div label {
			width: 34%;
			font-size: 14px;
		}

		.why_aura .accuracy-block>div {
			justify-content: space-between !important;
		}

		.why_aura .accuracy-block .section-title {
			justify-content: center !important;
		}

		.why_aura .progress-bar-bg {
			width: 100%;
			margin: 0;
		}

		.grid-aura-c .cell.Game-Changer-cell:nth-of-type(odd) {
			margin-right: 0;
			border: none;
		}

		.why_aura .cell:nth-child(even) {
			padding-top: 15px;
		}

		.badge {
			position: absolute;
			top: 18px;
			right: 20px;
			width: 21px;
		}

		/* 	.helper-kit .wpb_raw_html .wpb_wrapper a.help{
			margin-top:30px;
		} */
		.why-game-changer .wpb_wrapper .why_head {
			padding: 30px 30px 0px 30px;
		}

		.why-game-changer .wpb_wrapper .why_head h1 {
			line-height: 28px;
		}

		.women_health_care .aura-c-image {
			position: relative;
			top: 5%;
			right: -2%;
			width: 32%;
		}

		.women_health_care .grid-aura-e-image {
			position: relative;
			bottom: -18px;
			right: 6px;
			width: 32%;
		}

		.tnp.tnp-subscription form {
			flex-direction: column;
			align-items: normal;
		}

		.tnp.tnp-subscription form .tnp-field-button {
			margin: 10px 0 0 0;
		}

		body #footer-outer #footer-widgets .col input[type=email] {
			width: 100% !important;
		}

		.why_aura .grid {

			grid-template-columns: 1fr;
		}

		.choose_aura_e .last-tag {
			width: 100%;
		}

		.Ovarian_Cancer .non_insanive .Screening-img .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner img {
			object-fit: none;
			width: 40%;
		}

		/* div#cancer_screening a.help {
		 padding-top: 44px;
	} */
		.Screening-img :nth-child(2) {
			width: 100%;
		}

		.for-woman .aura-box:nth-child(odd),
		.for-woman .aura-box {
			width: auto !important;
			border-left: 0px dashed #f9b9d0;
			border-right: 0px dashed #f9b9d0;
			padding-left: 20px;
		}

		.choose_aura_e .Menopause-image {
			padding-left: 0%;
		}

		.aura-o-head>.vc_column-inner .aura-section>.aura-grid>.aura-box.aura-o-box.Sample-Collection>h3 {
			margin-bottom: 30px !important;
		}

		.grid-aura-e .cell:nth-of-type(odd) {
			border-bottom: 0px;
		}

		.aura-text {

			width: 100% !important;
			align-items: flex-start !important;

		}

		.Detection-Methods .chart-container {
			width: 100%;
		}

		.map-section img {
			padding: 0 !important;
			text-align: center;
		}

		.map-section {
			text-align: center;
		}

		.map-section .img-with-aniamtion-wrap {
			margin: 0 !important;
		}

		.map-section .img-with-aniamtion-wrap>.inner {
			display: inline-flex;
		}

		.map-section img.img-with-animation.skip-lazy.germany.animated-in {
			margin-top: 0;
		}

		.map-section img.img-with-animation.skip-lazy.pakistan {
			margin-top: 0;
		}

		.map-section img.img-with-animation.skip-lazy.contact-image.animated-in,
		.map-section img.img-with-animation.skip-lazy.united-states.animated-in {
			padding-top: 0 !important;
		}

		.aura_c_ a.nectar-button.large.regular.regular-button.cta_btn {
			margin: 56px 0 0 0;
		}

		.aura_c_ {
			padding: 60px 40px 26px 40px !important;
		}

		.get-result .wpb_wrapper {
			padding-left: 24px;
		}

		.control_health .get-result .wpb_wrapper::before {
			left: -16px;
			top: 2px;
			bottom: 47px;

		}

		.get-result .wpb_wrapper::after {
			left: 38px;
			top: 38px;
			bottom: 38px;
		}

		.get-result .wpb_wrapper h3 {
			font-size: 16px;
			margin: 14px 0 6px;
			text-align: start;
		}

		.get-result .wpb_wrapper p {
			font-size: 14px;
			padding: 0;
			text-align: start;
		}

		.get-result .wpb_wrapper h3::before {
			left: -40px;
			width: 32px;
			height: 32px;
			font-size: 13px;
		}

		.sential-banner-button .wpb_wrapper {
			flex-direction: column;
			gap: 0px;
			justify-content: start;
			align-items: start;
		}



		/* sential page */


		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.main_banner.aura-banner.sentinel-6-banner.first-section.loaded {
			min-height: 88.0984vh !important;
		}

		.sentinel-6-banner .onco-image {
			position: absolute;
			left: 8%;
			top: 340px;
			width: 100%;
		}

		/* 
		.provider img.img-with-animation.skip-lazy.animated-in {
			position: absolute;
			top: -74px;
			width: auto;
			left: 130px;
			height: 90px;

		} */

		.validated-performance .number.accent-color h3 {
			font-size: 44px;
		}

		.take_control .vc_column-inner .wpb_wrapper {
			align-items: start;
			gap:unset !important;
		}

		.test_elem img {

			position: absolute;
			top: -91px;
			left: 130px;

		}
	}

/* Ensure the elements are hidden by default if that's what you want */
.behind-sentinel, .sentinel_chart {
  display: none;
}


.is-visible {
  display: block !important;
}
#detection_matters {

  display: none; 
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

#detection_matters.visible {

  display: block;
  opacity: 1;
}
.wpb_text_column.wpb_content_element.Clinical-Trial.advanced p {
    line-height: unset;
}
a.nectar-button.large.regular.regular-button.cta_btn.active {
    background-color: #fff !important;
    color: #EB378B !important ;
    border:1px solid #EB378B;
}






	@media (min-width: 769px) and (max-width: 1024px) {

		.behind-sentinel .wpb_wrapper svg {
			top: -596px;
			left: 236px;
			width: 50px;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.main_banner.aura-banner.first-section.loaded {
			min-height: 58.0984vh !important;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-top.main_banner.personalised_banner.first-section.loaded {
			min-height: 56.0644vh !important;
		}

		.reverse_mobile .row_col_wrap_12.col.span_12.dark.left {
			flex-direction: initial;
		}

		.vc_col-sm-6.online_consult.banner-right-text.wpb_column.column_container.vc_column_container.col.padding-3-percent.inherit_tablet.inherit_phone.instance-1 {
			margin-top: 40px !important;
		}

		a.cont_us {
			width: 114px;
		}

		.Ovarian_Cancer .non_insanive .Screening-img .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner img {
			object-fit: initial !important;
		}

		#cancer_screening .vc_col-sm-3:nth-of-type(2) img.img-with-animation.skip-lazy.aura-c-self-collection,
		#endometrial_cancer>.row_col_wrap_12_inner>.vc_col-sm-3:nth-of-type(2)>.vc_column-inner>.wpb_wrapper>.img-with-aniamtion-wrap img.self_care {
			width: 90% !important;
		}

		/* img.img-with-animation.skip-lazy.work-ele.animated-in {
			position: absolute;
			top: -68px;
			left: 250px;
		} */
		/* 
		img.img-with-animation.skip-lazy.programs_ele.animated-in {
			position: absolute;
			top: -98px;
			width: auto;
			left: 240px;
			height: 90px;
		} */

		.integration_elem img {
			top: -394px;
			left: 488px;
		}

		/* .provider img.img-with-animation.skip-lazy.animated-in {
			position: absolute;
			top: -74px;
			width: auto;
			left: 218px;
			height: 90px;
		} */


	}

	@media (min-width: 320px) and (max-width: 479px) {


		.on_consul textarea,
		.on_consul select {
			-webkit-appearance: none !important;
			appearance: none !important;
		}

		.behind-sentinel .wpb_wrapper svg {
			top: -529px;
			left: 118px;
			width: 36px;
		}
.impact_onco .main_rotation_img .custom_elem:nth-child(2) {
    top: -21px;
    right: 70px;
    cursor: pointer;}

.impact_onco .main_rotation_img .custom_elem:nth-child(3) {
    top: 85px;
    right: 9px;}

.impact_onco.main_rotation_img .custom_elem:nth-child(4) {
    bottom: 41px;
    cursor: pointer;
    right: -48px;
}.impact_onco .main_rotation_img .custom_elem:nth-child(6) {
    bottom: -43px;
    left: 113px;}

.impact_onco .main_rotation_img .custom_elem:nth-child(5) {
    bottom: 86px;
    cursor: pointer;
    left: -23px;
}

		.wpcf7-form .wpcf7-date {

			/*
  width: 100% !important;
   padding: 10px;
  box-sizing: border-box;
  text-align: left;
   width: -webkit-fill-available;
  */

			-webkit-appearance: none;
			/* Disable iOS default look */
			-moz-appearance: none;
			appearance: none;



		}

		input[type="date"]::-webkit-date-and-time-value {
			text-align: left;
		}

		.on_consul .form_row {
			flex-direction: column;
		}

		.on_consul .form_row .form_col {
			width: calc(100% / 1 - 0px);
		}


		.impact_onco .icon_elem:nth-child(3) .tooltips {
			right: -30px;
		}


		.group {
			left: -22px;
			;
		}

		.dr-cards-images-right {
			position: absolute !important;
			left: 228px;
			top: -50px;
		}

		.Ovarian_Cancer .non_insanive .Screening-img .img-with-aniamtion-wrap .inner .hover-wrap .hover-wrap-inner img {
			object-fit: contain;
		}

		.sub-2 {
			left: 78%;
		}

		.sub-2 img {
			width: 45px !important;
		}

		.Detection-Methods .chart-container {
			width: 346px;
		}

		.contact_page .wpb_text_column.wpb_content_element .wpb_wrapper h1 {
			font-size: 22px;
		}


		.contact_page .wpb_text_column.wpb_content_element .wpb_wrapper h2 {
			font-size: 18px;
		}

		.Early-Detection-p p {
			margin-top: 0px;
		}

		.impact_onco .icon_elem:nth-child(1) {
			top: 2px;
			right: 72px;

			width: 34px;
			margin: 0;
		}

		.impact_onco .icon_elem:nth-child(2) {
			top: 70px;
			right: 64px;
			cursor: pointer;
			width: 34px;
			margin: 0;
		}

		.impact_onco .icon_elem:nth-child(3) {
			top: 140px;
			right: 28px;
			cursor: pointer;
			width: 34px;
			margin: 0;
		}

		.impact_onco .icon_elem:nth-child(4) {
			top: 133px;
			left: 26px;
			cursor: pointer;
			width: 34px;
			margin: 0;
		}

		.impact_onco .icon_elem:nth-child(5) {
			bottom: -2px;
			right: 130px;
			cursor: pointer;
			width: 34px;
			margin: 0;
		}

		.flip_col.Multi-Omics .flip_data img {
			width: 50px;
		}

		.methylation-analysis .flip_col.Multi-Omics .flip_data img {
			width: auto;
		}

		.map-section img.img-with-animation.skip-lazy.pakistan,
		.map-section img.img-with-animation.skip-lazy.united-states.animated-in {
			padding: 0 8px !important;
		}

		.pakistan:first-of-type {
			height: auto !important;
		}

		.page-id-1911 .vc_row.top-level.full-width-section:not(.full-width-ns)>.span_12 {
			padding-top: 0px !important;
		}


		.test_elem img {
			position: absolute;
			top: -69px;
			left: 100px;
		}

		.wpb_wrapper .next_Steps img {
			position: absolute;
			top: -73px;
			left: 77px;
			height: 100px !important;
	
		}

		.wpb_wrapper .integration_elem img {
        position: absolute;
        top: -480px;
        left: 65px;
    }
	}

	@media (min-width: 480px) and (max-width: 768px) {
		.group {
			left: -10px;

		}

		.wpb_wrapper .integration_elem img {
			position: absolute;
			top: -394px;
			left: 488px;
		}

		.behind-sentinel .wpb_wrapper svg {
			top: -556px;
			left: 156px;
		}

		.test_elem img {

			top: -71px;
			left: 130px;
		}
		
	}








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

		/* CSS rules for small desktops */
		.impact_onco .icon_elem:nth-child(1) {
			top: 8px;
			right: 184px;
			cursor: pointer;
			width: 40px;
		}

		.impact_onco .icon_elem:nth-child(2) {
			top: 159px;
			right: 130px;
			cursor: pointer;
			width: 40px;
		}

		.impact_onco .icon_elem:nth-child(3) {
			top: 288px;
			right: 68px;
			cursor: pointer;
			width: 40px;
		}

		.impact_onco .icon_elem:nth-child(4) {
			top: 280px;
			left: 66px;
			cursor: pointer;
			width: 40px;
		}

		.impact_onco .icon_elem:nth-child(5) {
			bottom: 0px;
			right: 270px;
			cursor: pointer;
			width: 40px;
		}

		/* img.img-with-animation.skip-lazy.work-ele.animated-in {

			position: absolute;
			top: -68px;
			left: 236px;
		} */

		.test_elem img {
			position: absolute;
			top: -50px;
			left: 250px;

		}
		  .wpb_wrapper .integration_elem img {
        top: -346px;
        left: 213px;
        height: auto;
        width: 100px !important;}

    .wpb_wrapper .next_Steps img
 {
        position: absolute;
        top: -83px;
        left: 223px;
        width: 100px !important;
    }}




	@media (min-width: 1200px) {
		/* CSS rules for big screens */
	}

	@media (max-width: 992px) {
		.Detection-Methods .chart-container canvas#detectionMethodsChart {
			width: 54px;
		}

		/* .behind-sentinel .wpb_wrapper svg {
			top: -526px;
			left: 113px;

		} */

		.sentinel_chart .Endometrial{
			        flex-direction: column;
		}
		
		/* 
		img.img-with-animation.skip-lazy.work-ele.animated-in {
			top: -92px !important;
			left: 124px !important;
		} */

		.integration_elem img {
			top: -294px;
			left: 152px;
			height: auto;
			width: 100px !important;

		}

		/* 
		.provider img.img-with-animation.skip-lazy.animated-in {
			top: -89px !important;
			left: 133px !important;
		} */
		.next_Steps img {
			position: absolute;
			top: -76px;
			left: 119px;
			width: 100px !important;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.main_banner.aura-banner.sentinel-6-banner.first-section.loaded {
			min-height: 104.0984vh !important;
		}




	}

	@media (max-width: 768px) {

		.field_box h3 {
			padding: 20px 0 14px 0;
			font-size: 20px !important;
		}

		.field_box .form-row p {
			flex-direction: column;
		}

		.field_box .form-row p br {
			display: none;
		}

		.field_box .form-row p span {
			width: calc(100% / 1);
		}

		body a.help {
			margin-top: 20px;
			font-size: 16px;
		}

		.Detection-Methods .chart-container canvas#detectionMethodsChart {
			width: 100%;
			height: 300px;
		}

		.onco-image {
			position: absolute;
			left: 29%;
			top: -63px;
			width: 68%;
		}

		.wpb_row.vc_row-fluid.vc_row.top-level.full-width-section.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex.vc_row-o-content-top.main_banner.personalised_banner.first-section.loaded {
			min-height: 58.0644vh !important;
		}

		body .aura_c_ {
			padding: 60px 12px 26px 12px !important;
		}

		.aura_c_ .why_head,
		.women_health_care .why_head h1,
		.Cancer-Screening .wpb_text_column.wpb_content_element .why_head h1 {
			font-size: 20px !important;
			margin: 0px 0 40px 0;
		}

		.Differentiates-Benign .wpb_wrapper h2,
		.Detection-Methods .why_head h1 {
			line-height: 28px;
		}

		.Differentiates-Benign .wpb_wrapper h2,
		.Detection-Methods .why_head h1,
		.behind-sentinel .wpb_wrapper h1 {
			font-size: 20px !important;

		}

		body .chart-wrapper>.endometrial-aura-o {
			margin: 0 7px 26px;
			width: 112px;
		}

		.chart-wrapper>.endometrial-aura-o {
			width: 112px;
		}

		.chart-wrapper>.Endometrial .Benign {
			font-size: 10px;
		}

		.Endometrial .Endometrial-cancer {
			width: 12px;
			height: 12px
		}

		.clinical-text.after_chart p {
			font-size: 16px !important;
		}

		/* img.img-with-animation.skip-lazy.work-ele.animated-in {
			position: absolute;
			top: -80px;
			left: 100px;

		} */

		/* .provider img.img-with-animation.skip-lazy.animated-in {
			position: absolute;
			top: -83px;
			width: auto;
			left: 84px;
			height: 90px;
		} */

		.provider .row_col_wrap_12 {
			gap: 49px;
		}
	}

	@media (max-width: 480px) {
		.Detection-Methods .chart-container canvas#detectionMethodsChart {
			width: 100%;
			height: 200px;
		}

		.wpb_wrapper .integration_elem img {
			position: absolute;
			top: -378px;
        left: 103px;
    
		}

		.wpb_text_column.wpb_content_element.Clinical-Trial.german-cancer h1 {
			margin: 50px 0px 10px 0px;
		}
	}

	/* 
	@media (min-width: 1024px) {
		.behind-sentinel .wpb_wrapper svg {

			transform: unset;
			top: -371px;
			left: -31px;
			width: 50px;
		}
	} */
	@media (min-width: 500px) and (max-width: 900px) {

		.behind-sentinel .wpb_wrapper svg {

			top: -496px;
			left: 148px;
			width: 40px;
		}

	}@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){

		.our-test .row_col_wrap_12_inner.col.span_12.left{
	gap: 0px;
}
	.integration_elem img {
            top: -395px;
        left: 500px;
    }
.provider .row_col_wrap_12.col.span_12.dark.left {
    margin-top: 54px;
}
}

	@media (min-width: 768px) and (max-width: 1024px){
		.sential-banner-button .wpb_wrapper {
			
			gap: 10px;
			flex-direction:row;
			justify-content: start;
			align-items: start;
		}
		.behind-sentinel .wpb_wrapper svg {
        top: -659px;
        left: 244px;
        width: 40px;
    }
	}
@media (min-width: 768px) and (max-width: 999px){
	.wpb_wrapper .test_elem img{
	 top: -21px !important;

		}
	    .integration_elem img {
        top: -347px;
        left: 198px;
        height: auto;
        width: 100px !important;
    }    .next_Steps img {
        position: absolute;
        top: -83px;
        left: 218px;
		width: 100px !important;}
	
	img.img-with-animation.skip-lazy.dr-cards-images.animated-in {
    left: -10px;
    
}
}

@media (min-width: 1024px) and (max-width: 1249px){
	    .integration_elem img {
     top: -315px;
        left: 339px;
	}
	.next_Steps img{
		    left: 121px;
	}
}

@media (min-width: 1000px) and (max-width: 1023px){
	.our-test .row_col_wrap_12_inner.col.span_12.left{
		flex-wrap:nowrap !important;
	}
	    .integration_elem img {
        top: -309px !important;
			left: 332px !important;}

take_control a.nectar-button.large.regular.regular-button.cta_btn:nth-of-type(2) {
    margin-left: 0px;
}
}


