:root {
	--white-coloe: #ffffff;
	--blue-color: #4f2682;
	--secondary-color: #e04b9f;
	--bg-blue-color: #539aa3;
	--bg-white: #ffffff;
	--bg-green: linear-gradient(to bottom, #F8F8F8, #DBEFE6);
	--bg-pink: #F3F0F6;
	--bg-pink-color: linear-gradient(110deg, #F8F2F4, #F8D5E2);
	--bg-light-blue: linear-gradient(110deg, #F2F4F7, #BDCFEA);
	--bg-light-yellow: #FAFAFA;
	--bg-light-green: #F0F6F4;
	--black-color: #000000;
	--bg-light-gray: #FAFAFA;
	--light-blue-color: #BFA8CD;
	--light-blue-bg-color: #F3F0F6;
	--h1-color: #BEABCC;
	--bg-yellow-color: linear-gradient(to right, #B79763, #DCC383, #F9E7B1, #DCC383, #B79763);
	--constellation-bold: "ConstellationTLPro-Bold.ttf";
	--constellation-regular: "ConstellationTLPro-Regular.ttf";
	--founder-bold: "FoundersGrotesk-Semibold.otf";
	--founder-regular: "FoundersGrotesk-Regular.otf";
	--lato-bold: "Lato-Black.ttf";
	--lato-reg: "Lato-Reg.ttf";
	--primay-bg: #40b4e0;
	--gradient: linear-gradient(#B79763, #DCC383, #F9E7B1, #DCC383, #B79763);
}

@font-face {
	font-family: "ConstellationTLPro-Bold.ttf";
	src: url(../Fonts/Constellation/ConstellationTLPro-Bold.ttf);
}

@font-face {
	font-family: "ConstellationTLPro-Regular.ttf";
	src: url(../Fonts/Constellation/ConstellationTLPro-Regular.ttf);
}

@font-face {
	font-family: "FoundersGrotesk-Semibold.otf";
	src: url(../Fonts/Founders/FoundersGrotesk-Semibold.otf);
}

@font-face {
	font-family: "FoundersGrotesk-Regular.otf";
	src: url(../Fonts/Founders/FoundersGrotesk-Regular.otf);
}

@font-face {
	font-family: "Lato-Reg.ttf";
	src: url(../Fonts/Lato-Reg.ttf);
}

@font-face {
	font-family: "Lato-Black.ttf";
	src: url(../Fonts/Lato-Black.ttf);
}

@font-face {
	font-family: "FoundersGrotesk-Light.otf";
	src: url(../Fonts/Founders/FoundersGrotesk-Light.otf);
}

.neocate-sample-contain {
	max-width: 1500px;
	width: 100%;
}

h1.neocate-sample-h1 {
	color: var(--blue-color);
	font-family: var(--constellation-regular);
	font-size: 32px;
	margin: 0;
	line-height: 1.2;
}

h2.neocate-sample-h2 {
	color: var(--blue-color);
	font-family: var(--constellation-bold);
	font-size: 40px;
	margin: 0;
	line-height: 1.2;
}

h3.neocate-sample-h3 {
	font-family: var(--constellation-bold);
	color: var(--blue-color);
	font-size: 36px;
}

h4.neocate-sample-h4 {
	font-family: var(--founder-bold);
	font-size: 30px;
	color: var(--blue-color);
}

	h4.neocate-sample-h4 sup {
		font-family: var(--founder-regular);
		font-size: 16px;
	}

h6.neocate-sample-h6 {
	margin: 0;
	font-size: 24px;
	font-family: var(--founder-regular);
	color: var(--blue-color);
	line-height: 1.2;
}

h6.neocate-h6-bold {
	margin: 0;
	font-size: 24px;
	font-family: var(--founder-bold);
	color: var(--blue-color);
	line-height: 1.2;
	padding-top: 16px;
}

p.neocate-sample-p {
	font-family: var(--founder-regular);
	font-size: 18px;
	margin: 0;
	color: var(--blue-color);
	line-height: 1.2;
}

span.neocate-sample-span {
	font-family: var(--founder-bold);
}

.neocate-btn a {
	text-decoration: none;
	font-size: 24px;
	color: var(--white-coloe);
	background-color: var(--bg-blue-color);
	padding: 14px 24px 10px 24px;
	border-radius: 50px;
	font-family: var(--founder-bold);
}

.neocate-btn {
	margin-top: 32px;
}

.neocate-three-text-check p {
	font-size: 25px;
	padding-bottom: 20px;
}

.neocate-three-text-check input[type="checkbox"] {
	margin: unset;
	border: 0;
	max-width: 18px;
	display: inline;
	outline: 0;
	box-shadow: none;
	height: 16px;
}

/* Header Start */

.neocate-sample {
	background-color: var(--bg-blue-color);
	padding: 20px;
}

.neocate-first-content h3 {
	font-size: 30px;
}

/* Header End */

/* Section One Start */

.home-page-neocate .neocate-button-link input {
	font-size: 22px;
	width: auto;
}

.neocate-sample-section-one {
	position: relative;
}

.home-page-neocate::before {
	background: url(../img/path.png) no-repeat bottom center;
	background-size: contain;
	position: absolute;
	content: "";
	width: 100%;
	height: 48%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.neocate-section-one {
	padding-top: 20px;
}

	.neocate-section-one h3 {
		margin-bottom: 20px;
	}

.neocate-sample-section-one {
	background-color: #f2fafb;
	padding: 50px;
	margin: 20px 20px 30px 20px;
	border-radius: 20px;
}

.neocate-sample-header img {
	max-width: 250px;
	width: 100%;
}

.neocate-row {
	padding-top: 36px;
}

.neocate-sample-section-one-content {
	padding-top: 46px;
}

.row.row-three {
	margin-top: 32px;
}

/* Section One End */

/* Section Two Start */

.neocate-thank-you p {
	padding: 40px 0;
}

.thank-you-page .col-lg-5.col-md-9.col-sm-9.col-xs-12 {
	padding: 0;
}

.thank-you-page h3 {
	font-family: 'ConstellationTLPro-regular.ttf';
	font-size: 27px;
	font-weight: 600;
	line-height: 1.4;
}

.row.product-img-plus-content {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: center;
}

.product-img-plus-content .product-contant img {
	max-width: 70%;
	width: 100%;
	margin: 10px 0 30px 0;
}

.thank-you-page h6 {
	padding-bottom: 27px;
}

.thank-you-page .neocate-button-link.text-center {
	margin-bottom: 36px;
}

.neocate-button-link input {
	text-decoration: none;
	color: var(--blue-color);
	font-family: var(--constellation-bold);
	background: var(--bg-yellow-color);
	padding: 12px 24px;
	font-size: 20px;
	border-radius: 20px;
	display: block;
	width: fit-content;
	margin: auto;
	border: 0;
}

p.neocate-sample-p span {
	font-family: var(--founder-bold);
}

.row.neocate-row-two {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-top: 22px;
}

.neocate-sample-section-one-contant {
	position: relative;
}

	.neocate-sample-section-one-contant::before {
		background: url(../img/cricle-arrow.png) no-repeat;
		background-size: contain;
		position: absolute;
		content: "";
		width: 100%;
		height: 50px;
		left: -28px;
		top: -6px;
	}

	.neocate-sample-section-one-contant h6 {
		font-size: 30px;
		line-height: 1;
	}

.home-page-neocate .row-three p {
	font-size: 20px;
}

/* Section Two End */

/* Section Three Start */

.neocate-sample-section-three {
	padding: 0 50px;
}

.neocate-sample-tab .neocate-number {
	font-family: var(--constellation-bold);
	font-size: 40px;
	color: var(--blue-color);
	display: block;
	background: var(--gradient);
	padding: 12px;
	border-radius: 50px;
	max-width: 80px;
	height: 80px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	padding-left: 18px;
}

.neocate-sample-tab .neocate-tab-h3 {
	font-family: var(--founder-bold);
	color: var(--blue-color);
	font-size: 22px;
}

.row.neocate-smaple-row-one {
	width: 80%;
	margin: auto;
}

.neocate-sample-tab {
	cursor: pointer;
	opacity: 0.5;
}

.neocate-tab-change {
	display: flex;
	gap: 50px;
	justify-content: center;
}

.neocate-sample-tab.necocte-selected {
	opacity: 1;
}

.neocate-three-content {
	padding-top: 0;
	padding-bottom: 20px;
}

.neocate-sample-form label {
	font-family: var(--lato-bold);
	color: var(--blue-color);
	width: 100%;
	font-size: 20px;
}

.neocate-sample-input label span {
	font-family: var(--lato-reg);
	font-weight: 500;
}

.neocate-input-radio input[type="radio"], .neocate-input-radio input[type="checkbox"] {
	margin: unset;
	border: 0;
	max-width: 18px;
	outline: 0;
	box-shadow: none;
}

.neocate-input-radio label {
	font-family: var(--lato-bold);
	color: var(--blue-color);
	font-size: 18px;
	width: fit-content;
	margin: 0;
}

.neocate-sample-input {
	padding-bottom: 20px;
}

.neocate-input-radio {
	display: flex;
	align-items: center;
	gap: 10px;
}

.neocate-submit-buttom {
	padding-top: 20px;
	position: relative;
	width: fit-content;
	margin: auto;
}

	.neocate-submit-buttom::after {
		background-image: url(../img/arrow.png);
		content: "";
		top: 39px;
		width: 17px;
		height: 17px;
		right: 94px;
		background-repeat: no-repeat;
		position: absolute;
		background-size: contain;
	}

/*	.neocate-submit-buttom::after {
		background-image: url(../img/arrow.png);
		content: "";
		top: 38px;
		width: 20px;
		height: 20px;
		right: 78px;
		background-repeat: no-repeat;
		position: absolute;
		background-size: contain;
	}*/


	.neocate-submit-buttom input {
		margin: auto;
		padding: 12px 118px 12px 110px;
		font-family: var(--constellation-bold);
		font-size: 20px;
		color: #4E2683;
		background: linear-gradient(135deg, #D4AF37, #F4E4BC, #D4AF37);
		display: block;
		border: 0;
		outline: 0;
		border-radius: 22px;
		position: relative;
		box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
		transition: all 0.3s ease;
	}

	.neocate-submit-buttom button:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
	}

	.neocate-submit-buttom button::after {
		content: "→";
		margin-left: 8px;
		font-size: 18px;
		font-weight: bold;
	}

	.neocate-submit-buttom button img {
		max-width: 10px;
		width: 100%;
	}

.neocate-requird p {
	font-family: var(--founder-regular);
	font-size: 19px;
	line-height: 1;
	color: var(--blue-color);
	margin: 0;
}

.neocate-sample-input input {
	color: var(--black-color);
	font-size: 20px;
}

.description-text p {
	font-family: var(--founder-regular);
	color: var(--blue-color);
	font-size: 17px;
	margin: 0;
	padding-top: 16px;
}

.neocate-sample-input select {
	color: var(--black-color);
	font-size: 18px;
}

.neocate-sample-section-one-content.neocate-thank-you p {
	margin-bottom: 0;
	padding: 0;
}

.neocate-thank-you input {
	font-size: 23px;
}

.neocate-sample-input input::placeholder {
	padding-top: 20px;
}

.neocate-seach {
	position: relative;
}

	.neocate-seach::before {
		position: absolute;
		content: "";
		background-image: url(../img/Untitled-2.png);
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 12px;
	}

	.neocate-seach input {
		padding-left: 40px;
	}

.neocate-checkbox label {
	font-family: var(--lato-reg);
}

button.neocate-tab-button-three {
	padding: 10px 34px;
}

.neocate-three-content a {
	color: #1132da;
}

.neocate-sample-input.neoacet-sample-check-input {
	display: flex;
	gap: 8px;
	justify-content: center;
}

	.neocate-sample-input.neoacet-sample-check-input input {
		margin: 0;
	}

	.neocate-sample-input.neoacet-sample-check-input label {
		margin: 0;
		font-family: var(--lato-reg);
		color: gray;
		font-weight: 500;
	}

.neocate-check-box-two {
	margin-top: 30px;
	justify-content: center;
}

.neocate-product-content.none-neocte-text {
	opacity: 0;
}

section.neocate-sample-section-three.tab-padding {
	padding-top: 50px;
}

.tab-padding-bottom {
	padding-bottom: 50px;
}

.container.tab-container .row {
	width: 100%;
	margin: auto;
}

.container.tab-container {
	width: 100%;
}

.neocate-product-text.primay-bg {
	background-color: var(--primay-bg);
}

/* Section Three End */

/* Footer Start */

.neocate-sample-footer {
	background-color: var(--bg-blue-color);
	padding: 50px;
}

.neocate-footer-content p {
	font-family: "FoundersGrotesk-Light.otf";
	color: var(--white-coloe);
	font-size: 16px;
}

span.footer-span {
	font-family: 'FoundersGrotesk-Semibold.otf';
}

.neocate-footer-content p a {
	color: var(--bg-white);
}

.neocate-footer-content p a {
	padding: 0 8px;
}

a.neocate-border-right {
	border-right: 2px solid;
}
.form-group {
	margin-bottom: 0;
}
.neocate-sample-input.neoacet-sample-check-input {
	padding-bottom: 0;
}
span#CustomValidatorPrivacy br{
	display: none;
}
/* Footer End */

@media only screen and (max-width: 1480px) {
	.neocate-sample-h4 br {
		display: none;
	}

	/*    .home-page-neocate .neocate-row-two .col-lg-3, .home-page-neocate .neocate-row-two .col-lg-4 {
    width: 30%;

}*/
	.neocate-sample-section-one-contant::before {
		display: none;
	}

	.home-page-neocate .col-lg-offset-5 {
		margin-left: 0;
		width: 100%;
	}
}


@media (min-width: 1201px) {
	.home-page-neocate .col-lg-5.col-md-5.col-sm-6 {
		padding-right: 0;
		width: 38.5%;
	}

	.home-page-neocate .col-lg-7.col-md-7.col-sm-6 {
		padding-left: 0;
		width: 61.5%;
	}


	.home-page-neocate .neocate-button-link input {
		font-size: 26px;
		padding: 12px 38px;
		width: fit-content;
		margin-right: inherit;
	}

	.home-page-neocate .col-lg-offset-5 {
		margin-left: 0;
		padding-left: 60px;
	}
}

@media only screen and (max-width: 1350px) {
	.row.neocate-row-two {
		display: block;
	}

	.home-page-neocate .neocate-button-link input {
		margin: auto !important;
	}

	.home-page-neocate .col-lg-4 {
		width: 100%;
	}

	.neocate-sample-section-one-contant {
		position: relative;
		padding-top: 20px;
	}

	.home-page-neocate .col-lg-offset-5 {
		padding-left: 0;
	}
}

@media (max-width: 1201px) {
	.container {
		width: 100%;
	}

	.home-page-neocate .neocate-sample-section-one-contant h6 br {
		display: none;
	}

	.row.neocate-row-two {
		flex-direction: column-reverse;
	}

	.neocate-sample-section-one-contant::before {
		display: none;
	}

	.home-page-neocate .neocate-row-two .col-lg-3, .home-page-neocate .neocate-row-two .col-lg-4 {
		width: 100%;
		padding: 0;
	}

	.home-page-neocate .col-lg-offset-5 {
		margin-left: 0;
	}

	.home-page-neocate .neocate-sample-section-one-contant {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 1180px) {
	.neocate-first-content h2 br {
		display: none;
	}

	.neocate-first-content h3 br {
		display: none;
	}

	.neocate-sample-p br {
		display: none;
	}

	.row.neocate-smaple-row-one {
		width: 100%;
		margin: auto;
	}
}

@media only screen and (max-width: 992px) {
	.product-img-plus-content .product-contant img {
		max-width: 100%;
	}

	.row.product-img-plus-content {
		margin-bottom: 30px;
	}

	.neocate-row {
		width: unset;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 780px) {
	.neocate-three-text-check p {
		font-size: 18px;
	}

	.neocate-sample-input {
		width: 100% !important;
	}

	.neocate-three-text-check input[type="checkbox"] {
		margin: unset;
		border: 0;
		max-width: 18px;
		display: inline;
		outline: 0;
		box-shadow: none;
		height: 14px;
	}

	.neocate-sample-section-one {
		padding: 30px;
	}

	.neocate-sample-footer {
		padding: 30px;
	}

	h2.neocate-sample-h2 {
		font-size: 30px;
	}

	h6.neocate-sample-h6 {
		font-size: 20px;
	}

	.neocate-btn a {
		font-size: 20px;
	}

	h6.neocate-h6-bold {
		font-size: 20px;
	}

	h4.neocate-sample-h4 {
		font-size: 26px;
	}

	p.neocate-sample-p {
		font-size: 16px;
	}

	h3.neocate-sample-h3 {
		font-size: 28px;
	}



	.neocate-footer-content p {
		font-size: 14px;
	}

	.neocate-sample-tab .neocate-tab-h3 {
		font-size: 20px;
	}

	.neocate-sample-tab .neocate-number {
		font-size: 26px;
		max-width: 60px;
		height: 60px;
	}

	.neocate-sample-form label {
		font-size: 16px;
	}

	.neocate-requird p {
		font-size: 16px;
	}

	.neocate-submit-buttom input {
		font-size: 18px;
		padding: 10px 30px;
	}

	.neocate-submit-buttom button::after {
		font-size: 16px;
		margin-left: 6px;
	}

	.neocate-sample-input input {
		font-size: 18px;
	}

	.neocate-sample-input select {
		font-size: 16px;
	}

	.neocate-sample-section-three {
		padding: 0 0;
	}

	.tab-padding-bottom {
		padding-bottom: 50px !important;
	}

	.neocate-sample-header img {
		max-width: 150px;
		width: 100%;
	}

	button.neocate-tab-button-three {
		padding: 10px 33px;
	}

	.neocate-submit-buttom button {
		font-size: 16px;
		padding: 8px 25px;
	}

		.neocate-submit-buttom button::after {
			font-size: 14px;
			margin-left: 5px;
		}
}

@media (max-width: 768px) {
	.container {
		width: 100%;
	}

	.neocate-row {
		width: unset;
		padding-top: 0;
		display: flex;
		flex-direction: column-reverse;
	}

	.neocate-sample-section-one-content {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.row.product-img-plus-content {
		display: block;
		align-items: center;
		margin-top: 30px;
	}



		.row.product-img-plus-content .product-can img {
			width: 50%;
			margin-top: 20px;
		}

		.row.product-img-plus-content .product-contant h6 {
			text-align: center;
		}

	.neocate-sample-form label {
		line-height: 1;
	}
}

@media only screen and (max-width: 568px) {

	.neocate-sample-section-one-img {
		margin-top: 17px;
	}
}

@media only screen and (max-width: 480px) {
	h1.neocate-sample-h1 {
		color: var(--blue-color);
		font-family: var(--constellation-regular);
		font-size: 18px;
		margin: 0;
	}

	.neocate-button-link button {
		padding: 12px 20px;
		font-size: 18px;
		border-radius: 20px;
	}

	.row.product-img-plus-content .product-can img {
		width: 100%;
	}

	.neocate-sample-section-one {
		padding: 20px;
	}

	.neocate-sample-section-one-img {
		padding-bottom: 0;
	}

	h2.neocate-sample-h2 {
		font-size: 20px;
	}

	h6.neocate-sample-h6 {
		font-size: 16px;
	}

	h6.neocate-h6-bold {
		font-size: 16px;
	}

	.neocate-btn a {
		font-size: 16px;
	}

	h4.neocate-sample-h4 {
		font-size: 18px;
	}

	p.neocate-sample-p {
		font-size: 14px;
	}

	h3.neocate-sample-h3 {
		font-size: 20px;
	}
}
