@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


:root {
    --first-background-color: #D93664;
    --second-background-color: #F2F2F2;
    --first-text-color: #3D3D3D;
    --second-text-color: #FFFFFF;
}


/******** Raleway Sans ********/
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-ExtraBold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: Raleway;
    src: url('../font/Raleway-Light.ttf');
    font-weight: 300;
}


/************ Default Css ************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
body {
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: var(--first-text-color);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
}
p, a, ul, li, button {
	margin: 0;
	padding: 0;
	line-height: normal;
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	height: auto;
    display: block;
}
button, a {
	border: 0;
	background-color: transparent;
    transition: 0.3s ease-in-out;
}
input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
    box-shadow: 0 0 0 transparent !important;
}
@media (min-width:1700px) {
	header .container-xl, footer .container-xl, main .container-xl {
		max-width: 100%;
		padding: 0 150px;
	}
}
button:hover {
    background-color: var(--first-text-color) !important;
}


/************ Navbar Css ************/
.my-navbar {
    border-bottom: 1px solid #D9D9D9;
    background: var(--second-text-color);
    padding-inline: 50px;
    padding-block: 15px;
    transition: 0.3s ease-in-out;
    position: sticky;
    top: 0;
    z-index: 99999;
}
.my-navbar .navbar-brand {
    margin: 0;
    padding: 0;
    width: 10%;
}
.my-navbar .navbar-nav {
    gap: 35px;
    margin-right: 40px;
}
.my-navbar .navbar-nav .nav-item {
    position: relative;
}
.my-navbar .navbar-nav .nav-link {
    padding: 0;
    font-weight: 500;
    color: #828282;
}
.my-navbar .navbar-nav .nav-link:hover {
    color: var(--first-text-color);
}
.my-navbar .navbar-nav .nav-link.active {
    font-weight: 700;
    color: var(--first-text-color);
}
.navbar-text button {
    border: 1px solid var(--first-background-color);
    font-size: 18px;
    font-weight: 600;
    color: var(--first-background-color);
    padding: 14px 28px;
    border-radius: 18px;
    margin-left: 7px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.navbar-text button:hover {
    color: var(--second-text-color);
    background-color: transparent !important;
}
.navbar-text button::before {
    content: "";
    background-color: var(--first-background-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.navbar-text button:hover::before {
    width: 100%;
}


.topnav {
    background: #d93664;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.topnav .button-bom {
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
}
.topnav a {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}
/************ Navbar Css End ************/


/************ Banner Section ************/
.banner {
    background-image: url('../img/banner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.banner h1 {
    font-size: 56px;
    font-weight: 700;
    color: var(--first-text-color);
}
.banner h1 span {
    color: var(--first-background-color);
}
.banner p, .banner ol li {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--first-text-color);
    line-height: 1.4em;
    /* text-transform: capitalize; */
}
.banner p.btxt, .health-guide p.btxt {
    font-weight: 600;
}
.banner ol li {
    margin-top: 4px;
}
.banner ol {
    padding-left: 1em;
    margin-top: 14px;
}
.banner h6 a {
    font-weight: 600;
    font-size: 24px;
    color: var(--first-text-color);
    margin-top: 35px;
    display: inline-block;
}
/************ Banner Section End ************/


/************ Health Guide Section ************/
.health-guide {
    background: linear-gradient(90.25deg, rgba(232, 232, 232, 0) 0.19%, #B5B5B5 101.67%);
    padding: 80px 0 0 0;
}
.helth-main-img {
    width: 75%;
    margin: -100px auto -38px auto;
}
.health-guide h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700;
}
.health-guide h6 {
    font-size: 24px;
    line-height: 1.3em;
    margin-top: 18px;  
}
.health-guide p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: 18px;  
}
.name-img {
    width: 24%;
    margin-top: 30px;
}
/************ Health Guide Section End ************/


/************ Logo Section ************/
.logo-sec {
    padding: 60px 0;
}
.logo-sec .row {
    row-gap: 24px;
}
.logo-sec h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.logo-sec img {
    width: 80%;
    margin: 0 auto;
}
/************ Logo Section End ************/


/************ Weight Loss Section ************/
.weight-los {
    padding: 50px 0;
    background-image: url('../img/weight-loss-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    height: 650px;
    display: flex;
    align-items: center;
}
.weight-los h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 50px;
}
.weight-los button {
    background-color: var(--first-background-color);
    font-size: 18px;
    font-weight: 600;
    padding: 32px 40px;
    border-radius: 15px;
    color: var(--second-text-color);
}
/************ Weight Loss Section End ************/


/************ Process Section ************/
.process {
    padding: 80px 0;
}
.process h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.process p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 30px;
}
.proces-row {
    row-gap: 24px;
}
.process-bx {
    background-color: var(--second-background-color);
    border-radius: 20px;
    padding: 30px 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.process-bx::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--first-background-color);
    width: 100%;
    height: 0%;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.process-bx:hover::before {
    height: 100%;
}
.process-bx img {
    width: 30%;
    margin-bottom: 30px;
}
.process-bx h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: 0.3s ease-in-out;
}
.process-bx p {
    font-size: 16px;
    margin-bottom: 0 !important;
    transition: 0.3s ease-in-out;
}
.process-bx:hover h3, .process-bx:hover p {
    color: var(--second-text-color);
}
/************ Process Section End ************/


