@charset "UTF-8";



/* Theme Name: VerinewTheme Version: 1.0 */

/* import font */

@font-face {

	font-family: Larsseit;

	src: url(assets/fonts/Larsseit.ttf) format("opentype");

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: Medium;

	src: url(assets/fonts/Sailec/Sailec-Medium.otf) format("opentype");

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: Bold;

	src: url(assets/fonts/Sailec/Sailec-Bold.otf) format("opentype");

}



@font-face {

	font-family: Light;

	src: url(assets/fonts/Sailec/Sailec-Light.otf) format("opentype");

}



@font-face {

	font-family: Regular;

	src: url(assets/fonts/Sailec/Sailec-Regular.otf) format("opentype");

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: Black;

	src: url(assets/fonts/Sailec/Sailec-Black.otf) format("opentype");

}



@font-face {

	font-family: ITCMd;

	src: url(assets/fonts/ITC-Avant-Garde/ITCAvantGardeStdMd.otf) format("opentype");

}



@font-face {

	font-family: ITCDemi;

	src: url(assets/fonts/ITC-Avant-Garde/ITCAvantGardeStdDemi.otf) format("opentype");

}



@font-face {

	font-family: ITCBk;

	src: url(assets/fonts/ITC-Avant-Garde/ITCAvantGardeStdBk.otf) format("opentype");

}



@font-face {

	font-family: GilroyRegular;

	src: url(assets/fonts/Gilroy/Gilroy-Regular.otf) format("opentype");

	font-weight: normal;

	font-style: normal;

}



/** Poppins Font **/

@font-face {

	font-family: "Poppins";

	src: url('assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: "Poppins Medium";

	src: url('assets/fonts/Poppins/Poppins-Medium.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: "Poppins Bold";

	src: url('assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');

	font-weight: bold;

	font-style: normal;

}



@font-face {

	font-family: "Poppins Light";

	src: url('assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');

	font-weight: lighter;

	font-style: normal;

}



@font-face {

	font-family: "Poppins SemiBold";

	src: url('assets/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');

	font-weight: bold;

	font-style: normal;

}



@font-face {

	font-family: "Poppins Italic";

	src: url('assets/fonts/Poppins/Poppins-Italic.ttf') format('truetype');

	font-weight: normal;

	font-style: italic;

}



/* import font end */

/* hiding stuff at soft launch */

#medical-experts,

#our-medical-experts,

#recent-blogs {

	display: none;

}



/* VARIABLES in CSS */

:root {

	--primary: #F37521;

	--secondary: #EEC519;

	--backGround: #F3F097;

	--offWhite: #fffede;

	--black: #000000;

	--lightBlack: #616161;

	--white: #ffffff;

	--green: #51b2ce;

	--border: #ddd;

	--borderDark: #b7bbbe;

	--primaryGradient: linear-gradient(45deg, var(--primary), var(--secondary));

	--orange: #150b82;

	--lime: #ff0066;

	--teal: #ff0066;

	--dpprimary: #F37521;

	--dpsecondary: #EEC519;

	--dpbackGround: #F3F097;
	--creamWhite: #FFF5EE;

}



/* Base CSS */

.osano-cm-widget {

	display: none;

}



body {

	font-family: "urbane-rounded";

	font-weight: normal;

	font-style: normal;

	color: #000000;

	font-size: 14px;
	
	background: var(--creamWhite);

}



img {

	max-width: 100%;

	-webkit-transition: all 0.3s ease-out 0s;

	-o-transition: all 0.3s ease-out 0s;

	transition: all 0.3s ease-out 0s;

	height: auto;

}



a,

.button {

	sele -webkit-transition: all 0.3s ease-out 0s;

	-o-transition: all 0.3s ease-out 0s;

	transition: all 0.3s ease-out 0s;

	text-decoration: none;

}



a:focus,

.button:focus {

	text-decoration: none;

	outline: none;

}



a:focus,

a:hover,

.portfolio-cat a:hover,

.footer -menu li a:hover {

	text-decoration: none;

}



p a,

button,

ul a {

	color: var(--primary);

	outline: medium none;

	text-decoration: none;

	position: relative;

}



p a {

	padding: 2px 2px 0 2px;

}



.entry-content a:before {

	content: "";

	position: absolute;

	bottom: -2px;

	left: 0;

	width: 100%;

	height: 3px;

	border-radius: 20px;

	background: var(--primary);

	transition: linear .05s;

}



.entry-content a:hover {

	color: var(--secondary);

}



.entry-content a:hover:before {

	background: var(--secondary);

	bottom: 0px;

}



.uppercase {

	text-transform: uppercase;

}



.capitalize {

	text-transform: capitalize;

}



button {

	cursor: pointer;

}



input:focus,

textarea:focus,

button:focus,

.button:focus {

	text-decoration: none;

	outline: 0 solid;

}



a:focus {

	outline: 0 solid;

}



input[type="text"],

input[type="email"],

input[type="textarea"],

input[type="tel"],

input[type="password"],

input[type="url"] {

	background: #f9f9f9;

}



h1,

h2 {

	font-family: "eight", sans-serif;

	font-weight: 400;

	margin-top: 0px;

	font-style: normal;

	text-transform: normal;

}



h3,

h4,

h5,

h6 {

	font-family: "urbane-rounded";

	margin-top: 0px;

	font-style: normal;

	text-transform: normal;

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

	color: inherit;

}



h1 {

	font-size: 50px;

	font-weight: 500;

}



h2 {

	font-size: 55px;

}



h3 {

	font-size: 28px;

}



h4 {

	font-size: 22px;

}



h5 {

	font-size: 18px;

}



h6 {

	font-size: 16px;

}



.header-area ul {

	margin: 0;

}



ul {

	margin: 0 0 30px 0;

}



li {

	margin: 0 0 10px;

	font-size: 16px;

	letter-spacing: -0.04em;

	font-family: "urbane-rounded";

	margin-top: 0px;

}



p {

	font-size: 16px;

	line-height: 1.4;

	letter-spacing: -0.04em;

	color: var(--black);

	margin-bottom: 30px;

	font-family: "urbane-rounded";

	margin-top: 0px;

}



p.strong {

	font-size: 18px;

	margin-bottom: 12px !important;

	font-family: "urbane-rounded";

	margin-top: 0px;

}



hr {

	background-color: var(--borderDark);

	border-top: 0 none;

	margin: 30px 0;

	padding: 0;

}



label {

	color: #7e7e7e;

	cursor: pointer;

	font-size: 14px;

	font-weight: 400;

}



.steps-privacy-link {

	font-size: 12px;

	font-family: 'Medium';

	color: #7e7e7e;

}



.steps-privacy-link a {

	text-decoration: underline;

	color: var(--secondary);

}



.steps-privacy-link a:hover {

	color: var(--primary);

}



*::-moz-selection {

	background: rgba(154, 205, 50, 0.5);

	color: #fff;

	text-shadow: none;

}



::-moz-selection {

	background: rgba(154, 205, 50, 0.5);

	color: #fff;

	text-shadow: none;

}



::selection {

	background: rgba(154, 205, 50, 0.5);

	color: #fff;

	text-shadow: none;

}



*::-moz-placeholder {

	color: #555555;

	font-size: 14px;

	opacity: 1;

}



*::-webkit-input-placeholder {

	color: #555555;

	font-size: 14px;

	opacity: 1;

}



*:-ms-input-placeholder {

	color: #555555;

	font-size: 14px;

	opacity: 1;

}



*::-ms-input-placeholder {

	color: #555555;

	font-size: 14px;

	opacity: 1;

}



*::placeholder {

	color: #555555;

	font-size: 14px;

	opacity: 1;

}



/* Base css end */

/*------------------------------------------DOSEPOP STYLES------------------------------------------*/

#phone-btn {

	font-size: 16px;

	color: var(--secondary);

	padding: 5px 15px;

}



#phone-btn:hover {

	color: var(--backGround);

}



.blog-skincare {

	padding: 30px;

	background: var(--secondary);

	border-radius: 50px;

	overflow: hidden;

	margin: 75px 0;

}



.blog-skincare h2,

.blog-skincare p {

	color: var(--primary);

}



.blog-skincare .col-lg-6 {

	margin-bottom: 0;

}



.blog-skincare .image-main {

	position: absolute;

	max-height: 330px;

	right: -30px;

	bottom: -30px;

}



.blog-skincare .large-star {

	position: absolute;

	width: 75px;

	right: 10px;

	bottom: -13px;

	z-index: 10;

}



.blog-skincare .small-star {

	position: absolute;

	width: 40px;

	right: -5px;

	bottom: 35px;

	z-index: 10;

}



.blog-skincare .white-btn {

	margin: auto;

}



.blog-feed h2 {

	text-align: center;

	color: var(--primary);

}



.forme-content ul,

.product-description ul {

	list-style: none;

	padding-left: 0;

}



.forme-content ul li {

	position: relative;

	padding-left: 3em;

	margin-bottom: 1.5em;

}



.product-description li {

	position: relative;

	padding-left: 2.5em;

	margin-bottom: 1.5em;

}



.forme-content li::before {

	content: "";

	position: absolute;

	left: 0;

	top: -0.2em;

	width: 2em;

	height: 2em;

	background-image: url('/wp-content/uploads/2025/05/colorkit-13.svg');

	background-size: contain;

	background-repeat: no-repeat;

}



.product-description li::before {

	content: "";

	position: absolute;

	left: 0;

	top: -.2em;

	width: 2em;

	height: 2em;

	background-image: url('/wp-content/uploads/2025/03/dpop-flower-star-yellow-1.svg');

	background-size: contain;

	background-repeat: no-repeat;

}



.product-related-content {

	background: var(--secondary);

}



.product-related-content h2 {

	color: var(--primary);

	text-align: center;

}



.product-related-content h6 {

	min-height: 60px;

}



.product-related-content h6,

.product-related-content p {

	padding: 0 10%;

}



.product-related-content .related-content {

	margin: 5%;

}



.blog-filters {

	width: 100%;

	justify-content: center;

	margin-top: 30px;

	flex-wrap: wrap;

}



.blog-filters a {

	font-size: 18px;

	color: var(--offWhite);

}



.blog-read-more {

	position: absolute;

	top: 0;

	opacity: 0;

	right: 30px;

	font-size: 30px;

	background: var(--primary);

	color: var(--backGround);

	padding: 10px 13px;

	border-radius: 50px;

	transition: linear .15s;

}



.blog-read-more:hover {

	transform: scale(1.05);

}



.blogCard:hover .blog-read-more {

	top: -60px;

	opacity: 1;

}



.blogCard:hover .cardText h5 a {

	color: var(--secondary);

}



.footer-payments {

	background: var(--backGround);

	border-radius: 40px;

	padding: 30px;

}



.payment-cards {

	display: flex;

	justify-content: space-evenly;

}



@media(max-width: 642px) {

	.payment-cards {

		flex-wrap: wrap;

	}

}



.payment-cards img {

	width: 75px;

}



@media(max-width: 642px) {

	.payment-cards img {

		width: 45px;

	}

}



.newsletter-signup h2 {

	font-size: 32px;

	color: var(--primary);

}



.newsletter-signup {

	margin-bottom: 30px;

}



.newsletter-signup p {

	margin-bottom: 10px;

	color: var(--primary);

}



.footer-social {

	margin-top: 30px;

	display: flex;

	align-items: center;

	justify-content: flex-start;

	gap: 30px;

}



.footer-social a {

	background: var(--primary);

	color: var(--offWhite);

	font-size: 26px;

	padding: 5px;

	border-radius: 50px;

	transition: linear .1s;

}



.footer-social a:hover {

	transform: translateY(-4px);

	box-shadow: 0 2px 5px #ccc;

}



.footer-social i {

	width: 40px;

	text-align: center;

}



.footer-badges {

	display: flex;

	align-items: center;

	gap: 20px;

	justify-content: center;

	margin-bottom: 50px;

}



.footer-badges img {}



.footer-badges .legitscript {

	width: 110px;

}



#braze-signup-form {

	display: flex;

	align-items: center;

}



#braze-signup-form input {

	background: var(--secondary);

	color: var(--offWhite);

	padding: 10px 20px;

	border-radius: 50px;

	font-size: 16px;

	border: none;

	width: 350px;

}



#braze-signup-form input::placeholder {

	color: var(--offWhite);

}



#braze-signup-form button {

	background: var(--primary);

	border: none;

	border-radius: 50px;

	height: 44px;

	width: 80px;

	transform: translateX(-80px);

	transition: linear .1s;

}



#braze-signup-form button:hover {

	transform: translateX(-70px);

}



#braze-signup-form button i {

	color: var(--offWhite);

	font-size: 28px;

}



.container {

	position: relative;

}



.mobile-btn {

	display: none !important;

	margin: auto;

	width: fit-content;

	padding: 10px 30px;

	text-align: center;

}



@media(max-width: 991px) {

	.mobile-btn {

		display: block !important;

	}



	.desktop-btn {

		display: none !important;

	}

}



.osano-cm-button {

	background-color: var(--primary);

}



.osano-cm-link {

	color: var(--primary);

}



.osano-cm-button:focus,

.osano-cm-button:hover {

	background-color: var(--secondary);

}



.osano-cm-link:hover {

	color: var(--secondary);

}



#favproducts-owl .owl-nav button:before {

	display: none;

}



.blog-homepage,

.single,

.blog-search {

	background: var(--offWhite);

}



.blog-homepage .v-blogs>.row .col-lg-6,

.blog-search .v-blogs>.row .col-lg-6 {

	margin-bottom: 30px;

}



@media (max-width: 767px) {

	.blog-hero .container {

		padding: 35px 0;

	}

}



@media (max-width: 642px) {

	.blog-hero .container {

		padding: 35px 0;

	}

}



.blog-hero {

	/*background: #F37521;*/

	/*background: linear-gradient(90deg,rgba(243, 117, 33, 1) 0%, rgba(238, 197, 25, 1) 21%, rgba(238, 197, 25, 1) 33%, rgba(243, 240, 151, 1) 92%);*/

	background: url(https://www.dosepop.com/wp-content/uploads/2025/06/disly_dose_hero.jpg);

	/*background-position: center;*/

	background-position: center 0;

	background-size: cover;

}



/*.dp-skincarehero {*/

/*    background: url(https://www.dosepop.com/wp-content/uploads/2025/06/SkinCareHero.jpg);*/

/*    background-position: center;*/

/*    background-size: cover;*/

/*}*/

.blog-hero h1 {

	/*color: var(--primary);*/

	color: var(--offWhite);

	text-shadow: -8px 8px var(--primary);

	text-transform: lowercase;

	text-align: center;

	font-size: 150px;

	z-index: 1;

	position: relative;

}



.blog-hero p {

	color: var(--backGround);

	text-align: center;

	background: var(--primary);

	padding: 30px 60px;

	border-radius: 40px;

	max-width: 800px;

	margin: 0 auto !important;

	z-index: 1;

	position: relative;

	font-weight: 300;

	font-size: 18px;

}



@media (max-width: 767px) {

	.blog-hero .container {

		padding: 30px 15px !important;

	}



	.blog-hero .container {

		min-height: 48vh !important;

	}

}



@media (max-width: 767px) {

	.blog-hero h1 {

		font-size: 42px !important;

	}

}



.blog-hero .container {

	position: relative;

	padding: 30px 0px;

	min-height: calc(100vh - 100px);

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-direction: column;

}



.dp-accent-img .blog-accent-one {

	top: 50%;

	width: 400px;

	transform: translateY(-50%);

	z-index: 0;

}



.dp-accent-img .blog-accent-three {

	width: 200px;

	right: 50px;

	bottom: 20px;

}



.dp-accent-img.blog-accent-two {

	width: 250px;

	right: 0;

	top: 30px;

}



@media(max-width: 642px) {

	.dp-accent-img.blog-accent-one {

		top: 20%;

		width: 200px;

		transform: translateY(-50%);

		z-index: 0;

	}



	.dp-accent-img.blog-accent-three {

		width: 100px;

		right: 50px;

		bottom: 20px;

	}



	.dp-accent-img.blog-accent-two {

		width: 150px;

		right: -40px;

		top: 5px;

	}



	.blog-hero,

	.blog-homepage {

		overflow: hidden;

	}

}



.blog-feed {

	background: var(--offWhite);

}



.blog-search-wrapper {

	margin: auto;

	margin-top: 30px;

}



.white-btn {

	background: var(--offWhite);

	color: var(--primary);

	font-size: 22px;

	padding: 10px 40px;

	border-radius: 50px;

	position: relative;

	z-index: 1;

	transition: linear .1s;

	font-weight: 700;

	display: block;

	width: fit-content;

}



.white-btn:hover {

	color: var(--primary);

	box-shadow: -1px 5px 15px -1px rgba(243, 117, 33, 0.61);

	transform: translateY(-3px);

}



.yellow-btn,

.yellow-mobile-orange-btn {

	background: var(--backGround);

	color: var(--primary);

	font-size: 22px;

	padding: 10px 30px;

	border-radius: 50px;

	position: relative;

	z-index: 1;

	transition: linear .1s;

}



.yellow-btn:hover,

.yellow-mobile-orange-btn:hover {

	background: var(--secondary);

	color: var(--primary);

}



@media(max-width:575px) {

	.yellow-mobile-orange-btn {

		background: var(--primary);

		color: var(--backGround);

		font-size: 16px;

		padding: 12px 20px;

		border-radius: 50px;

		position: relative;

		z-index: 1;

		transition: linear .1s;

	}



	.yellow-mobile-orange-btn:hover {

		background: var(--secondary);

		color: var(--backGround);

	}

}



.orange-btn {

	background: var(--primary);

	color: var(--backGround);

	font-size: 22px;

	padding: 12px 20px;

	border-radius: 50px;

	position: relative;

	z-index: 1;

	transition: linear .1s;

}



.orange-btn:hover {

	background: var(--secondary);

	color: var(--backGround);

}



.dp-accent-img {

	position: absolute;

}



.swal2-popup {

	background: var(--backGround);

}



.swal2-popup h2 {

	font-size: 42px;

	color: var(--primary);

}



.swal2-html-container {

	color: #000;

}



.swal2-html-container i {

	color: var(--primary);

}



.swal2-confirm {

	background-color: var(--primary);

}



.skincare-carousel .owl-stage,

.name-carousel .owl-stage,

.product-temp-carousel .owl-stage {

	display: flex;

	animation: scroll-left 50s linear infinite;

	justify-content: flex-start;

}



@keyframes scroll-left {

	0% {

		transform: translateX(-10%);

	}



	100% {

		transform: translateX(-50%);

	}

}



@media(max-width: 575px) {



	.skincare-carousel .owl-stage,

	.name-carousel .owl-stage {

		display: flex;

		animation: scroll-left 20s linear infinite;

	}

}



#newsletter-form {

	display: none;

}



.blog-homepage,

.single {

	background: var(--offWhite);

}



/*-----------------------------------------WHY SECTION-----------------------------------------*/

.why-dosepop {

	padding: 50px 15px;

	background: var(--backGround);

	position: relative;

}



.why-dosepop h2 {

	color: var(--primary);

	text-align: center;

	margin: 30px 0 50px;

}



.why-dosepop .why-wrapper {

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: space-between;

}



.why-dosepop .why-dosepop-item {

	padding: 10px;

	background: var(--primary);

	border-radius: 50px;

	margin-bottom: 30px;

	width: 48%;

	display: flex;

	align-items: center;

}



.why-dosepop .why-dosepop-item p {

	color: var(--backGround);

	margin: 0;

	font-size: 18px;

	padding: 0 10px;

	line-height: 1.4;

	letter-spacing: .25px;

	font-weight: 400;

}



.why-dosepop .why-dosepop-item img {

	height: 55px;

	min-width: 55px;

	background: var(--secondary);

	padding: 7px;

	border-radius: 50px;

}



.why-dosepop .why-accent-one {

	width: 50px;

	top: 30px;

	left: 35%;

}



.why-dosepop .why-accent-two {

	width: 50px;

	left: 45%;

}



.dp-skincare-why {

	background: var(--backGround);

	padding: 75px 0;

	overflow: hidden;

}



.dp-skincare-why h2 {

	text-align: center;

	color: var(--primary);

	position: relative;

	width: fit-content;

	margin: 0 auto 70px auto;

}



.dp-skincare-why .pop {

	position: absolute;

	bottom: -35px;

	right: -38px;

}



.dp-skincare-why .why-accent-one {

	width: 50px;

	left: 30%;

}



.dp-skincare-why .why-accent-four-mobile {

	display: none;

}



@media(max-width: 576px) {

	.dp-skincare-why .why-accent-three {

		top: 10%;

	}



	.dp-skincare-why .pop {

		bottom: -22px;

		right: -25px;

	}



	.dp-skincare-why h2 {

		font-size: 36px;

	}



	.dp-skincare-why .why-accent-four-mobile {

		width: 30px;

		display: block;

		left: 45px;

		top: -30px;

	}

}



/*-----------------------------------------HOW IT WORKS-----------------------------------------*/

.how-it-works {

	padding: 40px 90px;

	background: var(--primary);

	position: relative;

}



.how-it-works-card-wrapper>div {

	padding-inline: 15px;

}



.how-it-works h2 {

	text-align: center;

	color: var(--backGround);

}



.how-it-works-card-wrapper {

	margin: 45px 0px 82px;

	margin-inline: -15px;

}



.how-it-works-card {

	margin-bottom: 10px;

	background-color: var(--backGround);

	border-radius: 40px;

	border-width: 1px;

	border-color: none;

	border-style: solid;

	display: flex;

	align-items: center;

	flex-direction: column;

	text-align: center;

	border: none !important;

	position: relative;

	overflow: hidden;

	height: 475px;

}



.how-it-works-card img {

	transform: scale(1.2);

}



.how-it-works .hiw-main-accent {

	width: 75px;

	position: absolute;

	left: -20px;

	top: 90px;

	z-index: 10;

}



.how-it-works .hiw-secondary-accent {

	width: 75px;

	position: absolute;

	right: -35px;

	top: 40px;

	z-index: 10;

}


.how-it-works .hiw-main-accent {
    width: 75px;
    position: absolute;
    left: -48px;
    top: -30px;
    z-index: 10;
}


.hiw-accent-1 {

	left: -25px;

	top: -25px;

}



.hiw-accent-2 {

	bottom: -15px;

	left: -20px;

}



.hiw-accent-3 {

	right: -20px;

	top: -40px;

}



.how-it-works-content {

	padding: 20px;

	position: absolute;

	bottom: -160px;

	background: var(--backGround);

	transition: linear .15s;

}



.how-it-works-card:hover .how-it-works-content {

	bottom: 0;

}



.how-it-works-card-inner {

	position: relative;

	margin-bottom: 58px;

}



.how-it-works-card-counter {

	position: absolute;

	bottom: -50px;

	left: 50%;

	background-color: var(--white);

	border-radius: 50%;

	width: 100px;

	height: 100px;

	display: flex;

	align-items: center;

	justify-content: center;

	font-family: "light";

	font-size: 48px;

	transform: translateX(-50%);

}



.how-it-works-card h5 {

	font-size: 28px;

	min-height: 50px;

	line-height: 36px;

	margin: 0;

	letter-spacing: -0.4px;

	color: var(--primary);

	margin-bottom: 20px;

}



.how-it-works-card p {

	min-height: 30px;

	font-size: 14px;

	line-height: 1.3;

	color: var(--primary);

	height: 110px;

}



.mobile-carousel {

	display: none;

}



.hiw-slider .owl-stage {

	display: flex;

}



.hiw-slider .owl-item {

	width: 100%;

}



.hiw-slider .owl-nav {

	display: none;

}



