:root { --primary-color: #723E89;
--primary-dark: #591a69;
--primary-light: #8A5097;
--accent-color: #FFC000;
--light-bg: #F5F5F5;
--text-dark: #555;
--text-gray: #747476;
--text-muted: #8B8B8B;
--border-light: #e8eae9;
--border-purple: #ecdff1; --font-primary: 'Roboto', sans-serif;
--font-size-base: 18px;
--font-size-lg: 20px;
--font-size-xl: 22px;
--font-size-h1: 50px;
--font-size-h2: 36px; --spacing-sm: 15px;
--spacing-md: 20px;
--spacing-lg: 30px;
--spacing-xl: 40px;
--spacing-xxl: 60px; --radius-sm: 13px;
--radius-md: 15px;
--radius-lg: 24px;
} * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
font-family: var(--font-primary);
font-size: var(--font-size-base);
color: var(--text-dark);
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 500;
} .container {
margin: 0 auto;
padding: 0 var(--spacing-md);
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.row > [class^="col-"] {
padding-right: 0px;
padding-left: 0px;
}
.col-xs-12, .col-sm-12, .col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-5th {
flex: 0 0 20%;
max-width: 20%;
}
.text-center {
text-align: center !important;
}
.text-left {
text-align: left !important;
}
.margin-top-10 { margin-top: 10px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-bottom-0 { margin-bottom: 0; }
.marginbottom { margin-bottom: var(--spacing-lg); }
.paddingbottom { padding-bottom: var(--spacing-lg); }
.purple { color: #5f3370; } .readmore {
display: inline-block;
color: #fff;
background-color: var(--primary-color);
border-radius: 50px;
padding: 10px 40px;
text-decoration: none;
font-size: var(--font-size-lg);
transition: all 0.3s ease;
border: 1px solid var(--primary-color);
width: auto;
}
.readmore:hover {
background-color: #fff;
color: var(--primary-color);
border: 1px solid var(--primary-color);
}
.download2 {
color: #fff;
background-color: var(--primary-color);
padding: 8px 30px;
border-radius: 50px;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
width: auto !important;
}
.download2:hover {
background-color: #fff;
color: var(--primary-color);
border: 1px solid var(--primary-color);
} .banner {
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.banner-image {
width: 100%;
height: auto;
display: block;
object-fit: cover;
margin: 0;
padding: 0;
} .banner-desktop {
position: relative;
width: 100%;
min-height: 600px;
}
.banner-caption {
position: absolute;
top: 50%;
left: 10%;
transform: translateY(-50%);
z-index: 10;
}
.banner-tag {
font-size: 20px;
font-weight: 700;
letter-spacing: 5px;
color: #555;
margin: 0 0 15px 0;
text-transform: uppercase;
}
.banner-title {
font-size: 50px;
line-height: 60px;
color: #723E89;
font-weight: 700;
margin: 0 0 20px 0;
max-width: 500px;
}
.banner-text {
font-size: 18px;
line-height: 1.8;
color: #555;
margin: 0 0 25px 0;
max-width: 500px;
} .banner-mobile {
background: linear-gradient(135deg, #e5b8ff 0%, #f0c4ff 100%);
min-height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
overflow: hidden;
margin: 0;
padding: 0;
}
.banner-mobile .row {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
margin: 0;
padding: 0;
width: 100%;
min-height: auto;
}
.banner-mobile .col-12 {
padding: 0;
margin: 0;
width: 100%;
}
.banner-mobile .col-12:first-child {
padding: 40px 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: center;
flex-shrink: 0;
}
.banner-title-mobile {
font-size: 30px;
line-height: 40px;
color: #723E89;
font-weight: 700;
margin: 0 0 10px 0;
}
.banner-mobile .banner-text {
font-size: 16px;
line-height: 1.6;
margin: 0 0 20px 0;
}
.banner-mobile-button {
margin: 0;
padding: 0;
}
.banner-image-mobile {
display: flex;
justify-content: center;
align-items: flex-end;
margin: 0;
padding: 0;
flex: 1;
overflow: hidden;
line-height: 0;
min-height: 300px;
width: 100%;
}
.banner-image-mobile img {
display: block;
width: auto;
height: 100%;
max-width: 100%;
object-fit: contain;
object-position: center bottom;
margin: 0;
padding: 0;
} @media (min-width: 768px) and (max-width: 991px) {
.banner-desktop {
min-height: 500px;
}
.banner-caption {
left: 8%;
}
.banner-title {
font-size: 36px;
line-height: 45px;
max-width: 400px;
}
.banner-text {
font-size: 17px;
line-height: 1.7;
max-width: 400px;
}
.banner-tag {
font-size: 18px;
letter-spacing: 3px;
}
.banner-mobile {
min-height: auto;
}
.banner-mobile .col-12:first-child {
padding: 60px 40px;
}
.banner-title-mobile {
font-size: 30px;
line-height: 40px;
}
.banner-image-mobile {
min-height: 450px;
}
} @media (max-width: 767px) {
.banner-desktop {
display: none !important;
}
.banner-mobile {
display: flex !important;
min-height: auto;
}
.banner-mobile .row {
min-height: auto;
}
.banner-mobile .col-12:first-child {
padding: 40px 20px 20px 20px;
flex-shrink: 0;
}
.banner-title-mobile {
font-size: 28px;
line-height: 36px;
margin: 0 0 8px 0;
}
.banner-mobile .banner-text {
font-size: 16px;
line-height: 1.5;
margin: 0 0 15px 0;
}
.banner-tag {
font-size: 17px;
letter-spacing: 2px;
}
.banner-image-mobile {
min-height: 280px;
flex-shrink: 1;
}
.banner-mobile-button {
margin: 0;
}
} @media (max-width: 400px) {
.banner-mobile .col-12:first-child {
padding: 35px 15px 15px 15px;
}
.banner-title-mobile {
font-size: 26px;
line-height: 34px;
margin: 0 0 6px 0;
}
.banner-mobile .banner-text {
font-size: 15px;
line-height: 1.5;
margin: 0 0 12px 0;
}
.banner-tag {
font-size: 15px;
letter-spacing: 1px;
}
.banner-image-mobile {
min-height: 250px;
}
} @media (min-width: 1920px) {
.banner-desktop {
min-height: 700px;
}
.banner-caption {
left: 12%;
}
.banner-title {
font-size: 60px;
line-height: 70px;
max-width: 600px;
}
.banner-text {
font-size: 20px;
line-height: 1.9;
max-width: 600px;
}
.banner-tag {
font-size: 22px;
letter-spacing: 5px;
}
}
.breadcrumb > .active {
color: #fff !important;
} .healthservice-section {
padding: 60px 20px;
}
.healthservice-container {
max-width: 1200px;
margin: 0 auto;
}
.healthservice-title {
margin-bottom: 10px;
font-size: 30px;
line-height: 60px;
color: var(--primary-color);
position: relative;
margin-bottom: 50px;
text-align: center;
}
.healthservice-title::after {
content: "";
display: block;
width: 150px;
height: 3px;
background-color: var(--accent-color);
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}
.headerstagcenter {
margin-bottom: 10px;
font-size: 30px;
line-height: 1.2;
color: var(--primary-color);
position: relative;
margin-bottom: 50px;
text-align: center;
}
.headerstagcenter::after {
content: "";
display: block;
width: 150px;
height: 3px;
background-color: var(--accent-color);
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
}
.service-h2 {
text-align: center;
margin-bottom: 20px;
font-size: 50px;
line-height: 60px;
color: var(--primary-color);
position: relative;
margin-bottom: 50px;
}
.healthservice-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
margin-bottom: 30px;
}
.healthservice-card {
flex: 1 1 250px;
max-width: 300px;
text-align: center;
padding: 20px;
border: 1px solid #eee;
border-radius: var(--radius-sm);
background-color: var(--light-bg);
display: flex;
flex-direction: column;
justify-content: space-around;
transition: all 1s ease;
min-height: 280px;
}
.healthservice-card:hover {
border: 1px solid var(--primary-color);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.healthservice-card img {
max-width: 110px;
height: 110px;
margin: 0 auto 15px;
object-fit: contain;
}
.healthservice-card h3 {
color: var(--primary-color);
font-weight: bold;
font-size: 18px;
word-wrap: break-word;
overflow-wrap: break-word;
}
.healthservice-card p {
color: var(--text-muted);
font-size: 16px;
line-height: 1.5;
}
.service-bottom-content {
font-size: 20px;
max-width: 800px;
margin: 0 auto;
padding: 10px;
text-align: center;
color: var(--text-gray);
line-height: 1.6;
}
.baby-care-content {
font-size: 20px;
line-height: 1.8;
margin-bottom: 15px;
color: var(--text-dark);
}
.servicebox {
padding: 20px;
background-color: var(--light-bg);
border-radius: var(--radius-md);
text-align: center;
margin-bottom: 30px;
height: 200px;
display: flex;
flex-direction: column;
justify-content: center;
transition: all 0.3s ease;
}
.servicebox:hover {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.servicebox img {
width: 80px;
height: 80px;
margin: 0 auto 15px;
object-fit: contain;
}
.servicebox h3 {
color: var(--primary-color);
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
}
.servicebox p {
color: var(--text-muted);
margin-bottom: 20px;
font-size: 14px;
}
.box {
width: 100%;
height: 100%;
padding: 15px 0;
text-align: center;
transition: all 0.3s ease;
}
.box img {
width: 60px;
height: 60px;
object-fit: contain;
}
.box p {
color: var(--text-gray);
font-size: 18px;
text-align: center;
margin-bottom: 10px;
}
.box:hover {
box-shadow: 0 1px 3px rgba(0,0,0,0.30), 0 1px 2px rgba(0,0,0,0.24);
}
.box:hover p {
color: var(--primary-dark);
}
.backcolor {
background-color: #eee;
padding: 40px 0;
}
.mobtop {
border-style: none;
padding-bottom: 40px;
}
.ourservices {
padding-top: 40px;
}
.healthguardianprogram {
padding-top: 0;
} .gt-testimonials-wrap {
max-width: 970px;
margin: 0 auto;
margin-bottom: 40px;
padding: 40px 20px;
}
.gt-testi-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 25px;
gap: 20px;
}
.gt-testi-header h1 {
margin: 0;
text-align: left;
flex: 1;
}
.gt-testi-header h1 span {
margin-bottom: 5px;
color: var(--primary-dark);
border-bottom: 2px solid var(--accent-color);
padding-bottom: 5px;
display: inline-block;
}
.gt-testi-arrows {
display: flex;
gap: 12px;
flex-shrink: 0;
}
.gt-carousel-track {
display: flex;
gap: 28px;
overflow: hidden;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
width: 100%;
}
.gt-card {
background: transparent;
border: 1px solid var(--primary-dark);
border-radius: var(--radius-sm);
padding: 32px 28px;
display: flex;
flex-direction: column;
flex: 0 0 100%;
width: 100%;
scroll-snap-align: start;
min-height: 280px;
transition: all 0.3s ease;
}
.gt-card:hover {
border-color: var(--primary-color);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.gt-quote-icon {
width: 34px;
height: auto;
margin-bottom: 16px;
object-fit: contain;
}
.gt-quote {
font-size: clamp(18px, 1.2vw, 23px);
line-height: 1.75;
color: var(--text-gray);
font-style: italic;
margin-bottom: 22px;
flex-grow: 1;
}
.gt-name {
font-size: clamp(18px, 1.2vw, 22px);
font-weight: 700;
color: var(--primary-dark);
border-top: 1px solid var(--border-purple);
padding-top: 14px;
margin-top: auto;
}
.gt-name span {
display: block;
font-weight: 400;
font-size: 13px;
color: var(--text-muted);
margin-top: 4px;
}
.gt-arrow {
position: static;
transform: none;
width: 44px;
height: 44px;
border-radius: 50%;
border: 2px solid var(--primary-dark);
background: transparent;
color: var(--primary-light);
font-size: 18px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.25s ease;
flex-shrink: 0;
}
.gt-arrow:hover {
background: var(--primary-color);
color: #fff;
border-color: var(--primary-color);
}
.gt-arrow.gt-hidden {
display: none;
}
div.testimonial-bordered {
border-style: none;
padding: 0 !important;
} .backcolor {
background-color: #f5f5f5;
padding: 60px 0;
}
.testimonial-bordered {
max-width: 1200px;
margin: 0 auto;
}
.owl-carousel {
padding: 0;
}
.owl-testimonial {
padding: 0;
}
.testimonial {
padding: 40px;
background: #fff;
border-radius: 15px;
border: 1px solid #e8eae9;
margin: 20px;
transition: all 0.3s ease;
}
.testimonial:hover {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
border-color: #723E89;
} .testimonial-content {
padding: 0;
margin: 0;
}
.testimonial-content.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.testimonial-content p.lead {
font-size: 18px;
line-height: 1.8;
color: #555;
margin: 0 0 20px 0;
font-weight: 500;
} .testimonial-content q {
font-style: italic;
color: #555;
display: block;
}
.testimonial-content i {
font-style: italic;
font-weight: normal;
} .testimonial-content cite {
display: block;
font-style: normal;
font-size: 16px;
font-weight: 600;
color: #723E89;
margin-top: 15px;
padding-top: 15px;
border-top: 2px solid #FFC000;
}
.testimonial-content cite span {
display: block;
font-size: 14px;
color: #999;
margin-top: 5px;
font-weight: 400;
} .testimonial figure {
margin: 0 0 20px 0;
padding: 0;
}
.testimonial img.rounded {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
display: block;
margin: 0 auto 20px;
border: 3px solid #723E89;
} .nomargin {
margin: 0 !important;
}
.nopadding {
padding: 0 !important;
}
.text-center {
text-align: center !important;
} @media (max-width: 767px) {
.backcolor {
padding: 40px 0;
}
.testimonial {
padding: 25px;
margin: 15px 10px;
}
.testimonial-content p.lead {
font-size: 16px;
line-height: 1.6;
}
.testimonial-content cite {
font-size: 14px;
}
} .accordion {
max-width: 900px;
margin: 0 auto;
background: #fff;
border-radius: var(--radius-md);
overflow: hidden;
}
.accordion-item {
border-bottom: 1px solid #e5e5e5;
}
.accordion-item:last-child {
border-bottom: none;
}
.accordion a {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
padding: 1rem 3rem 1rem 1rem;
color: #000;
line-height: 32px;
font-size: clamp(18px, 2vw, 28px);
font-weight: 400;
border-bottom: 1px solid #e5e5e5;
background: transparent;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
}
.accordion a:hover {
color: var(--primary-dark);
}
.accordion a:hover::after {
color: var(--primary-dark);
}
.accordion a.active {
color: var(--primary-dark);
background: #f9f9f9;
border-bottom: none;
}
.accordion a::after {
content: "";
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
width: 24px;
height: 24px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23747476" stroke-width="2"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
background-repeat: no-repeat;
background-position: center;
transition: all 0.3s ease;
}
.accordion a.active::after {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%235f0d7c" stroke-width="2"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.accordion .content {
opacity: 0;
padding: 0 1rem;
max-height: 0;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
clear: both;
background: #fff;
transition: all 0.2s ease 0.15s;
}
.accordion .content p {
font-size: clamp(16px, 1.8vw, 27px);
font-weight: 300;
color: var(--text-gray);
margin-bottom: 5px;
line-height: 1.6;
}
.accordion .content.active {
opacity: 1;
padding: 1rem;
max-height: 500px;
transition: all 0.35s ease 0.15s;
}
h3 {
font-size: clamp(18px, 2vw, 28px);
color: #373d51;
padding: 0.3rem;
margin: 0;
}
.bull {
list-style-type: circle;
margin-left: 20px;
} .nav-tabs {
border-bottom: 0 !important;
display: flex;
flex-wrap: wrap;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.nav-tabs li {
display: list-item;
}
.nav-tabs.nav-alternate {
border-right: solid 2px var(--border-light);
}
.nav-tabs.nav-alternate > li > a {
border-radius: 0 !important;
margin-bottom: 0;
border-right: 0 !important;
border-top: 0 !important;
border-bottom: 0 !important;
}
.nav-tabs.nav-alternate > li.active > a {
border-bottom: 0 !important;
border-right: 0 !important;
border-top: 0 !important;
border-left: solid 2px var(--primary-dark) !important;
font-size: 22px !important;
background-color: #fff;
color: var(--primary-dark);
border-radius: 0 !important;
}
.nav-tabs.nav-alternate > li.active > a {
color: var(--primary-dark) !important;
background-color: transparent !important;
}
.nav-tabs.nav-stacked {
flex-direction: column;
border-right: solid 2px var(--border-light);
}
.nav-tabs.nav-stacked > li {
margin-bottom: 0;
margin-right: 0;
width: 100%;
}
.nav-tabs.nav-stacked > li > a {
border-radius: 0;
border: none;
margin-bottom: 0;
margin-right: 0;
font-size: 22px !important;
background-color: transparent !important;
font-weight: 500;
color: var(--text-gray);
margin-bottom: 15px;
padding: 10px 15px;
transition: all 0.3s ease;
}
.nav-tabs.nav-stacked > li > a:hover {
color: var(--primary-dark);
background-color: #f9f9f9;
}
.nav-tabs.nav-stacked > li.active > a {
border-left: solid 2px var(--primary-dark);
color: var(--primary-dark);
background-color: transparent;
}
div.tab-content {
background-color: transparent !important;
border: none;
padding: 20px;
}
div.tab-content.tab-stacked {
background-color: transparent !important;
}
.tab-pane {
animation: fadeIn 0.5s ease-in;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
} .callout {
padding: var(--spacing-xl) 0;
}
.callout.alert {
background-color: var(--primary-dark) !important;
}
.callout.alert h1,
.callout.alert h2,
.callout.alert h3,
.callout.alert h4,
.callout.alert h5,
.callout.alert h6 {
color: #fff !important;
}
.callout.alert p {
color: #fff;
}
.callout.noborder {
border-style: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: var(--accent-color);
}  .no-margin {
margin: 0 !important;
}
.margin-top-0 {
margin-top: 0 !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.no-border {
border: none !important;
border-style: none !important;
} .padding-15 {
padding: 15px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
} .text-align-left {
text-align: left !important;
}
.text-center {
text-align: center !important;
} .position-relative {
position: relative !important;
} .section-faq {
margin-top: 0 !important;
padding-top: 40px !important;
border: none !important;
} .form-container {
padding: 15px !important;
}
.form-container h2 {
margin-top: 0;
margin-bottom: 20px;
} .row-no-margin {
margin: 0 !important;
padding: 0 !important;
} .header-accent {
margin-bottom: 5px;
color: #581a67;
border-bottom: 2px solid #fecd28;
display: inline-block;
padding-bottom: 5px;
} .link-white {
color: #fff !important;
text-decoration: none;
}
.link-white:hover {
color: #fecd28;
} .phone-link {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.phone-link:hover {
color: #fecd28;
text-decoration: underline;
}
.wow.fadeIn {
animation: fadeIn 1s ease-in;
}
.animated {
animation-duration: 1s;
}
.conter {
background-color: var(--primary-dark);
padding: 60px 0;
}
.counter-div {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15px;
}
.counter-img {
max-width: 100px;
height: 100px;
object-fit: contain;
}
.counter-span {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.countTo {
font-size: clamp(30px, 3vw, 50px);
font-weight: bold;
color: var(--accent-color);
line-height: 1;
}
.size-40 {
font-size: 40px;
}
.plus {
font-size: 30px;
color: var(--accent-color);
font-weight: bold;
margin-left: 0;
line-height: 1;
}
.counter-h4 {
margin-top: var(--spacing-sm);
margin-bottom: 0;
color: #fff;
font-size: clamp(14px, 1.2vw, 18px);
font-weight: 500;
} .counter-line {
display: flex; align-items: center;
justify-content: center;
gap: 5px;
}
.counter-text{
color:#fff;
} @media (min-width: 768px) and (max-width: 991px) {
.desktop-view {
display: none !important;
visibility: hidden !important;
}
.mobile-view {
display: block !important;
visibility: visible !important;
}
.banner-logo {
max-width: 401px;
padding-top: 150px;
}
.banner-text {
max-width: 401px;
}
.banner-logo-mobile {
padding-top: 0;
max-width: 401px;
font-size: 36px;
margin-bottom: 10px;
}
.home-banner-mobile {
min-height: 100vh;
height: auto;
display: flex;
flex-direction: column;
}
.home-banner-mobile .col-12:first-child {
padding-left: 40px;
padding-top: 60px;
padding-bottom: 15px;
flex-shrink: 0;
}
.mobile-banner-explore {
margin-top: 10px;
margin-bottom: 0;
padding-top: 0;
}
.center-image {
min-height: 450px;
height: auto;
padding: 0 !important;
margin: 0 !important;
flex: 1;
width: 100%;
}
.center-image img {
width: 100% !important;
height: 100%;
object-fit: contain;
object-position: center bottom;
max-height: none !important;
display: block;
}
.big-image {
width: 100% !important;
height: 100% !important;
}
#header {
padding-top: 20px;
}
.desktop-view {
display: none;
}
.mobile-view {
display: block;
}
.healthservice-card {
flex: 1 1 calc(50% - 9px);
max-width: 100%;
}
.gt-testi-header {
flex-direction: column;
align-items: flex-start;
}
.accordion a {
padding: 1.2rem 3rem 1.2rem 1rem;
font-size: 22px;
}
.accordion .content p {
font-size: 18px;
}
.nav-tabs.nav-alternate {
border-right: none;
border-bottom: solid 2px var(--border-light);
}
.nav-tabs.nav-alternate > li > a {
border-right: 1px solid var(--border-light) !important;
border-bottom: 0 !important;
}
.nav-tabs.nav-alternate > li.active > a {
border-left: none !important;
border-bottom: solid 2px var(--primary-dark) !important;
}
} @media (max-width: 767px) { .desktop-view {
display: none !important;
visibility: hidden !important;
}
.mobile-view {
display: block !important;
visibility: visible !important;
} html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
} .banner {
min-height: 100vh;
height: auto;
}
.banner-text {
font-size: var(--font-size-base) !important;
}
.home-banner-mobile {
background: linear-gradient(135deg, #e5b8ff 0%, #f0c4ff 100%);
height: auto;
min-height: 95vh;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
overflow: visible;
margin: 0;
padding: 0;
width: 100%;
}
.home-banner-mobile .row {
height: auto;
min-height: 95vh;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
margin: 0;
padding: 0;
width: 100%;
}
.home-banner-mobile .col-12 {
padding: 0;
margin: 0;
width: 100%;
}
.home-banner-mobile .col-12:first-child {
padding-left: 25px !important;
padding-right: 20px !important;
padding-top: 40px !important;
padding-bottom: 10px !important;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: left;
flex-shrink: 0;
}
.home-banner-mobile h1 {
margin: 0 !important;
padding: 0 !important;
line-height: 1.2;
}
.home-banner-mobile p {
margin: 8px 0 !important;
padding: 0 !important;
line-height: 1.5;
}
.mobile-banner-explore {
margin-top: 10px !important;
padding-top: 0 !important;
margin-bottom: 0 !important;
}
.banner-logo-mobile {
font-size: 28px;
padding-top: 0;
max-width: 100%;
line-height: 1.2;
margin-bottom: 8px;
}
.center-image {
display: flex;
justify-content: center;
align-items: flex-end;
text-align: center;
margin: 0 !important;
padding: 0 !important;
flex: 1;
overflow: hidden;
line-height: 0;
min-height: 280px;
width: 100%;
gap: 0;
}
.center-image .big-image {
width: 100% !important;
height: 100%;
max-height: none !important;
object-fit: contain;
object-position: center bottom;
padding: 0 !important;
margin: 0 !important;
display: block;
}
.big-image {
width: 100% !important;
height: 100% !important;
object-fit: contain;
object-position: center bottom;
padding: 0 !important;
margin: 0 !important;
display: block;
}
.healthservice-title {
font-size: 32px;
line-height: 42px;
}
.healthservice-grid {
gap: 15px;
}
.healthservice-card {
flex: 1 1 100%;
max-width: 100%;
min-height: auto;
}
.healthservice-card img {
max-width: 90px;
height: 90px;
}
.service-bottom-content {
font-size: 16px;
padding: 10px 20px;
}
.baby-care-content {
font-size: 16px;
}
.servicebox {
height: auto;
min-height: 180px;
}
.ourservices .servicebox {
width: 100%;
margin: 0 0 20px 0;
padding: 20px;
}
.ourservices .rowflexcenter > div {
flex: 0 0 100%;
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.healthguardianprogram .row {
display: flex;
align-items: center;
flex-direction: column;
}
.gt-testi-header {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.gt-testi-header h1 {
font-size: 24px;
width: 100%;
}
.gt-testi-arrows {
margin-top: 15px;
}
.gt-card {
padding: 26px 22px;
min-height: auto;
}
.gt-quote {
font-size: 15px;
}
.gt-arrow {
width: 36px;
height: 36px;
font-size: 15px;
}
.gt-name {
font-size: 18px;
}
.gt-testimonials-wrap {
padding: 30px 10px;
}
.accordion a {
padding: 1rem 2.5rem 1rem 1rem;
font-size: 18px;
line-height: 26px;
}
.accordion a::after {
width: 26px;
height: 26px;
right: 0.8rem;
}
.accordion .content p {
font-size: 16px;
}
h3 {
font-size: 20px;
padding: 1rem;
}
.accordion .content {
padding: 0.8rem;
}
.accordion .content.active {
padding: 1rem 0.8rem;
}
.col-md-5th,
.col-md-6,
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.nav-tabs.nav-alternate {
border-right: none;
border-bottom: solid 2px var(--border-light);
}
.nav-tabs.nav-alternate > li > a {
border-right: 1px solid var(--border-light) !important;
border-bottom: 0 !important;
}
.nav-tabs.nav-alternate > li.active > a {
border-left: none !important;
border-bottom: solid 2px var(--primary-dark) !important;
}
.nav-tabs.nav-stacked {
flex-direction: row;
border-right: none;
border-bottom: solid 2px var(--border-light);
}
.nav-tabs.nav-stacked > li {
width: auto;
flex: 1;
}
.nav-tabs.nav-stacked > li > a {
margin-bottom: 0;
margin-right: 0;
font-size: 16px !important;
padding: 10px;
}
.nav-tabs.nav-stacked > li.active > a {
border-left: none;
border-bottom: solid 2px var(--primary-dark);
}
div.tab-content {
padding: 15px;
}
} @media (max-width: 1440px) {
.banner-logo {
max-width: 400px;
margin-bottom: 15px;
}
.banner-text {
font-size: var(--font-size-base) !important;
max-width: 500px;
}
} @media (min-width: 992px) {
.desktop-view {
display: block !important;
visibility: visible !important;
}
.mobile-view {
display: none !important;
visibility: hidden !important;
}
.banner {
min-height: 100vh;
}
.banner img {
width: 100%;
height: 100vh;
object-fit: cover;
}
.banner-caption {
position: absolute;
top: 50%;
left: 10%;
transform: translateY(-50%);
z-index: 10;
}
.banner-logo {
font-size: var(--font-size-h1);
max-width: 395px;
}
.banner-text {
font-size: var(--font-size-base);
max-width: 500px;
}
} @media (min-width: 1920px) {
.desktop-view {
display: block !important;
visibility: visible !important;
}
.mobile-view {
display: none !important;
visibility: hidden !important;
}
.banner-logo {
font-size: 80px !important;
max-width: 530px !important;
}
.banner-text {
font-size: 29px !important;
max-width: 600px;
}
.banner-logo-mobile {
font-size: 40px;
max-width: 400px;
}
.baby-care-content {
font-size: 25px;
}
.healthservice-title {
font-size: 60px;
line-height: 70px;
}
.service-bottom-content {
font-size: 24px;
}
.gt-testi-header h1 {
font-size: 48px;
}
.gt-card {
padding: 40px 35px;
min-height: 320px;
}
.gt-quote {
font-size: 24px;
}
.gt-arrow {
width: 50px;
height: 50px;
font-size: 20px;
}
.accordion a {
padding: 1.5rem 3.5rem 1.5rem 1.5rem;
font-size: 32px;
line-height: 40px;
}
.accordion .content p {
font-size: 28px;
line-height: 1.8;
}
h3 {
font-size: 32px;
}
.nav-tabs.nav-alternate > li > a {
font-size: 24px !important;
}
.nav-tabs.nav-stacked > li > a {
font-size: 26px !important;
}
div.tab-content {
padding: 30px;
}
} @media (max-width: 820px) {
.desktop-view {
display: none !important;
visibility: hidden !important;
}
.mobile-view {
display: block !important;
visibility: visible !important;
}
.banner-logo {
max-width: 237px !important;
margin-bottom: 15px;
}
.banner-text {
font-size: 25px !important;
}
.home-banner-mobile .col-12:first-child {
padding-left: 25px !important;
padding-right: 15px !important;
padding-top: 25px !important;
}
.banner-logo-mobile {
font-size: 26px;
padding-top: 20px;
}
.center-image {
min-height: 200px;
}
.center-image .big-image {
max-height: 350px;
}
} @media (max-width: 400px) {
.desktop-view {
display: none !important;
visibility: hidden !important;
}
.mobile-view {
display: block !important;
visibility: visible !important;
}
.home-banner-mobile {
min-height: 100vh;
}
.home-banner-mobile .col-12:first-child {
padding-left: 20px !important;
padding-right: 15px !important;
padding-top: 35px !important;
padding-bottom: 8px !important;
}
.banner-logo-mobile {
font-size: 24px;
padding-top: 0;
line-height: 1.2;
margin-bottom: 6px;
}
.banner-text {
font-size: 22px !important;
line-height: 1.4;
margin: 6px 0 !important;
}
.mobile-banner-explore {
margin-top: 8px !important;
margin-bottom: 0 !important;
}
.readmore {
padding: 8px 30px;
font-size: 14px;
}
.center-image {
min-height: 220px;
margin: 0 !important;
padding: 0 !important;
}
.center-image .big-image {
width: 100% !important;
height: 100% !important;
max-height: none !important;
}
.big-image {
width: 100% !important;
height: 100% !important;
}
.center-image .big-image {
max-height: 280px;
}
}  .ban-tag {
font-size: 20px;
font-weight: 700;
letter-spacing: 5px;
margin-bottom: 5px;
color: #555;
}
.banner-title {
color: #723E89;
font-weight: 700;
font-size: 60px;
width: 400px;
line-height: 60px;
margin-bottom: 15px;
}
.banner-title-mobile {
color: #723E89;
font-weight: 900;
font-size: 35px;
}
.yellow {
color: #FFC000;
} .prohelth-section-para {
font-size: 25px;
text-align: center;
}
.section-para2 {
text-align: center;
}
.healthguardianprogram {
padding: 80px 0;
text-align: center;
}
.healthguardianprogram .centered-box {
max-width: 800px;
margin: 0 auto;
text-align: left;
}
.healthguardianprogram .row {
display: flex;
align-items: center;
} .storysection {
height: auto !important;
background-position: center !important;
}
.norms-story-p {
font-size: 20px;
}
.norms-story-p1 {
font-size: 23px;
}
.norms-story-div {
padding: 20px;
}
.norms-story-div a {
text-decoration: none;
}
.norms-story-bg {
background-color: transparent;
}
.norms-story-text-white {
color: #fff;
}
.display-table {
display: table;
width: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
}
.vertical-align-middle {
vertical-align: middle;
} .blogs {
padding-top: 40px;
}
.blogcard {
transition: all 0.3s ease;
}
.blogcard:hover {
transform: translateY(-5px);
}
.snip1527 {
position: relative;
overflow: hidden;
} .col-md-sm-0 {
padding: 0 !important;
margin: 0 !important;
}
.rowtopbot {
display: flex;
align-items: center;
}
.rowflexcenter {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.video-thumbnail:hover .play-button {
background: rgba(0, 0, 0, 0.8);
}
.ourservices {
padding-top: 40px;
} @media (min-width: 768px) and (max-width: 1024px) {
.banner-title-mobile {
color: #723E89;
font-weight: 900;
padding-top: 126px;
margin-bottom: 0;
font-size: 30px;
}
} @media (max-width: 767px) {
.healthguardianprogram {
padding: 50px 20px;
}
.healthguardianprogram .headerstagleft {
font-size: 30px;
line-height: 1.3;
margin-bottom: 15px;
}
.healthguardianprogram .prohelth-section-para,
.section-para2 {
font-size: 16px;
line-height: 1.7;
margin-bottom: 20px;
}
.healthguardianprogram .readmore {
font-size: 15px;
padding: 12px 24px;
}
.healthguardianprogram .row {
flex-direction: column;
}
.norms-story-p {
font-size: 18px;
}
.norms-story-p1 {
font-size: 14px;
}
} @media (min-width: 1920px) {
.banner-title {
font-size: 80px;
width: auto;
max-width:500px;
line-height:1.2;
}
.prohelth-section-para {
font-size: 34px;
}
.norms-story-p {
font-size: 25px;
}
.norms-story-p1 {
font-size: 28px;
}
}