	* {
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;

        font-style: normal;

        font-family: "Montserrat", sans-serif;
}

:root {
        --primary-red-color: #dc3545;
        /* brown */
        --secondary-blue-color: #2c4896;
        /* blue */
}

p {text-align:justify;}

.hero-expertliver-care-badge {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(6px);
        font-weight: 600;
        padding: 12px 18px;
        border-radius: 10px;
        margin-bottom: 15px;
        width: fit-content;
        line-height: 30px;
        color: #fff;
}

.list-liver-icon {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
}

.list-liver-icon img {
        padding: 10px;
        height: 70px;
        width: 70px;
}

.blog-feature-card-date {
        display: none;
}

.list-liver-icon li {
        list-style: none;
}

.elc-hero-bg img {
        height: 100%;
        width: 100%;
}

.elc-hero-section {
        position: relative;
}

.main-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        transition: all 0.35s ease;
        background: transparent;
        z-index: 200;
}

/* ===== ON SCROLL (glass effect) ===== */
.main-header.scrolled-main-header {
        background: rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.hero-expertliver-care-content {
        position: absolute;
        top: 25%;
        left: 7%;
        z-index: 3;
}

.hero-expertliver-care-content h3 {
        color: #fff;

        font-size: 44px;
        font-weight: 700;
        margin-bottom: 20px;
}

.hero-expertliver-care-subtext {
        padding-top: 15px;
        color: #fff;
        font-weight: 600;
}

.main-banner-expertliver-care {
        position: relative;
}

.list-counter-global {
        position: absolute;
        background: rgba(255, 255, 255, 0.15);
        bottom: 0px;
        backdrop-filter: blur(10px);
        width: 100%;
        z-index: 3;
}

.expertliver-care img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.department-expect {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
}

.text-links-header {
        padding-top: 30px;
}

.specialities-area-text h6 {
}

.abs-dont-miss-banner h4 {
        text-transform: uppercase;
}

.department-expect {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        padding: 20px 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
}

/* Hide ugly scrollbar */
.department-expect::-webkit-scrollbar {
        display: none;
}

.service-eal-gicare {
        padding: 30px 0px;
}

.care-section-chouse-us {
        padding: 30px 0;
}

.text-area-chouse-us {
        text-align: center;
        padding-bottom: 20px;
}

/*
p,
li,
b,
a {
  
 font-family: "Tienne", serif;
}
*/
.for-mobile {
        display: none !important;
}

.for-desktop {
        display: block !important;
}

.nav-link.active {
        color: red;
}

.heading_content {
        font-size: 35px;
        font-weight: 600;
        text-transform: capitalize;
        /* margin-bottom: 50px; */
}

.short-heading_content {
        color: var(--secondary-blue-color);
        /* font-family: "Roboto", sans-serif;*/
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
}

.nav-links ul {
        margin: 0;
        padding: 0;
}

.nav-links ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px;
}

.nav-links ul li a {
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
}

.nav-links ul li ul li {
        list-style-type: none;
        margin-bottom: 0px;
        width: 100%;
        margin-right: 0;
}

.nav-links ul li ul li a {
        color: #000;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
}

.nav-links ul li:hover ul {
        display: block;
}

.text-links-header ul li {
        position: relative;
}

.drop-laguage{border-radius:10px;padding: 4px 10px;border: 1.8px solid #b3b3b3;}

.text-links-header ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #aed8e6;
        border-radius: 5px;
        display: none;
        flex-direction: column;

        z-index: 99999999;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        padding-top: 7px;
}

/*------right-fix-manu---*/
.right-fix-menu {
        position: fixed;
        right: -110px;
        top: 19vw;
        background-color: rgba(255, 255, 255, 1);
        width: 90px;
        text-align: center;
        z-index: 2;
        border-radius: 5px 0 0 5px;
        transition: all 0.5s;
        padding-left: 20px;
}

.right-fix-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

.right-fix-menu ul li {
        margin: 8px 0;
}

/* Common button style */
.right-fix-menu ul li a {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 22px;
        text-decoration: none;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease;
}

/* Platform colors 
.right-fix-menu ul li:nth-child(1) a {
    background: #1877f2;  Facebook 
}
*/
.right-fix-menu ul li:nth-child(2) a {
        background: #000000;
        /* X (Twitter) */
}

.right-fix-menu ul li:nth-child(1) a {
        background: #ff0000;
        /* YouTube */
}

.right-fix-menu ul li:nth-child(3) a {
        background: radial-gradient(
                circle at 30% 107%,
                #fdf497 0%,
                #fdf497 5%,
                #fd5949 45%,
                #d6249f 60%,
                #285aeb 90%
        );
        /* Instagram */
}

.right-fix-menu ul li:nth-child(4) a {
        background: #25d366;
        /* WhatsApp */
}

/* Fix image icon inside Twitter */
.right-fix-menu ul li img {
        width: 22px;
        height: auto;
        filter: brightness(0) invert(1);
}

/*------right-fix-manu---*/

.text-links-header ul li ul li {
        padding-bottom: 10px;
}

.text-links-header ul li ul li a {
        color: #707072;
        text-decoration: none;
        text-transform: capitalize;
        white-space: nowrap;
        font-weight: 500;
        font-size: 14px;

        user-select: none;
}

.text-links-header ul li ul li a:hover {
        color: #000;
}

.mobile-menu {
        text-align: right;
}

.mobile-menu i {
        font-size: 35px;
}

.button-home-appoitment {
        background-color: var(--primary-red-color);
        width: 280px;
        border-radius: 30px;
        padding: 8px 0px;
        position: relative;
        transition: all 0.5s ease-out;
        animation: pulse-button-home-appoitment 2s infinite ease-in-out;
}