.hiw-slider .owl-dots {

	text-align: center;

	margin-top: 10px;

}



.hiw-slider .owl-dot {

	height: 11px;

	width: 5px;

	border-radius: 10px;

	border: none;

	background: rgba(255, 255, 255, .3);

	margin: 0 2px;

}



.hiw-slider .owl-dot.active {

	background: var(--backGround);

}



.hiw-main-mobile-accent,

.hiw-secondary-mobile-accent {

	display: none;

}



@media(max-width: 991px) {

	.product-related-content h2 {

		margin-bottom: 25px;

	}



	.mobile-carousel {

		display: block;

	}



	.desktop-carousel {

		display: none;

	}



	.how-it-works h2 {

		margin-bottom: 25px;

	}



	.how-it-works-content {

		bottom: 0;

	}



	.how-it-works-card {

		height: 450px;

	}



	.hiw-slider .product-card {

		padding: 0 20px;

	}



	.how-it-works-card p {

		font-size: 12px;

	}



	.hiw-main-accent,

	.hiw-secondary-accent {

		display: none;

	}



	.hiw-main-mobile-accent,

	.hiw-secondary-mobile-accent {

		display: block;

	}



	.hiw-main-mobile-accent {

		width: 50px;

		top: 40px;

		left: -15px;

		position: absolute;

		z-index: 10;

	}



	.hiw-secondary-mobile-accent {

		width: 50px;

		position: absolute;

		right: -10px;

		top: 140px;

		z-index: 10;

	}



	.home #how-it-works {

		background: var(--secondary);

	}



	.home #how-it-works h2 {

		color: var(--primary);

	}

}



/* tablet */

@media(max-width:980px) {

	.why-dosepop .why-dosepop-item {

		width: 100%;

		margin-bottom: 15px;

	}



	.hiw-main-accent-1,

	.why-dosepop .why-accent-two {

		display: none;

	}



	.blog-filters a {

		padding: 10px 20px;

		min-width: fit-content;

		text-align: center;

	}



	.blog-filters {

		flex-wrap: nowrap;

		justify-content: flex-start;

		overflow-x: auto;

	}



	.how-it-works .hiw-main-accent {

		width: 50px;

		top: 40px;

	}

}



/*------------------------------------------END DOSEPOP STYLES------------------------------------------*/

.separator {

	border-top: 1px solid #f2f2f2;

}



.theme-overlay {

	position: relative;

}



.theme-overlay::before {

	background: #1696e7;

	content: "";

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	opacity: 0.6;

	position: absolute;

}



.reparator {

	border-top: 1px solid #f2f2f2;

}



.primary-button {

	background-color: transparent;

	box-shadow: inset 0 0 0 2px var(--primary);

	border-radius: 50px;

	color: var(--primary);

	padding: 15px 50px;

	font-family: "urbane-rounded";

	letter-spacing: .25px;

	margin-top: 0px;

	font-size: 20px;

}



.primary-button:hover {

	color: var(--white);

	background-color: var(--primary);

}



.secondary-button {

	background-color: var(--primary);

	border-radius: 50px;

	color: var(--white);

	padding: 12px 50px;

	font-family: Regular;

	letter-spacing: -0.8px;

	font-size: 22px;

}



.secondary-button:hover {

	color: var(--white);

	background-color: var(--secondary);

}



.default-button {

	background-color: transparent;

	border-radius: 50px;

	color: var(--black);

	padding: 12px 26px;

	font-family: Regular;

	font-size: 22px;

	border: 1px solid var(--border);

	letter-spacing: -1px;

}



.default-button:hover {

	color: var(--white);

	background-color: var(--secondary);

	border: 1px solid var(--secondary);

}



.dark-button {

	background-color: var(--black);

	border-radius: 50px;

	color: var(--white);

	padding: 12px 50px;

	min-width: 11vw;

	font-family: Regular;

	letter-spacing: -0.8px;

	font-size: 22px;

	border: 2px solid #000;

}



.dark-button:hover {

	color: #000;

	background-color: transparent;

}



.dark-outline-btn {

	display: inline-block;

	width: fit-content;

	background: none;

	color: #000;

	padding: 12px 25px;

	border-radius: 50px;

	border: 2px solid #000;

	transition: linear .15s;

	margin-left: 10px;

	font-size: 16px;

}



.dark-outline-btn:hover {

	background: #000;

	color: #fff;

}



.white-button {

	background-color: var(--white);

	border-radius: 50px;

	color: var(--black);

	padding: 20px 36px;

	font-family: Medium;

	font-size: 22px;

}



.white-button:hover {

	color: var(--white);

	background-color: var(--primary);

}



.button-fluid {

	width: 100% !important;

}



/*.word-gratiant {*/

/*	color: var(--secondary);*/

/*	font-family: "eight", sans-serif;*/

/*	font-weight: 400;*/

/*	background: linear-gradient(45deg, var(--primary), var(--secondary));*/

/*	-webkit-background-clip: text;*/

/*	-webkit-text-fill-color: transparent;*/

/*	padding-right: 2px;*/

/*}*/

.word-gratiant {

    color: #fffede;

    font-family: "eight", sans-serif;

    font-weight: 400;

    padding-right: 2px;

    text-shadow: -6px 6px 0 var(--primary);

}



.border-gradient {

	border: double 2px transparent;

	border-radius: 10px;

	background-image: linear-gradient(white, white), linear-gradient(to right, #39097e, #df016a);

	-webkit-background-origin: border-box;

	-webkit-background-clip: content-box, border-box;

	-moz-background-origin: border-box;

	-moz-background-clip: content-box, border-box;

	-ms-background-origin: border-box;

	-ms-background-clip: content-box, border-box;

}



.zinc-gradient {

	background-image: linear-gradient(to right, #c4d1d8, #d2dee4);

}



.dark-beige-gradient {

	background-image: linear-gradient(to right, #d0d2bf, #d9dbcd);

}



.lavender-gradient {

	background-image: linear-gradient(to right, #ddd2ec, #e8d0e3);

}



.color-white {

	color: var(--white) !important;

}



.bg-color-transparant {

	background-color: transparent !important;

}



.no-box-shadow {

	box-shadow: none !important;

}



.page-title {

	font-size: calc(1.4vw + 2em);

	letter-spacing: -0.04em;

	line-height: 1.21;

}



.page-subtitle {

	color: var(--black);

	font-family: Bold;

	font-size: 34px;

}



.small-text {

	color: #6e6e6e;

	font-size: 12px;

}



.white-background {

	background-color: var(--offWhite);

}



/*.full-background {     background-color: var(--backGround);} .full-background-img {     background-image: url("assets/images/sign-up-bg.png");     background-repeat: no-repeat;     background-size: cover;     background-position: top;     padding: 60px;}*/

.breadcrumb>.active {

	color: #888;

}



.selector-for-some-widget {

	-webkit-box-sizing: content-box;

	box-sizing: content-box;

}



.alert-message.error {

	color: red;

}



.alert-message.success {

	color: green;

}



/* Free Assessment Step Form */

#free-assessment {

	height: 100vh;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	background-color: rgb(247, 250, 250);

}



.free-assessment .close {

	position: absolute;

	top: 20px;

	right: 20px;

	font-size: 30px;

	color: var(--black);

}



.free-assessment .free-assessment-inner .logo {

	margin-top: 20px;

	margin-bottom: 60px;

	width: auto;

}



.free-assessment .free-assessment-inner .logo img {

	width: 220px;

	max-height: fit-content;

}



.free-assessment .free-assessment-inner h2 {

	font-family: Regular;

	font-size: 24px;

	margin-top: 30px;

	margin-bottom: 20px;

	line-height: 1.5em;

	text-align: center;

	color: var(--lightBlack);

}



.free-assessment .free-assessment-inner h6 {

	line-height: 1.5em;

	color: var(--lightBlack);

	font-family: 'Regular';

	font-weight: 600;

}



.free-assessment .stepwizard {

	margin-bottom: 30px;

	pointer-events: none;

	cursor: not-allowed;

}



.free-assessment .stepwizard-row {

	display: flex;

	align-items: center;

	justify-content: center;

}



.free-assessment .stepwizard-step a.process-fillup {

	background-color: var(--lightBlack);

}



.free-assessment .stepwizard-step a {

	background-color: var(--borderDark);

	height: 10px;

	width: 30px;

	display: flex;

	flex-direction: column;

}



.free-assessment .stepwizard-step:first-child a {

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

}



.free-assessment .stepwizard-step:nth-last-child(1) a {

	border-top-right-radius: 10px;

	border-bottom-right-radius: 10px;

	background-color: var(--borderDark) !important;

}



.free-assessment .stepwizard-step a.step-0.disabled {

	display: none;

}



.free-assessment .stepwizard-step a.btn-complete {

	background-color: var(--lightBlack);

}



.free-assessment .stepwizard-step a.btn-active {

	background-color: var(--lightBlack);

}



.free-assessment .setup-content {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	animation: slide-in 0.5s forwards;

	-webkit-animation: slide-in 0.5s forwards;

	-moz-animation: slide-in 0.5s forwards;

}



.free-assessment .setup-content .form-group {

	display: flex;

	flex-direction: column;

	margin-bottom: 20px;

	min-width: 320px;

}



.free-assessment .setup-content .form-group-row {

	flex-direction: row;

	gap: 10px;

}



.free-assessment .setup-content .form-group #terms {

	width: 18px;

	height: 18px;

	margin-top: 2px;

}



.free-assessment .setup-content .form-group.has-error input[type="text"] {

	border-color: var(--secondary);

}



.free-assessment .setup-content .form-group-inner.has-error label {

	border-color: var(--secondary);

}



.free-assessment .form-group-inner {

	display: flex;

	margin-bottom: 10px;

	flex-direction: column;

	min-width: 80%;

}



.free-assessment .form-gender-inner {

	flex-direction: row;

	min-width: auto;

}



.free-assessment .form-gender-inner label {

	align-items: center !important;

}



.free-assessment .form-group-inner div {

	margin-bottom: 10px;

	margin-right: 20px;

}



.free-assessment .form-group-btn {

	display: flex;

	margin-top: 30px;

	justify-content: center;

}



.free-assessment .form-group-inner label {

	font-family: Regular;

	color: var(--primary);

	border-radius: 5px;

	border: 1px solid var(--primary);

	padding: 6px 30px;

	cursor: pointer;

	font-size: 15px;

	display: flex;

	flex-direction: column;

	align-items: flex-start;

	min-height: 50px;

	justify-content: center;

}



.free-assessment .form-group-inner .form-forms label {

	text-align: center;

}



.free-assessment .form-group-inner.form-main-goal {

	flex-wrap: wrap;

	flex-direction: column;

}



.free-assessment .form-group-inner.form-main-goal .form-goal {

	flex: 1 1 40%;

	white-space: nowrap;

}



.free-assessment .form-group-inner.form-main-goal .form-goal label {

	align-items: flex-start;

}



.free-assessment .form-group-inner.form-wl-weight {

	flex-wrap: wrap;

	flex-direction: column;

}



.free-assessment .form-group-inner.form-wl-weight .form-weight label {

	align-items: flex-start;

}



.free-assessment .form-group-inner.form-different-forms {

	flex-direction: column;

}



.free-assessment .form-group-inner.form-different-forms .form-forms label {

	align-items: flex-start;

}



.free-assessment .form-group-inner.form-tried-past {

	flex-wrap: wrap;

	flex-direction: column;

}



.free-assessment .form-group-inner.form-tried-past .form-tried label {

	align-items: flex-start;

}



.free-assessment .form-group-inner label img {

	margin-bottom: 10px;

	width: 50px;

}



.free-assessment .form-group-inner label:hover {

	background: linear-gradient(to right, var(--primary), var(--secondary));

	color: var(--white);

}



.free-assessment .form-group-inner input[type="radio"] {

	display: none;

}



.free-assessment .form-group-inner input[type="radio"]:checked+label {

	background: linear-gradient(to right, var(--primary), var(--secondary));

	color: var(--white);

}



.free-assessment .form-group-justify {

	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

}



.free-assessment .form-group-justify label {

	padding: 6px 20px;

}



.free-assessment .free-assessment-inner .form-group input[type="text"] {

	font-family: Regular;

	font-size: 16px;

	line-height: 1.1em;

	padding: 10px 20px;

	height: 50px;

	color: var(--black);

	background-color: var(--white);

	border-radius: 5px;

	border: 1px solid var(--borderDark);

}



.free-assessment .free-assessment-inner .form-group input:focus {

	box-shadow: none;

	border-color: var(--black);

}



.free-assessment .free-assessment-inner .form-group input::-moz-placeholder {

	color: var(--Black);

	font-family: Regular;

	font-size: 16px;

	line-height: 1.1em;

}



.free-assessment .free-assessment-inner .form-group input::-webkit-input-placeholder {

	color: var(--Black);

	font-family: Regular;

	font-size: 16px;

	line-height: 1.1em;

}



.free-assessment .free-assessment-inner .form-group-btn .previousBtn {

	color: var(--black);

	margin-right: 20px;

	cursor: pointer;

	width: fit-content;

	width: -moz-fit-content;

	text-align: center;

}



.free-assessment .free-assessment-inner .form-group-btn .previousBtn:hover {

	color: var(--white);

	border-color: var(--secondary);

}



.free-assessment .free-assessment-inner .form-group-btn .nextBtn {

	cursor: pointer;

	width: fit-content;

	width: -moz-fit-content;

	text-align: center;

}



.free-assessment .free-assessment-inner .help-block {

	display: none;

	color: var(--teal);

	font-family: Regular;

}



.free-assessment .free-assessment-inner .has-error .help-block {

	display: block;

	margin-top: 10px;

}



.free-assessment .free-assessment-wrapper .step-2-wl-d-block {

	display: block;

}



.free-assessment .free-assessment-wrapper .step-2-trt-d-block {

	display: block;

}



.free-assessment .free-assessment-wrapper .free-assessment-form-control {

	padding: 10px 9px;

	font-size: 16px;

	border-radius: 5px;

	background-color: transparent;

	color: var(--lightBlack);

	border-color: var(--lightBlack);

}



@keyframes slide-in {

	0% {

		-webkit-transform: translateX(-100%);

		-moz-transform: translateX(-100%);

	}



	100% {

		-webkit-transform: translateX(0%);

		-moz-transform: translateX(0%);

	}

}



@-webkit-keyframes slide-in {

	0% {

		transform: translateX(-100%);

	}



	100% {

		transform: translateX(0%);

	}

}



@-moz-keyframes slide-in {

	0% {

		transform: translateX(-100%);

	}



	100% {

		transform: translateX(0%);

	}

}



/* Range Slider */

#range-slider {

	-webkit-appearance: none;

	-moz-appearance: none;

	width: 100%;

	margin-top: 10px;

	outline: none;

	border-radius: 15px;

	border: 1px solid var(--border);

}



#range-slider:focus {

	outline: none;

}



#range-slider::-webkit-slider-runnable-track {

	-webkit-appearance: none;

	appearance: none;

	height: 8px;

	border-radius: 10px;

}



#range-slider::-moz-slider-runnable-track {

	-webkit-appearance: none;

	appearance: none;

	height: 8px;

	border-radius: 10px;

}



#range-slider::-webkit-range-track {

	-moz-appearance: none;

	appearance: none;

	background: var(--primaryGradient);

	height: 8px;

	border-radius: 10px;

}



#range-slider::-moz-range-track {

	-moz-appearance: none;

	appearance: none;

	background: var(--primaryGradient);

	height: 8px;

	border-radius: 10px;

}



#range-slider::-webkit-slider-thumb {

	-webkit-appearance: none;

	appearance: none;

	border-radius: 50%;

	height: 28px;

	width: 28px;

	max-width: 80px;

	position: relative;

	bottom: 10px;

	border: 7px solid var(--white);

	background: var(--secondary);

	box-shadow: 0px 0px 5px rgba(123, 1, 106, 0.5);

	cursor: -webkit-grab;

	-webkit-transition: border 1000ms ease;

	transition: border 1000ms ease;

}



#range-slider::-moz-slider-thumb {

	-webkit-appearance: none;

	appearance: none;

	border-radius: 50%;

	height: 28px;

	width: 28px;

	max-width: 80px;

	position: relative;

	bottom: 10px;

	border: 7px solid var(--white);

	background: var(--secondary);

	box-shadow: 0px 0px 5px rgba(123, 1, 106, 0.5);

	cursor: -webkit-grab;

	-webkit-transition: border 1000ms ease;

	transition: border 1000ms ease;

}



#range-slider::-webkit-range-thumb {

	-moz-appearance: none;

	appearance: none;

	border-radius: 50%;

	height: 16px;

	width: 16px;

	max-width: 80px;

	position: relative;

	bottom: 2px;

	background: var(--primaryGradient);

	cursor: -moz-grab;

	-moz-transition: border 1000ms ease;

	transition: border 1000ms ease;

}



#range-slider::-moz-range-thumb {

	-moz-appearance: none;

	appearance: none;

	border-radius: 50%;

	height: 16px;

	width: 16px;

	max-width: 80px;

	position: relative;

	bottom: 2px;

	background: var(--primaryGradient);

	cursor: -moz-grab;

	-moz-transition: border 1000ms ease;

	transition: border 1000ms ease;

}



/* signup form */

.signup-form-container {

	max-width: 380px;

}



.signup-form-wrapper .page-title {

	font-family: Regular;

	font-size: 24px;

	text-align: center;

}



.signup-form-wrapper .page-subtitle {

	font-family: Regular;

	font-size: 16px;

	text-align: center;

}



.signup-form {

	padding: 10px;

}



.signup-form .form-group {

	margin-bottom: 20px;

	margin-top: 20px;

}



.signup-form input {

	background: transparent;

	border-color: var(--borderDark);

	padding: 10px 14px;

	border-radius: 10px;

	font-size: 18px;

	box-shadow: none;

	font-family: Regular;

}



.signup-form .terms-check {

	margin-bottom: 30px;

	font-size: 12px;

	font-family: Regular;

}



.signup-form .terms-check div {

	display: flex;

}



.signup-form .required-fields-text {

	color: var(--secondary);

}



.signup-form #single_terms {

	width: 20px;

	height: 20px;

	margin-right: 10px;

}



.signup-form .form-group-btn {

	text-align: center;

}



.signup-form .form-control:focus {

	background-color: #fff;

	border-color: var(--secondary);

	outline: 0;

	box-shadow: none;

}



.modal-backdrop.show {

	opacity: 0.9;

}



.modal-backdrop {

	background-color: var(--black);

}



/* Waitlist Popup */

#waitlist {

	height: 100vh;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	overflow: auto;

	background-color: rgb(247, 250, 250);

}



.waitlist .waitlist-inner {

	width: 380px;

}



.waitlist .waitlist-inner .close {

	position: absolute;

	top: 20px;

	right: 20px;

	font-size: 30px;

	color: var(--black);

}



.waitlist .has-error .required-fields-text {

	display: none;

}



.waitlist .required-fields-text {

	font-family: Regular;

	color: var(--secondary);

}



.waitlist .waitlist-inner h1 span {

	font-family: Medium;

}



.waitlist .waitlist-inner h1 {

	font-family: Medium;

	font-size: 16px;

	text-align: center;

	margin-top: 40px;

	margin-bottom: 20px;

}



.waitlist .waitlist-inner h2 {

	font-family: Regular;

	font-size: 18px;

	line-height: 1.5em;

	margin: 30px 0;

	padding: 0 10px;

	text-align: center;

}



.waitlist .waitlist-inner .form-group {

	margin-bottom: 20px;

}



.waitlist .waitlist-inner .form-group-btn {

	display: flex;

	justify-content: space-evenly;

}



.waitlist .waitlist-inner .form-group input {

	font-family: Regular;

	height: 50px;

	padding: 10px 20px;

	color: var(--black);

	background-color: var(--white);

	border-radius: 5px;

	border: 1px solid var(--borderDark);

}



.waitlist .waitlist-inner .form-group input:focus {

	box-shadow: none;

	border-color: var(--black);

}



.waitlist .waitlist-inner .form-group input::-moz-placeholder {

	color: var(--black);

}



.waitlist .waitlist-inner .form-group input::-webkit-input-placeholder {

	color: var(--black);

}



.waitlist .waitlist-inner #term-conditions {

	width: 30px;

	height: 25px;

}



.waitlist .waitlist-inner #single_terms {

	width: 30px;

	height: 22px;

}



.waitlist .waitlist-inner .terms-check label {

	font-family: Regular;

	color: var(--black);

}



.waitlist .waitlist-inner .terms-link {

	font-family: Regular;

	color: var(--primary);

	margin-left: 4px;

}



.waitlist .waitlist-inner .submitBtn {

	margin-top: 20px;

}



.waitlist .waitlist-inner .alert-message {

	margin-top: 20px;

	font-family: Regular;

	color: var(--secondary);

}



.waitlist .help-block {

	color: var(--secondary);

	font-family: Regular;

}



.waitlist .has-error input {

	border-color: var(--secondary) !important;

}



/* Waitlist Page */

.waitlist-row {

	align-items: center;

	position: relative;

}



#waitlist-page h1 {

    color: var(--offWhite);

    position: relative;

    z-index: 1;

    line-height: 1;

    font-size: 75px;

    margin-bottom: 25px;

    width: 90%;

    text-shadow: -6px 6px 0 var(--primary);

}



.waitlist-checkboxes input {

    width: 30px;

    height: 22px;

}



.waitlist-checkboxes, .agree-email {

    flex-wrap: wrap;

}



@media(max-width: 767px) {

    #waitlist-page h1 {

        font-size: 40px;

    }

    #waitlist-page {

        width: 100% !important;

        border-radius: 0 !important;

        height: auto !important;

        padding: 30px 0;

    }

    #waitlist-page .waitlist-overlay {

        border-radius: 0;

    }

    #waitlist-page .full-background .waitlist-page-inner {

        padding: 15px;

    }

    #waitlist-page .waitlist-page .waitlist-page-inner .form-group input,

    #waitlist-page .full-background .dropdown-header {

        padding: 10px 10px 10px 15px;

        height: auto;

    }

}



#waitlist-page {

	display: flex;

	flex-direction: column;

	height: calc(100vh - 60px);

    border-radius: 40px;

    width: 95%;

    margin: 35px auto;

    position: relative;

}



.waitlist-overlay {

    position: absolute;

    left: 0;

    top: 0;

    background: rgba(0,0,0,.3);

    backdrop-filter: blur(3px);

    width: 100%;

    height: 100%;

    border-radius: 40px;

}



#waitlist-page .container, #waitlist-page .row {

    height: 100%;

    width: 100%;

    margin: auto;

}



#waitlist-page input::placeholder {

    color: #000;

}



.waitlist-page-wrapper {

	display: flex;

	flex-direction: column;

	justify-content: center;

	height: 70vh;

}



.waitlist-page .waitlist-page-wrapper h3 {

	font-family: Regular;

	font-size: 20px;

	line-height: 1.5em;

	padding: 0 10px;

}



.waitlist-page-inner {

	margin: 30px 0;

}



.waitlist-page .waitlist-page-inner h1 span {

	font-family: Regular;

}



.waitlist-page .waitlist-page-inner h1 {

	font-size: 16px;

	text-align: center;

	margin-top: 20px;

}



.waitlist-page .waitlist-page-inner h2 {

	font-family: Regular;

	font-size: 18px;

	line-height: 1.5em;

	margin: 30px 0;

	padding: 0 10px;

	text-align: center;

}



.waitlist-page .waitlist-page-inner .form-group {

	margin-bottom: 20px;

}



.waitlist-page .waitlist-page-inner .form-group-btn {

	display: flex;

	justify-content: space-evenly;

}