/************ Services Section ************/
.services h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
}
.services p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}
.service-list-bx {
    background: var(--first-text-color);
    border-radius: 20px;
    padding: 60px 50px;
    margin-top: 45px;
}
.flex-listing {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}
.flx-list-det {
    color: var(--second-text-color);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    width: 25%;
}
.flx-list-det img {
    width: 20px;
}
.service-list-bx button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 18px;
    padding: 22px 36px;
    display: block;
    margin: 60px auto 0 auto;
}
/************ Services Section End ************/


/************ Testimonials Section ************/
.testimonial {
    padding: 80px 0 20px 0;
}
.testimonial h2 {
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}
.testimonial-carousel .owl-stage {
    display: flex;
}
.inner-owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.testimonial-bx {
    background-color: var(--second-background-color);
    border-radius: 20px;
    padding: 30px 30px 80px 30px;
    position: relative;
    overflow: hidden;
}
.testimonial-bx p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.testimonial-bx h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.review {
    font-weight: 500;
    font-size: 18px;
}
.review span i {
    color: #F7D300;
}
.name-date {
    position: absolute;
    bottom: 20px;
}
.testimonial-carousel .owl-dots {
    margin-top: 40px !important;
}
.testimonial-carousel .owl-dots .owl-dot:hover {
    background-color: transparent !important;
}
.testimonial-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 16px;
    height: 16px;
    background-color: var(--second-background-color);
    transition: 0.3s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active span {
    background-color: var(--first-background-color);
}
/************ Testimonials Section End ************/


/************ Make Appointment Css ************/
.make-appointment {
    padding: 80px 0;
}
.appoinform-bx {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/appointment-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 42px;
    border-radius: 20px;
    color: var(--second-text-color);
}
.appoinform-bx h2 {
    font-weight: 700;
    text-align: center;
    font-size: 56px;
}
.appoin-main-bx {
    gap: 12px;
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.appoin-main-bx input {
    background-color: var(--second-text-color);
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 10px;
    padding: 10px 10px;
    width: 49%;
}
.submit-btn {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 18px;
    padding: 20px 0 20px 28px;
    position: relative;
    width: 285px;
    margin: 0 auto;
    text-align: left;
    display: block;
}
.submit-btn img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 17%;
}
/************ Make Appointment Css End ************/


/************ Get Started Section Css ************/
.get-started {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    text-align: center;
    padding: 50px 0;
}
.get-started h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}
.getbtn {
    background: var(--second-text-color);
    color: var(--first-background-color);
    margin-top: 40px;
}
.getbtn img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(70%) saturate(3250%) hue-rotate(322deg) brightness(88%) contrast(93%);
}
/************ Get Started Section Css End ************/