/* Infinite pulse animation */
@keyframes pulse-button-home-appoitment {
        0%,
        100% {
                transform: scale(1);
                box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
        }

        50% {
                transform: scale(1.07);
                box-shadow: 0 6px 20px rgba(255, 65, 108, 0.7);
        }
}

.all-homees-banner {
        position: relative;
}

.all-homees-banner-text {
        position: absolute;
        top: 40%;
        left: 120px;
        color: #aaeaff;
}

.all-homees-banner h3 {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
}

.only-header-padding {
        padding-bottom: 180px;
}

.logo-box img {
        max-width: 100px;
}

.nav-links {
        padding-top: 30px;
}

.nav-links ul li i {
        background-color: var(--secondary-blue-color);
        color: #fff;
        padding: 5px;
        border-radius: 5px;
        font-size: 18px;
        margin-left: 4px;
}

.nav-links ul li img {
        background-color: var(--secondary-blue-color);
        color: #fff;
        padding: 5.5px;
        border-radius: 5px;
        margin-left: 4px;
        max-width: 28px;
        margin-bottom: 3px;
}

.internation-banner-sec {
        margin-bottom: 50px;
}

.top-twit-header {
        background-color: var(--secondary-blue-color);
        color: #fff;
        padding: 5px;
        border-radius: 5px;
}

.button-home-appoitment i {
        color: #fff !important;
        background-color: transparent !important;
}

.button-home-appoitment a {
        color: #fff !important;
}

.sourabh-singhal-img {
        max-width: 750px;
}

.sourabh-singhal-img-main {
        display: flex;
        justify-content: end;
}

.transplant-experts-about-content {
        display: flex;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        padding-left: 120px;
        padding-top: 40px;
}

.sourabh-singhal-img img {
        width: 100%;
}

.about-banner {
        padding-bottom: 50px;
}

.transplant-experts-about-content p {
}

.transplant-experts-card-sec {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}

.transplant-experts-card-sec h5 {
        font-weight: bold;
        padding-top: 10px;
}

.transplant-experts-about-img img {
        border-radius: 20px;
}

.rating-card-home {
        width: fit-content;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        background-color: #fff;

        margin: auto;
        margin-top: 20px;
}

.rating-content-home {
        display: flex;
        align-items: center;
        gap: 12px;
}

.rating-text-home {
        display: flex;
        flex-direction: column;
}

.rating-text-home .title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 4px;
}

.rating-text-home .stars-home {
        color: green;
        font-size: 18px;
}

.about-us {
        padding: 50px 0px;
        background: #ebebebcf;
}

/*--------------------------------------conter-section-home-about-------------------------------------------------------------*/

.appi_industry-main {
        display: flex;

        padding-bottom: 50px;
}

.appi-card {
        padding: 10px 20px;
        position: relative;
        border-left: 1px solid #2e2e2e;
}

.appi-card p {
        text-align: justify;
}

.appi-card h4 {
        text-transform: capitalize;
        text-align: center;
}

.counter::after {
        content: "+";
        display: inline;
        font-size: 40px;
        font-weight: bold;
}

/*--------------------------------------conter-section-home-about---close----------------------------------------------------------*/

.our-team-about-card {
        padding: 20px 30px;
}

/*------------------3----------------------*/
.heightlight-section {
        border-radius: 30px;
        padding-top: 50px;
        background-color: var(--secondary-blue-color);
}

.home_sec9_box:hover {
        transform: scale(1.1);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
        border: 2px solid #e3f1fb;
}

.home_sec9_box_img img {
        width: 64px;
        height: 64px;
        object-fit: contain;
}

.home_sec9_box_txt {
        padding: 0 20px 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
}

.home_sec9_box {
        height: 370px;
background:#fff;
        padding: 30px 5px;
        border: 2px solid #e3f1fb;

        transition: 0.8s;
}

.home_sec9_box_img img {
        width: 100%;
}

.home_sec9_box_txt p {
        text-align: justify;
        padding: 0px 15px;
}

.home_sec9_box_txt h3 {
        font-size: 25px;
        font-weight: 500;
        margin-top: 16px;
}

.home_sec9_box_txt a {
        text-decoration: none;
        color: #000;
}

.home_blog_carousel {
        position: relative;
}

.main-sec-why-choise {
        padding-bottom: 50px;
}

.home_blog_carousel button.owl-next img {
        position: absolute;
        top: 170px;
        height: 35px;
        width: 35px;
        left: 10px;
        background: red;
}

.home_blog_carousel button.owl-prev img {
        position: absolute;
        top: 170px;
        right: 10px;
        height: 35px;
        width: 35px;
        background: red;
}

.specialities-area-text p {
        margin-bottom: 40px;
        text-align: justify;
        padding-right: 50px;
}

.specialities-area-text a {
        text-decoration: none;
        width: 220px;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 25px;
        padding: 10px;
}

.specialities-area-text {
        text-align: center;
        padding-top: 50px;
}

.mask-rounded-img img {
        width: 100%;
}

/*--------------------4.--------------------*/
.card-about_txt a {
        width: 200px;
        text-align: center;
        margin-top: 25px;
}

.about-main-img {
        text-align: end;
        display: flex;
        justify-content: end;
        padding-right: 100px;
        margin-top: -60px;
}

.card-about_txt p {
        text-align: justify;
}

.about-liver-icon {
        max-width: 100px;
}

.about-liver-icon img {
        width: 100%;
}

.card-about_txt button {
        border: none;
        background-color: var(--primary-red-color);
        padding: 10px 40px;
        border-radius: 50px;
}