.waitlist-page .waitlist-page-inner .form-group input {

	font-family: Regular;

	height: 50px;

	padding: 10px 20px;

	color: var(--black);

	background-color: var(--white);

	border-radius: 5px;

	border: 1px solid var(--borderDark);

}



.waitlist-page .waitlist-page-inner .form-group input:focus {

	box-shadow: none;

	border-color: var(--black);

}



.waitlist-page .waitlist-page-inner .form-group input::-moz-placeholder {

	color: var(--black);

}



.waitlist-page .waitlist-page-inner .form-group input::-webkit-input-placeholder {

	color: var(--black);

}



.waitlist-page .waitlist-page-inner #term-conditions {

	width: 30px;

	height: 25px;

}



.waitlist-page .waitlist-page-inner #single_terms,

#agree_email {

    width: auto;

    height: auto;

}



#waitlist-page .accept-terms {

    display: flex;

    align-items: flex-start;

    margin: 10px 0;

}



.waitlist-page .waitlist-page-inner .terms-check label {

	font-family: Regular;

	color: #fff;

    font-size: 12px;

}



.waitlist-page .waitlist-page-inner .terms-link {

	font-family: Regular;

	color: var(--secondary);

	margin-left: 4px;

}



.waitlist-page .waitlist-page-inner .submitBtn {

	padding: 10px 36px;

	font-size: 22px;

	margin-top: 20px;

}



.waitlist-page .waitlist-inner .alert-message {

	margin-top: 20px;

	font-family: Regular;

	color: var(--secondary);

}



.waitlist-page #term_conditions-error {

	margin-left: 10px;

}



/*.waitlist-page .help-block {     color: var(--secondary);     font-family: Regular;} .waitlist-page .has-error input {     border-color: var(--secondary) !important;} Signup Page */

#signup-page {

	height: 100vh;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	overflow: auto;

	background-color: rgb(247, 250, 250);

}



.signup-page .signup-page-inner {

	width: 380px;

	margin: 20px 10px;

}



.signup-page .signup-page-inner .close {

	position: absolute;

	top: 20px;

	right: 20px;

	font-size: 30px;

	color: var(--black);

}



.signup-page .signup-page-inner h1 span {

	font-family: Medium;

}



.signup-page .signup-page-inner h1 {

	font-family: Medium;

	font-size: 16px;

	text-align: center;

	margin-top: 40px;

	margin-bottom: 20px;

}



.signup-page .signup-page-inner h2 {

	font-family: Regular;

	font-size: 18px;

	line-height: 1.5em;

	margin: 30px 0;

	padding: 0 10px;

	text-align: center;

}



.signup-page .signup-page-inner .form-group-btn {

	display: flex;

	justify-content: space-evenly;

}



.signup-page .signup-page-inner .form-group {

	margin-bottom: 20px;

}



.signup-page .signup-page-inner .form-group input {

	font-family: Regular;

	height: 50px;

	padding: 10px 20px;

	color: var(--black);

	background-color: var(--white);

	border-radius: 5px;

	border: 1px solid var(--borderDark);

}



.signup-page .signup-page-inner .form-group input:focus {

	box-shadow: none;

	border-color: var(--black);

}



.signup-page .signup-page-inner .form-group input::-moz-placeholder {

	color: var(--black);

}



.signup-page .signup-page-inner .form-group input::-webkit-input-placeholder {

	color: var(--black);

}



.signup-page .signup-page-inner #single_terms {

	width: 30px;

	height: 22px;

}



.signup-page .signup-page-inner .terms-check label {

	font-family: Regular;

	color: var(--black);

}



.signup-page .signup-page-inner .terms-link {

	font-family: Regular;

	color: var(--primary);

	margin-left: 4px;

}



.signup-page .signup-page-inner .submitBtn {

	margin-top: 20px;

}



.signup-page .signup-page-inner .alert-message {

	margin-top: 20px;

	font-family: Regular;

	color: var(--secondary);

}



.signup-page .required-fields-text {

	font-family: Regular;

	color: var(--secondary);

}



.signup-page .help-block {

	color: var(--secondary);

	font-family: Regular;

}



.signup-page .has-error input {

	border-color: var(--secondary) !important;

}



.signup-page .has-error .required-fields-text {

	display: none;

}



.signup-page .signup-page-msg-error {

	background-color: rgba(255, 0, 102, 0.2);

	border-left: 6px solid var(--secondary);

	padding: 15px 5px 15px 10px;

	margin-bottom: 15px;

}



/* preloader */

#loading {

	background-color: #374140;

	height: 100%;

	width: 100%;

	position: fixed;

	z-index: 1;

	margin-top: 0px;

	top: 0px;

}



#loading-center {

	width: 100%;

	height: 100%;

	position: relative;

}



#loading-center-absolute {

	position: absolute;

	left: 50%;

	top: 50%;

	height: 150px;

	width: 150px;

	margin-top: -75px;

	margin-left: -75px;

}



.object {

	width: 20px;

	height: 20px;

	background-color: #fff;

	float: left;

	margin-right: 20px;

	margin-top: 65px;

	-moz-border-radius: 50% 50% 50% 50%;

	-webkit-border-radius: 50% 50% 50% 50%;

	border-radius: 50% 50% 50% 50%;

}



#object_one {

	-webkit-animation: object_one 1.5s infinite;

	animation: object_one 1.5s infinite;

}



#object_two {

	-webkit-animation: object_two 1.5s infinite;

	animation: object_two 1.5s infinite;

	-webkit-animation-delay: 0.25s;

	animation-delay: 0.25s;

}



#object_three {

	-webkit-animation: object_three 1.5s infinite;

	animation: object_three 1.5s infinite;

	-webkit-animation-delay: 0.5s;

	animation-delay: 0.5s;

}



/* phone support */

#phone-support {

	position: fixed;

	height: 60px;

	width: 60px;

	left: 20px;

	bottom: 20px;

	z-index: 999;

	background: var(--secondary);

	backdrop-filter: blur(2px);

	padding: 10px 12px;

	border-radius: 50px;

	display: none;

	align-items: center;

	transition: linear .15s;

	box-shadow: 0px 3px 8px 1px #ffa3c8;

	overflow: hidden;

	justify-content: center;

}



.phone-expand {

	width: 187px;

}



#phone-support i {

	color: #fff;

	font-size: 24px;

}



#phone-support p {

	display: none;

	margin: 0 0 0 10px;

	color: #fff;

	transition: linear .15s;

	letter-spacing: .5px;

	font-size: 18px;

}



#tidio-chat-iframe {

	bottom: 0 !important;

}



/* scrollup */

#scrollUp {

	display: none;

	position: absolute;

	background-color: var(--primary);

	width: 40px;

	height: 40px;

	bottom: 20px;

	right: 20px;

	text-align: center;

	line-height: 37px;

	font-weight: Bold;

	color: var(--white);

	font-size: 30px;

	border: none;

	border-radius: 50%;

	box-shadow: 1px 1px 10px var(--primary);

	-webkit-box-shadow: 1px 1px 10px var(--primary);

	-moz-box-shadow: 1px 1px 10px var(--primary);

	-ms-box-shadow: 1px 1px 10px var(--primary);

	transition: 0.6s;

}



#scrollUp:hover {

	background-color: var(--secondary);

}



/* header */

.main-manu .nav-phone-item a {

	letter-spacing: 1px;

}



#login-btn {

	border-radius: 50px;

	transition: linear .15s;

	color: var(--secondary);

	font-size: 24px;

	padding: 5px 13px;

}



#login-btn:hover {

	background: var(--secondary);

	color: #fff;

}



#login-btn i {

	transition: linear .15s;

}



#login-btn:hover i {

	color: #fff;

}



#header-banner {

	background: var(--secondary);

	text-align: center;

	display: none;

}



#header-banner a {

	width: 100%;

	color: #fff;

	display: block;

	padding: 5px 0;

	transition: linear .15s;

}



#header-banner a:hover {

	background: var(--primary);

	box-shadow: 0px 0px 4px #150b82;

	color: #fff;

}



header {

	z-index: 999;

}



.header-area .header-btn .btn {

	font-size: 24px;

	padding: 5px;

	color: var(--black);

}



.header-area .logo img {

	height: 35px;

}



.logo {

	text-align: center;

}



.header-btn {

	text-align: right;

}



.menu-wrapper {

	justify-content: center;

}



.main-manu,

.logo,

.header-btn {

	width: 33%;

}



.main-manu {

	text-align: left;

}



.main-manu ul {

	display: flex;

	align-items: center;

	gap: 40px;

	padding-left: 0;

}



.main-manu ul li {

	display: inline-block;

	margin: 45px 0px;

	position: relative;

	transition: margin 0.15s ease-out;

}



.menu-divider {

	color: var(--backGround);

	font-weight: 200;

}



.is-sticky .main-manu ul li {

	margin: 15px 0;

}



.main-manu ul li a {

	display: block;

	font-size: 18px;

	padding: 8px 0;

	color: var(--backGround);

	letter-spacing: .05px;

	white-space: nowrap;

	text-transform: lowercase;

	font-weight: 200;

	letter-spacing: .25px;

	position: relative;

	transition: linear .1s;

	margin: 0 10px;

}



.main-manu ul li a:before {

	content: "";

	position: absolute;

	bottom: 7px;

	opacity: 0;

	left: 0;

	height: 2px;

	width: 100%;

	background: var(--backGround);

	border-radius: 50px;

	transition: .10s;

}



.main-manu ul li a:hover:before {

	bottom: 12px;

	opacity: .5;

}



.main-manu ul li.current-menu-item>a>span {

	background-image: var(--primaryGradient);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	-moz-background-clip: text;

	-moz-text-fill-color: transparent;

	-ms-background-clip: text;

	-ms-text-fill-color: transparent;

}



.main-manu ul li ul.submenu {

	position: absolute;

	left: 0;

	top: 110%;

	min-width: 250px;

	background: #fff;

	border-top: 3px solid #00c867;

	-webkit-transition: 0.3s;

	-moz-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);

	-moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);

	box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);

	text-align: left;

	padding: 15px 0;

	visibility: hidden;

	opacity: 0;

}



.main-manu ul li ul.submenu li {

	display: block;

	margin: 0;

}



.main-manu ul li:hover>ul.submenu {

	visibility: visible;

	opacity: 1;

	top: 100%;

	z-index: 999;

}



.main-manu ul li ul.submenu li a {

	padding: 10px 25px;

	text-transform: capitalize;

}



.main-manu ul li ul.submenu li:hover a {

	color: #00c867;

}



/* mainmenu */

.mobile-menu {

	display: none;

}



#mobile-menu {

	display: none;

}



/*.mobile-menu .mean-nav {    visibility: hidden;      opacity: 0;      transition: opacity 0.3s ease;}body.menu-ready .mobile-menu .mean-nav {  visibility: visible;  opacity: 1;}*/

.mobile-login {

	display: none;

}



.header-area {

	position: fixed;

	width: 100%;

	padding: 0;

	top: 0;

	background: var(--dpprimary);

	z-index: 10;

}



.mean-container .mean-nav ul {

	height: 100vh;

}



.menu-header-menu-container ul>li:nth-last-of-type(-n + 3) {

	display: none;

}



.mean-container a.meanmenu-reveal {

	padding: 0;

	color: var(--dpsecondary);

	margin-top: 0;

	border: none;

	margin-left: 0;

	top: 0px;

	position: relative !important;

	font-size: 30px !important;

	transition: none;

	max-width: 28px;

}



.mean-container .mean-nav ul li a {

	text-transform: initial;

	justify-content: center;

}



.mean-container a.meanmenu-reveal span {

	background: var(--dpsecondary);

}



.mobile-menu .mean-nav a {

	background: var(--backGround);

	color: var(--primary);

	padding: 10px 15px;

	border-radius: 50px;

	margin-bottom: 0;

}



.mobile-menu .mean-nav .mobile-outline a {

	text-align: center;

	align-items: center;

	padding: 10px 15px;

	border: 2px solid var(--backGround);

	border-radius: 50px;

	margin-bottom: 0;

	background: none;

	color: var(--backGround);

}



.mobile-menu .mobile-login a {

	background: none;

	border: none;

	color: var(--backGround);

}



.mean-nav ul .fa-solid {

	margin-right: 5px;

}



.footer-logo {

	margin: auto;

	display: block;

	width: 300px;

	border-bottom: 2px solid var(--primary);

	padding: 0 30px 10px;

	margin-bottom: 50px;

}



/* sticky */

#sticky-wrapper {

	background-attachment: fixed;

	width: 100%;

	left: 0;

	top: 0;

	z-index: 99;

	height: auto !important;

}



.is-sticky .header-area {

	background: var(--primary);

}



/* footer */

.footer-logo {

	margin: auto;

	display: block;

	width: 300px;

	border-bottom: 2px solid var(--secondary);

	padding: 0 30px 10px;

	margin-bottom: 50px;

}



.footer-small-text {

	margin: 50px auto 0 auto;

	width: 70%;

	display: none;

}



.footer-small-text p {

	font-size: 13px;

	line-height: 1;

	color: #aaa;

}



.footer-about {

	margin-bottom: 50px;

}



#media_image-2 img {

	max-width: 350px;

	max-height: 100px;

}



.footer-imgg {

	width: 100%;

	background-position: bottom;

	background-repeat: no-repeat;

	background-size: cover;

	padding: 100px 100px 80px;

	background: var(--creamWhite);

}



.footer-imgg .footer-area {

	margin-bottom: 40px;

}



.footer-text>img {

	margin-bottom: 30px;

}



.footer-text {

	width: 75%;

}



.footer-text h3 {

	font-size: 16px;

	margin-bottom: 24px;

	font-family: Bold;

	color: var(--black);

}



.footer-text p {

	padding-right: 25px;

	font-family: 'urbane-rounded';

	color: #000;

	font-size: 16px;

}



.footer-widget h3 {

	font-size: 18px;

	margin-bottom: 10px;

	font-family: 'urbane-rounded';

	color: var(--black);

	font-weight: 600;

}



.footer-widget ul li {

	margin-bottom: 5px;

	letter-spacing: normal;

}



.footer-widget ul li a {

	font-family: 'urbane-rounded';

	color: #000;

	font-size: 15px;

	line-height: 1;

}



.footer-widget ul li a:hover {

	color: var(--primary);

	background-image: var(--primaryGradient);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	-moz-background-clip: text;

	-moz-text-fill-color: transparent;

}



.copyright-area {

	margin-top: 40px;

	display: none;

}



.copy-right-border {

	padding: 30px 0;

	border-top: 1px solid #ddd;

}



.copy-right-border {

	padding: 40px 0;

	border-top: 1px solid #ddd;

}



.copy-right>p {

	text-align: center;

	margin-bottom: 10px;

	font-family: 'urbane-rounded';

	font-size: 18px;

	text-transform: uppercase;

	color: var(--black);

	letter-spacing: 0.2em;

	word-spacing: 4px;

	line-height: 40px;

}



.copy-right-logo {

	margin-top: 50px;

}



.copy-right-logo img {

	max-width: 100%;

	max-height: 286px;

	width: auto !important;

	display: block;

	margin: 0 auto;

}



.footer-menu>ul li {

	display: inline-block;

	margin-left: 30px;

}



.footer-menu ul li a {

	font-size: 14px;

	color: #8d96a2;

	text-transform: uppercase;

}



/* Hero Banner : Start */

.hero-banner {

	padding: 40px 0 30px;

}



.archive-wrapper .hero-banner,

.single-post .hero-banner,

.blogs-wrapper .hero-banner,

.search-results .hero-banner,

.page-template-default .hero-banner {

	padding: 40px 0 30px;

}



.hero-banner-wrapper .page-title {

	color: var(--primary);

	font-size: calc(2.1vw + 2.5em);

	line-height: 1;

}



.hero-banner-wrapper .hero-banner-content {

	margin: 10px 0;

	font-size: calc(0.8vw + 0.6em);

	line-height: 1.6;

	font-size: 25px;

	color: var(--primary);

	font-family: "urbane-rounded";

}



#home-hero-btn-options {

	position: absolute;

	z-index: 5;

	left: 50%;

	transform: translateX(-50%);

	background: rgba(255, 255, 255, .5);

	padding: 20px;

	border-radius: 10px;

	width: 800px;

	backdrop-filter: blur(5px);

	box-shadow: 0 0px 3px #c5c5c5;

}



#home-hero-btn-options a {

	background: #fff;

	margin: 5px;

}



#home-hero-btn-options a:hover {

	background: var(--secondary);

}



.hero-banner-wrapper a {

	margin: 37px 0;

}



/* Hero Slider */

.hero-slider {

	padding: 20px 4vw 60px;

}



.hero-slider-wrapper {

	display: flex;

}



.hero-slider-card {

	position: relative;

}



.hero-two-carousel .owl-dots,

.hero-carousel .owl-dots {

	text-align: center;

	background-color: #ffd9e8;

	border-radius: 20px;

	display: inline-flex;

	width: auto;

	flex-direction: row;

	margin: 20px auto;

	padding: 10px;

	justify-content: center;

}



.hero-two-carousel .owl-dots button.owl-dot,

.hero-carousel .owl-dots button.owl-dot {

	width: 15px;

	height: 15px;

	border-radius: 50%;

	display: inline-block;

	background: rgba(255, 0, 102, 0.4);

	margin: 0 3px;

}



.hero-two-carousel .owl-dots button.owl-dot.active,

.hero-carousel .owl-dots button.owl-dot.active {

	background-color: rgba(255, 0, 102, 1);

}



.hero-two-carousel .owl-dots button.owl-dot:focus,

.hero-carousel .owl-dots button.owl-dot:focus {

	outline: none;

}



.msg-card-wrapper {

	position: absolute;

	bottom: 20px;

}



.msg-card {

	width: 60%;

	border-radius: 10px;

	padding: 10px;

	display: flex;

	flex-direction: column;

	font-family: ITCMd;

	font-size: 10px;

}



.msg-card.card-dark {

	background-color: rgba(100, 100, 100, 0.5);

	color: var(--white);

}



.msg-card.card-light {

	background-color: rgba(255, 255, 255, 0.4);

}



.msg-card-top {

	display: flex;

	justify-content: space-between;

}



.msg-card.card-dark p {

	color: var(--white);

}



.msg-card-body p {

	font-family: Larsseit;

	font-size: 13px;

	margin-bottom: 0;

	margin-top: 10px;

	text-align: left;

	line-height: 1em;

}



.msg-card.card-right {

	float: right;

	margin-right: 20px;

	margin-bottom: 10px;

}



.msg-card.card-left {

	margin-left: 20px;

	margin-bottom: 10px;

}



.hero-slider-lable {

	position: absolute;

	top: 60px;

	background-color: rgba(0, 0, 0, 0.2);

	padding: 20px;

	right: 0;

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

}



.hero-slider-lable p {

	text-align: left;

	font-size: 12px;

	font-family: "light";

	margin-bottom: 0;

	color: var(--white);

}



.hero-slider-lable h4 {

	font-family: Bold;

	font-size: 30px;

	margin: 0;

	color: var(--white);

}



.hero-slider-star {

	position: absolute;

	bottom: 20px;

	font-size: 24px;

	color: var(--white);

	left: 20px;

}



.hero-slider-video {

	position: absolute;

	bottom: 20px;

	left: 40px;

	display: flex;

	justify-content: center;

	background-color: rgba(150, 150, 150, 0.5);

	padding: 20px 40px;

	border-radius: 10px;

	text-align: center;

}



.hero-slider-called {

	position: absolute;

	top: 30px;

	right: 20px;

}



.hero-slider-called img {

	width: 120px;

}



.hero-slider-video span {

	width: 60px;

	display: flex;

	height: 60px;

	border-radius: 50%;

	background-color: rgba(0, 0, 0, 0.5);

	color: #fff;

	font-size: 20px;

	align-items: center;

	justify-content: center;

	margin-right: 10px;

}



/********** HomePage #Start **************/

.hero-overlay {

	position: absolute;

	width: 100%;

	height: 100%;

	background: linear-gradient(to right, #eaeff4, transparent 70%);

	left: 0;

	top: 0;

}



#hero .row {

	position: relative;

}



#hero {

	padding: 50px 0;

	margin-top: -24px;

	position: relative;

	transition: background-image 2s ease-in-out;

	background-position: 100% 15%;

	background: var(--backGround);

}



/* med search test */

.med-search-box {

	background: var(--backGround);

	text-align: center;

	padding: 40px 20px;

	border-radius: 10px;

	margin-top: 30px;

	position: relative;

}



#searchResults {

	position: absolute;

	top: calc(100% - 10px);

	display: flex;

	flex-wrap: wrap;

	background: #fff;

	padding: 20px 40px;

	border: 2px solid var(--primary);

	width: 80%;

	border-radius: 20px;

	left: 50%;

	transform: translateX(-50%);

	height: 400px;

	overflow-x: auto;

	justify-content: center;

	box-shadow: 0 3px 6px #999;

}



.search-result-item {

	width: 200px;

	text-align: center;

	background: var(--backGround);

	border-radius: 10px;

	margin: 0 5px 10px;

	align-self: flex-start;

	transition: linear .1s;

}



.search-result-item:hover {

	transform: translateY(-4px);

	box-shadow: 0 1px 5px #aaa;

}



.search-result-item a {

	width: 100%;

	height: 100%;

	display: block;

	padding: 20px;

}



.search-result-item img {

	width: 60%;

	margin-bottom: 10px;

}



#searchResults .specialty {

	font-size: 12px;

	margin-bottom: 5px;

	color: var(--primary);

}



#searchResults .med-name {

	font-size: 14px;

	line-height: 1.2;

	margin-bottom: 5px;

}



#searchInput {

	padding: 10px 20px;

	border: none;

	border-radius: 5px;

	font-size: 18px;

	width: 350px;

}



.med_price {

	margin-bottom: 0;

}



/* Services */

.services {

	text-align: center;

}



.services-card-wrapper {

	margin: 58px 0px;

}



.row.services-card-wrapper {

	margin-left: -8px;

	margin-right: -8px;

}



.row.services-card-wrapper>div {

	padding-left: 8px;

	padding-right: 8px;

}



.services-card .services-card-title {

	color: var(--black);

	margin-top: 36px;

	margin-bottom: 10px;

	font-family: Bold;

	font-size: 28px;

	letter-spacing: -1.5px;

}



.services-card p {

	color: var(--lightBlack);

	margin-top: 0;

	font-family: Medium;

	font-size: 20px;

	line-height: 24px;

	letter-spacing: -0.8px;

	margin-bottom: 22px;

}



.services-card>a {

	width: 80%;

	margin-top: 20px;

}



.services-card img {

	border-radius: 20px;

}



/* FQA's */

.no-arrow-button:After {

	display: none;

}



.faqs {

	background: var(--primary);

}



#faqs h2 {

	text-align: center;

	margin-top: 60px;

	margin-bottom: 40px;

	color: var(--backGround);

}



.faq-wrapper .accordion {

	margin-bottom: 60px;

}



#faqs .faq-wrapper .accordion .accordion-item {

	margin-bottom: 15px;

	border-radius: 10px;

	background: none;

	border: none;

}



.faq-wrapper .accordion .accordion-item .accordion-header {

	border: none;

}



.services-card img {

	border-radius: 20px;

	background: var(--backGround);

}



#faqs .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed {

	background-color: var(--backGround);

	border: none;

	border-radius: 50px;

	padding: 15px 30px;

	font-size: 20px;

	line-height: 34px;

	color: var(--primary);

}



.faq-wrapper .accordion .accordion-item .accordion-collapse {

	border: none;

	margin: 0;

	background: var(--backGround);

	padding: 0 30px;

	border-radius: 0 0 20px 20px;

}



.faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {

	background-color: var(--backGround);

	border-bottom-width: 0;

	box-shadow: none;

	color: var(--primary);

	padding: 15px 30px;

	background-size: 16px;

	font-size: 20px;

	line-height: 36px;

	border-radius: 20px 20px 0 0;

}



.faq-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {

	background-size: 82%;

	background-position-x: center;

	background-position-y: center;

	border-radius: 50%;

	background-color: var(--secondary);

	width: 45px;

	height: 45px;

	/*box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);     -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);     -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);     -ms-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);    */

	background-size: 16px;

	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;

}



.faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {

	background-color: var(--secondary);

	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;

	box-shadow: none;

}



.faq-wrapper .accordion .accordion-item .accordion-body {

	padding: 20px 0;

}



.faq-wrapper .accordion .accordion-item .accordion-body p {

	color: var(--primary);

	font-size: 18px;

	line-height: 30px;

	margin-top: 20px;

	font-weight: 300;

}



.faqs-other-wrapper-btn {

	margin-bottom: 80px;

}



.faqs-other-wrapper p {

	font-family: Larsseit;

	font-size: 20px;

	line-height: 36px;

	margin-bottom: 30px;

	letter-spacing: -0.02em;

}



.faqs-other-wrapper p.strong {

	font-size: 30px;

}



.faqs-other-wrapper p span {

	margin-bottom: -20px;

	display: block;

	font-family: Medium;

	font-size: 18px;

}



.faq-wrapper .faq-second-title {

	margin-bottom: 30px;

}



.faqs-other-wrapper ul {

	margin-left: 30px;

	font-family: Larsseit;

}



.faqs-other-wrapper ul li {

	margin-bottom: 15px;

	flex-direction: revert;

	display: flex;

	align-items: baseline;

	font-family: Larsseit;

	font-size: 20px;

	line-height: 36px;

	letter-spacing: -0.02em;

}



.faqs-other-wrapper ul li::before {

	content: "\2022";

	color: var(--secondary);

	margin-right: 1em;

	font-size: 170%;

}



hr:not([size]) {

	margin: 0;

}



/* Recent Blogs */

/* .recent-blogs {     margin: 120px 100px 130px;} */

.recent-blog-inner {

	display: flex;

	justify-content: space-between;

	margin-bottom: 60px;

	align-items: flex-end;

	align-items: center;

}



.recent-blog-inner .page-title {

	margin-bottom: 0px;

}



.recent-blog-flex {

	display: flex;

	flex-direction: column;

	flex: 1;

	gap: 30px;

}



.recent-blog-wrapper {

	display: flex;

	gap: 30px;

}



.recent-blog-card {

	background-color: var(--backGround);

	padding: 20px;

	border-radius: 25px;

	height: 100%;

}



.recent-blog-card-desc {

	padding: 3vw 20px 20px 2vw;

}



.recent-blog-card img {

	border-radius: 12px;

	object-fit: cover;

}



.recent-blog-card h3 {

	font-family: Regular;

	color: var(--black);

	font-size: calc(1vw + 0.5em);

	line-height: calc(1.5vw + 0.5em);

}



.recent-blog-card p {

	font-family: Regular;

	color: var(--black);

	font-size: calc(0.9vw + 0.1em);

	line-height: calc(1.5vw + 0.4em);

	margin-bottom: 3vw;

}



.recent-blog-card a {

	margin: 20px 0;

	font-size: 18px;

	padding: 14px 35px;

}



.recent-blog-card.horizontal {

	display: flex;

	margin-right: 0;

	height: 100%;

	align-items: center;

}



.recent-blog-card.horizontal img {

	height: 100%;

	width: 50%;

}



.recent-blog-card.horizontal>* {

	width: 50%;

}



.recent-blog-card.horizontal .recent-blog-card-desc {

	padding-top: 0;

}



/* Video Testimonials */

.video-testimonials .page-title {

	text-align: center;

}



.video-testimonials-card-wrapper {

	margin: 75px 0px 55px;

}



.video-testimonials-card {

	margin-bottom: 10px;

	position: relative;

}



.video-testimonials-card-inner video {

	width: 100%;

	border-radius: 10px;

}



.video-testimonials-modal video {

	width: 100%;

	height: 90vh;

}



.video-testimonials-inner {

	position: absolute;

	bottom: 20px;

	left: 12px;

	display: flex;

	align-items: center;

}



.video-testimonials-play {

	width: 50px;

	height: 50px;

	background-color: var(--white);

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

	margin: 0;

	font-size: 10px;

}



.video-testimonials-inner span {

	margin-left: 10px;

	font-family: Medium;

	font-size: 10px;

	text-transform: uppercase;

	color: var(--white);

}



.video-testimonials-card img {

	border-radius: 10px;

}



/* Featured Products */

.featured-products .page-title {

	text-align: center;

}



.featured-products-card-wrapper {

	margin-block: 40px;

}



.featured-products-card {

	margin-bottom: 10px;

	position: relative;

	background-color: var(--white);

	border-radius: 10px;

	border: none !important;

	border-width: 1px;

	border-style: solid;

	padding: 30px 30px 15px 30px;

	display: flex;

	flex-direction: column;

	align-items: center;

	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);

}



a.featured-products-card-right:hover {

	background: #eaeff4;

}



.featured-products-card img {

	width: auto;

	margin-top: 40px;

	margin-bottom: 30px;

	height: 250px;

}



.featured-products-card-sale {

	position: absolute;

	font-size: 12px !important;

	padding: 4px 15px !important;

	left: 25px !important;

	min-width: 0px !important;

}



.featured-products-card-inner {

	display: flex;

	justify-content: space-between;

	align-items: center;

	height: 70px;

	min-width: 100%;

}



.featured-products-card-inner h3 {

	font-size: 20px;

	letter-spacing: -0.03em;

	color: var(--black);

}



.featured-products-card-inner p {

	color: var(--secondary);

	margin: 0;

	font-size: 14px;

	letter-spacing: -0.03em;

}



.featured-products-card-right {

	min-width: 50px;

	height: 50px;

	border-radius: 50%;

	border: 1px solid var(--border);

	display: flex;

	align-items: center;

	justify-content: center;

	color: var(--black);

}



/* Client Testimonials */

.client-testimonials .page-title {

	text-align: center;

}



.client-testimonials-wrapper {

	width: fit-content;

	margin-bottom: 60px;

	margin-top: 80px;

}



.client-testimonials-card-wrapper {

	background-color: var(--backGround);

	border-radius: 25px;

	padding: 50px;

}



.client-testimonials-card h3 {

	font-family: Medium;

	font-size: 25px;

	line-height: 25px;

	color: var(--black);

	margin-bottom: 30px;

}



.client-testimonials-card p {

	font-family: Regular;

	font-size: 20px;

	line-height: 35px;

	letter-spacing: -0.02em;

}



.client-testimonials-card-inner {

	display: flex;

	justify-content: space-between;

	margin-top: 20px;

}



.client-testimonials-card-inner span {

	font-family: Medium;

	font-size: 20px;

	line-height: 35px;

}



.client-testimonials-stars {

	font-size: 20px;

	color: var(--secondary);

}



/* What We Do */

.what-we-do .page-title {

	text-align: center;

}



.what-we-do-card-wrapper {

	margin-top: 40px;

	margin-bottom: 0;

}



.what-we-do-card {

	margin-bottom: 30px;

	background-color: var(--white);

	border-radius: 25px;

	border: none !important;

	border-width: 1px;

	border-style: solid;

	padding: 15px;

	display: flex;

	align-items: center;

	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);

}



.what-we-do-card img {

	width: 48%;

	border-radius: 15px;

}



.what-we-do-card-inner {

	display: flex;

	flex-direction: column;

	padding: 30px 35px;

}



.what-we-do-card-inner h3 {

	font-size: calc(1vw + 0.6em);

	letter-spacing: -0.04em;

	color: var(--black);

	margin-bottom: 1.5vw;

}



.what-we-do-card-inner p {

	font-family: Regular;

	font-size: 18px;

	line-height: 24px;

	margin-bottom: 2vw;

	color: var(--lightBlack);

	/*font-size: calc(1vw + 0.1em);    */

	/*line-height: calc(1.5vw + 0.5em);    */

}



.what-we-do-card-inner a {

	font-family: Medium;

	font-size: 18px;

	align-self: flex-start;

	padding: 14px 35px;

}



/* About US */

/* .about {} */

#about {

	padding-bottom: 70px;

}



.about-wrapper {

	align-items: center;

}



.about-inner {

	margin: 10px 0;

}



.about-wrapper .about-inner .page-title {

	margin-top: -35px;

	margin-bottom: 20px;

}



.about-wrapper .about-inner .page-subtitle {

	font-size: 24px;

	font-family: Medium;

	letter-spacing: -0.65px;

	line-height: 1.6;

	margin-bottom: 26px;

}



.about-wrapper .about-inner p {

	font-family: Larsseit;

	margin-bottom: 20px;

	letter-spacing: -0.2px;

	padding-right: 25px;

	font-size: 20px;

}



.about-wrapper .about-inner .btn {

	margin-top: 30px;

}



.about-mobo-wrapper {

	position: relative;

}



.about-mobo-inner {

	position: absolute;

	bottom: 50px;

	left: -90px;

	background-color: rgba(230, 230, 230, 0.8);

	width: 250px;

	border-radius: 10px;

	border: 1px solid var(--border);

	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);

	-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);

	-moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);

	-ms-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);

	padding: 18px;

}



.about-mobo-header {

	display: flex;

	justify-content: space-between;

	font-size: 8px;

	font-family: Larsseit;

}



.about-mobo-body {

	margin: 30px 0;

}



.about-mobo-body h3 {

	margin-top: 30px;

	font-size: 22px;

	font-family: "light";

}



.about-mobo-body h4 {

	margin-top: 30px;

	font-size: 16px;

	font-family: Medium;

}



.about-mobo-body p {

	margin-top: 30px;

	font-family: "light";

	font-size: 10px;

	line-height: 1.6em;

}



.about-mobo-card {

	display: flex;

	justify-content: space-between;

	background-color: var(--white);

	margin-bottom: 10px;

	border-radius: 5px;

	padding: 10px 16px;

	border-top: 2px solid var(--secondary);

	align-items: center;

}



.about-mobo-card p {

	font-size: 9px;

	font-family: "light";

	margin: 0;

}



.about-mobo-card i {

	font-size: 9px;

}



.about-scale-wrapper {

	background-color: var(--white);

	border-radius: 25px;

	padding: 35px;

	text-align: center;

	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);

}



#weight_info {

	font-size: 16px;

	line-height: 1.1;

}



.about-scale-top {

	padding: 30px;

	border-radius: 15px;

	background: var(--primary);

	position: relative;

	display: flex;

	flex-direction: column;

	align-items: center;

}



.about-scale-top::after {

	content: "";

	position: absolute;

	z-index: 1;

	background: #fff;

	width: calc(100% - 5px);

	height: calc(100% - 5px);

	top: 2.5px;

	left: 2.5px;

	border-radius: 13px;

}



.about-scale-top p {

	font-family: Regular;

	font-size: 22px;

	margin-top: 0px;

	position: relative;

	position: relative;

	z-index: 10;

	background: var(--primaryGradient);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	padding-right: 2px;

	display: inline-block;

}



.about-scale-top h3 {

	font-family: Regular;

	color: var(--secondary);

	font-size: 80px;

	line-height: 1;

	position: relative;

	z-index: 10;

	background: var(--primaryGradient);

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	padding-right: 2px;

	display: inline-block;

}



.about-scale-progress-bar .custom-range {

	width: 100%;

}



.about-scale-progress-bar {

	padding: 50px 0;

}



.about-scale-bottom h4 {

	font-family: Regular;

	font-size: 75px;

	line-height: 70px;

	color: var(--black);

}



.about-scale-bottom p {

	font-family: Medium;

	font-size: 24px;

	margin-bottom: 25px;

}



.about-features-wrapper {

	padding: 20px 0;

	display: flex;

	flex-wrap: wrap;

}



.about-features-card {

	margin-bottom: 10px;

	flex: 1 0 50%;

}



.about-features-card span {

	font-size: 18px;

	line-height: 40px;

	font-family: Medium;

}



.about-features-card i {

	color: var(--green);

	margin-right: 5px;

	font-size: 20px;

}



/* Icon Tray */

.icon-tray {

	/* padding: 120px 100px 145px;     */

}



.icon-tray-wrapper {

	display: flex;

	flex-direction: row;

	/* This keeps the cards in a row */

	justify-content: space-between;

}



.icon-tray-card {

	display: flex;

	flex-direction: column;

	/* This will stack the icon and text vertically */

	align-items: center;

	/* This will center the icon and text horizontally */

}



.icon-tray-card p {

	margin: 0;

	font-family: Medium;

	font-size: 20px;

}



.icon-tray-card img {

	height: 50px;

	margin-bottom: 20px;

}



/* Video Review */

.vn-video-review-row {

	padding: 75px 0 0;

	align-items: center;

	position: relative;

	align-items: center;

}



#blueBlob {

	position: absolute;

	height: 60%;

	width: 96%;

	background: #fff;

	border-radius: 25px;

	transform: translate(-50%, -50%);

	top: 64%;

	left: 50%;

	z-index: 0;

	padding: 30px;

	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);

	border-radius: 20px;

}



.vn-video-review-row .col-lg-7 {

	z-index: 1;

}



.vn-video-review {

	position: relative;

}



.vn-video-review video {

	position: relative;

	z-index: 1;

	border-radius: 30px;

}



.vn-video-review-row p {

	font-size: 26px;

	line-height: 1.4;

}



.vid-review-content {

	padding: 0 0 0 60px;

}



.vid-review-person {

	margin-bottom: 0;

}



.vid-review-stars {

	color: var(--secondary);

	font-size: 20px;

}



#playPauseBtn {

	position: absolute;

	bottom: 10%;

	left: 50%;

	transform: translateX(-50%);

	border: none;

	background: rgba(255, 255, 255, .2);

	color: #fff;

	font-size: 36px;

	padding: 5px 15px 5px 18px;

	border-radius: 50px;

	backdrop-filter: blur(3px);

	text-align: center;

	transition: linear .1s;

	z-index: 2;

}



#playPauseBtn:hover {

	background: rgba(255, 255, 255, .5);

}



#playPauseBtn i {

	width: 33px;

}



/* USPs */

.usps {

	/* padding: 120px 100px 145px;     */

}



.usps-wrapper {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

}



.usps-card p {

	margin: 0;

	font-family: Medium;

	font-size: 20px;

}



.usps-card img {

	height: 50px;

	margin-bottom: 20px;

}



/* Middle Banner */

.services-slider .owl-stage,

.pricing-slider .owl-stage,

.product-slider .owl-stage {

	display: flex;

}

.product-slider .owl-item {
    opacity: 0;
}
.product-slider .owl-item.active {
    opacity: 1;
}



.name-carousel .owl-stage,

.wl-product-slider .owl-stage,

.skincare-carousel .owl-stage,

.product-temp-carousel .owl-stage {

	display: flex;

	cursor: grab;

}



@media(max-width: 575px) {



	.services-slider .owl-stage,

	.pricing-slider .owl-stage,

	.product-slider .owl-stage {

		cursor: grab;

	}

}



@media(max-width: 600px) {



	.services-slider .owl-stage,

	.owl-stage-outer {

		overflow-x: hidden;

	}

}



.middle-banner-card,

.pricing-scroller-card {

	height: 100%;

	border-radius: 15px;

	background: var(--backGround);

	padding: 30px;

	display: flex;

	flex-wrap: wrap;

}



.middle-banner-card p {

	font-size: 15px;

	line-height: 1.3

}



.middle-banner-card a,

.pricing-scroller-card .pricing-link {

	width: 100%;

	background: var(--secondary);

	border: 2px solid var(--secondary);

	text-align: center;

	align-self: flex-end;

	color: #fff;

	border-radius: 50px;

	padding: 10px 0;

	transition: linear .1s;

	display: block;

}



.pricing-scroller-card .pricing-link:hover {

	cursor: auto;

}



.middle-banner-card a:hover {

	background: transparent;

	color: var(--secondary);

}



#pricing-scroller h2 {

	text-align: center;

	margin-bottom: 40px;

}



#middle-banner .owl-item {

	width: 450px;

}



#middle-banner .first-card {

	border: none;

	background-size: cover;

	background-position: 45%;

}



#middle-banner .first-card h4 {

	color: #000;

	font-size: 24px;

}



#middle-banner .first-card a {

	background: #fff;

	color: #000;

	border: none;

	border: 2px solid #000;

}



#middle-banner .first-card a:hover {

	background: #000;

	color: #fff;

}



#middle-banner .owl-prev,

.pricing-slider .owl-prev {

	position: absolute;

	left: 25px;

	/* Adjust as needed */

	top: 50%;

	transform: translateY(-50%);

}



#middle-banner .owl-next,

.pricing-slider .owl-next {

	position: absolute;

	right: 25px;

	/* Adjust as needed */

	top: 50%;

	transform: translateY(-50%);

}



#middle-banner button.owl-prev.disabled,

#middle-banner button.owl-next.disabled,

.pricing-slider button.owl-prev.disabled,

.pricing-slider button.owl-next-disabled {

	display: none;

}



#middle-banner .owl-nav button,

.pricing-slider .owl-nav button {

	background: rgba(0, 0, 0, .7);

	color: #fff;

	padding: 10px 20px;

	border: none;

	border-radius: 100px;

	font-size: 24px;

	transition: linear .1s;

}



#middle-banner .owl-nav button:hover,

.pricing-slider .owl-nav button:hover {

	background: rgba(0, 0, 0, .9);

}



.middle-banner,

.pricing-slider,

.product-slider {

	padding-inline: 100px;

	position: relative;

}



.middle-banner-wrapper>div:first-child .middle-banner-card-header {

	width: 55%;

}



.middle-banner-card,

.pricing-scroller-card {

	position: relative;

	overflow: hidden;

	margin-bottom: 20px;

}



.middle-banner-card img,

.pricing-scroller-card img {

	border-radius: 10px;

}



.pricing-scroller-card img {

	margin-bottom: 20px;

}



.middle-banner-card-header {

	position: absolute;

	top: 0;

	padding: 30px;

	width: 65%;

}



.middle-banner-wrapper div:nth-child(2) .middle-banner-card-header h4 {

	color: var(--white);

}



.middle-banner-card-header h4 {

	font-family: "light";

	font-size: 40px;

	letter-spacing: -0.03em;

	margin-bottom: 56px;

	color: var(--black);

}



.middle-banner-card-footer {

	position: absolute;

	bottom: -5px;

	left: 30px;

	overflow: hidden;

}



.middle-banner-card-footer img {

	border-radius: 0;

	width: 160px;

}



.pricing-slider .price {

	width: 100%;

	margin: 0;

}



.pricing-slider .description {

	font-size: 16px;

	line-height: 1.3;

	margin: 0;

}



.pricing-slider .safety {

	width: 100%;

	color: #999;

	margin: 10px 0;

	text-decoration: underline;

	font-size: 14px;

}



.pricing-slider .safety:hover {

	color: var(--primary);

}



.pricing-slider .price-divider {

	margin: 10px 0;

	height: 1px;

	background: #ddd;

	width: 100%;

}



/* Medical Experts */

.medical-experts {

	padding: 80px 100px 160px;

}



.medical-experts-round {

	width: 120px;

	height: 120px;

	background-color: var(--white);

	border-radius: 50%;

	display: flex;

	align-items: center;

	border: 1px solid var(--white);

	justify-content: center;

	cursor: pointer;

	box-shadow: 1px 1px 3px 0px #ddd;

}



.medical-experts-round:hover {

	border-color: #fff;

	background-color: #fff;

	box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.2);

}



.medical-experts-round.bg-color-transparant {

	box-shadow: none;

	border: 1px solid var(--borderDark);

}



.medical-experts-right-inner {

	padding-left: 18px;

}



.medical-experts-right-inner h4 {

	color: var(--black);

	font-size: 24px;

	font-family: Medium;

	margin: 20px 0 50px;

	line-height: 42px;

	max-width: 500px;

}



.medical-experts-img-wrapper {

	/* padding-right: 95px;     */

	padding-right: 5vw;

}



.medical-experts-round-wrapper {

	display: flex;

	gap: 16px;

	margin-top: 26px;

}



.medical-experts-inner {

	display: flex;

	border-radius: 10px;

	border-radius: 30px;

	overflow: hidden;

}



.medical-experts-inner .page-title {

	padding-top: 32px;

}



.owl-item .medical-experts-inner img {

	width: 50% !important;

	object-fit: cover;

}



.medical-experts-inner>* {

	width: 50% !important;

}



.medical-experts-img-inner {

	padding: 3vw;

	display: flex;

	flex-direction: column;

	justify-content: center;

	/* background: #d0d5d8db;     */

	backdrop-filter: blur(50px);

	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);

	background: url(assets/images/expertTextBg.jpg);

	background-position: center;

	background-size: cover;

	background-repeat: no-repeat;

}



.medical-experts-img-inner h3 {

	font-family: "Light";

	margin-bottom: 10px;

	font-size: 30px;

	letter-spacing: 1px;

}



.medical-experts-img-inner p {

	font-family: Larsseit;

	margin-bottom: 4px;

	font-size: 20px;

	letter-spacing: -0.56px;

	line-height: 34px;

}



/* Why VeriNew */

#why-verinew h2 {

	text-align: center;

}



.why-verinew {

	position: relative;

	padding: 89px 45px 80px calc(5vw + 1em);

}



.why-verinew-wrapper {

	padding-left: 0;

	margin-top: -20px;

	padding-right: 60px;

	background-repeat: no-repeat;

	background-position: top right;

	position: relative;

	z-index: 5;

}



.why-verinew-wrapper::after {

	height: 200px;

	width: 200px;

	position: absolute;

	background-color: var(--green);

	content: "";

	top: 0px;

	right: 0px;

	border-radius: 50%;

	z-index: -1;

	filter: blur(50px);

}



.why-verinew-inner {

	display: flex;

	flex-wrap: wrap;

	flex-direction: row;

	justify-content: center;

	border-radius: 30px;

	margin-top: 70px;

	padding: 10px 0;

	position: relative;

	z-index: 6;

	overflow: hidden;

}



.why-verinew-card i {

	position: absolute;

	top: 30px;

	left: 50%;

	transform: translateX(-50%);

	font-size: 24px;

	background: #6ad28b;

	padding: 10px 12px;

	border-radius: 50px;

	color: #fff;

}



.why-verinew-inner::after {

	height: 200px;

	width: 200px;

	position: absolute;

	background-color: #fe096c;

	content: "";

	transform: translate(60px, -70px);

	top: 0px;

	right: 0px;

	border-radius: 50%;

	filter: blur(50px);

	opacity: 0.8;

	display: none;

}



.why-verinew-card {

	position: relative;

	padding: 100px 20px 20px;

	width: 32%;

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	text-align: center;

	font-family: Medium;

	margin: 0 5px 10px 5px;

	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);

	border-radius: 10px;

}



.why-verinew-card span {

	padding: 42px 30px 36px;

}



.why-verinew-card.card-dark {

	background-color: #fff;

}



.why-verinew-card.card-dark span,

.why-verinew-card.card-light span {

	padding: 30px 30px 27px;

}



.why-verinew-card.card-light {

	background-color: #fff;

}



.why-verinew-card span {

	font-size: 20px;

	position: relative;

	letter-spacing: -0.8px;

}



.why-verinew-card span:nth-of-type(1) {

	display: flex;

	flex: 2;

	padding-left: 80px;

	padding-block: 10px;

}