/************ Footer Css ************/
.footer {
    background-color: var(--second-background-color);
    padding: 80px 0 30px 0;
}
.footer-log {
    width: 78%;
}
.social-meda {
    margin-top: 40px;
}
.social-meda a {
    display: inline-block;
    width: 44px;
    border: 1px solid var(--first-background-color);
    background-color: rgb(217 54 100 / 20%);
    padding: 9px;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.social-meda a::before {
    content: "";
    position: absolute;
    background-color: var(--first-background-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.25s ease-in-out;
    z-index: -1;
}
.social-meda a:hover::before {
    transform: scale(1);
}
.social-meda a:hover img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(1%) hue-rotate(241deg) brightness(106%) contrast(101%);
}
.footer-link {
    margin-top: 50px;
    width: 100%;
}
.footer-link h6 {
    font-weight: 600;
    font-size: 24px;
    color: var(--first-text-color);
    padding: 0 0 7px 0;
}
.footer-link ul li a {
    font-weight: 500;
    color: var(--first-text-color);
    text-decoration: none;
    display: inline-block;
    margin-top: 22px;
    transition: 0.3s ease-in-out;
}
.footer-link ul li a:hover {
    color: var(--first-background-color);
    transform: translateX(7px);
}
.icn-detail {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    align-items: flex-start;
}
.icn-detail .deticonbx {
    display: inline-block;
    width: 32px;
    border: 1px solid var(--first-background-color);
    background-color: rgb(217 54 100 / 20%);
    padding: 5px;
    border-radius: 50%;
    margin-right: 0;
}
.icn-detail span {
    font-weight: 500;
    width: 100%;
}
.icn-detail span a {
    text-decoration: none;
    color: var(--first-text-color);
}
.copy {
    color: var(--first-text-color);
    font-weight: 600;
}
/************ Footer Css End ************/


/************ About Page Css ************/
.about-banner {
    padding: 80px 0;
    background: linear-gradient(269.84deg, rgba(232, 232, 232, 0) 0.13%, #B5B5B5 102.34%);
}
.about-banner span {
    color: var(--first-background-color);
    font-weight: 700;
    font-size: 32px;
}
.about-banner h2, .services-banner h2 {
    font-size: 56px;
    font-weight: 700;
}
.about-banner p, .about-sec p, .services-banner p {
    font-weight: 500;
    font-size: 18px;
    margin-top: 22px;
    line-height: 1.6em;
}
.abt-img-bx {
    background-color: var(--first-background-color);
    width: 78%;
    margin-left: auto;
    border-radius: 12px;
    overflow: hidden;
}
/* .about-banner img {
    width: 78%;
    margin: 0 0 0 auto;
} */
.about-sec {
    padding: 80px 0 80px 0;
}
.about-sec img {
    width: 80%;
    margin-right: auto;
    border-radius: 12px;
}
.about-sec h6 {
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 1.6em;
    margin-top: 80px;
    padding-inline: 28px;
}
/************ About Page Css End ************/


/************ Services Page Css ************/
.services-banner {
    padding: 80px 0;
}
.services-incude {
    background-color: var(--first-text-color);
    border-radius: 20px;
    padding: 40px;
    color: var(--second-text-color);
    width: 88%;
    margin-left: auto;
}
.services-banner p {
    margin-right: 100px;
}
.services-incude h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 13px;
}   
.service-list div {
    width: 50%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    line-height: 1.5em;
}
.service-list div img {
    width: 20px;
}
h3.tp-marg {
    margin-top: 42px;
}

/* Service Inner Page */
.servinambx {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.servinambx::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.06%, #000000 100%);
    mix-blend-mode: multiply;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
.servinambx img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
} 
.servinambx h2 {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: var(--second-text-color);
    font-size: 48px;
}
.services-banner h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 42px;
}
.servic-inr-pag ul {
    margin-top: 24px;
    padding-left: 16px;
}
.services-banner ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
}
.services-incude h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 8px 0;
}
.services-incude span {
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    line-height: 1.6em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 22px;
}
.servic-inr-pag p {
    margin-right: 0 !important;
}
.services-incude button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 26px;
    width: 100%;
    padding: 24px 0;
    border-radius: 18px;
}
.iner-servic-include {
    width: 85%;
    position: sticky;
    top: 0;
}
/************ Services Page Css End ************/


/************ Health Shop Page Css ************/
.health-shop {
    padding: 80px 0;
}
.health-shop img {
    width: 95%;
    border-radius: 12px;
}
.health-tx-bx {
    width: 90%;
    margin-left: auto;
}
.health-tx-bx h2, .faq-banenr h2, .vibrant-body h2 {
    font-size: 48px;
    font-weight: 700;
}
.health-tx-bx h6 {
    font-size: 18px;
    font-weight: 700;
}
.health-tx-bx p, .health-tx-bx ul li {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 20px 0;
    line-height: 1.6em;
}
.health-tx-bx ul {
    padding-left:16px;
}
.health-tx-bx button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 26px;
    padding: 24px 40px;
    border-radius: 18px;
}
/************ Health Shop Page Css End ************/