.card-about_txt button a {
        color: #fff;
        text-decoration: none;
}

/*-------------------5---------------------*/

.appointment-sec {
        position: relative;
        margin: 50px 0px;
}

.to-book-img img {
        width: 100%;
}

.to-book-dont-miss {
        display: flex;
        justify-content: center;
}

.into24-7logo-main {
	 display: flex;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}



.into24-7logo-img img {
        max-width: 300px;
}



.into24-7logo-main h5 {
        padding-top: 13px;
        color: #fff;
        padding-right: 10px;

        font-size: 25px;
}

/*-------------------6---------------------*/

.feature-chouse-play-button {
        height: 70px;
        width: 70px;
        position: absolute;
        top: 45%;
        left: 53%;
        transform: translate(-50%, -50%);
}

.feature-chouse-play-button img {
        width: 100%;
}

.feature-chouse-video-thumbnail img {
        border-radius: 30px;
        width: 100%;
}

.feature-chouse-us-img {
        max-width: 55px;
}

.feature-chouse-us-img img {
        width: 100%;
}

.feature-chouse-us-img-text {
        padding-left: 20px;
}

.feature-chouse-us-img-text h3 {
        font-size: 20px;
        font-weight: 700;
        /*font-family: "Roboto", sans-serif;*/
}

.feature-chouse-play-button {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
}

/* Feature row */
.feature-chouse-us {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 22px 24px;
        border-radius: 16px;
        background: #ffffff;
        transform: translateY(-4px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
        margin-bottom: 16px;
}


.feature-chouse-video-thumbnail{max-width:342px;}
.feature-chouse-video-thumbnail img{width:100%;}


.main-feature-chouse-video-thumbnail{display: flex;justify-content: center;}

/* Icon styling */
.feature-chouse-us-img {
        min-width: 56px;
        height: 56px;
        /* border-radius: 50%; */
        /* background: #f1f6ff; */
        display: flex;
        align-items: center;
        justify-content: center;
}

/* Text block */
.feature-chouse-us-img-text h3 {
        margin-bottom: 8px;
}

.feature-chouse-us-img-text p {
        margin-bottom: 0;
        color: #555;
        /* line-height: 1; */
}

/*-------------------6---------------------*/
.appointment-section {
        padding-top: 50px;
}

.group-book-img {
        max-width: 314px;
        position: absolute;
        top: 0;
        width: 100%;
}

.group-book-img img {
        width: 100%;
}

.bouldind-akash-health-img {
        margin-left: 30px;
}

.bouldind-akash-health-img img {
        width: 100%;
        border-radius: 25px;
}

.appointment-card {
        padding-top: 45px;
        padding-bottom: 30px;
        background-color: var(--secondary-blue-color);
        /* border-radius: 25px; */
        position: relative;
}

.home_blog_carousel-2 .owl-dots {
        text-align: center;
        margin-top: 10px;
}

.home_blog_carousel-2 .owl-dots .owl-dot span {
        background-color: #c4a0fd !important;
        width: 30px !important;
        height: 4px !important;
        display: block !important;
        border-radius: 20px;
        margin: 5px;
        padding: 2px 0px;
}

.home_blog_carousel-2 .owl-dots .owl-dot.active span {
        background-color: var(--primary-red-color) !important;
        display: block !important;
        padding: 3px 0px;
}

.image-container {
}

.image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
}

.content-container {
}

.main-book-now {
        padding-top: 40px;
}

.main-book-now h6 {
        color: #aaeaff;
}

.main-book-now h2 {
        color: #fff;
}

.book-now-button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding-top: 30px;
}

.book-now-button-group i {
        margin-right: 8px;
        color: #fff;
}

.rating-text-home a {
        text-decoration: none;
        color: #000;
}

.book-primary-btn {
        text-decoration: none;
        color: #fff;

        background-color: var(--primary-red-color);

        border-radius: 50px;
        /* font-family: "Roboto", sans-serif;*/
        height: 45px;
        width: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
}

.book-primary-btn:hover {
        color: #fff;
}

.main-book-now p {
        color: #fff;
        text-align: justify;
}

.book-secondary-btn i {
        color: #000;
}

.book-secondary-btn {
        /*font-family: "Roboto", sans-serif;*/
        background-color: white;
        color: #000;
        border-radius: 50px;

        border: 1px solid gray;
        text-decoration: none;
        height: 45px;
        width: 215px;
        display: flex;
        justify-content: center;
        align-items: center;
}

.book-secondary-btn:hover {
        color: #000;
}

/*-------------------7--------------------*/

.Professionals-team {
        margin: 50px 0px;
        border-radius: 30px;
}

.Professionals-team-text {
        text-align: center;
}

.Professionals-team-text p {
        text-align: center;
}

.cont-Professional {
        position: relative;
        width: 300px;
        height: 260px;
        border-radius: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meet-team-btn {
        padding-top: 30px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
}

.main-cont-Professional {
        display: flex;
        justify-content: center;
        padding-top: 50px;
}

.background-shape-Professional {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        transform: rotate(-10deg);
        z-index: 0;
}

.main-Professional-row {
        padding-top: 100px;
}

/* Different colors for each card */
.orange-profes .background-shape-Professional {
        background-color: #f77b3c;
}

.teal-profes .background-shape-Professional {
        background-color: #1cc7b0;
}

.blue-profes .background-shape-Professional {
        background-color: #4f77e0;
}

.Professional-profilebox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 25px;
        z-index: 1;
        text-align: center;
        padding: 30px 20px;
        box-sizing: border-box;
        border: 2px solid #d9e3ff;
}