.why-verinew-card:first-child {

	border-top-left-radius: 10px;

	border-top-right-radius: 10px;

	background-color: #fbfbfb;

	display: none;

}



.why-verinew-card:first-child span img {

	max-height: 43px;

	width: auto;

}



.why-verinew-card:last-child {

	border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;

	border: none;

}



.why-verinew-card:first-child span:nth-of-type(1) {

	font-family: Bold;

	font-size: 28px;

	letter-spacing: -1.5px;

}



.why-verinew-card span:nth-of-type(2) {

	text-align: center;

	display: flex;

	flex: 1;

	justify-content: center;

	z-index: 1;

	display: none;

}



.why-verinew-card:first-child span:nth-child(2)::after {

	border-top: 2px solid #6ad28b;

	border-radius: 30px 30px 0 0;

	top: 0px;

	height: calc(100% + 2px);

}



.why-verinew-card:last-child span:nth-child(2)::after {

	border-bottom: 2px solid #6ad28b;

	border-radius: 0 0 30px 30px;

	height: calc(100% + 2px);

	bottom: 0px;

	top: auto;

}



.why-verinew-card span:nth-child(2)::after {

	position: absolute;

	top: 0px;

	left: 0px;

	height: 100%;

	width: 100%;

	border-left: 2px solid #6ad28b;

	border-right: 2px solid #6ad28b;

	content: "";

	background-color: #6ad28b12;

	z-index: -1;

}



.why-verinew-card span:nth-of-type(3) {

	text-align: center;

	display: flex;

	flex: 1;

	justify-content: center;

}



.why-verinew-card:first-child span:nth-of-type(3) {

	font-family: Bold;

	font-size: 28px;

	letter-spacing: -1.5px;

	position: relative;

	z-index: 1;

}



.why-verinew .why-verinew-clicle {

	position: absolute;

	right: 30px;

	top: 30px;

	width: 180px;

	height: 180px;

	opacity: 0.5;

	background-color: rgba(255, 0, 102, 1);

	border-radius: 50%;

	z-index: 0;

}



/********** HomePage #End **************/

/********* Skin Health Page #Start *********/

#skincare-get-started {

	padding-top: 100px;

}



.treatment-section-card .primary-button {

	margin-top: 20px;

}



.treatment-section-card {

	background-color: var(--white);

	border-radius: 30px;

	padding: 70px 40px;

	margin-bottom: 30px;

	box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.1);

	height: 100%;

}



.treatment-section-card .page-title {

	margin-bottom: 25px;

}



.treatment-section-card p {

	font-family: Regular;

	margin-bottom: 50px;

}



.skincare-treatment-card-wrapper {

	display: flex;

	margin-bottom: 50px;

	align-items: center;

}



.skincare-treatment-card-wrapper span {

	font-family: Regular;

	font-size: 20px;

}



.skincare-treatment-card-inner {

	max-height: 50px;

	width: auto;

	margin-right: 35px;

}



.skincare-treatment-card-img {

	text-align: center;

}



.skincare-treatment-card-img img {

	width: 100%;

	border-radius: 30px;

}



/********** Skin Health #End **************/

/********* Hair Health Page #Start *********/

.reverse {

	flex-wrap: wrap-reverse;

}



.reverse .hair-treatment-card-img {

	margin-bottom: 50px;

}



#hair-get-started {

	padding-top: 100px;

}



.treatment-section-card .primary-button {

	margin-top: 20px;

}



.treatment-section-card {

	background-color: var(--white);

	border-radius: 30px;

	padding: 70px 40px;

	margin-bottom: 30px;

	box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.1);

	height: 100%;

}



.treatment-section-card .page-title {

	margin-bottom: 25px;

}



.treatment-section-card p {

	font-family: Regular;

	margin-bottom: 50px;

}



.hair-treatment-card-wrapper {

	display: flex;

	margin-bottom: 50px;

	align-items: center;

}



.hair-treatment-card-wrapper span {

	font-family: Regular;

	font-size: 20px;

}



.hair-treatment-card-inner {

	max-height: 50px;

	width: auto;

	margin-right: 35px;

}



.hair-treatment-card-img {

	text-align: center;

}



.hair-treatment-card-img img {

	width: 100%;

	border-radius: 30px;

}



/********** Hair Health #End **************/

/********* Weight Loss Page #Start *********/

.page-hero-section {

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	margin-top: 110px;

}



.page-hero-section h1 {

	margin-top: 0;

	padding-top: 0;

}



.weight-loss-doctors {

	padding: 100px 0;

}



.main-doctor-row {

	align-items: center;

}



.weight-loss-stats {

	margin-bottom: 40px;

}



.weight-loss-stats p {

	position: relative;

	display: flex;

	flex-direction: row;

	justify-content: flex-start;

	text-align: center;

	font-family: Medium;

	margin-bottom: 15px;

	align-items: center;

}



.weight-loss-stats p i {

	font-size: 24px;

	color: #000;

	transform: translateY(-3px);

}



.doctor-block {

	position: relative;

}



.doctor-block img {

	border-radius: 15px;

}



.doc-content {

	position: absolute;

	bottom: 20px;

	width: calc(100% - 40px);

	left: 20px;

	background: rgba(0, 0, 0, .75);

	padding: 20px;

	border-radius: 12px;

	backdrop-filter: blur(5px);

	color: #fff;

}



.doc-content p {

	line-height: 1.4;

	font-size: 18px;

	color: #fff;

}



/* Before After */

.before-after .page-title {

	text-align: center;

	margin-bottom: 60px;

}



.before-after-card {

	background-color: var(--white);

	padding: 30px;

	border-radius: 30px;

	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);

}



.before-after-card-head {

	display: flex;

	gap: 20px;

}



.before-after-img {

	border-radius: 10px;

	position: relative;

	flex-grow: 1;

}



.before-after-img img {

	width: 100%;

}



.before-after-img span {

	position: absolute;

	top: 20px;

	left: 16px;

	background-color: var(--white);

	padding: 6px 20px;

	border-radius: 50px;

	font-family: Medium;

	font-size: 12px;

}



.before-after-card-body {

	padding: 50px 15px 30px;

}



.before-after-card-body h3 {

	color: var(--black);

	margin-bottom: 20px;

}



.before-after-card-body p {

	font-family: Regular;

}



/* What We Treat */

.what-we-treat {

	/* padding-bottom: 60px;     */

}



.what-we-treat-inner {

	display: flex;

	justify-content: space-between;

	margin: 0px 0 90px;

	align-items: flex-end;

}



.what-we-treat-round-wrapper {

	display: flex;

}



.what-we-treat-round {

	width: 120px;

	height: 120px;

	background-color: var(--white);

	border-radius: 50%;

	display: flex;

	align-items: center;

	border: 1px solid var(--borderDark);

	justify-content: center;

	margin: 0 8px;

	cursor: pointer;

}



.what-we-treat-round:hover {

	border-color: #fff;

	background-color: #fff;

	box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.2);

}



.what-we-treat-card {

	padding: 40px;

	border-radius: 25px;

}



.what-we-treat-card img {

	max-height: 200px;

	width: auto !important;

}



.what-we-treat-card h3 {

	margin-top: 90px;

	margin-bottom: 15px;

	font-family: Regular;

	font-size: 40px;

	color: var(--black);

}



.what-we-treat-card p {

	font-family: Regular;

	margin-bottom: 65px;

	color: #000;

}



.what-we-treat-card a {

	display: flex;

	justify-content: center;

}



.what-we-treat-carousel .owl-stage {

	left: -22px;

}



/* Semaglutide Benefits */

.semaglutide-benefits {

	/* padding: 40px 0;     */

}



.semaglutide-benefits-card .primary-button {

	margin-top: 20px;

}



.semaglutide-benefits-card {

	background-color: var(--white);

	border-radius: 30px;

	padding: 40px;

	margin-bottom: 30px;

	box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.1);

	height: 100%;

}



.semaglutide-benefits-card .page-title {

	margin-bottom: 25px;

}



.semaglutide-benefits-card p {

	font-family: Regular;

	margin-bottom: 50px;

}



.semaglutide-benefits-card-wrapper {

	display: flex;

	margin-bottom: 20px;

	align-items: center;

}



.semaglutide-benefits-card-wrapper span {

	font-family: Regular;

	font-size: 20px;

}



.semaglutide-benefits-card-inner {

	max-height: 50px;

	width: auto;

	margin-right: 35px;

}



.semaglutide-benefits-card-img {

	text-align: center;

}



.semaglutide-benefits-card-img img {

	width: 100%;

	border-radius: 30px;

}



/* Get Started */

.get-started {

	padding: 40px 0;

}



.get-started-card {

	background-color: var(--white);

	border-radius: 20px;

	padding: 40px 45px 45px;

	margin-bottom: 20px;

	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);

}



.get-started-card-small-text {

	font-family: Regular;

	font-size: 27px;

	margin-top: 30px;

}



.get-started-card .page-subtitle {

	margin-top: 30px;

	margin-bottom: 30px;

	font-family: Medium;

	font-size: 40px;

	line-height: 40px;

}



.get-started-card-wrapper {

	display: flex;

	margin-bottom: 20px;

	align-items: center;

}



.singleAddon {

	display: flex;

	align-items: flex-start;

	margin-bottom: 45px;

}



.singleAddon .addonIcon {

	min-width: 28px;

	display: inline-flex;

	justify-content: center;

	margin-right: 35px;

	align-items: center;

}



.singleAddon img {

	max-height: 28px;

	width: auto;

}



.singleAddon p {

	font-family: Regular;

	margin: 0;

	font-size: 25px;

	max-width: 67%;

}



.singleAddon p span {

	display: block;

	font-size: 18px;

	color: #6e6e6e;

	line-height: 36px;

	margin-top: 10px;

}



.get-started-card-footer {

	text-align: center;

	margin-top: 15px;

}



.get-started-card-footer p {

	text-align: left;

	font-size: 12px;

	line-height: 1;

	color: #aaa;

	margin-top: 25px;

	margin-bottom: 0;

}



.get-started-card-footer p a {

	color: #6e6e6e !important;

	border-bottom: 1px solid #6e6e6e;

}



.get-started-card-footer .btn {

	margin-bottom: 10px;

}



.get-started-card-img-wrapper {

	display: flex;

	flex-direction: column;

	flex-wrap: wrap;

	align-content: center;

}



.get-started-card-img-inner {

	display: flex;

	position: relative;

	margin-bottom: 40px;

}



.get-started-card-img-inner .get-started-card-img-inner-image {

	position: absolute;

	width: 120px;

	left: 140px;

	top: -30px;

}



.get-started-card-img-inner div {

	border-radius: 10px;

	background-color: rgba(250, 250, 250, 0.8);

	width: 200px;

	padding: 20px;

}



.get-started-card-img-inner div p {

	margin: 0;

}



#skincare-header .promo-video-wrapper {

	background: #b9b4dc;

	padding-top: 0;

	height: 426px;

	background-size: contain;

	background-position: right;

	background-repeat: no-repeat;

	border-radius: 30px;

}



#skincare-get-started img {

	width: 100%;

}



/* Promo Video */

.promo-video {

	padding: 40px 0;

}



.promo-video-wrapper {

	position: relative;

	border-radius: 10px;

	padding-top: 50%;

	overflow: hidden;

}



.promo-video-wrapper img {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	object-fit: cover;

	border-radius: 30px;

}



.promo-video-inner-top {

	position: absolute;

	top: 30px;

	left: 50px;

	display: flex;

	align-items: center;

	cursor: pointer;

}



.promo-video-play {

	width: 50px;

	height: 50px;

	color: var(--white);

	border: 1px solid var(--white);

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

}



.promo-video-inner-top span {

	margin-left: 10px;

	font-family: Regular;

	color: var(--white);

	font-size: 12px;

}



.promo-video-inner-bottom {

	position: absolute;

	bottom: 20px;

	left: 50px;

}



.promo-video-inner-bottom h2 {

	font-size: 119px;

	font-family: Medium;

	margin: 0;

	color: var(--white);

	line-height: 1em;

}



.promo-video-inner-bottom p {

	color: var(--white);

	font-family: Regular;

	font-size: 20px;

}



#skincare-header,

#hair-header {

	padding-top: 20px !important;

}



.skincare-header,

.hair-header {

	padding-top: 0 !important;

}



.skincare-header h2 {

	color: var(--white);

	font-size: calc(1.4vw + 2em);

}



.hair-header h2 {

	color: var(--black);

	font-size: calc(1.4vw + 2em);

}



.skincare-header p {

	color: #fff;

}



.hair-header p {

	color: var(--black);

}



#skincare-header .skincare-promo-content {

	position: absolute;

	top: 10%;

	right: auto;

	left: 5%;

	width: 50%;

}



.skincare-promo-content {

	position: absolute;

	top: 10%;

	right: 5%;

	width: 40%;

}



.hair-promo-content {

	position: absolute;

	top: 10%;

	left: 5%;

	width: 40%;

}



.skincare-promo-content a,

.hair-promo-content a {

	margin-top: 20px;

}



.weight-calc input {

	width: 48%;

	border: none;

	padding: 15px;

	background: #eee;

	border-radius: 10px;

	font-size: 18px;

	margin-bottom: 10px;

}



.weight-calc input::placeholder {

	font-size: 20px;

}



#calculate {

	border: none;

	width: 100%;

	margin: 10px auto 20px auto;

	font-size: 20px;

	padding: 10px;

}



/********* Weight Loss Page #End *********/

/********* Mental Health Page #Start *********/

.schedule-card-wrapper {

	position: absolute;

	bottom: 20px;

	left: 20px;

}



.schedule-card {

	width: 70%;

	border-radius: 10px;

	padding: 10px;

	display: flex;

	flex-direction: column;

	text-align: left;

}



.schedule-card.card-light {

	background-color: rgba(255, 255, 255, 0.4);

}



.schedule-card p {

	font-family: "light";

	font-size: 10px;

	line-height: 1.5em;

	margin-top: 5px;

	margin-bottom: 0;

}



.schedule-card i {

	font-size: 22px;

}



.live-session-card {

	background-color: var(--white);

	color: var(--black);

	border-radius: 10px;

	display: flex;

	padding: 3px 10px;

	width: auto;

	position: absolute;

	top: 10px;

	right: 30px;

	font-size: 12px;

	align-items: center;

}



.live-session-card span {

	width: 10px;

	height: 10px;

	background-color: var(--secondary);

	border-radius: 50%;

	margin-right: 4px;

}



/* On Mind */

.on-mind {

	/* padding: 40px 0;     */

}



.on-mind .page-title {

	text-align: center;

}



.on-mind-wrapper {

	padding-top: 75px;

	display: flex;

	flex-direction: row;

	justify-content: space-between;

}



.on-mind-card img {

	height: 55px;

	width: 60px;

	object-fit: contain;

	margin-bottom: 30px;

}



.on-mind-card p {

	margin: 0;

	font-family: Medium;

	font-size: 17px;

}



/* Mental How It Works */

.mental-works.full-background {

	padding-bottom: 0;

}



.mental-works-wrapper {

	margin-top: 40px;

}



.mental-works-card {

	display: flex;

	margin-bottom: 40px;

}



.mental-works-left span {

	background-color: var(--white);

	border-radius: 50%;

	width: 65px;

	height: 65px;

	font-family: Regular;

	font-size: 20px;

	display: flex;

	align-items: center;

	justify-content: center;

	box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.15);

}



.mental-works-right {

	margin-left: 20px;

}



.mental-works-right h3 {

	font-size: 22px;

	line-height: 36px;

	color: var(--black);

	margin-bottom: 15px;

	margin-top: 14px;

}



.mental-works-right li {

	font-family: Medium;

	color: var(--lightBlack);

	font-size: 18px;

	line-height: 36px;

}



/* Online Therapy */

.online-therapy .page-title+p {

	margin-bottom: 80px;

}



.online-therapy-card {

	border-radius: 21px;

	text-align: center;

	justify-content: space-between;

	position: relative;

	z-index: 3;

	overflow: hidden;

	padding: 2px;

	height: 100%;

}



.online-therapy-card .bg-light {

	border-radius: 20px;

	padding: 40px 30px;

	background-color: #fff !important;

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	align-items: center;

}



.online-therapy-card::before {

	border-radius: 25px;

	content: "";

	z-index: -1;

	position: absolute;

	top: 50%;

	left: 50%;

	height: 150%;

	width: 180%;

	background: linear-gradient(137deg, #f50067, #1f0b81);

	opacity: 0.2;

	transform: translate(-50%, -50%) rotate(0deg);

	transition: 0.5s ease;

}



.online-therapy-card:hover::before {

	transform: translate(-50%, -50%) rotate(180deg);

}



.online-therapy-card.dark-border::before {

	opacity: 1;

}



.online-therapy-card .bg-light .fa-check {

	font-size: 20px;

	color: #f50067;

	margin-right: 20px;

	position: relative;

	top: 5px;

	transform: rotate(-10deg);

}



.online-therapy-card.dark-border .bg-light .fa-check {

	display: none;

}



.online-therapy-card h2 {

	color: var(--black);

	font-size: 28px;

	font-family: Bold;

	margin-bottom: 40px;

}



.online-therapy-card h4 {

	color: #e22476;

	font-family: Medium;

	font-size: 24px;

	line-height: 40px;

	margin-bottom: 20px;

	margin-top: auto;

}



.online-therapy-card-inner {

	display: flex;

	justify-content: flex-start;

	text-align: left;

	align-items: flex-start;

}



.online-therapy-card-inner p {

	font-family: Regular;

	margin-bottom: 30px;

	font-size: 18px;

	line-height: 32px;

}



/* Our medical experts */

.our-medical-experts {}



.our-medical-experts-inner {

	display: flex;

	justify-content: space-between;

	margin: 0px 0 60px;

	align-items: center;

}



.our-medical-experts-round-wrapper {

	display: flex;

}



.our-medical-experts-card img {

	border-radius: 12px;

	object-fit: cover;

	aspect-ratio: 16 / 12;

}



.our-medical-experts-round {

	width: 120px;

	height: 120px;

	border-radius: 50%;

	display: flex;

	align-items: center;

	border: 1px solid var(--borderDark);

	justify-content: center;

	margin: 0 8px;

	cursor: pointer;

}



.our-medical-experts-round:hover {

	border-color: #fff;

	background-color: #fff;

	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.2);

}



.our-medical-experts-card {

	padding: 20px;

	border-radius: 20px;

	background-color: var(--white);

}



.our-medical-experts-card .pad {

	padding: 60px 30px;

}



.our-medical-experts-card h3 {

	margin: 0 0 18px;

	font-family: Medium;

	font-size: 25px;

	line-height: 40px;

	color: var(--black);

}



.our-medical-experts-card p {

	font-family: Regular;

	font-size: 20px;

	line-height: 30px;

	margin-bottom: 0px;

}



/********* Mental Health Page #End *********/

/********* Sexual Health Page #Start *********/

.word-gratiant {

	padding-bottom: 3px;

}



.sexual-health-about-wrapper~.sexual-health-about-wrapper {

	margin-top: 120px;

}



.sexual-health-about-text-card {

	background: var(--white);

	border-radius: 15px;

	padding: 45px 35px;

	min-height: 100%;

	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.2);

}



.sexual-health-about-text-card h2 {

	line-height: 1em;

	font-size: calc(1.2vw + 1.6em);

}



.sexual-health-about-text-card h3 {

	color: var(--black);

	margin-bottom: 35px;

	font-family: Medium;

	font-size: 32px;

}



.sexual-health-about-text-subtitle {

	margin-top: 25px;

	margin-bottom: 30px;

	font-family: Regular;

	font-size: 22px;

}



.sexual-health-about-text-subtitle span {

	color: var(--secondary);

	font-family: Medium;

	font-size: 18px;

}



.sh-about-text-icon-box {

	display: flex;

	margin-bottom: 20px;

}



.sh-about-text-icon-box img {

	max-height: 28px;

	width: auto;

}



.sh-about-text-icon-box-content {

	margin-left: 30px;

}



.sh-about-text-icon-box-content h4 {

	font-size: 22px;

	font-family: Regular;

	color: var(--black);

	margin-bottom: 10px;

}



.sh-about-text-icon-box-content p {

	color: var(--lightBlack);

	font-family: Regular;

	font-size: 16px;

	margin-bottom: 15px;

}



.sexual-health-about-text-card-footer {

	margin-top: 20px;

}



.sexual-health-about-text-card-footer p {

	width: 80%;

	text-align: center;

	font-size: 16px;

	line-height: 24px;

	color: #6e6e6e;

	margin-top: 20px;

	margin-bottom: 0;

	margin-inline: auto;

	font-family: Regular;

}



.sexual-health-about-text-card-footer p a {

	color: #6e6e6e !important;

	border-bottom: 1px solid #6e6e6e;

}



.sexual-health-about-card img {

	width: 100%;

}



/* .clinically-treatment {} */

/* .clinically-treatment-wrapper {     margin: 30px 0;} */

.clinically-treatment .page-title {

	margin-bottom: 60px;

}



.clinically-treatment-card-wrapper {

	height: 100%;

	display: flex;

	flex-direction: column;

	gap: 30px;

	margin-bottom: 30px;

}



.clinically-treatment-card {

	display: flex;

	justify-content: space-between;

	padding: 45px 40px;

	background: var(--white);

	border-radius: 20px;

	align-items: center;

	box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, 0.15);

	flex-grow: 1;

}



.clinically-treatment-card-intro h3 {

	font-family: Regular;

	color: var(--black);

	margin: 0;

	font-size: 40px;

}



.clinically-treatment-card-intro p {

	font-size: 20px;

	font-family: Regular;

	margin-bottom: 40px;

}



.clinically-treatment-card-intro a {

	color: black;

	font-size: 20px;

	font-family: Regular;

	margin-bottom: 20px;

}



.how-it-works-sec {

	text-align: center;

}



a.btn.btn-flat.blue-button {

	background: #150b82;

	color: white;

	width: 80%;

	border-radius: 30px;

	padding: 10px;

	box-shadow: 0px 2px 8px 1px rgba(21, 11, 130, 0.5);

	-webkit-box-shadow: 0px 2px 8px 1px rgba(21, 11, 130, 0.5);

	-moz-box-shadow: 0px 2px 8px 1px rgba(21, 11, 130, 0.5);

	-ms-box-shadow: 0px 2px 8px 1px rgba(21, 11, 130, 0.5);

}



section#we-treat {

	background: white;

	margin: 75px 0px;

}



a.btn.btn-flat.free-asses {

	color: black;

	background: white;

	border-radius: 24px;

	font-size: 12px;

	width: 100%;

	margin-top: 20px;

}



/********* Sexual Health Page #End *********/

/********* Contact Page #Start *********/

.contact-hero {

	background-image: url(/wp-content/uploads/2025/06/contactusheader.jpg);

	background-size: cover;

	background-position: center;

	margin-top: 67px;

}



@media(max-width: 576px) {

	.contact-hero {

		padding-top: 35px;

		margin-top: 49px;

	}

}



.contact-hero .container {

	padding: 300px 0;

}



.contact-body .container,

.contact-hero .container {

	max-width: 900px;

}



.contact-hero h1 {

	font-size: 125px;

	text-shadow: -6px 6px 0 var(--backGround);

	color: var(--primary);

	position: absolute;

	top: 35px;

	right: 0;

	line-height: .7;

	text-align: right;

}



.contact-sub-title {

	color: var(--primary);

	text-align: center;

}



.contactAddon .singleAddon {

	display: flex;

	align-items: center;

	margin-bottom: 45px;

}