/************ FAQ Page Css ************/
.faq-banenr h2 {
    margin-bottom: 50px;
}
.faq-accordian .accordion-item {
    margin-top: 14px;
    border: 0;
    border-radius: 20px !important;
    background-color: var(--second-background-color);
}
.faq-accordian .accordion-item .accordion-button {
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    padding: 20px 22px;
    color: var(--first-text-color) !important;
}
.faq-accordian .accordion-item .accordion-button:hover {
    background-color: transparent !important;
}
.faq-accordian .accordion-item .accordion-body {
    padding: 25px;
}
.faq-accordian .accordion-item .accordion-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}
.faq-accordian .accordion-item .accordion-button::after {
    background-image: url('../img/accordian-plus.svg');
    width: 32px;
    height: 32px;
    background-size: 31px;
}
.faq-accordian .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url('../img/accordian-minus.svg');
}
/************ FAQ Page Css End ************/


/************ How It Work Page Css ************/
.how-work-bx {
    background-color: var(--second-background-color);
    border-radius: 20px;
    padding: 40px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.how-work-bx::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--first-background-color);
    width: 100%;
    height: 0%;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.how-work-bx:hover::before {
    height: 100%;
}
.how-work-bx img {
    width: 32%;
    margin-bottom: 25px;
    margin-inline: auto;
    transition: 0.3s ease-in-out;
}
.how-work-bx:hover img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(100%) saturate(0%) hue-rotate(197deg) brightness(106%) contrast(103%);
}
.how-work-bx p {
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.how-work-bx:hover p {
    color: var(--second-text-color);
}
.work-listing div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 14px;
    font-size: 20px;
}
.work-listing div img {
    width: 20px;
}
.word-det-bx-row {
    margin-block: 24px 50px;
}
.healthsho button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 55px;
    padding: 24px 40px;
    border-radius: 18px;
}

/* How It Works Inner Sections */
.weight-img-sect {
    background-image: url('../img/weight-section-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 135px 0;
    border-radius: 20px;
}
.weight-img-sect h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
}
.weight-img-sect h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 12px 0;
}
.weight-img-sect h5 span {
    color: var(--first-background-color);
}
.weight-img-sect p {
    font-size: 18px;
    font-weight: 700;
}
.weight-img-sect button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 700;
    padding: 18px 35px;
    border-radius: 14px;
    margin-top: 50px;
}
.vibrant-row {
    margin-block: 60px;
}
.vibrant-body h2 {
    margin-bottom: 60px;
}
.vibrant-body button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 700;
    padding: 18px 35px;
    border-radius: 14px;
}
.vibrnt-tx-bx {
    background-color: var(--second-background-color);
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    width: 100%;
}
.vibrnt-tx-bx::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--first-background-color);
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.vibrnt-tx-bx:hover::before {
    height: 100%;
}
.vibrnt-tx-bx span.nume {
    color: rgba(217, 54, 100, 0.2);
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: 0.3s ease-in-out;
}
.vibrnt-tx-bx:hover span.nume {
    color: rgba(255, 255, 255, 0.2);
}
.vibrnt-tx-bx h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}
.vibrnt-tx-bx ul {
    padding-left: 22px;
}
.vibrnt-tx-bx ul li {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4em;
    transition: 0.3s ease-in-out;
}
.vibrnt-tx-bx ul li span {
    color: var(--first-background-color);
    transition: 0.3s ease-in-out;
}
.vibrnt-tx-bx ul li::marker {
    color: var(--first-background-color);
    font-size: 30px;
    line-height: 0;
    transition: 0.3s ease-in-out;
}


.vibrnt-tx-bx:hover, .vibrnt-tx-bx:hover ul li, .vibrnt-tx-bx:hover ul li::marker, .vibrnt-tx-bx:hover ul li span {
    color: var(--second-text-color);
}
.appointment-bx {
    background: var(--second-background-color);
    padding: 25px;
    border-radius: 20px;
    width: 100%;
}
.appointment-bx h3 {
    font-size: 24px;
    font-weight: 700;
    background-color: var(--first-text-color);
    color: var(--second-text-color);
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 38px;
}
.appointment-bx h6 {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 0 25px;
    margin-bottom: 30px;
}
.appointment-bx ul {
    padding-left: 50px;
}
.appointment-bx ul li {
    font-size: 24px;
    font-weight: 500;
    margin-top: 24px;
}
.appointment-bx ul li span {
    color: var(--first-background-color);
}
.appointment-bx ul li::marker {
    color: var(--first-background-color);
    font-size: 30px;
    line-height: 0;
    transition: 0.3s ease-in-out;
}
.appon-btn-bx {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    padding: 0 25px;
}
.appon-btn-bx h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--first-text-color);
}
.appon-btn-bx button {
    width: 60%;
}
/************ How It Work Page Css End ************/