.team-card-profess {
        width: 110px;
        height: 110px;
        background-color: #f2f2f2;
        border-radius: 50%;
        margin: -80px auto 15px;
}

.Professional-profilebox h3 {
        font-size: 25px;
        margin: 30px 0 10px;
        font-weight: bold;
}

.Professional-profilebox p {
        text-align: left;
}

/*-------------------8--------------------*/
.review-sec {
        background-color: #d9e3ff;
        /* border-radius: 30px; */
        padding: 40px 0px;
}



.review-testimonial p {
        text-align: center;
}

.alice-tec {
        padding-top: 50px;
        text-align: center;
}

.alice-tec p {
        text-align: center;
}

.alice-tec-para {
        background: #fff !important;
}

.alice-tec-para h4 {
        font-size: 36px;
        font-weight: 700;
        color: var(--primary-red-color);
        padding-top: 5px;
        margin-bottom: 0px;
}

.review-testimonial {
        text-align: center;
        padding-bottom: 30px;
}

.why-choose-sec-box i {
        background-color: var(--primary-red-color);
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 26px;
}

.why-choose-sec-box a {
        text-decoration: none;
}

.why-choose-sec-box h6 {
        font-weight: 600;
        font-size: 22px;
}

.global-text {
     
}

.global-text p {
}

/*-------------------9--------------------*/

.mobile-img-testimonial{display:flex;align-items:center;flex-direction: column;
	  border-radius: 35px 35px 80px 80px;border: 2px solid #d9e3ff;  box-shadow:0 6px 12px rgba(0,0,0,0.1);height:480px; margin: 25px 0px;width: 370px;}
	
	.meta-testimonial p:nth-child(2) {
  margin-bottom: 0px;
}
	
	.testimonial .item{display:flex;justify-content:center;}
.review-boxtxt-testimonial p{
        padding:0px 20px;
}

.name-badge-testimonial {
  background: #d9e3ff;
  padding: 6px;
  border-radius: 4px;
  color: ;
  font-weight: 500;
margin-top: -30px;}

.meta-testimonial{text-align:center;padding: 15px 0px;}

.why-choose-head-row {
        background-color: #d9e3ff;
        /* border-radius: 30px; */
        padding: 50px;
}

.why-choose-sec {
        background-color: #fff;
}

.review-sec-boximg {
        max-width: 200px;
}

.testimonial {
        position: relative;
		   background-color: #fff;
}

.testimonial button.owl-next img {
        position: absolute;
        height: 30px;
        top: 160px;
        left: 20px;
        height: 35px;
        width: 35px;
}

.testimonial button.owl-prev img {
        position: absolute;
        height: 30px;
        top: 160px;
        right: 20px;
        height: 35px;
        width: 35px;
}

/*-------------------10--------------------*/
.blog-consulting-section {
	padding-top:30px;
}

.description-text-conselt {
        text-align: end;
        margin-top: 50px;
}

.blog-consulting-feature {
        padding-bottom: 20px;
}

.browse-btn-pansil {
        text-decoration: none;
        border: 1px solid black;
        padding: 12px;
        color: #000;
        font-weight: 600;
        border-radius: 50px;
}

.feature-box-conselt {
        border: 2px solid #d9e3ff;
        border-radius: 35px;
        height: 540px;
}

.feature-box-conselt h3 {
        font-size: 20px;
        font-weight: 700;
        /* font-family: "Roboto", sans-serif;*/
}

.feature-boxes-consult-text {
        padding: 20px;
        height: 250px;
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
        .feature-boxes-consult-text {
                height: 300px;
        }
}

/* Small devices (phones) */
@media (max-width: 640px) {
        .feature-boxes-consult-text {
                height: auto;
        }
}

.feature-boxes-consult-text a {
        text-decoration: none;
        color: #000;
}

.feature-boxes-consult-text p {
        text-align: justify;
}

.blog-feature-box-footer {
        display: flex;
        justify-content: space-between;
}

.blog-feature-card-tag {
        /* font-family: "Roboto", sans-serif;*/
        padding: 6px 20px;
        background-color: #d9e3ff;
        border-radius: 10px;
}

/*-------------------11--------------------*/
.main-book-appointment-area .book-appointment-area {
        margin: 0px;
        padding: 0px;
}

.book-appointment-area {
        margin-top: 50px;
        background-color: #d9e3ff;

        position: relative;
}

.book-appointment {
        display: flex;
}

.book-appointment-text {
        display: flex;

        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 300px;
}

.book-now-img {
}

.book-now-img img {
        width: 100%;
}

.book-appointment-btn {
        padding-top: 30px;
}

/*----------------about-page-start-----------------*/

.story-mission-heads i {
        margin-right: 7px;
}

.about-para p {
        text-align: justify;
}

.about-page-mission {
        margin: 50px 0px;
}

.main-about-priority {
      padding-top: 140px;
}

.about-liver-matter img {
        width: 100%;
}

.about-para img {
        width: 100%;
}

.main-about-priority {
        position: relative;
}

.bottom-wave-priority-banner {
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: -1;
        background-color: var(--secondary-blue-color);
}

.bottom-wave-priority-banner img {
        width: 100%;
        height: 100%;
        display: block;
}

.accordion-title {
        font-weight: 600;
        position: relative;
        cursor: pointer;
        font-size: 22px;
}

.accordion-title span {
        font-size: 22px;
        position: absolute;
        right: 0;
        top: 0;
}

.accordion-title span i {
        -webkit-text-stroke: 2px #f6f1ec;
}

.what {
        padding: 0px 10px;
        font-size: 17px;
}

.faq {
        text-align: center;
        padding: 70px 0px;
        background-color: #f6f1ec;
}

.faq h5 {
        font-size: 36px;
}

.faq h5::after {
        content: "";
        display: block;
        border-bottom: 4px solid #202020;
        width: 45px;
        margin: 0 auto;
        padding: 5px 0px;
}

.faq-area {
        background-color: #f6f1ec;
        padding-bottom: 100px;
}

.skills-faq-area {
        padding-top: 50px;
}

/* faq; */

.accordion-desc p {
        text-align: justify;
}

.industry-heading-gellery {
        padding-bottom: 50px;
}

.industry-heading-gellery h2 {
        padding: 20px 0px;
        font-size: 35px;

        font-weight: 600;
}

.feature-icon-mission {
        max-width: 55px;
        margin-left: 15px;
}

.our-story-mission {
        background-color: var(--secondary-blue-color);
        margin: 50px 0px;
        padding: 50px 0px;
        border-radius: 25px;
}

.story-mission-heads {
        color: #fff;
}

.story-mission-heads a {
}

.story-mission-heads h6 {
        color: #fff;
}

.story-mission-heads p {
        padding-bottom: 40px;
        text-align: justify;
}

.feature-title-box-mission {
        font-size: 25px;
        font-weight: 700;
        /* font-family: "Roboto", sans-serif;*/
        margin-bottom: 0px;
}

.feature-box-mission {
        padding-top: 20px;
        background-color: white;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;

        margin-bottom: 20px;
}

.accordion-list-item {
        border-bottom: 1px solid #000;
}

.feature-desc-box-mission {
        padding-right: 10px;
}

.tools_tech_wrapper {
        display: flex;
     margin:40px 0px;
        border-radius: 25px;
        overflow: hidden;
}

.tools_tech_left {
        position: relative;
        padding: 20px 20px 0 0px;
        width: 35%;
        background-color: var(--secondary-blue-color);
}

.tools_tech_scroll {
        padding-right: 15px;
}

.tools_tab_link.active {
        color: #fff;
        background-color: var(--primary-red-color);
        border-radius: 12px;
}

.sectin-ak {
        display: none;
}

.sectin-ak.active {
        display: block;
}

.sectin-ak2 {
        display: none;
}

.sectin-ak2.active {
        display: block;
}

.tools_tab_link {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 0;
        cursor: pointer;
        position: relative;
        padding-left: 30px;

        list-style: none;
}

.tools_tech_scroll_num {
        position: absolute;
        left: 20px;
        font-weight: 500;
}

.active .tools_arrow {
        opacity: 1;
        visibility: visible;
}

.tools_arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
}