.contactAddon .singleAddon a {

	font-size: 20px;

	font-family: "Medium";

	color: var(--black);

}



.contactAddon i {

	font-size: 26px;

}



.contact-items {

	display: flex;

	gap: 15px;

	justify-content: center;

	padding: 50px 0;

	flex-wrap: wrap;

}



.contact-items div {

	background: var(--primary);

	font-size: 22px;

	padding: 10px;

	border-radius: 50px;

	color: var(--backGround);

	font-weight: 200;

	max-width: 450px;

}



.contact-items div a {

	color: var(--backGround);

}



.contact-items i {

	color: var(--primary);

	background: var(--secondary);

	padding: 10px;

	border-radius: 50px;

}



.contact-accent-one {

	width: 75px;

	top: -20px;

	left: 10%;

}



.contact-accent-two {

	width: 50px;

	top: 20px;

	right: 15%;

}



@media(min-width: 1700px) {

	.contact-accent-two {

		right: 10%;

	}

}



@media(max-width: 576px) {

	.contact-body {

		overflow: hidden;

	}



	.contact-hero .container {

		padding: 175px 0;

	}



	.contact-hero h1 {

		font-size: 70px;

		left: 50%;

		right: auto;

		transform: translateX(-50%);

	}



	.contact-items div {

		width: 125%;

		transform: translateX(45px);

	}



	.contact-items {

		padding: 20px 10px 0 10px;

	}



	.contact-accent-one {

		width: 50px;

		top: 75px;

		left: auto;

		right: 25px;

	}



	.contact-accent-two {

		width: 50px;

		top: -20px;

		right: auto;

		left: 0;

	}

}



/********* Contact Page #End *********/

/********* Sidenafil Page #Start *********/

#sidenafil-block-two {

	padding-top: 0 !important;

}



#sidenafil-block-two .sidenafil-inner {

	text-align: center;

}



/********* Sidenafil Page #End *********/

/********* Tretinoin Page #Start *********/

#tretinoin-block-one {

	padding-bottom: 0 !important;

}



/********* Tretinoin Page #End *********/

.pb {

	padding-bottom: 100px !important;

}



.pB {

	padding-bottom: 140px !important;

}



.pt {

	padding-top: 67px !important;

}



.pX {

	padding-inline: calc(8vw + 2em) !important;

}



.px {

	padding-inline: calc(5vw + 1em) !important;

}



.hero-slider-wrapper .owl-carousel .owl-stage-outer {

	border-radius: 20px;

}



/* Get Started Accordion Button */

.med-button {

	margin: 50px auto;

	display: block;

	width: 300px;

}



.get-started-btn {

	border: none;

	min-width: 210px;

	background: transparent;

}



.get-started-btn .accordion-button {

	border-radius: 50px !important;

	padding: 10px 26px;

	justify-content: space-between;

}



.get-started-btn .secondary-button.accordion-button:focus {

	box-shadow: 0px 8px 24px 2px rgba(225, 0, 112, 0.5);

}



.get-started-btn .primary-button.accordion-button:focus {

	box-shadow: 0px 8px 24px 2px rgba(21, 11, 130, 0.5);

}



.get-started-btn .accordion-button::after {

	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

	margin-right: 4px;

}



.get-started-btn .accordion-button:not(.collapsed) {

	color: var(--white);

	border-bottom-right-radius: 0px !important;

	border-bottom-left-radius: 0px !important;

	border-top-left-radius: 20px !important;

	border-top-right-radius: 20px !important;

}



.get-started-btn .secondary-button.accordion-button:not(.collapsed) {

	background-color: var(--secondary);

	box-shadow: 0px 8px 24px 2px rgba(225, 0, 112, 0.5);

}



.get-started-btn .primary-button.accordion-button:not(.collapsed) {

	background-color: var(--primary);

	box-shadow: 0px 8px 24px 2px rgba(21, 11, 130, 0.5);

}



.get-started-btn .accordion-collapse {

	background-color: rgba(21, 11, 130, 0.12);

	border-bottom-left-radius: 20px !important;

	border-bottom-right-radius: 20px !important;

}



.get-started-btn .get-started-dropdown li {

	border-bottom: 1px solid var(--primary);

	padding: 6px 10px;

	text-align: left;

	color: var(--primary);

}



.get-started-btn .get-started-dropdown li a {

	color: var(--primary);

}



.get-started-btn .get-started-dropdown li:last-child {

	border-bottom: none;

}



.get-started-btn .accordion-body {

	padding: 8px 14px;

}



/* Search Form */

.blog-search-form {

	max-width: 310px;

	margin: 20px auto;

}



.blog-search-form .blog-search-form-field {

	width: 100%;

	position: relative;

	display: inline-block;

	vertical-align: middle;

	border-radius: 50px;

	border: 1px solid #24aabd;

	background-color: #f4f6f8;

}



.blog-search-form .blog-search-form-field button {

	position: absolute;

	border: 0;

	background: none;

	right: 20px;

	top: 50%;

	transform: translateY(-50%);

	font-size: 16px;

	color: #013651;

	padding: 0 0 0 20px;

	border-left: 1px solid #c6c6c6;

}



.blog-search-form .blog-search-form-field input {

	padding: 0 20px 0 20px !important;

	font-family: Regular;

	height: 46px;

	width: 84%;

	border: 0 !important;

	background: none !important;

	outline: none !important;

}



/* Single Post */

.blog-author-wrapper {

	display: flex;

	align-items: center;

}



.blog-author-wrapper img {

	height: 50px;

	width: 50px;

	border-radius: 100%;

	margin: 0 10px 0 0;

}



.blog-author-wrapper p {

	margin: 0;

}



.blog-author-wrapper a {

	color: var(--secondary);

}



.single-post-wrapper figure img {

	min-width: 100%;

}



.blog-content-wrapper {

	padding: 10px;

}



.widget_categories {

	border: 1px solid var(--borderDark);

	padding: 10px 14px 10px 0px;

	position: relative;

	margin-right: 20px;

	border-radius: 50px;

	height: 50px;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	min-width: 215px;

}



.widget_categories form {

	max-width: 100%;

}



.headingBar .widget_categories .postform {

	padding: 0px;

	border: none;

	box-shadow: none;

	z-index: 5;

	font-family: Medium;

	font-size: 14px;

	background-color: transparent;

	min-width: 100%;

	height: 48px;

	padding-inline: 30px;

}



.headingBar .widget_categories .postform:focus-visible {

	outline: none;

}



.widget_categories nav {

	border: 1px solid var(--borderDark);

}



.widget_categories h2 {

	display: none;

}



.widget_categories label {

	display: none;

}



.widget_categories ul {

	list-style-type: none;

	padding: 20px;

	margin: 0;

}



.widget_categories ul li a {

	color: var(--primary);

}



.widget_categories ul li:not(:last-child) {

	margin-bottom: 8px;

	padding-bottom: 8px;

	border-bottom: 1px solid var(--borderDark);

}



.blogs-list-wrapper {

	border-bottom: 1px solid var(--borderDark);

	margin-bottom: 20px;

}



.blogs-list-wrapper article {

	display: flex;

}



.blogs-list-wrapper .blogs-list-left {

	display: flex;

	flex-basis: 50%;

	align-items: center;

}



.blogs-list-wrapper .blogs-list-right {

	margin-left: 20px;

	margin-top: 10px;

}



.blogs-list-wrapper .blog-list-title {

	color: var(--primary);

	font-family: Medium;

}



.blogs-list-wrapper .blogs-list-date {

	font-family: Regular;

	color: var(--borderDark);

	margin-bottom: 20px;

	display: flex;

}



.blogs-list-wrapper p {

	font-family: Regular;

}



.navigation.pagination .screen-reader-text {

	display: none;

}



.navigation.pagination {

	justify-content: center;

	margin: 20px 0;

}



.navigation.pagination .nav-links .page-numbers.current {

	padding: 5px 10px;

	margin-right: 5px;

	border-radius: 5px;

	color: var(--primary);

	font-family: "Regular";

}



.navigation.pagination .nav-links a {

	padding: 5px 10px;

	margin-right: 5px;

	border-radius: 5px;

	color: rgba(255, 0, 102, 1);

	font-family: "Regular";

}



/* Blog Start */

#sidebar-categories li {

	list-style-type: none;

	/* Remove list dot */

	text-align: center;

}



#sidebar-categories li a {

	font-size: 18px;

	padding: 8px 0px;

	font-family: "Medium";

	color: var(--black);

	display: block;

}



#sidebar-categories li a:hover {

	color: #ffffff;

	background-image: var(--primaryGradient);

	-webkit-background-clip: text;

	-webkit-text-fill-color: #ffffff;

	-moz-background-clip: text;

	-moz-text-fill-color: transparent;

	-ms-background-clip: text;

	-ms-text-fill-color: transparent;

	position: relative;

}



#sidebar-categories li a:hover::before {

	content: "";

	position: absolute;

	top: -2px;

	left: -2px;

	right: -2px;

	bottom: -2px;

	z-index: -1;

	border-radius: 12px;

	background-image: var(--primaryGradient);

	outline: 1px solid var(--primaryGradient);

	outline-offset: -4px;

}



.blogBanner .blog-title {

	padding-bottom: 15px;

}



#blog-sidebar-h2 {

	text-align: center;

	padding-bottom: 10px;

	margin-top: -10px;

}



#sidebar-custom-ad-slot {

	display: flex;

	padding-top: 20px;

	justify-content: center;

	width: 100%;

}



#sidebar-custom-ad-slot img {

	border-radius: 20px;

	width: 424px;

}



#sidebar-categories {

	border: 1px solid #cacaca;

	border-radius: 20px;

	padding: 20px;

}



#sidebar-categories .blogSearch {

	margin-bottom: 30px;

}



.singleBlog .row {

	align-items: flex-start;

}



.headingBar {

	flex-wrap: wrap;

	margin: 0 0 45px;

	justify-content: center;

}



.headingBar h1 {

	font-size: 52px;

	color: #000;

	margin: 0;

	letter-spacing: -2px;

	color: var(--primary);

}



.headingBar .select-field {

	border: 1px solid #d9d9d9;

	padding: 10px 0px;

	position: relative;

	margin-right: 20px;

	border-radius: 50px;

	height: 50px;

	display: flex;

	align-items: center;

}



.headingBar .select-field i {

	position: absolute;

	top: 50%;

	right: 30px;

	transform: translateY(-50%);

	font-size: 14px;

	z-index: 1;

	color: #000;

}



.headingBar .select-field .form-control {

	padding: 0px;

	border: none;

	box-shadow: none;

	position: relative;

	z-index: 5;

	font-family: Medium;

	font-size: 14px;

	background-color: transparent;

	min-width: 215px;

	height: 48px;

	padding-inline: 30px;

}



.blogSearch {

	background: var(--secondary);

	border-radius: 50px;

}



.headingBar .blogSearch,

#sidebar-categories .blogSearch {

	display: flex;

	align-items: center;

	justify-content: space-between;

	position: relative;

	min-width: 330px;

}



.headingBar .blogSearch .form-control::placeholder,

#sidebar-categories .blogSearch .form-control::placeholder {

	color: var(--offWhite);

	font-size: 18px;

}



.headingBar .blogSearch .form-control,

#sidebar-categories .blogSearch .form-control {

	padding: 0px;

	border: none;

	box-shadow: none;

	font-size: 18px;

	background-color: var(--secondary);

	padding: 10px 30px;

	border-radius: 50px;

	width: 350px;

}



@media(max-width: 642px) {



	.headingBar .blogSearch .form-control,

	#sidebar-categories .blogSearch .form-control {

		width: 300px;

	}



	.blog-hero h1 {

		font-size: 60px;

		line-height: 1;

	}



	.blog-hero p {

		font-size: 14px;

		padding: 30px 20px;

		margin: 0 15px;

		line-height: 1.3;

	}



	.blog-hero .container {

		padding: 75px 0;

	}

}



.headingBar .blogSearch button,

#sidebar-categories .blogSearch button {

	background: var(--primary);

	border: none;

	color: var(--offWhite);

	height: 47px;

	padding: 0 30px;

	border-radius: 50px;

	font-size: 20px;

}



.headingBar .ms-auto {

	display: inline-flex;

}



.blogCard {

	border-radius: 50px;

	height: 100%;

}



.blogCard .cardImg {

	position: relative;

	padding-top: 55%;

}



.blogCard .cardImg img {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	object-fit: cover;

	object-position: center;

	border-radius: 47px 47px 0 0;

}



.cardText {

	padding: 30px 60px;

	background: var(--primary);

	border-radius: 0 0 50px 50px;

	margin-top: -16px;

	position: relative;

}



@media(max-width: 642px) {

	.cardText {

		padding: 20px;

		border-radius: 0 0 30px 30px;

	}



	.blogcard {

		border-radius: 30px;

	}

}



.tags {

	display: flex;

	align-items: center;

	margin-bottom: 10px;

}



.tags span {

	font-size: 20px;

	color: #2b2b2b;

	display: inline-block;

	margin-right: 15px;

	position: relative;

	top: 2px;

}



.tags a~a {

	margin-left: 10px;

}



.tags a {

	background-color: var(--primary);

	display: inline-block;

	border-radius: 50px;

	padding: 7px 15px;

	font-size: 14px;

	color: var(--backGround);

}



.blogCard .cardText h5 {

	margin: 0;

	min-height: 65px;

}



.blogCard .cardText h5 a {

	color: var(--offWhite);

	font-size: 26px;

	font-weight: 700;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	overflow: hidden;

	text-overflow: ellipsis;

	min-height: 2.1em;

	line-height: 1.1;

}



.blogCard .cardText h5 a:hover {

	color: var(--secondary);

}



.cardText .blog-author {

	font-weight: 300;

	color: var(--offWhite);

	font-size: 18px;

	margin: 0;

}



.screen-reader-text {

	display: none;

}



.v-pagination {

	border: 1px solid #d4d7db;

	background-color: #eaeff4;

	border-radius: 50px;

	padding: 7px 7px 7px 20px;

	display: flex;

	align-items: center;

	justify-content: space-between;

	max-width: 600px;

	margin: 50px auto 100px;

}



.v-pagination .block {

	height: 36px;

	width: 36px;

	border-radius: 5px;

	border: 1px solid #d4d7db;

	background-color: #fff;

	font-size: 14px;

	color: var(--lightBlack);

	display: inline-flex;

	align-items: center;

	justify-content: center;

}



.v-pagination .control {

	color: var(--primary);

	font-size: 16px;

	margin-right: 5px;

}



.v-pagination span {

	font-family: GilroyRegular;

	padding: 0 10px 0 10px;

	color: var(--lightBlack);

}



.v-pagination .pagePrev {

	padding: 8px 22px;

	font-size: 12px;

	letter-spacing: 0.1px;

	font-family: Medium;

	border-radius: 50px;

	background-color: #fff;

	border: 1px solid #d4d7db;

	color: var(--primary);

}



.v-pagination .pagePrev:hover {

	color: var(--secondary);

}



.v-pagination .pageNext {

	padding: 8px 22px;

	font-size: 12px;

	letter-spacing: 0.1px;

	font-family: Medium;

	border-radius: 50px;

	background-color: var(--primary);

	color: #fff;

	border: 1px solid var(--primary);

}



.v-pagination .pageNext:hover {

	background-color: var(--secondary);

	border-color: var(--secondary);

}



.v-pagination .ms-auto {

	gap: 10px;

}



.subscribe {

	background-color: #eaeff4;

	position: relative;

	z-index: 10;

	overflow: hidden;

	margin-bottom: 50px;

}



.subscribe::before {

	content: "";

	height: 10vw;

	width: 10vw;

	top: 50%;

	transform: translateY(-20%);

	left: 1vw;

	background-color: var(--green);

	border-radius: 50%;

	position: absolute;

	z-index: -99;

	filter: blur(6vw);

}



.subscribe::after {

	content: "";

	height: 25vw;

	width: 25vw;

	top: 0vw;

	right: -13vw;

	background-color: var(--green);

	border-radius: 50%;

	position: absolute;

	z-index: -99;

	filter: blur(4vw);

	opacity: 0.4;

}



.subscribe .text-center {

	padding: 100px 20px;

	max-width: 610px;

	display: flex;

	flex-direction: column;

	gap: 30px;

	align-items: center;

	margin: 0 auto;

}



.subscribe .form-control {

	border: 1px solid #d4d7db;

	border-radius: 5px;

	background-color: #fff;

	padding: 0 30px;

	font-family: GilroyRegular;

	height: 65px;

	font-size: 16px;

}



.subscribe .form-control::placeholder {

	color: #9b9b9b;

}



.subscribe h2 {

	font-size: 60px;

	font-family: GilroyRegular;

	font-weight: 300;

}



.subscribe p {

	font-size: 20px;

	color: #2b2b2b;

	font-family: GilroyRegular;

	margin: -20px 0 -10px;

	letter-spacing: 0.2px;

}



.subscribe .btn {

	height: 60px;

	min-width: 250px;

	font-family: Bold;

	text-transform: uppercase;

}



.subscribe .help-block {

	display: none;

	color: var(--secondary);

}



.subscribe .has-error .help-block {

	display: block;

}



/* Single Details */

.blogBanner {

	margin-bottom: 30px;

}



.blogBanner img {

	width: 100%;

	object-fit: cover;

	border-radius: 0px;

	border-radius: 20px;

	height: 100%;

}



.blogAuthor {

	display: flex;

	align-items: center;

	justify-content: space-between;

	/*border-bottom: 1px solid var(--secondary);*/

	padding-bottom: 20px;

	margin-bottom: 30px;

}



.blogAuthor .inline-flex {

	align-items: center;

	display: inline-flex;

}



.blogAuthor .inline-flex img {

	height: 84px;

	width: 84px;

	border-radius: 50px;

	object-fit: cover;

	margin-right: 30px;

}



.blogAuthor h6 {

	color: #2b2b2b;

	font-size: 18px;

	margin: 0 60px 0 0;

	line-height: 32px;

	font-weight: 600;

}



.blogAuthor i {

	color: var(--primary);

	font-size: 20px;

	margin-right: 3px;

}



.blogAuthor h6 span {

	font-size: 14px;

	display: block;

}



.blogContent {

	padding-bottom: 60px;

}



.blogContent h2 {

	font-family: 'urbane-rounded';

	font-size: 40px;

	margin: 0 0 20px;

	font-weight: 700;

}



.blogContent p {

	margin: 0 0 20px;

	font-size: 18px;

}



.more-link {

	position: relative;

	display: block;

	width: fit-content;

}



.blogContent a:before,

.more-link:before {

	content: "";

	position: absolute;

	bottom: -2px;

	left: 0;

	width: 100%;

	height: 3px;

	border-radius: 20px;

	background: var(--primary);

	transition: linear .05s;

}



.blogContent a:hover,

.more-link:hover {

	color: var(--secondary);

}



.blogContent a:hover:before,

.more-link:hover:before {

	background: var(--secondary);

	bottom: 0px;

}



.blogContent .btn {

	height: 60px;

	min-width: 250px;

	font-family: Bold;

	text-transform: uppercase;

}



/* Blog End */

/* tos page */

.tos p,

.tos li {

	font-size: 16px;

	line-height: 1.4;

}



.tos h3 {

	font-size: 22px;

}



.legit-script {

	text-align: center;

	margin-bottom: 40px;

}



/* callback cta section */

#cb-cta-form input {

	width: 100%;

	padding: 12px;

	border: none;

	border-radius: 5px;

	margin-bottom: 15px;

	font-size: 16px;

	background: #eee;

}



.cb-cta-container {

	border-radius: 30px;

	background: #fff;

	padding: 40px;

	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);

}



.cb-cta-image {

	height: 100%;

	border-radius: 30px;

	background-position: center;

	background-size: cover;

}



.cb-cta-container .help-block {

	display: none;

	color: var(--secondary);

}



#datepicker-icon {

	position: relative;

	margin-top: -38px;

	font-size: 26px;

	margin-right: 10px;

	cursor: pointer;

	display: flex;

	justify-content: flex-start;

	align-self: flex-end;

}



.free-assessment-form .form-group-inner .step-active {

	background: linear-gradient(to right, var(--primary), var(--secondary));

	color: var(--white);

}



/* Contact US Form */

#enquiry-form {

	text-align: left;

}



#enquiry-form input,

#enquiry-form select,

#enquiry-form textarea {

	width: 100%;

	padding: 12px;

	border: none;

	border-radius: 5px;

	margin-bottom: 15px;

	font-size: 14px;

	background: #eee;

	color: #181818;

}



#enquiry-form select:placeholder {

	color: #eee;

}



.enquiry-container .help-block {

	display: none;

	color: #FF0000;

}



/* new style */

.listBox {

	background: #254d27;

	padding: 40px 20px;

	margin: 0 auto 30px auto;

	max-width: 100%;

	position: relative;

	z-index: 1;

	overflow: hidden;

	border-radius: 15px;

}



.listBox::before {

	content: "";

	background-image: url('assets/images/bg-karma.png');

	background-repeat: no-repeat;

	background-size: contain;

	filter: hue-rotate(321deg);

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 50%;

	z-index: -1;

	transition: transform 0.3s ease;

}



.listBox::after {

	content: "";

	background-image: url('assets/images/bg-karma2.png');

	background-repeat: no-repeat;

	background-size: contain;

	filter: hue-rotate(329deg) brightness(1.5);

	position: absolute;

	bottom: -5%;

	right: -5%;

	height: 50%;

	width: 35%;

	z-index: 2;

	transition: transform 0.3s ease;

}



.listBox:hover::before {

	transform: scale(1.1);

}



.listBox:hover::after {

	transform: scale(1.1);

}



.listBox .content-box {

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 5;

	position: relative;

}



.listBox h3 {

	text-align: center;

	font-size: 2.5em;

	margin-bottom: 1em;

	font-weight: 500;

	line-height: 1.5;

	text-decoration: none;

	color: #F2F1EB;

}



.listBox p {

	text-align: center;

	font-size: 20px;

	color: #F2F1EB;

}



.listBox ul {

	display: flex;

	flex-direction: column;

	gap: 0;

}



.listBox ul li {

	font-size: 18px;

	color: #F2F1EB;

	position: relative;

	padding-left: 30px;

}



.listBox ul li::before {

	content: "";

	height: 10px;

	width: 10px;

	background-color: #30D890;

	position: absolute;

	left: 0;

	border-radius: 100%;

	top: 50%;

	transform: translateY(-50%);

}



.listBox .selectWrap {

	background-color: #fd7e14 !important;

	background-image: none !important;

	border-radius: 30px;

	margin-top: 25px;

	overflow: hidden;

	width: 250px;

	margin-left: auto;

	margin-right: auto;

}



.listBox .selectWrap .state-select {

	width: 100%;

	height: auto;

	padding: 15px 40px 15px 15px;

	background-color: transparent;

	border: none;

	color: #FFF;

	font-size: 18px;

	font-weight: bold;

	appearance: none;

	background-image: url(assets/images/angle-down.png);

	background-repeat: no-repeat;

	background-position: right 15px center;

	background-size: 16px;

	cursor: pointer;

	text-align: center;

	transition: font-weight 0.3s ease;

}



.listBox .selectWrap .state-select:hover {

	font-weight: 900;

}



.listBox .selectWrap .state-select option {

	color: #FFF;

	background-color: #333;

	padding: 10px 15px;

	text-align: left;

}



@media (max-width: 991px) {

	.listBox h3 {

		font-size: 22px;

	}

}



@media (max-width: 600px) {

	.listBox {

		padding: 30px 10px;

	}



	.selectWrap .state-select {

		transition: none !important;

	}



	.listBox:hover::before,

	.listBox:hover::after {

		transform: none !important;

	}

}