/************ Testimonial Page Css ************/
.testi-page-bx {
    padding-bottom: 30px;
    margin-top: 20px;
}
.testi-page-bx .name-date {
    padding-top: 14px;
}
.testigrid-bx {
    column-count: 2;
    grid-row-gap: 20px;
}
.main-testimonial-bx {
    background-color: var(--first-text-color);
    color: var(--second-text-color);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.main-testimonial-bx h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.main-testimonial-bx span {
    font-style: italic;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
    display: inline-block;
}
.main-testimonial-bx p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}
.main-testimonial-bx button {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    padding: 18px 35px;
    border-radius: 16px;
    margin-top: 24px;
}


.helth-count-bx {
    background-color: var(--second-background-color);
    border-radius: 20px;
}
.iner-hel-txt {
    background-color: var(--first-text-color);
    color: var(--second-text-color);
    padding: 40px;
    border-radius: 20px;
}
.iner-hel-txt h6 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.iner-hel-txt h2 {
    font-weight: 700;
    font-size: 36px;
}
.div-inr-tc {
    padding: 40px;
}
.div-inr-tc p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.div-inr-tc button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
}
.div-inr-tc a {
    width: 100%;
    color: var(--first-background-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
}

.offers-houers h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}
.offers-houers ul {
    margin-bottom: 40px;
}
.offers-houers ul li {
    font-size: 18px;
    font-weight: 500;
    margin-top: 18px;
    width: 70%;
    position: relative;
}
.offers-houers ul li::before {
    content: "";
    height: 1px;
    width: 32%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.offers-houers ul li span {
    float: right;
}
.offers-houers button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 15px;
    padding: 20px 45px;
}
.offers-houers a {
    color: var(--first-background-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 20px 45px;
}


.nme-img {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}
.nme-img img {
    width: 8% !important;
}
/************ Testimonial Page Css End ************/



/************ News Page Css ************/
.main-news-bx {
    background-color: var(--second-background-color);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.main-news-bx span {
    font-size: 18px;
}
.main-news-bx h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 18px 0;
}
.main-news-bx p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}
.main-news-bx button {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    padding: 18px 35px;
    border-radius: 16px;
    margin-top: 24px;
}
.small-news-bx {
    background-color: var(--second-background-color);
    border-radius: 18px;
    padding: 18px;
}
.small-news-bx span {
    font-weight: 500;
}
.small-news-bx h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 14px 0;
}
.small-news-bx p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}
.small-news-bx a {
    font-size: 18px;
    font-weight: 600;
    color: var(--first-background-color);
    text-decoration: none;
}
.smam-nes-bx {
    row-gap: 24px;
}
.loadmore {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    padding: 18px 35px;
    border-radius: 16px;
    margin-top: 24px;
}

/* Blog Detail Page Css */
.blog-detail-page {
    padding: 80px 0;
}
.blog-detail-page h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
.detail-tx p {
    font-size: 24px;
    font-weight: 500;
    padding-left: 32px;
    line-height: 1.5em;
    margin-top: 30px;
}
.detail-age-txt h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}
.detail-age-txt p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
    line-height: 1.5em;
}


.related-news {
    padding-left: 150px;
}
.related-news-carousel {
    position: relative;

}
.related-news-carousel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #fff);
    width: 20%;
    height: 100%;
    z-index: 1;
}
.related-news-carousel .owl-stage {
    padding-left: 0 !important;
}
.related-news h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}
.related-news-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 97%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.related-news-carousel .owl-nav .owl-prev {
    visibility: hidden;
}
.related-news-carousel .owl-nav .owl-next {
    width: 38px;
}
.related-news-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
}
/************ News Page Css End ************/



/************ Contact Page Css ************/
.contact-page {
    padding: 50px 0;
}
.contact-page iframe {
    height: 650px;
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow(8px 8px 35px rgba(0, 0, 0, 0.1));
}
.cont-frm h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 32px;
}
.cont-frm form input, .cont-frm form textarea {
    width: 100%;
    background-color: var(--second-background-color);
    border: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.cont-frm form textarea {
    margin-bottom: 35px !important;
}
.cont-frm form button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 18px;
    padding: 17px 40px;
}
.formbtn {
    display: flex;
    align-items: center;
    gap: 40px;
}
.contact-occi-bx {
    background: var(--second-background-color);
    border-radius: 20px;
    padding: 50px;
    margin: 80px 0 0 0;
}
/************ Contact Page Css End ************/



