* {
box-sizing: border-box;
}
html {
margin: 0;
overflow-x: hidden;
}
body {
font-family: "Poppins", sans-serif;
background-color: #fff;
padding-right: 0 !important;
}
img:hover{
transform: translateY(0);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}
p {
font-size: 20px;
color: #1B1B1B;
font-weight: 500;
}
a {
text-decoration: none;
}
.dropdown-toggle::after {
display: none;
}
.mobile-v .header-btn {
display: none;
}
.news-slide .rp_imgg{
width:100%;
}
.rp_slide {
background-image: none !important;
}
.top-inner-desc {
color: #000 !important;
padding: 8px 0;
width: 100%;
max-width: 840px;
margin: auto;
font-weight: 400;
}
.top-inner-desc.inner-pageDesc {
margin: 0;
text-align: left;
} .sec-p {
padding: 50px 0;
}
#ast-scroll-top {
background-color: #043B1D;
}
.banner-img-column img {
transform: none;
}
.green-btn {
background: #49851D;
font-size: 20px;
color: #fff;
font-weight: 500;
padding: 16px 29px;
border-radius: 30px;
display: inline-block;
margin-top: 20px;
transition: 0.5s ease;
}
.green-btn:hover {
background: #f5732b;
}
.mb-23 {
margin-bottom: 23px;
}
.container-fluid {
padding: 0 40px;
}
.main-sec-heading {
font-size: 40px;
font-weight: 600;
color: #043B35;
text-align: center;
}
.btn-primary,
.btn-secondary {
text-decoration: none;
border-radius: 50px;
padding: 16px 28px;
font-size: 16px;
font-weight: 600;
transition: 0.5s;
color: #06371f;
}
.btn-primary {
background: #d8f06a;
}
.btn-primary:hover {
background: #e53638;
color: #fff;
}
.btn-primary:hover {
background: #f6bf4c;
color: #043b1d;
}
.btn-secondary {
background: #fff;
}
.btn-secondary:hover {
background: #e53638;
color: #fff;
}
.spacer-main {
height: 60px;
} .header-btn {
background: #f6bf4c;
padding: 10px;
border-radius: 30px;
color: #043b1d;
font-size: 16px;
font-weight: 600;
text-decoration: none;
padding: 16px 40px;
display: inline-flex;
align-items: center;
gap: 3px;
transition: .3s;
}
.header-btn:hover {
background: #e53638;
color: #fff;
}
.header-btn:hover svg path {
fill: #fff;
}
.nav-link {
color: #111;
font-weight: 500;
padding: 22px 0;
position: relative;
}
.nav-link.active {
color: #ff5b1f;
}
.navbar {
z-index: 1;
}
.desktop-version-nav {
display: flex;
gap: 12px;
}
.navbar-nav .nav-link {
color: #ffffff;
font-weight: 500;
padding: 28px 15px !important;
position: relative;
transition: .3s;
}
.navbar-nav .nav-link.active {
color: #E63A22; font-weight: 600;
}
.left-nav {
display: flex;
align-items: center;
gap: 40px;
}
.header-btn.center-text {
padding: 0;
background: transparent;
color: #043b1d;
}
.header-btn.yellow-btn {
background: #cbec77;
color: #043b1d;
}
.header-btn.yellow-btn:hover {
background: #f6bf4c;
}
.header-btn.yellow-btn:hover svg path {
fill: #043b1d;
} .kidney-banner.inner_pages_wrapper.main-major-banner {
padding: 90px 0 0;
}
.kidney-banner {
padding: 90px 0 0;
margin-top: -156px;
position: relative;
}
.kidney-banner .tag {
display: inline-block;
color: #CBEC77;
border-radius: 50px;
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}
.kidney-banner h1 {
color: #fff;
font-size: 54px;
font-weight: 700;
margin-bottom: 22px;
}
.kidney-banner p {
color: #fff;
font-size: 20px;
line-height: 1.6;
margin-bottom: 35px;
font-weight: 300;
width: 100%;
max-width: 540px;
}
.banner-btns {
display: flex;
gap: 18px;
}
.banner-detail {
padding-top: 60px;
}
.banner-left-bg {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 55%;
height: 100%;
}
.bannerImg-mobile {
display: none
} .trustImg img {
width: 70px;
}
.trustImg {
background: #043B1D;
width: 130px;
height: 130px;
border-radius: 50%;
place-content: center;
text-align: center;
margin: auto;
}
.trust-column h3 {
font-size: 23px;
text-align: center;
color: #043B35;
font-weight: 600;
padding-top: 20px;
}
.wht-is-kidneyDiseas img {
border-radius: 30px;
}
.wht-is-kidneyDiseas {
margin-top: 70px;
}
.trust-jeena-sec p {
font-size: 18px;
color: #043B1D;
} .support-disease {
margin-top: 40px;
}
.support-disease-card {
position: relative;
overflow: hidden;
border-radius: 8px;
padding: 30px;
text-align: center;
height: 100%; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
transition: .4s ease;
}
.support-disease-card::before {
content: "";
position: absolute;
inset: 0;
background: #043B1D;
transform: scale(0);
opacity: 0;
transition: transform .3s ease, opacity .3s ease;
z-index: -1;
border-radius: 8px;
}
.support-disease-card:hover::before {
transform: scale(1);
opacity: 1;
}
.support-disease-card:hover svg path {
fill: #cbec77;
}
.support-disease-card:hover h2 {
color: #cbec77;
}
.support-disease-card:hover svg path {
stroke: #043b1d;
}
.support-disease-card:hover svg circle {
fill: #043b1d;
}
.support-disease-card:hover svg .fill-green {
fill: #043b1d;
}
.support-disease-card h2 {
font-size: 20px;
color: #1B1B1B;
padding-top: 7px;
}
.support-disease-card svg {
height: 80px;
}
.support-disease .col-md-3.col-6 {
margin-bottom: 25px;
} .care-img img {
border-radius: 16px;
}
.care-detail h4 {
text-align: left;
padding-bottom: 25px;
}
.care-detailInner {
display: flex;
gap: 25px;
margin-bottom: 20px;
}
.careImg {
width: 60px;
height: 60px;
background: #043B1D;
flex: 0 0 auto;
text-align: center;
place-content: center;
border-radius: 10px;
}
.care-detailInner p {
font-size: 20px;
color: #1B1B1B;
} .heading-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 35px;
}
.common-signs h4 {
text-align: left;
}
.swiper-btns {
display: flex;
gap: 15px;
}
.slide-prev,
.slide-next {
width: 50px;
height: 50px;
border-radius: 50%;
background: #CBEC77;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: .4s;
}
.slide-prev:hover svg path,
.slide-next:hover svg path {
stroke: #fff;
}
.slide-prev:hover,
.slide-next:hover {
background: #0c4d2d;
color: #fff;
}
.symptom-card {
background: #fff;
border-radius: 10px;
padding: 18px;
box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}
.symptom-card span {
font-size: 53px;
font-weight: 700;
color: #0c4d2d;
}
.symptom-card h4 {
font-size: 23px;
margin: 15px 0;
color: #0c4d2d;
min-height: 70px;
font-weight: 600;
}
.line-outer {
width: 100%;
background: #B3B3B3;
height: 1px;
margin-bottom: 20px;
}
.line {
width: 100px;
height: 3px;
background: #0c4d2d;
position: relative;
top: -2px;
}
.symptom-card img {
width: 100%;
object-fit: cover;
border-radius: 8px;
}
.swiper-pagination {
position: relative;
margin-top: 30px;
}
.swiper-pagination-bullet {
width: 12px;
height: 12px;
}
.swiper-pagination-bullet-active {
background: #0c4d2d;
}
.symptomsSlider .swiper-pagination {
position: relative;
margin-top: 40px;
text-align: center;
}
.symptomsSlider .swiper-pagination-bullet {
width: 12px;
height: 12px;
background: #CBEC77;
opacity: 1;
margin: 0 6px !important;
transition: all .3s ease;
border-radius: 50%;
}
.symptomsSlider .swiper-pagination-bullet-active {
width: 12px;
height: 12px;
background: #0a4a28;
transform: scale(1.15);
}
.exp-symtoms-row p {
font-size: 22px;
color: #fff;
}
.exp-symtoms-row {
display: flex;
align-items: center;
justify-content: space-between;
background: #043B1D;
padding: 15px 15px 15px 30px;
border-radius: 50px;
gap: 20px;
margin-top: 50px;
}
.swiper-slide {
margin-bottom: 20px;
} .kidney-care-sec h4 {
text-align: left;
}
.pillar-column {
position: relative;
}
.pillar-detail {
position: absolute;
bottom: 0;
padding: 20px;
}
.pillar-detail h5 {
color: #fff;
font-size: 23px;
padding-bottom: 8px;
font-weight: 600;
}
.pillar-detail p {
color: #fff;
font-size: 19px;
}
.pillar-column img {
border-radius: 10px;
} .care-grid {
display: grid;
grid-template-columns: 1fr 1.5fr 1fr;
gap: 18px;
align-items: stretch;
margin-top: 25px;
}
.center-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
}
.care-card {
position: relative;
overflow: hidden;
border-radius: 14px;
min-height: 260px;
cursor: pointer;
}
.care-card.big {
min-height: 560px;
}
.center-grid .small:nth-child(1),
.center-grid .small:nth-child(2) {
min-height: 270px;
}
.center-grid .small:nth-child(3),
.center-grid .small:nth-child(4) {
min-height: 270px;
}
.care-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: .6s;
}
.care-card:hover img {
transform: scale(1.1);
}
.overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top,
rgba(0, 0, 0, .7),
rgba(0, 0, 0, .2),
rgba(0, 0, 0, .05));
}
.care-card h3 {
position: absolute;
left: 0;
bottom: 18px;
color: #fff;
font-size: 23px;
font-weight: 400;
line-height: 1.3;
margin: 0;
z-index: 2;
width: 100%;
padding: 0 20px 0 20px;
}
.care-card.with-amj h3 {
top: 18px;
} .patient-column-story{
position: relative;
overflow: hidden;
border-radius: 12px;
}
.patient-column-story .story-img{
display: block;
width: 100%;
transition: .4s;
}
.patient-column-story::after{
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,.45);
opacity: 0;
transition: .4s;
pointer-events: none;
}
.patient-column-story span:hover ~ .story-img{
transform: scale(1.05);
}
.patient-column-story:has(span:hover)::after{
opacity: 1;
}
.patient-column-story span{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
display:flex;
align-items:center;
justify-content:center;
z-index: 1;
cursor: pointer;
}
.patient-column-story span::before{
content:"";
position:absolute;
width: 55px;
height: 55px;
border-radius:50%;
background: #cbec7773;
animation:ripple 2s infinite;
}
.patient-column-story span::after{
content:"";
position:absolute;
width: 65px;
height: 65px;
border-radius:50%;
border: 2px solid rgb(203 236 119);
animation:ripple 2s infinite .7s;
}
@keyframes ripple{
0%{
transform:scale(.7);
opacity:1;
}
100%{
transform:scale(2);
opacity:0;
}
}
.patient-column-story span img{
position:relative;
z-index:2;
}
.patient-stories-sec p {
padding-bottom: 30px;
}
.patient-stories-sec .row {
align-items: center;
}
.patient-stories-sec .main-sec-heading {
text-align: left;
padding-bottom: 10px;
}
.patient-column-story img {
border-radius: 10px;
}
.patient-column-story span img {
width: 60px;
}
.review-modal .modal-dialog {
max-width: 800px;
}
iframe {
width: 100%;
} .faq-section {
padding-bottom: 40px;
}
.faqInner {
margin-top: 30px;
}
.faq-item {
background: #F4F7E9;
border-radius: 12px;
margin-bottom: 14px;
overflow: hidden;
transition: .35s;
}
.faq-item.active {
background: #043B1D;
}
.faq-question {
display: flex;
justify-content: space-between;
align-items: center;
padding: 22px 25px;
cursor: pointer;
}
.faq-question h3 {
font-size: 20px;
font-weight: 600;
margin: 0;
color: #043B1D;
}
.faq-item.active .faq-question h3 {
color: #fff;
}
.faq-btn {
width: 42px;
height: 42px;
border: none;
border-radius: 50%;
background: #043B1D;
color: #fff;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
transition: .35s;
flex: 0 0 auto;
padding:0;
}
.faq-item.active .faq-btn {
background: #D8F266;
color: #043B1D;
}
.faq-answer {
max-height: 0;
overflow: hidden;
color: #fff;
font-size: 17px;
line-height: 1.7;
transition: max-height .45s ease, padding .45s ease;
padding: 0 25px;
}
.faq-item.active .faq-answer {
max-height: 300px;
padding: 0 25px 25px;
}
.faq-item.active .faq-btn span {
transform: rotate(360deg);
display: block;
}
.faq-item.active .faq-btn span path {
fill: #043b1d;
}
.faq-btn span {
transition: .35s;
} .book-consultation-sec h4 {
text-align: left;
}
.contact-form .form-group {
margin-bottom: 34px;
}
.contact-form input,
.contact-form textarea {
width: 100%;
border: none;
border-bottom: 1px solid #cfcfcf;
background: transparent;
padding: 0 0 18px;
font-size: 22px;
font-weight: 400;
color: #043B1D;
outline: none;
transition: .3s ease;
}
.contact-form textarea {
resize: none;
min-height: auto;
height: 80px;
}
.book-consultation-sec{
display: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
color: #9a9a9a;
font-size: 20px;
font-weight: 400;
}
.contact-form input:focus,
.contact-form textarea:focus {
border-bottom: 1px solid #043B1D;
}
.form-btn {
text-align: right;
}
.form-btn button {
border: none;
} .footer-newsletter {
background: #0D6547;
display: none;
}
.footer-newsletter .section-title {
color: #f4d35e;
font-size: 26px;
text-align: center;
}
.footer-newsletter p {
color: #fff;
padding-top: 8px;
width: 100%;
margin: auto;
font-size: 16px;
}
.newsletter-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.newsletter-btn a {
font-size: 18px;
color: #000;
font-weight: 600;
background: #fff;
padding: 16px 30px;
border-radius: 10px;
text-align: center;
transition: 0.5s ease;
display: flex;
align-items: center;
gap: 6px;
justify-content: center;
}
.newsletter-btn a:hover {
background: #b3c9c2;
} footer {
background: #07201A;
padding: 37px;
}
footer p {
text-align: center;
color: #fff;
font-size: 16px;
}
.social-media {
background: #034E35;
padding: 15px 0;
}
.social-media-inner {
display: flex;
justify-content: space-between;
gap: 7px;
align-items: center;
}
.socialIcons a {
display: inline-flex;
width: 50px;
height: 50px;
align-items: center;
justify-content: center;
border: 1px solid #fff;
border-radius: 10px;
background: #ffffff38;
margin-right: 10px;
transition: .3s;
}
.socialIcons a:hover {
border-radius: 50%;
}
.socialIcons a:last-child {
margin-right: 0;
}
.social-media-inner p {
color: #fff;
font-size: 16px;
} .inner_pages_wrapper {
background-color: #043B1D;
padding: 140px 0 0;
}
.inner_pages_wrapper .banner-left-bg {
z-index: 100;
max-width: 197px;
}
.inner_header_btn {
background-color: #FFF;
color: #043B1D;
}
.inner_pages_wrapper .container {
padding-top: 70px;
}
.ckd_inner{
padding-top:50px;
}
.inner_pages_wrapper .banner-detail {
padding-top: 0;
}
.inner_pages_wrapper .container .row {
align-items: center;
}
.ckd_inner .pillar-detail {
position: unset;
padding: 20px 0;
}
.ckd_inner .pillar-detail h5 {
color: #043B35;
font-size: 20px;
}
.ckd_inner .pillar-detail p {
color: #555555;
font-size: 16px;
}
.consult_wrapper {
background-color: #043B1D;
border-radius: 110px;
padding: 20px 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.consult_wrapper p {
font-size: 24px;
color: #FFF;
flex-basis: 70%;
}
.consult_wrapper  .consult_btn {
background-color: #CBEC77;
border-radius: 60px;
padding: 17px;
transition: all 0.8s;
}
.consult_wrapper  .consult_btn:hover {
background-color: #FFF;
color: #043B35;
}
.consult_wrapper .consult_btn a {
color: #043B35;
font-size: 20px;
}
.research_paper_inner .news-slide {
background-image: url(//healingwithacharyamanish.com/wp-content/themes/healingwithacharyaji/major-pages-assets/images/cat-article-card-bg.webp);
overflow: hidden;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
padding-top: 19px;
height: 100%;
border-radius: 10px 10px 0 0;
position: relative;
min-height:580px;
}
.top-left-logo {
position: absolute;
width: 105px;
height: 85px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
top: 0;
clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.top-left-logo img {
position: absolute;
left: 10px;
top: 10px;
}
.news-logo {
width: 160px;
}
.news-logo {
height: 50px;
margin: auto;
}
.news-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.news-paper-img img {
width: 100%;
}
.article-details {
margin-bottom: 70px;
min-height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10px 20px 0px;
}
.research_paper_inner {
background-color: #F5F5F5;
padding: 30px 0;
margin-top: 50px;
}
.research_paper_inner span, .research_paper_inner p {
font-size: 16px;
color: #000000;
}
.research_paper_inner h4 {
font-size: 40px;
color: #043B35;
padding: 5px 0;
line-height: 54px;
}
.article-read {
position: absolute;
bottom: 0;
background: #254a28;
width: 100%;
border-radius: 0 0 10px 10px;
text-align: center;
}
.article-read a {
font-size: 18px;
color: #fff;
text-transform: capitalize;
width: 100%;
display: block;
padding: 10px;
border-radius: 0 0 10px 10px;
transition: 0.5s ease;
}
.article-details h4 {
font-size: 26px;
color: #000000;
padding: 5px 0;
font-weight: 700;
line-height:30px !important;
}
.patient-stories-sec .row {
align-items: center;
}
.article-details h4, .article-details p {
text-align: center;
line-height: normal;
}