.tools_tech_rt {
        position: relative;
        width: 75%;
}

.tools_rt_inner {
        position: relative;
}

.tools_tab_grid ul li {
        background-color: #f7f7f7;
        border-radius: 16px;
        height: 75px;
        display: flex;
        align-items: center;
        padding: 22px;
}

.tools-accordion-body p {
        text-align: justify;
        font-size: 17px;
        padding: 20px;
}

.tools-accordion-body h5 {
        padding-left: 20px;
}

.transforming-text {
        text-align: center;
}

/*----------------about-page-end-----------------*/

/*------------------treatment-page-----------------*/
.drop-treatment {
        position: relative;
}

.drop-treatment select {
        width: 100%;
        padding: 10px;
        padding-right: 40px;
        /* Space for arrow */

        appearance: none;
        /* Hide default arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
}

.drop-treatment::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 21px;
        height: 21px;
        background-image: url("../images/treatment-dropdown-arrow.png");
        /* Your arrow image URL */
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateY(-50%);
        pointer-events: none;
}

.search-btn-treatmet {
        text-align: center;
        margin-top: 25px;
}

.about-ihpblt-head {
        background-color: #aaeaff;
        text-align: center;
        padding: 10px 0px;
        border-radius: 20px 20px 0px 0px;
        font-weight: 600;
        font-size: 20px;
}

.treatment-liver-main {
        padding-top: 50px;
}

.about-ihpblt-right {
        position: sticky;
        top: 110px;
        border-radius: 0px 0px 20px 20px;
        border-top: none;
        margin-top: 20px;
}

.border-right-form {
        border: 1px solid #5d5c5c;
        padding: 10px;
}

.about-ihpblt-rightfield {
        width: 100%;
        height: 50px;
        background-color: #fcfcfc;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.42857;
        outline: none;
        color: #888888;
        border: 1px solid rgba(136, 139, 141, 1);
        border-radius: 3px;
        box-shadow: none;
        appearance: none;
        padding: 10px 40px 10px 11px;
}

.about-ihpblt-rightfieldbox {
        margin-bottom: 19px;
}

/*-------------------treatment-page-close----------------*/
/*-------------------meet-team----------------*/

.meet-doc-sec {
        height: 450px;
        text-align: center;
        padding-top: 79px;
        background-color: var(--secondary-blue-color);
        color: #fff;
        border-radius: 0px 0px 30px 30px;
}

.meet-doc-sec h6 {
        color: #fff;
}

.meet-speciality {
}

/*-------------------meet-team-close---------------*/

/*---------------treatment-offer-form-booking-form---------------*/

.all-homees-banner-text {
        position: absolute;
        top: 40%;
        right: 120px !important;
        color: var(--primary-secondary-color);
}

.treatment-liver-box {
        text-align: center;
        /* padding: 50px 0px; */
}

.main-head-bok-appointment {
        padding-top: 50px;
}