.singleBlog .blog-tile-box {

	padding: 15px 20px 0;

	border: 2px solid var(--primary);

	border-radius: 10px;

	margin-bottom: 30px

}



.single .post-thumbnail {

	height: 380px;

}



.singleBlog .blog-tile-box span {

	font-size: 16px;

	color: #a3a3a3

}



@media (max-width:991px) {

	.singleBlog .blog-tile-box span {

		font-size: 14px

	}

}



.singleBlog .blog-tile-box h4 {

	font-size: 24px;

	color: #5c5c60;

	margin: 5px 0 10px

}



@media (max-width:991px) {

	.singleBlog .blog-tile-box h4 {

		font-size: 18px

	}

}



.singleBlog .blog-tile-box .author-profile-tag {

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center

}



.singleBlog .blog-tile-box .author-profile-tag .img-holder {

	position: relative;

	height: 50px;

	width: 50px;

	border-radius: 100%;

	overflow: hidden;

	margin-right: 10px;

	top: 5px

}



.singleBlog .blog-tile-box .author-profile-tag .img-holder img {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%

}



.singleBlog .blog-tile-box .author-profile-tag p {

	color: #2b2b2b;

	font-size: 14px

}



.singleBlog .blog-tile-box .author-profile-tag p a {

	color: #fd7e14;

	font-family: medium;

}



.singleBlog .blog-tile-box .flex-row {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	position: relative;

	top: 10px

}



.singleBlog .blog-tile-box .flex-row {

	position: relative;

	top: 0px;

	padding-bottom: 15px;

}



.singleBlog .blog-tile-box .checkedBy small {

	font-size: 14px;

	display: block;

	white-space: nowrap;

	color: #000;

	font-family: 'medium';

}



.singleBlog .blog-tile-box .checkedBy small i {

	color: #00a540;

	font-size: 16px;

	margin-right: 4px;

}



.singleBlog .blog-tile-box .checkedBy small a {

	font-family: bold !important;

	color: transparent;

	display: inline-block;

	color: #fd7e14;

	text-decoration: underline !important;

}



.singleBlog .blog-tile-box {

	margin-bottom: 35px;

}



.singleBlog .blog-tile-box .slugs {

	position: relative;

	padding-left: 0;

	display: flex;

	flex-direction: column;

	width: 100%;

}



.singleBlog .blog-tile-box .slugs p {

	margin-bottom: 0px;

}



.singleBlog .blog-tile-box .slugs span {

	font-size: 13px;

}



.singleBlog .blog-tile-box .author-profile-tag p {}



.singleBlog .blog-tile-box .author-profile-tag p a {

	font-weight: 700;

}



.singleBlog .blog-tile-box .author-profile-tag .img-holder {

	position: relative;

	height: 60px;

	width: 60px;

	min-width: 60px;

	margin-right: 15px;

	border-radius: 5px;

	overflow: hidden;

}



.singleBlog .blog-tile-box .author-profile-tag .img-holder {

	top: 0;

}



.singleBlog .blog-tile-box .flex-row {

	align-items: flex-end;

}



@media(max-width:576px) {

	.singleBlog .blog-tile-box .flex-row {

		flex-direction: column !important;

		width: 100%;

		align-items: flex-start;

		gap: 15px;

	}

}



.member-detail {

	padding: 40px 0 80px

}



.member-detail .md-flex {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	margin-bottom: 20px

}



@media (max-width:991px) {

	.member-detail .md-flex {

		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column

	}

}



.member-detail .vh-author {

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1

}



@media (max-width:991px) {

	.member-detail .vh-author {

		margin-bottom: 15px;

		text-align: center

	}

}



.member-detail .vh-author h1 {

	color: #000;

	font-size: 32px;

	margin: 0 0 20px

}



.member-detail .vh-author p {

	margin: 0;

	color: #a3a3a3;

	font-size: 14px

}



.member-detail .author-card {

	text-align: center

}



@media (max-width:991px) {

	.member-detail .author-card {

		width: 100%;

	}

}



.member-detail .author-card>p {

	color: #a3a3a3;

	margin-bottom: 0

}



.member-detail .author-card .card {

	padding: 0;

	border-radius: 10px;

	background-color: #f9f9f9;

	border: none;

	margin: 60px 0 0;

	min-width: 380px;

	margin-left: 30px

}



@media (max-width:991px) {

	.member-detail .author-card .card {

		min-width: 0;

		width: 100%;

		margin-left: 0

	}

}



.member-detail .author-card .img-holder {

	margin-right: 20px;

	height: 100px;

	width: 100px;

	position: relative;

	border-radius: 100%;

	overflow: hidden;

	display: block;

	margin: -50px auto 20px

}



.member-detail .author-card .img-holder img {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

	-o-object-position: center;

	object-position: center

}



.member-detail .author-card h5 {

	color: #5c5c60;

	font-size: 28px

}



.member-detail .author-card span {

	color: var(--orange);

	font-size: 16px;

	font-family: 'medium';

}



.member-detail .author-card .counter-flex {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	width: 100%;

	margin-top: 10px;

	border-top: 1px solid #eee;

	border-radius: 0 0 10px 10px

}



.member-detail .author-card .counter-flex>div {

	width: 50%;

	text-align: center;

	padding: 15px 5px

}



.member-detail .author-card .counter-flex>div:first-child {

	border-right: 1px solid #eee

}



.member-detail .author-card .counter-flex>div p {

	font-size: 16px;

	color: #a3a3a3;

	margin: 0

}



.member-detail .author-card .counter-flex>div p span {

	padding-left: 10px

}



@media (max-width:991px) {

	.member-detail .md-flex {

		align-items: center;

	}

}



.m-filter {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	border: 1px solid #eee;

	border-radius: 5px;

	padding: 0 20px;

	margin: 30px 0

}



.m-filter p {

	color: #a3a3a3;

	margin: 0

}



.m-filter select {

	border: none;

	padding: 10px 20px 10px 10px;

	font-size: 16px;

	color: var(--teal);

	-webkit-appearance: none;

	-moz-appearance: none;

	text-indent: 1px;

	-o-text-overflow: "";

	text-overflow: "";

	position: relative;

	background-image: url(assets/images/down-arrow.png);

	background-repeat: no-repeat;

	background-position: calc(100% - 0px) 50%

}



.m-filter select option {

	color: #4e565c;

	font-size: 16px;

}



.m-filter select::-ms-expand {

	display: none;

}



.m-filter p {

	margin: 0 !important

}



.m-filter {

	padding: 2px 20px !important;

}



@media(max-width:767px) {

	.m-filter {

		flex-direction: column !important;

		padding: 15px 0px 1px !important;

	}



	.m-filter select {

		border-top: 1px solid #eee;

		margin-top: 15px;

	}

}



.certifiedChecker {

	font-size: 20px;

	font-family: medium;

	color: var(--orange);

	margin-top: 10px;

}



.certifiedChecker i {

	position: relative;

	color: var(--lime);

	font-size: 24px;

	margin-right: 5px;

}



.certifiedChecker i::after {

	content: "\2713";

	color: #fff;

	position: absolute;

	left: 50%;

	top: 50%;

	z-index: 10;

	transform: translate(-50%, -50%);

	font-size: 14px;

}



/* Author Socials */

.author-socials {

	margin: 10px 0px 0px 0px;

	padding: 0;

	list-style: none;

}



.author-socials li {

	list-style-type: none;

	display: inline-block;

}



.author-socials li a {

	color: #fff;

	height: 28px;

	width: 28px;

	display: inline-flex;

	align-items: center;

	justify-content: center;

	border-radius: 5px;

	transition: transform .1s ease-in !important;

	transform: scale(1);

}



.author-socials li a:hover {

	transform: scale(1.1)

}



.author-socials .social-facebook {

	background-color: #3a5898;

	border-color: #3a5898

}



.author-socials .social-insta {

	background-color: #262626;

	border-color: #262626

}



.author-socials .social-twitter {

	background-color: #28a0d2;

	border-color: #28a0d2

}



.author-socials .social-youtube {

	background-color: #c4302b;

	border-color: #c4302b

}



.author-socials .social-linkedin {

	background-color: #0071a8;

	border-color: #0071a8

}



.author-socials .social-google {

	background-color: #be342b;

	border-color: #be342b

}



.author-socials .social-whatsapp {

	background-color: #25d366;

	border-color: #25d366

}



.v-blogs .author-posts .reviewed {

	font-size: 13px;

	font-family: medium;

	color: var(--orange);

	display: inline-flex;

	align-items: center;

}



.v-blogs .author-posts .reviewed i {

	position: relative;

	color: var(--lime);

	font-size: 16px;

	margin-right: 5px;

}



.v-blogs .author-posts .reviewed {

	font-size: 13px;

	font-family: medium;

	color: var(--orange);

	display: inline-flex;

	align-items: center;

}



.v-blogs .author-posts .reviewed i {

	position: relative;

	color: var(--lime);

	font-size: 16px;

	margin-right: 5px

}



.v-blogs .author-posts .reviewed i::after {

	content: "\2713";

	color: #fff;

	position: absolute;

	left: 50%;

	top: 50%;

	z-index: 10;

	transform: translate(-50%, -50%);

	font-size: 10px

}



@media(max-width:767px) {

	.v-blogs .author-posts .reviewed {

		padding-left: 5px;

		display: flex;

		margin-bottom: 10px;

	}

}



.members .members-list .single-member {

	padding: 30px 4vw;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center

}



.members .members-list .single-member .img-holder {

	margin-right: 20px;

	height: 100px;

	width: 100px;

	position: relative;

	border-radius: 100%;

	overflow: hidden

}



.members .members-list .single-member .img-holder img {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

	-o-object-position: center;

	object-position: center

}



.members .members-list .single-member .name p {

	color: #a3a3a3;

	margin: 0;

	font-size: 16px

}



.members .members-list .single-member .name h5 {

	color: #4e565c;

	font-size: 28px;

	margin: 3px 0 0

}



.members .members-list .single-member .name span {

	color: var(--lime);

	font-size: 16px;

}



.member-detail .vh-author p,

.member-detail .author-card .counter-flex>div p {

	color: #2b2b2b;

	font-size: 18px;

}



.member-detail .author-card h5 {

	color: #2b2b2b;

	margin-bottom: 0px;

}



.member-detail .author-card span {

	color: var(--lime);

}



.m-filter p {

	color: #2b2b2b;

	font-size: 16px;

	margin: 0;

}



.members .members-list .single-member .name p {

	color: #2b2b2b;

}



.members .members-list .single-member .name h5 {

	color: var(--orange);

	font-family: 'Regular';

}



.members .members-list .single-member .img-holder {

	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);

}



.m-filter select {

	outline: none !important;

}



.singleBlog h1 {

	color: var(--primary);

	margin: 20px 0;

	font-family: "urbane-rounded";

	font-weight: 800;

	line-height: 1;

}



@media(max-width: 575px) {

	.singleBlog h1 {

		font-size: 30px;

		margin-top: 15px;

		line-height: 1;

	}

}



.singleBlog .blog-tile-box .slugs span,

.singleBlog .blog-tile-box .checkedBy small {

	color: #2b2b2b;

}



.singleBlog .blog-tile-box span a:first-of-type {

	background-color: var(--primary);

	display: inline-block;

	border-radius: 50px;

	padding: 7px 15px;

	font-size: 14px;

	color: var(--backGround);

}



.member-detail .author-card .img-holder img {

	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);

}



.singleBlog .blog-tile-box .author-profile-tag .img-holder {

	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);

	border-radius: 45px;

}



.listBox .content-box li {

	list-style: none;

}



.m-filter select {

	padding: 10px 30px 10px 10px;

}



@media(max-width:767px) {

	.member-detail .author-card {

		padding-left: 15px;

	}



	.m-filter {

		margin-left: 15px;

	}



	.blog-tile-box h2 {

		font-size: 24px;

	}

}



/* end new style */

#calculate {

	background-color: var(--primary);

	color: var(--white);

	box-shadow: none !important;

}



#calculate:hover {

	color: var(--white);

	background-color: var(--secondary);

}



.line-2,

.line-1,

.hiw-symptoms img,

.premium-care-logo,

.hrt-benefits-bucket-item img {

	filter: hue-rotate(210deg) brightness(1.5) contrast(0.5);

}



/*Start of faq smoothness style issue 4-23-2025*/

.faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),

#faqs .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed {

	background: transparent !important;

	border-radius: 0;

	box-shadow: none !important;

}



.faq-wrapper .accordion .accordion-item .accordion-header .accordion-button {

	transition: .3s ease;

}



.faq-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {

	padding-bottom: 0;

}



.faq-wrapper .accordion .accordion-item .accordion-collapse {

	background: transparent !important;

}



.faq-wrapper .accordion .accordion-item .accordion-body {

	display: flex;

	padding: 0;

	flex-wrap: wrap;

	background-color: transparent !important;

}



.faq-wrapper .accordion .accordion-item {

	border-radius: 35px !important;

	background-color: var(--backGround) !important;

}



/*End of faq smoothness style issue 4-23-2025*/

/*Start of Weight Loss style issue 4-23-2025*/

.wl-product-slider .owl-item:nth-child(n+3) img {

	transform: translateY(10px) scale(1);

}



.wl-product-slider .owl-it em img {

	height: auto;

	transform: translateY(10px);

}



.wl-product-slider .owl-prev,

.wl-product-slider .owl-next {

	top: 35%;

	transform: translateY(-50%);

}



.page-hero-section {

	margin-top: 67px;

}



/*End of Weight Loss style issue 4-23-2025*/

.related-content {

	display: flex;

	flex-direction: column;

	margin: 30px 0 0;

	background: var(--offWhite);

	border-radius: 30px;

	overflow: hidden;

}



.related-content .text {

	padding: calc(0.5vw + 10px);

}



.related-content .text p {

	margin: 0;

}



.related-content .text h6 {

	color: var(--primary);

	margin: 0;

	line-height: 1.5;

	font-size: 20px;

	font-family: 'urbane-rounded';

	font-weight: 600;

}



.related-content .text h6 {

	overflow: hidden;

}



.related-content .text p {

	color: var(--primary);

}



.shadowLight:hover {

	box-shadow: -1px 5px 15px -1px rgb(251 248 154);

}



@media (max-width: 767.9px) {



	.product-related-content h6,

	.product-related-content p {

		padding: 0;

	}



	.related-content .text h6 {

		font-size: 14px;

	}



	.related-content .text p {

		font-size: 10px;

	}



	.product-related-content .related-content {

		margin: 0 0 20px;

	}



	.related-content .text {

		padding: 15px 30px;

	}

}



.related-content .img-holder img {

	width: 100%;

	aspect-ratio: 8/4.4;

	object-fit: cover;

	object-position: top;

}



.single .post-thumbnail {

	height: auto;

}



.single .post-thumbnail img {

	width: 100%;

	height: auto;

	object-fit: cover;

	max-height: 85dvh;

}



.singleBlog .blog-tile-box {

	margin: 0;

	padding: 0;

	border: none;

}



.slugs p {

	color: var(--primary);

	font-weight: 600;

	margin: 0;

}



.slugs span {

	color: var(--primary);

	font-weight: 300;

	display: block;

	margin-top: 5px;

}



.blogContent p {

	color: var(--primary);

}



.blogContent p span {

	font-weight: 300 !important;

}



/* .more-link:before { */

.blogContent a:before {

	bottom: 1px;

	width: 100%;

	height: 2px;

}



.blogContent h2 {

	font-size: 32px;

	color: var(--primary);

}



.blogContent h3 {

	font-size: 20px;

	color: var(--primary);

}



.blogContent ul li,

.blogContent ol li {

	color: var(--primary);

}



/* Start GateKeeping style*/

.dp-marketing {

	background: var(--offWhite) !important;

	padding: 40px 0;

	position: relative;

}



.dp-marketing-row {

	position: relative;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	row-gap: 5%

}



.dp-marketing-row .dp-marketing-content {

	position: relative;

	padding: 50px 0

}



.dp-marketing-row .dp-marketing-thumb {

	position: relative;

	margin-bottom: -85px

}



.dp-marketing-row .dp-marketing-thumb .small-star {

	animation: horizontal 5.2s ease-in-out infinite;

	width: 30px;

	right: 9%;

	bottom: 20%;

	position: absolute;

	z-index: 10

}



.dp-marketing-row .dp-marketing-thumb .center-flower {

	width: 160px;

	left: 26%;

	top: 3%;

	position: absolute

}



.dp-marketing-row .dp-marketing-thumb .large-star {

	animation: horizontal 5.2s ease-in-out infinite;

	width: 60px;

	right: 13%;

	bottom: 9%;

	position: absolute;

	z-index: 10

}



.dp-marketing-row .dp-marketing-thumb .image-main {

	position: relative;

	z-index: 9

}



.dp-marketing-row .dp-marketing-thumb img {

	width: 99%

}



.dp-marketing-content .dp-title span {

	display: block

}



.dp-marketing-content .imgmrk {

	position: absolute;

	pointer-events: none;

	left: 0;

	top: -50px;

	width: 45px

}



.dp-marketing-content p {

	color: var(--colorlight);

	font-size: 18px;

	margin: 20px 0

}



.dp-marketing-content .btn-web {

	min-width: 160px

}



@media (max-width: 991.9px) {

	.dp-marketing-row .dp-marketing-thumb .center-flower {

		display: none

	}



	.dp-marketing {

		padding-bottom: 0

	}



	.dp-marketing-row .dp-marketing-content {

		background: var(--colorlight);

		padding: 20px 20px 30px;

		border-radius: 30px

	}



	.dp-marketing-content .dp-title,

	.dp-marketing-content p {

		color: var(--colorprimary)

	}



	.dp-marketing-content p {

		font-size: 16px;

		margin: 20px 0

	}



	.dp-marketing-content .btn-web {

		background: var(--colorprimary);

		color: var(--colorlight)

	}



	.dp-marketing-row .dp-marketing-thumb {

		width: 100%;

		background: transparent

	}

}



@media (max-width: 767.9px) {

	.dp-marketing-content p {

		font-size: 16px;

		max-width: 100%

	}

}



.gate_keeping {

	border-radius: calc(2vw + 15px);

	background: var(--primary);

	padding: 0 0 0 calc(1.2vw + 15px);

	overflow: hidden

}



.dp-marketing-row .dp-marketing-thumb .image-main {

	margin-top: 5px

}



@media (min-width: 768px) {

	.gate_keeping .dp-title {

		font-size: 44px

	}



	.gkFlower {

		display: none

	}

}



@media (max-width: 767.9px) {

	.dp-marketing-content p {

		font-size: 12px;

		line-height: 1.4;

		font-weight: 300;

		margin: 0 0 16px

	}



	.dp-marketing-row .dp-marketing-thumb .image-main {

		margin-top: 0

	}



	.dp-marketing-content .dp-title {

		margin-top: 25px

	}



	.dp-marketing {

		padding: 0 0 20px

	}



	.dp-marketing-row .dp-marketing-content {

		padding-bottom: 25px

	}

}



@media (max-width: 991.9px) {

	.gate_keeping .white-btn {

		font-size: 15px;

		padding: 8px 20px

	}

}



.dp-marketing-row .dp-marketing-thumb {

	margin-bottom: -10px

}



.gkFlower {

	position: absolute;

	left: 0;

	top: 0;

	height: 75px;

	width: auto;

	transform: translate(-14%, -26%) rotate(20deg)

}



@media (max-width: 576px) {

	.gkFlower {

		height: 48px;

		transform: translate(2%, -28%) rotate(20deg)

	}

}



.dp-marketing-row .dp-title {

	color: var(--colorlight);

	line-height: 1;

	font-size: 55px;

}



.dp-marketing-content .white-btn {

	margin: 0 auto;

}



.gate_keeping .image-main {

	position: absolute;

	right: 0;

	top: 10px;

	width: 54%

}



.dp-marketing-row .dp-marketing-thumb {

	position: absolute;

	right: 0;

	bottom: 0;

	height: 100%;

	width: 50%

}



@media (max-width: 1399.9px) {

	.gate_keeping .image-main {

		top: 25px;

		width: 55%

	}

}



@media (max-width: 1199.9px) {

	.dp-marketing-row .dp-marketing-content {

		padding: 30px 0

	}



	.dp-marketing-content p {

		font-size: 15px;

		margin: 15px 0 20px 0

	}

}



@media (max-width: 991.9px) {

	.gate_keeping .image-main {

		position: relative;

		right: 0;

		top: 0;

		width: 97%;

		left: 0;

		padding: 0;

		margin-left: auto

	}

}



@media (max-width: 767.9px) {

	.dp-marketing-content .dp-title {

		margin-left: 30px

	}



	.dp-marketing-content p {

		margin-left: 30px;

		margin-right: 30px

	}

}



@media (min-width: 992px) {

	.image-main.desktop-img {

		display: block;

	}



	.image-main.mobile-img {

		display: none;

	}

}



.gate_keeping .image-main {

	position: absolute;

	right: 0;

	top: 10px;

	width: 54%

}



@media (max-width: 991px) {

	.image-main.desktop-img {

		display: none;

	}



	.image-main.mobile-img {

		display: block;

	}



	.gate_keeping .image-main {

		position: relative;

		right: 0;

		top: 0;

		width: 97%;

		left: 0;

		padding: 0;

		margin-left: auto;

	}

}



@media (min-width: 768px) {

	.gate_keeping .dp-title {

		font-size: 44px;

	}

}



.dp-marketing-row .dp-title,

.dp-marketing-content p {

	color: #f3f097 !important;

}



@media (max-width: 991.9px) {



	.dp-marketing-content .dp-title,

	.dp-marketing-content p {

		color: var(--backGround);

	}

}



@media (max-width: 991.9px) {

	.gate_keeping {

		padding-left: 0;

	}



	.dp-marketing-row .dp-marketing-content {

		padding: 25px 0;

	}

}



@media (max-width: 767.9px) {

	.dp-marketing-content p {

		margin-left: 20px;

		margin-right: 20px;

	}



	.dp-marketing-content .dp-title {

		margin-top: 16px;

		font-size: 26px;

		margin-left: 20px;

	}

}



/* End GateKeeping style*/

.blogCard .cardImg {

	padding: 0;

}



.post-thumbnail {

	margin: 0;

}



.post-thumbnail .alignwide img {

	max-width: 100%;

	height: auto;

	object-fit: cover;

	position: relative;

	border-radius: 3vw 3vw 0 0;

	aspect-ratio: 2/1;

	width: 100%;

}



.dp-title.text-primary,

.dp-title.text-primary+p {

	color: var(--primary) !important;

	text-align: left;

}



.blog-homepage .dp-marketing .gate_keeping {

	background: var(--secondary);

}



@media (max-width:767px) {

	.singleBlog h1 {

		font-size: 24px;

	}



	.singleBlog .blog-tile-box {

		margin: 0;

		padding: 0;

		border: none;

		text-align: center;

	}



	.flex-row.without-reviewer {

		width: 100%;

		margin-bottom: 20px;

		text-align: center;

	}

}



@media (max-width:575px) {

	.singleBlog h1 {

		font-size: 24px;

	}

}



@media (max-width: 991px) {

	.singleBlog {

		padding: 0px !important;

	}



	.singleBlog>.container {

		padding-inline: 16px !important;

	}



	.single .post-thumbnail img {

		aspect-ratio: 16/6.7;

	}



	.blogAuthor {

		margin-bottom: 0;

	}

}



@media (min-width:1200px) {

	.dp-marketing-row .dp-title {

		font-size: 64px;

	}



	.dp-marketing-row p {

		line-height: 1.6;

	}

}