/************ Supplement Page Css ************/
.supplement-page {
    padding: 80px 0;
}
.supplement-page h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 25px;
}
.supplement-page h6 {
    font-size: 24px;
    font-weight: 700;
}
.supplement-page p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 20px;
}
.supplement-page button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    border-radius: 18px;
    padding: 18px 40px;
}
.btn-img {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
}
.btn-img img {
    width: 28%;
}
.supplement-page .supp-min-img {
    width: 80%;
    margin-left: auto;
}
/************ Supplement Page Css End ************/


/************ Fonctional Medicine Page Css ************/
.medicin-txt {
    padding-right: 75px;
}
.med-bxs-row {
    margin-top: 80px;
}
.medicine-img-bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
}
.medicine-img-bx::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(217, 54, 100, 0.7);
    transition: 0.3s ease-in-out;
}
.medicine-img-bx:hover::before {
    height: 100%;
}
.medicine-img-bx button {
    background-color: var(--second-text-color);
    color: var(--first-background-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.medicine-img-bx:hover button {
    visibility: visible;
}
/************ Fonctional Medicine Page Css End ************/


/************ Product Page Css ************/
.product-row {
    display: flex;
    flex-wrap: wrap;
}
.product-col {
    width: 20%;
    padding: 7px;
}
.product-px {
    background-color: #F2F2F2;
    padding: 12px;
    border-radius: 18px;
}
.product-px img {
    width: 100%;
    height: 288px;
    object-fit: contain;
}
.product-px h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 16px 0 8px 0;
}
.product-px p {
    color: #828282;
    font-weight: 700;
    font-size: 18px;
}
.product-px p span {
    color: var(--first-background-color);
}
.product-px button {
    border: 1px solid var(--first-background-color);
    color: var(--first-background-color);
    border-radius: 18px;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.product-px button:hover {
    color: var(--second-text-color);
    background-color: transparent !important;
}
.product-px button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--first-background-color);
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.product-px button:hover::before {
    width: 100%;
}


.product-detail-page {
    padding: 80px 0;
}


.breadcrum {
    font-weight: 700;
    font-size: 14px;
    color: #828282;
    margin-bottom: 30px;
}
.breadcrum a {
    color: #828282;
    text-decoration: none;
}
.product-detailtxt h2 {
    font-size: 36px;
    font-weight: 700;
}
.price {
    font-weight: 700;
    font-size: 24px;
    margin: 26px 0;
}
.price span {
    color: var(--first-background-color);
}
.product-detailtxt h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px;
}
.product-detailtxt p {
    font-weight: 500;
    line-height: 1.5em;
}
.product-detailtxt form .inpt-quan {
    margin-top: 45px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.product-detailtxt form label {
    font-size: 18px;
    font-weight: 700;
}
.quantity {
    background: var(--second-background-color);
    border-radius: 18px;
    padding: 16px;
    position: relative;
    width: 38%;
}
.quantity input {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity-button.quantity-up, .quantity-button.quantity-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #828282;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    color: #828282;
    transition: 0.3s ease-in-out;
}
.quantity-button.quantity-up:hover, .quantity-button.quantity-down:hover {
    color: var(--first-background-color);
    border-color: var(--first-background-color);
}
.quantity-button.quantity-up {
    right: 20px;
}
.quantity-button.quantity-down {
    left: 20px;
}
.quantity-button.quantity-up::selection, .quantity-button.quantity-down span::selection {
    background-color: transparent;
}
.quantity-button.quantity-down span {
    line-height: 1;
    position: relative;
    top: -2px;
}

.product-detailtxt form button {
    background-color: var(--first-background-color);
    color: var(--second-text-color);
    font-size: 18px;
    font-weight: 600;
    width: 60%;
    padding: 20px 0;
    border-radius: 18px;
    margin-top: 70px;
}
.detail-img-slider {
    background: var(--second-background-color);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.thumb-img-slider {
    padding: 7px;
    background: var(--second-background-color);
    border-radius: 10px;
}

.product-detail-thumb {
    position: relative;
}
.product-detail-thumb .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.product-detail-thumb .owl-nav .owl-next, .product-detail-thumb .owl-nav .owl-prev {
    width: 30px;
}
.product-detail-thumb .owl-nav .owl-next:hover, .product-detail-thumb .owl-nav .owl-prev:hover {
    background-color: transparent;
}
.detail-img-slider img {
    height: 500px;
    object-fit: cover;
}
/************ Product Page Css End ************/

.Medicaldd {
    padding: 15px 0 26px 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
}