.booking_form {
        width: 100%;
        display: block;
        border-radius: 10px;
        padding: 20px 30px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
        background-color: #d9e3ff;
}

.close_booking_form {
        color: #000;
        font-weight: bold;
        font-size: 25px;
        cursor: pointer;
        text-align: right;
        line-height: 20px;
        display: none;
}

.booking_form_cover {
        margin-bottom: 25px;
        position: relative;
}

.booking_form_cover label {
        width: 100%;
        color: #000;
}

.booking_form_cover label span {
        color: red;
}

.booking_form_cover input {
        width: 100%;
        height: 40px;
        background-color: #fcfcfc;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.42857;
        border: 1px solid #ececec;
        outline: none;
        border-radius: 3px;
        box-shadow: none;
        appearance: none;
        padding: 10px 15px;
        color: #888888;
}

.booking_form_cover input::placeholder {
        color: #888888 !important;
        opacity: 1 !important;
}

.booking_form_cover select {
        width: 100%;
        height: 40px;
        background-color: #fcfcfc;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.42857;
        border: 1px solid #ececec;
        outline: none;
        border-radius: 3px;
        box-shadow: none;
        appearance: none;
        padding: 10px 40px 10px 11px;
        color: #888888;
}

.booking_form_cover textarea {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ececec;
}

.booking_form_cover input[type="file"] {
        position: relative;
        z-index: 2;
        width: 100%;
        height: calc(2.25rem + 2px);
        margin: 0;
        opacity: 0;
}

.booking_form_cover input[type="file"] ~ label {
        position: absolute;
        top: 22px;
        right: 0;
        left: 0;
        z-index: 1;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        border: 1px solid #ececec;
        border-radius: 0.25rem;
}

.booking_form_cover input[type="file"] ~ label:after {
        content: "Browse";
        border: 0;
        font-size: 0.875rem;
        color: #fff;
        background-color: var(--primary-red-color);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        border-radius: 0 0.25rem 0.25rem 0;
}

.booking_form_submit {
        color: #fff;
        background-color: var(--primary-red-color);
        border: 1px solid #fff;
        border-radius: 10px;
        margin: 0 auto;
        padding: 10px 50px;
        height: auto;
}

.text-area-chouse-us p {
        text-align: center;
}

/*---------------treatment-offer-form-booking-form-close--------------*/

.card-upcoming-sec {
        
}



.area-testamrial-caro {
        background-color: var(--secondary-blue-color);
        border-radius: 20px;
        padding-top: 25px;
}

.testimonial-card-sponsors {
        display: flex;
        justify-content: center;
}

.img-wrapper-sponsors {
        max-width: 230px;
        margin: 30px;

        backdrop-filter: blur(10px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.img-wrapper-sponsors img {
        width: 100%;
        border-radius: 20px;
}

/*-------------------12---footer-----------------*/
 .main-book-appointment-area{padding-top:40px;}
.main-footer {
        background-color: var(--secondary-blue-color);
        color: white;
        padding-top: 200px;
        margin-top: -140px;
        border-radius: 30px 30px 0px 0px;
}

.footer-text h6 {
        font-size: 20px;
}

.footer-text ul li {
        padding-bottom: 10px;
}

.footer-text ul li a {
        text-decoration: none;
        color: #fff;
}

.whatsapp-icon .callr {
        position: fixed;
        top: 50%;
        left: 30px;
        width: 45px;
        height: 45px;
        z-index: 10;
}

.whatsapp-icon .whatsapp {
        position: fixed;
        top: 50%;
        /* right: -30px; */
        width: 45px;
        height: 45px;
        z-index: 10;
        right: 26px;
}

.img-whats img {
        width: 100%;
}

/* .whatsapp-icon .whatsapp{position:fixed; bottom:70px; right:-30px; width:100px; height:100px; z-index:10;} */
.treatment-liver-main p {
        text-align: justify;
}

/*popup*/

/* OVERLAY */
.popup-overlay-ru {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        display: none;
        z-index: 1000;
        backdrop-filter: blur(3px);
}

/* POPUP BOX */
.popup-box-ru {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 380px;
        background: #fff;
        border-radius: 12px;
        padding: 0;
        display: none;
        z-index: 1010;
        overflow: hidden;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        animation: popupShow 0.3s ease forwards;
}

@keyframes popupShow {
        from {
                transform: translate(-50%, -50%) scale(0.8);
                opacity: 0;
        }

        to {
                transform: translate(-50%, -50%) scale(1);
                opacity: 1;
        }
}

/* POPUP IMAGE */
.popup-img-ru {
        width: 100%;
        display: block;
}

/* CLOSE (X) BUTTON */
.close-btn-ru {
        position: absolute;
        top: 12px;
        right: 15px;
        font-size: 28px;
        color: white;
        cursor: pointer;
        font-weight: bold;
        text-shadow: 0 0 5px black;
        z-index: 1050;
        transition: 0.2s;
}

.close-btn-ru:hover {
        color: #ff3b3b;
        transform: scale(1.1);
}

/*----------------contact_us------------------------*/

.contact_us1_head {
        font-size: 43px;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
}

.contact_us2 {
        padding-top: 50px;
}

.contact_us2_head {
        text-align: center;
}

.contact_us2_head p {
        margin: 20px 0 40px 0;
}

.contact_us2_box {
        background-color: #fff;
        display: flex;
        margin-bottom: -150px;
}

.contact_us2_box_child {
        flex: 1;
        width: 33.3%;
        border: 1px solid #e2e2e2;
        text-align: center;
        padding: 35px;
}

.contact_us2_box_img {
        max-width: 90px;
        margin: 0 auto;
}

.contact_us2_box_img img {
        width: 100%;
}

.contact_us2_box_txt {
}

.contact_us2_box_child a:hover {
        color: #000;
}

.contact_us2_box_txt span {
        font-size: 20px;
        font-weight: 500;
        margin: 15px 0;
        display: inline-block;
}

.contact_us2_box_txt p {
        color: #666;
        font-size: 15px;
        text-align: center;
}

.contact_us3 {
        background-color: #ebeef3;
        background-image: url(../images/about-page-dots.png);
        padding: 200px 0 50px 0;
}

.contact_us3_txt {
        margin-bottom: 30px;
}

.contact_us3_txt p {
        margin: 10px 0 40px;
}

.contact_us_form_fieldBox {
        margin-bottom: 19px;
}

.contact_us_form_field {
        width: 100%;
        background-color: #fcfcfc;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.42857;
        outline: none;
        border-radius: 3px;
        box-shadow: none;
        appearance: none;
        padding: 10px 40px 10px 11px;
        color: #888888;
        min-height: 50px;
        border: none;
}

.contact_us3_table {
        background-color: #d9e3ff;
        padding: 60px 40px 40px;
}

.contact_us3_tableHead {
        color: #000;
        font-size: 22px;
        font-weight: bolder;
        margin-bottom: 30px;
}

.contact_us3_tableRow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        color: #000;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 500;
}

.contact_us4 iframe {
        width: 100%;
        height: 500px;
        display: block;
}

.contact_us2_box_txt a {
        text-decoration: none;
}

.contact_us2_box_child a {
        text-decoration: none;
}

/*----------------contact_us------------------------*/

.consution-form-row {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
        justify-content: space-between;
}

.btn-consult-send {
        text-align: center;
        padding-top: 10px;
}

.main-consution-form {
        background-color: #d9e3ff;
        padding-bottom: 20px;
}

.main-consution-form h2 {
        text-align: center;
        padding: 25px 0px;
}



.checkbox-group-constantion {
        display: flex;
        flex-direction: column;
        gap: 14px;
}

.consution-form-row input[type="text"],
.consution-form-row input[type="email"],
.consution-form-row input[type="tel"] {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;

        width: 100%;
}

.text-area-group-constantion textarea {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        height: 400px;
        width: 100%;
}

.upload-btn-wrapper {
        position: relative;
        display: inline-block;
}

.upload-box small {
        font-size: 14px;
}

.upload-btn-wrapper p {
        margin-bottom: 0px;
}

.btn-upload {
        border: none;
        color: white;
        background-color: #d32f2f;
        /* red */
        padding: 0px 10px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
}

.btn-upload::after {
        content: "+";
        font-size: 22px;
        font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
        font-size: 0;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
        height: 100%;
        width: 100%;
}

.form-checkboc-consult {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        position: relative;
        padding-left: 30px;
}

.form-checkboc-consult input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
}