@media (min-width:1400px) {

	.dp-marketing-row .dp-title {

		font-size: 74px;

	}



	.dp-marketing-row p {

		line-height: 2;

	}

}



/* START: Page Assessment Steps (Join Now) */

.page-template-page-join-now {

	background-color: var(--offWhite);

}



#page-assessment {

	min-height: 100vh;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	background-color: var(--offWhite);

	padding-top: 30px;

	padding-bottom: 30px;

	box-sizing: border-box;

}



.page-assessment-form {

	margin-top: 2%;

	margin-bottom: 2%;

}



#page-assessment .full-process-active {

	width: 80%;

	background-color: var(--primary);

	border-radius: 5px;

	margin: 0 auto;

	height: 10px;

}



#page-assessment .page-assessment-wrapper .nextBtn.loading {

	color: transparent;

	pointer-events: none;

	position: relative;

}



#page-assessment .nextBtn.loading::after {

	content: "";

	position: absolute;

	top: 50%;

	left: 50%;

	width: 20px;

	height: 20px;

	margin: -10px 0 0 -10px;

	border: 2px solid #fff;

	border-top: 2px solid transparent;

	border-radius: 50%;

	animation: next-btn-spin 0.8s linear infinite;

}



@keyframes next-btn-spin {

	to {

		transform: rotate(360deg);

	}

}



.page-assessment .page-assessment-wrapper .page-assessment-wrapper {

	overflow-y: auto;

	overflow-x: hidden;

	width: 100%;

	height: 100vh;

	align-content: center;

}



.page-assessment .close {

	position: absolute;

	top: 20px;

	right: 20px;

}



.page-assessment .page-assessment-inner .logo {

	margin-top: 20px;

	margin-bottom: 60px;

	width: auto;

}



.page-assessment .page-assessment-inner .logo img {

	width: 220px;

	max-height: fit-content;

}



.page-assessment .page-assessment-inner h2 {

	font-family: 'urbane-rounded';

	font-size: 28px;

	font-weight: 600;

	margin-top: 30px;

	margin-bottom: 20px;

	line-height: 1.5em;

	text-align: center;

	color: var(--primary);

}



.page-assessment .page-assessment-inner h6 {

	line-height: 1.5em;

	color: var(--primary);

	font-family: 'urbane-rounded';

	font-weight: 600;

}



.page-assessment .page-assessment-inner p {

	color: var(--primary);

	text-align: center;

	margin-bottom: 16px;

}



.page-assessment .page-assessment-inner label {

	color: var(--primary);

}



.page-assessment .page-assessment-inner .primary-button {

	background-color: var(--primary);

	color: var(--white);

}



.page-assessment .page-assessment-inner .primary-button:hover {

	background-color: var(--secondary);

	box-shadow: inset 0 0 0 2px var(--secondary);

}



.page-assessment .stepwizard {

	margin-bottom: 30px;

	pointer-events: none;

	cursor: not-allowed;

}



.page-assessment .stepwizard-row {

	display: flex;

	align-items: center;

	justify-content: center;

}



.page-assessment .stepwizard-step a.process-fillup {

	background-color: var(--primary);

}



.page-assessment .stepwizard-step a {

	background-color: var(--backGround);

	height: 10px;

	width: 24px;

	display: flex;

	flex-direction: column;

}



.page-assessment .stepwizard-step:first-child a {

	border-top-left-radius: 10px;

	border-bottom-left-radius: 10px;

}



.page-assessment .stepwizard-step:nth-last-child(1) a {

	border-top-right-radius: 10px;

	border-bottom-right-radius: 10px;

	background-color: var(--backGround) !important;

}



.page-assessment .stepwizard-step a.step-0.disabled {

	display: none;

}



.page-assessment .stepwizard-step a.btn-complete {

	background-color: var(--primary);

}



.page-assessment .stepwizard-step a.btn-active {

	background-color: var(--primary);

}



.page-assessment .setup-content {

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	animation: slide-in 0.5s forwards;

	-webkit-animation: slide-in 0.5s forwards;

	-moz-animation: slide-in 0.5s forwards;

}



.page-assessment .setup-content .form-group {

	display: flex;

	flex-direction: column;

	margin-bottom: 20px;

	min-width: 320px;

}



.page-assessment .setup-content .form-group-row {

	flex-direction: row;

	gap: 10px;

}



.page-assessment .setup-content .form-group #terms {

	width: 18px;

	height: 18px;

	margin-top: 2px;

}



.page-assessment .setup-content .form-group.has-error input[type="text"] {

	border-color: var(--secondary);

}



.page-assessment .setup-content .form-group-inner.has-error label {

	border-color: var(--secondary);

}



.page-assessment .form-group-inner {

	display: flex;

	margin-bottom: 10px;

	flex-direction: column;

	min-width: 80%;

}



.page-assessment .form-gender-inner {

	flex-direction: row;

	min-width: auto;

}



.page-assessment .form-gender-inner label {

	align-items: center !important;

}



.page-assessment .form-group-inner div {

	margin-bottom: 16px;

	margin-right: 20px;

}



.page-assessment .form-group-btn {

	display: flex;

	margin-top: 30px;

	justify-content: center;

	min-width: 60%;

}



.page-assessment .form-group-inner label {

	font-family: 'urbane-rounded';

	color: var(--primary);

	border-radius: 50px;

	border: 1px solid var(--primary);

	padding: 18px 30px;

	cursor: pointer;

	font-size: 16px;

	display: flex;

	flex-direction: column;

	align-items: flex-start;

	min-height: 50px;

	justify-content: center;

}



.page-assessment .form-group-inner .form-forms label {

	text-align: center;

}



.page-assessment .page-assessment-form .form-group-inner .step-active {

	background: var(--primary);

	color: var(--white);

}



.page-assessment .form-group-inner.form-main-goal {

	flex-wrap: wrap;

	flex-direction: column;

}



.page-assessment .form-group-inner.form-main-goal .form-goal {

	flex: 1 1 40%;

	white-space: nowrap;

}



.page-assessment .form-group-inner.form-main-goal .form-goal label {

	align-items: flex-start;

}



.page-assessment .form-group-inner.form-wl-weight {

	flex-wrap: wrap;

	flex-direction: column;

}



.page-assessment .form-group-inner.form-wl-weight .form-weight label {

	align-items: flex-start;

}



.page-assessment .form-group-inner.form-different-forms {

	flex-direction: column;

}



.page-assessment .form-group-inner.form-different-forms .form-forms label {

	align-items: flex-start;

}



.page-assessment .form-group-inner.form-tried-past {

	flex-wrap: wrap;

	flex-direction: column;

}



.page-assessment .form-group-inner.form-tried-past .form-tried label {

	align-items: flex-start;

}



.page-assessment .form-group-inner label img {

	margin-bottom: 10px;

	width: 50px;

}



.page-assessment .form-group-inner label:hover {

	background: var(--primary);

	color: var(--white);

	border-color: var(--primary);

}



.page-assessment .form-group-inner input[type="radio"] {

	display: none;

}



.page-assessment .form-group-inner input[type="radio"]:checked+label {

	background: linear-gradient(to right, var(--primary), var(--secondary));

	color: var(--white);

}



.page-assessment .form-group-justify {

	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

}



.page-assessment .form-group-justify label {

	padding: 6px 20px;

}



.page-assessment .page-assessment-inner .form-group input[type="text"] {

	font-family: 'urbane-rounded';

	font-size: 16px;

	line-height: 1.1em;

	padding: 10px 20px;

	height: 60px;

	color: var(--primary);

	background-color: transparent;

	border-radius: 30px;

	border: 1px solid var(--primary);

	opacity: 0.7;

}



.page-assessment .page-assessment-inner .form-group input:focus {

	box-shadow: none;

	border-color: var(--primary);

	opacity: 1;

}



.page-assessment .page-assessment-inner .form-group input::-moz-placeholder {

	color: var(--Black);

	font-family: 'urbane-rounded';

	font-size: 16px;

	line-height: 1.1em;

}



.page-assessment .page-assessment-inner .form-group input::-webkit-input-placeholder {

	color: var(--Black);

	font-family: 'urbane-rounded';

	font-size: 16px;

	line-height: 1.1em;

}



.page-assessment .page-assessment-inner .form-group-btn .previousBtn {

	color: var(--primary);

	border-color: var(--primary);

	margin-right: 20px;

	cursor: pointer;

	width: fit-content;

	width: -moz-fit-content;

	text-align: center;

	opacity: 0.7;

	display: none;

}



.page-assessment .page-assessment-inner .form-group-btn .previousBtn:hover {

	color: var(--white);

	border-color: var(--secondary);

}



.page-assessment .page-assessment-inner .form-group-btn .defaultBtn {

	color: var(--primary);

	border-color: var(--primary);

	margin-right: 20px;

	cursor: pointer;

	width: fit-content;

	width: -moz-fit-content;

	text-align: center;

	opacity: 0.7;

}



.page-assessment .page-assessment-inner .form-group-btn .defaultBtn:hover {

	color: var(--white);

	border-color: var(--secondary);

}



.page-assessment .page-assessment-inner .form-group-btn .nextBtn {

	cursor: pointer;

	min-width: 100%;

	width: -moz-fit-content;

	text-align: center;

}



.page-assessment .page-assessment-inner .help-block {

	display: none;

	color: var(--teal);

	font-family: 'urbane-rounded';

}



.page-assessment .page-assessment-inner .has-error .help-block {

	display: block;

	margin-top: 10px;

}



.page-assessment .page-assessment-wrapper .step-2-wl-d-block {

	display: block;

}



.page-assessment .page-assessment-wrapper .step-2-trt-d-block {

	display: block;

}



.page-assessment .page-assessment-wrapper .page-assessment-form-control {

	padding: 14px 9px;

	font-size: 16px;

	height: 60px;

	border-radius: 30px;

	background-color: transparent;

	color: var(--primary);

	border-color: var(--primary);

}



.page-assessment .page-assessment-wrapper .max-width {

	width: 100%;

}



.page-assessment .page-assessment-submit-wrapper {

	min-width: 30vw;

}



.page-assessment .page-assessment-img-wrapper {

	display: flex;

	align-items: center;

	justify-content: center;

}



.page-assessment .page-assessment-img-wrapper img {

	height: 30vh;

}



/* Suggested Products */

.page-assessment .page-assessment-product-row .product-wrapper {

	display: flex;

	width: 90%;

	margin: 0 auto 16px auto;

	border-radius: 30px;

	border: 1px solid var(--primary);

	padding: 10px;

	cursor: pointer;

}



.page-assessment .page-assessment-product-row .product-wrapper:hover {

	background-color: var(--backGround);

}



.page-assessment .page-assessment-product-row .product-wrapper.active {

	background-color: var(--primary);

	color: var(--white);

}



.page-assessment .page-assessment-product-row .product-wrapper.active h4 {

	color: var(--white) !important;

}



.page-assessment .page-assessment-product-row .product-wrapper.active p {

	color: var(--white) !important;

}



.page-assessment .page-assessment-product-row .product-wrapper img {

	min-width: 26px;

	max-width: 100px;

	height: auto;

	margin-right: 10px;

	margin-left: 10px;

	object-fit: contain;

}



.page-assessment .page-assessment-product-row .product-wrapper .product-inner {

	display: flex;

	gap: 20px;

	justify-content: center;

	align-items: center;

}



.page-assessment .page-assessment-product-row .product-wrapper .product-content {

	align-items: flex-start;

	display: flex;

	flex-direction: column;

	gap: 4px;

}



.page-assessment .page-assessment-product-row .product-wrapper .product-content h4 {

	font-family: 'urbane-rounded';

	font-size: 22px;

	font-weight: 600;

	line-height: 1.5em;

	color: var(--primary);

}



.page-assessment .page-assessment-product-row .product-wrapper .product-content p {

	font-family: 'urbane-rounded';

	text-align: left;

	font-size: 18px;

}



@media (max-width: 767px) {

	#page-assessment {

		padding: 30px 0;

	}



	.page-assessment .page-assessment-form {

		padding: 0 20px;

	}



	.page-assessment .page-assessment-inner h2 {

		text-align: left;

	}



	.page-assessment .page-assessment-img-wrapper img {

		height: 40vh;

	}



	.page-assessment .page-assessment-submit-wrapper {

		min-width: 80vw;

	}



	.page-assessment .form-group-btn {

		min-width: 100%;

	}

}



/* END: Page Assessment Steps (Join Now) */



/* START: Product Cart Page */
.header-cart-icon {
    position: relative;
    margin-bottom: -6px;
}
.header-cart-icon i {
    color: var(--dpsecondary);
}
.header-cart-icon i:hover {
    color: var(--backGround);
}
.header-cart-icon span {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--dpsecondary);
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
}
.product-cart-empty {
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid var(--borderDark);
    border-radius: 14px;
}
.product-cart-inner {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 16px;
    margin-bottom: 20px;
    border: 1px solid var(--borderDark);
    border-radius: 14px;
    position: relative;
}
.product-cart-close {
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 16px;
    cursor: pointer;
}
.product-cart-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 110px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--secondary);
}
.product-cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product-cart-content h3 {
    margin: 2px 28px 4px 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}
.product-cart-content p {
    margin: 0 0 8px;
    font-size: 12px;
}
.product-cart-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.product-cart-content li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin: 4px 0;
    width: 80%;
}
.product-cart-content li::before {
    content: "✓";
    color: var(--dpprimary);
    font-weight: 700;
    display: inline-block;
    width: 14px;
}
.product-cart-content hr {
    border: 0;
    border-top: 1px solid var(--borderDark);
    margin: 12px 0;
}
.product-cart-qty {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
.product-cart-qty > span:first-child {
    font-weight: 600;
}
.product-cart-qty-mgmt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 4px 8px;
    min-height: 36px;
}
.product-cart-qty-mgmt span {
    display: inline-grid;
    place-items: center;
    width: 28px; 
    height: 28px;
    border-radius: 999px;
    border: 1px solid var(--border);
    cursor: pointer;
    user-select: none;
    font-weight: 700;
}
.product-cart-qty-mgmt input[name="cart-qty"] {
    width: 38px;
    height: 28px;
    border: 0;
    text-align: center;
    font-weight: 700;
    outline: none;
    background: transparent;
}
.product-cart-qty > span:nth-of-type(2) {
    font-weight: 600;
}
.product-cart-qty > span:last-of-type {
    justify-self: end;
    font-size: 16px;
    font-weight: 800;
    color: var(--primary);
}
.product-cart-proceed {
    border: 1px solid var(--borderDark);
    border-radius: 14px;
    padding: 16px;
    max-width: 350px;
}
.product-cart-proceed hr {
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 14px 0;
}
.product-cart-proceed > div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 6px 0;
}
.product-cart-proceed > div:last-of-type {
    font-size: 18px;
    font-weight: 800;
    margin: 12px 0;
}
.product-cart-proceed .btn:hover {
    background: var(--secondary);
}
.product-cart-proceed p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}
.product-cart-information {
    display: grid;
    padding: 16px;
    border: 1px solid var(--borderDark);
    border-radius: 14px;
}
.product-cart-information h3 {
    margin: 2px 28px 4px 0;
    font-size: 16px;
    line-height: 2.5;
    font-weight: 800;
}
.product-cart-information p {
    margin: 0 0 10px;
    font-size: 14px;
}
@media (max-width:560px) {
    .product-cart-inner {
        grid-template-columns: 90px 1fr;
        padding: 12px;
        gap: 12px;
    }
    .product-cart-qty {
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }
    .product-cart-qty > span:nth-of-type(2) { 
        order: 3; 
    }
}
/* END: Product Cart Page */



.single-products .dp-skincarehero {
    padding: 0 !important;
}
.full-background {
    background-image: url(https://www.dosepop.com/wp-content/uploads/2025/06/disly_dose_hero.jpg);
    background-size: cover;
    background-position: center;
}
.full-background h3 {
    color: #fff;
}
.full-background .waitlist-page-inner {
    background: #eec51952;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .25);
    backdrop-filter: blur(20px);
}
.waitlist-page .waitlist-page-inner .form-group input {
    font-family: Regular;
    height: 50px;
    padding: 10px 20px;
    color: #000;
    border-radius: 50px;
    border: none;
}
.full-background .primary-button:hover {
    color: #f37421;
    background-color: #ffffff;
}
.full-background .waitlist-page .help-block {
    color: #f37421 !important;
    font-family: Regular;
}
.full-background .waitlist-page .has-error input {
    border-color: #f37421 !important;
}
#v_email-error,
#v_name-error,
#consult-error {
    color: #f37421 !important;
}
.full-background h2 {
    color: #fff !important;
}
.signup-page-msg-error {
    color: #f37421 !important;
}
.full-background .dropdown-header {
    font-family: Regular;
    height: 50px;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    background: #fff;
    border-radius: 50px;
    border: none;
}
.full-background .dropdown-header-text {
    color: #000;
}
.full-background .fa-chevron-down {
    color: #f37421;
}
.full-background .dropdown-option {
    padding: 13px 20px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
}
.full-background .dropdown-options {
    padding: 5px !important;
    border-radius: 12px;
    margin-top: 5px;
    overflow-x: auto;
    z-index: 9999 !important;
    overflow-y: scroll;
}
.full-background .dropdown-option:hover {
    background: #eebf19;
    color: #fff;
}
.full-background .dropdown-options::-webkit-scrollbar {
    width: 8px;
}
.full-background .dropdown-options::-webkit-scrollbar-track {
    background: transparent;
}
.full-background .dropdown-options::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.consult-label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-hero h1{
        font-size:75px;
    }
    .blog-hero .container{
        min-height: 600px;
    }
    .blog-hero p {
        padding: 25px 40px;;
        max-width: 650px;
    }
    .blog-filters {
        justify-content: center;
    }
    .header-area .logo{
        width: 50%;
    }
    .contact-hero h1{
        right: 25px;
        font-size: 92px;
    }
    .contact-hero .container {
        padding: 220px 20px;
    }
    .waitlist-page-wrapper{
        height: auto;
    }
    #waitlist-page h1 {
        font-size: 52px;
    }
    .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button::after{
        width: 24px;
        height: 24px;
    }
    .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button::after{
        margin-right: 0;
        position: absolute;
        right: 20px !important;
    }
    
}
.dp-font-primary {
    color: var(--primary);
}
.dp-font-primary:hover {
    color: var(--secondary);
}
.dp-similar-section .product-slider .dpsimilar-card .dpsimilar-desktop p {
    color: var(--primary);
}

/********* Checkout Page START **********/
.cart-checkout-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--borderDark);
}
.cart-checkout-box .cart-checkout-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: left;
}
.cart-checkout-box .cart-checkout-main-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.cart-checkout-box .cart-checkout-main-title a {
    color: var(--primary);
}
.cart-checkout-box .cart-checkout-main-title a:hover {
    color: var(--secondary);
}
.cart-checkout-box .cart-checkout-main-title small {
    font-size: 12px;
    text-decoration: underline;
}
.cart-checkout-box .cart-checkout-tag {
    display: inline-block;
    padding: 2px 8px;
    background: var(--primary);
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
    letter-spacing: 1px;
    font-weight: 300;
}
.cart-checkout-box .cart-checkout-summary-line {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 15px;
}
.checkout-page h1 {
    color: var(--primary);
    font-size: 52px;
    letter-spacing: -2px;
}
.checkout-page .dropdown-header {
    font-family: Regular;
    height: 50px;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    background: transparent;
    border-radius: 50px;
    border: none;
}
.checkout-page .checkout-page-btn {
    background-color: var(--primary);
    color: var(--white);
}
.checkout-page .checkout-page-inner .consult-label {
    color: var(--black);
}
.checkout-page .checkout-page-row .checkout-page-inner {
    padding: 30px;
    border: 1px solid var(--borderDark);
    border-radius: 10px;
}
.checkout-page .checkout-page-inner .form-group {
    margin-bottom: 20px;
}
.checkout-page .checkout-page-inner .form-group input {
    font-family: Regular;
    height: 50px;
    padding: 10px 20px;
    color: var(--black);
    border-radius: 50px;
    border: 1px solid var(--borderDark);
    background-color: transparent;   
}
.checkout-page .checkout-page-inner .form-group input[type='checkbox'] {
    height: auto;
    width: auto;
}
.checkout-page .checkout-page-inner .form-group .help-block,
.checkout-page .checkout-page-inner .form-group .text-warning {
    color: #f37421 !important;
}
.checkout-page .checkout-page-inner .form-group .waitlist-checkboxes label,
.checkout-page .checkout-page-inner .form-group .waitlist-checkboxes a,
.checkout-page .checkout-page-inner .form-group .required-fields-text {
    color: var(--black);
}
@media(max-width: 992px) {
    .checkout-page .checkout-page-row .checkout-page-inner {
        width: auto;
    }
}

.cart-success-close-btn {
	position: absolute;
    right: 4px;
    top: 4px;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: var(--lightBlack);
    font-weight: bold;
    font-size: 24px;
}
.cart-success-popup h2 {
	color: var(--lightBlack);
	margin: 20px 0;
}
.cart-success-popup .cart-success-popup-product {
    display: flex;
}
.cart-success-popup .cart-success-popup-details {
	color: var(--primary);
    margin: 14px 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cart-success-popup .cart-success-popup-product h3 {
    font-size: 20px;
    font-weight: 600;
	text-align: left;
}
.cart-success-popup .cart-success-popup-product img {
    max-width: 170px;
    border-radius: 10px;
    background-color: var(--secondary);
}
.cart-success-popup .cart-success-popup-actions {
    display: flex;
    margin: 20px 0;
    gap: 12px;
}
.cart-success-popup .cart-success-popup-actions a {
	width: 50%;
	text-align: center;
	padding: 7px 10px;
    font-size: 18px;
}
.cart-success-popup .cart-success-popup-actions a.btn-cart {
	background-color: var(--lightBlack);
	color: var(--white);
}

/********* Checkout Page END **********/


/********* SHOP PAGE ***********/
.products-by-category {
    padding: 125px 0 50px;
    background: var(--creamWhite);
}
.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.product-grid .product-thumb {
    padding: 20px;
    border-radius: 40px;
    background: var(--secondary);
    transition: linear .1s;
}

.product-category-title {
    color: var(--primary);
    text-align: center;
}

.product-grid h3 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    font-family: "urbane-rounded";
    margin-top: 10px;
    transition: linear .1s;
}

.product-category-title {
    margin: 30px 0;
}

.product-grid .product-card {
    width: 23%;
}

.product-card:hover h3 {
    color: var(--secondary);
}

.product-card:hover .product-thumb {
    color: var(--secondary);
    transform: translateY(-3px);
    box-shadow: 0 2px 5px #ccc;
}

.product-price {
    color: var(--primary);
}

.product-grid .product-excerpt {
    display: none;
}

.products-by-category {
    padding: 125px 0 50px;
    background: var(--creamWhite);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.products-by-category .product-filter{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin: 125px auto 0 0;
  width: 200px;
}
.products-by-category .filter-btn{
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  padding:.45rem .75rem;
  border-radius:999px;
  cursor:pointer;
  font-size:.95rem;
  width: 100%;
}
.products-by-category .filter-btn.is-active{
  border-color: rgba(0,0,0,.35);
  font-weight: 600;
}
.product-section-container {
    width: calc(100% - 250px);
}

@media(max-width: 767px) {
    .product-section-container {
        width: 100%;
    }
    .products-by-category .product-filter {
        margin: auto;
        width: 90%;
    }
    .products-by-category {
        padding: 75px 0 50px;
    }
    .product-grid .product-thumb {
        padding: 5px;
        border-radius: 15px;
    }
    .product-grid .product-card {
        width: 40%;
    }
    .product-grid h3 {
        font-size: 16px;
    }
}