.form-checkboc-consult .checkmark-cosnult {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 4px;
}

.form-checkboc-consult input:checked + .checkmark-cosnult {
        background-color: var(--primary-red-color);
        border-color: #ccc;
}

.form-checkboc-consult .checkmark-cosnult::after {
        content: "";
        position: absolute;
        display: none;
}

.form-checkboc-consult input:checked + .checkmark-cosnult::after {
        display: block;
}

.form-checkboc-consult .checkmark-cosnult::after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
}

.upload-con-btn {
        display: flex;
        gap: 50px;
}

.image-anim img {
        width: 100%;
}

.callr img {
        filter: invert(38%) sepia(89%) saturate(650%) hue-rotate(150deg)
                brightness(95%) contrast(90%);
}

.has-links-dr-so {
        background-color: transparent !important;
        color: #000 !important;
        margin-left: -3px !important;
}

.appi-counter-tec-card h3 {
        text-align: center;
        font-size: 19px;
        /*font-family: "Roboto", sans-serif;*/
}

.appi-counter-tec-card p {
        padding: 0px 10px;
}


.day-month-counter-card {
        border-radius: 30px;
        background: #10488b;
        padding:30px;
		margin-bottom:30px;
}

.counter {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-red-color);
}

.counter::after {
  content: "+";
  display: inline;
  font-size: 40px;
  font-weight: bold;
}
.appi-counter-home {
        text-align: center;
}

.appi-counter-tec-home img {
        max-width: 40px;
}

.appi-counter-tec-card img {
        max-width: 40px;
}

.appi-counter-tec-card {
        border: 4px solid #d9e3ff;

        height: 260px;
        border-radius: 15px 15px 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-transform: capitalize;
        background: #fff;
        backdrop-filter: blur(10px);
		  padding: 0px 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



.appi-counter-tec-home h3 {
        font-size: 20px;
        text-align: center;
}

.appi-counter-tec-home {
        border: 4px solid #d9e3ff;
        height: 380px;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-transform: capitalize;
        background: #fff;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#countdown span {
        font-size: 55px;
        font-weight: bold;
        color: #fff;
}

.btns_quick {
        position: fixed;
        left: 50%;
        transform: translate(-50%, 100px);
        bottom: 130px;
        z-index: 10;
        transition: all 0.35s ease-out;
        border-radius: 80px;
		padding: 4px 4px;
        border: 3px solid #fff;
       
}

.btns_quick a {
        background-image: linear-gradient( to right,#dc3545 0%, #dc3546 51%,#dc3547 100% );
        display: flex;
        width: 240px;
        height: 40px;
        font-size: 18px;
        font-weight: 400;
        align-items: center;
        justify-content: center;
        border-radius: 80px;
        transition: all 0.35s ease-out;
        text-decoration: none;
        color: #fff;
        position: relative;
        overflow: hidden;
		
      }
	  

.btns_quick a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 7px;
        height: 100%;
        filter: blur(6px);
        transform: translateX(-100px) skewX(-15deg);
        animation: TransitioningBackground 1.5s linear infinite;
}

.btns_quick a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 1);
        width: 11px;
        height: 100%;
        filter: blur(6px);
        transform: translateX(-100px) skewX(-15deg);
        animation: TransitioningBackground 1.5s linear infinite;
}

.btns_quick a:hover::before,
.btns_quick a:hover::after {
        transform: translateX(300px) skewX(-15deg);
        transition: 3s;
}

@keyframes TransitioningBackground {
        0% {
                transform: translateX(-100px) skewX(-15deg);
        }

        100% {
                transform: translateX(300px) skewX(-15deg);
        }
}

.flip-card {
        background-color: transparent;
        margin-bottom: 30px;
        height: 300px;
        perspective: 1000px;
}

.flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.flip-card-front {
        background: #d9e3ff;

        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}

.flip-card-back {
        background-color: #2980b9;
        color: white;
        transform: rotateY(180deg);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
}

.abs-dont-miss-banner {
}

.abs-dont-miss-banner h4 {
        font-size: 40px;
        font-weight: 600;
        padding-bottom: 20px;
}

.abs-dont-liver {
        position: absolute;
        right: -1%;
}

.abs-dont-liver img {
        max-width: 280px;
        width: 100%;
}

.main-grid-yt {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
}

.list-counter-global span {
        font-size: 40px;
        color: var(--primary-red-color);
        font-weight: 600;
}

.ltsitext-start {
        text-align: center;
        padding-bottom: 40px;
        font-size: 25px;
        font-weight: 700;
        /* font-family: "Roboto", sans-serif;*/
}

.list-counter-global ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
}

.list-counter-global ul li {
        list-style: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-transform: capitalize;
}

@media only screen and (max-device-width: 500px) {
        .list-counter-global ul {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
        }

        .ltsitext-start {
                padding-bottom: 10px;
        }

        .list-counter-global ul {
                padding: 0px;
        }

        .list-counter-global span {
                font-size: 45px;
        }

        .list-counter-global ul li {
                padding-bottom: 15px;
        }
}

.feature-diaries-card {
        border: 2px solid #d9e3ff;
        border-radius: 35px;
}

.feature-diaries-card h3 {
        font-size: 20px;
        font-weight: 700;
        /*font-family: "Roboto", sans-serif;*/
}

/* --- Play Button Ripple Animation --- */
.play-icon {
        border: 2px solid #f03;
        border-radius: 50%;
        height: 45px;
        width: 45px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
}

.play-icon:after {
        content: "";
        position: absolute;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        border: 2px solid #f03;
        animation: 3s infinite btn-anim;
}

.play-icon:before {
        content: "";
        position: absolute;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        border: 2px solid #f03;
        animation: 3s infinite btn-anim;
        animation-delay: 1s;
}

.play-icon i {
        color: #f03;
        font-size: 28px;
}

/* Ripple Keyframes */
@keyframes btn-anim {
        0% {
                transform: scale(1);
                opacity: 1;
        }

        100% {
                transform: scale(2.2);
                opacity: 0;
        }
}

.feature-diaries-card img {
        width: 100%;
}

.img-overlay-com {
        position: relative;
}

.sec-gllery-insta-feed {
        background: radial-gradient(
                        circle at 30% 110%,
                        #f7bb7c 0%,
                        #e89792 30%,
                        transparent 60%
                ),
                radial-gradient(circle at 70% -10%, #b654c1 0%, transparent 50%),
                linear-gradient(135deg, #6d56cb, #b654c1);
        margin-bottom: 40px;
        padding-top: 40px;
}

.gllery-insta-feed {
        position: relative;
}

.gllery-insta-feed-card img {
        width: 100%;
        max-width: 300px;
        border-radius: 15px 15px 20px 20px;
}

.gllery-insta-feed-img {
        position: relative;
}

.gllery-insta-feed-img::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        border-radius: 15px 15px 20px 20px;
}

.all-hepatitis ul {
}

.gllery-insta-feed button.owl-next img {
        position: absolute;
        top: 200px;
        height: 35px;
        width: 35px;
        left: -40px;
        padding: 10px;
        border-radius: 50%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        background: #000;
}

.gllery-insta-feed-card {
        display: grid;
        place-items: center;
}

.gllery-insta-feed button.owl-prev img {
        position: absolute;
        top: 200px;
        right: -40px;
        height: 35px;
        width: 35px;
        padding: 10px;
        border-radius: 50%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        background: #000;
}

.sec-gllery-insta-feed h3 {
        color: #fff;
}

.sec-gllery-insta-feed p {
        color: #fff;
}

.visit-inta-icon {
        color: #fff !important;
        border: 1px solid #fff !important;
}

.box-main-feed {
        margin-top: 20px !important;
}

.gllery-insta-feed .owl-nav.disabled {
        display: block !important;
}

.gllery-insta-feed-card-body p {
        padding-top: 10px;
        padding: 10px 50px;
}

.child–pugh-table table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 20px;
}

.child–pugh-table th,
td {
        border: 1px solid #333;
        padding: 2px;
        text-align: center;
}

.child–pugh-table th {
        background-color: #f2f2f2;
}

.team-truted-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(100%);
        transition: 0.5s ease;
        border-radius: 15px;
}

/* Hover effect */
.team-truted-card:hover img {
        filter: grayscale(0%);
        transform: scale(1.05);
}
