/*
Theme Name: tiss-theme
*/




@font-face {
	font-family: Open-Sauce-Sans-regular;
	src: url(../tiss-theme/assets/open-sauce-sans/open-sauce.sans-regular.ttf);
	font-weight: 600;
}

@font-face {
	font-family: Open-Sauce-Sans-medium;
	src: url(../tiss-theme/assets/open-sauce-sans/open-sauce.sans-medium.ttf);
	font-weight: 700;
}





h1,h2,h3,h4,h5,h6 {
    font-family: 'Open-Sauce-Sans-medium';
}

p, a {
   font-family: 'Open-Sauce-Sans-regular';
    color: #000000de;  
    font-size: 16px;                                         
}

span{
    font-family: 'Open-Sauce-Sans-medium';
}

a:hover{
    text-decoration: none !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #82B81D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #F5F5F5 !important;
}

.container {
    max-width: unset !important;
    padding: 0 8% !important;
}

.body-background-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.announcement-bar{
    display:flex;
    align-items:center;
    width:100%;
    background:#f5f5f5;
    border:1px solid #ddd;
    overflow:hidden;
}

.announcement-label{
    background:#82b81d;
    color:#fff;
    padding:12px 20px;
    font-weight:600;
    white-space:nowrap;
    flex-shrink:0;
}

.announcement-marquee{
    flex:1;
    overflow:hidden;
    position:relative;
}

.announcement-track{
    display:flex;
    width:max-content;
    animation:scroll-left 30s linear infinite;
}

.announcement-item{
    white-space:nowrap;
    padding:12px 15px;
    color:#333;
}

.separator{
    padding:12px 5px;
    color:#999;
}

.announcement-bar:hover .announcement-track{
    animation-play-state:paused;
}

@keyframes scroll-left{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

body {
    position: relative;
    overflow-x: hidden;
}

.container, .main-wrapper, section {
    position: relative;
    z-index: 6;
}

.banner-section .container {
    position: unset !important;
}

.reveal-lines {
    visibility:hidden;
}

.reveal-line-mask {
    overflow:hidden;
    line-height:inherit;
}

.reveal-line {
    display:inline-block;
    line-height:inherit;
    will-change:transform;
}

.temp-word {
    display:inline-block;
    white-space:pre;
}

/* 404 page section   */

.gut-404-section {
    min-height: 100vh;
    padding: 120px 0;
    background: linear-gradient(
        180deg,
        #f6faef 0%,
        #ffffff 100%
    );
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.gut-404-wrap {
    text-align: center;
    position: relative;
    z-index: 2;
}

.gut-404-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #EAF5DF;
    color: #82B81D;
    border-radius: 100px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}

.gut-404-number-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.gut-404-title {
    font-size: 180px;
    line-height: .9;
    margin: 0;
    color: #82B81D;
    letter-spacing: -8px;
    position: relative;
}

.gut-404-title span {
    color: #12704E;
    position: relative;
}

.gut-404-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background: rgba(130,184,29,.15);
}

.gut-404-circle-one {
    left: -60px;
    top: -20px;
    animation: floatBubble 4s ease-in-out infinite;
}

.gut-404-circle-two {
    right: -60px;
    bottom: 20px;
    animation: floatBubble 5s ease-in-out infinite;
}

.gut-404-subtitle {
    font-size: 42px;
    line-height: 1.2;
    max-width: 700px;
    margin: 20px auto;
    color: #111;
}

.gut-404-text {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 620px;
    margin: auto;
}

.gut-404-btn {
    margin-top: 35px;
}

.gut-404-btn a {
    display: inline-flex;
    padding: 16px 35px;
    border-radius: 100px;
    background: #82B81D;
    color: #fff;
    text-decoration: none;
    transition: .4s;
}

.gut-404-btn a:hover {
    transform: translateY(-6px);
}

.gut-bg-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(130,184,29,.08);
}

.gut-bg-shape-one {
    width: 350px;
    height: 350px;
    top: -100px;
    left: -100px;
}

.gut-bg-shape-two {
    width: 250px;
    height: 250px;
    right: -70px;
    bottom: 50px;
}

.gut-bg-shape-three {
    width: 100px;
    height: 100px;
    left: 20%;
    bottom: 15%;
}

@keyframes floatBubble {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0px);
    }

}

@media(max-width:991px){

.gut-404-title{
    font-size:100px;
}

.gut-404-subtitle{
    font-size:28px;
}

}


/* popup  */

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    animation: whatsappPulse 2s infinite;
}

.floating-whatsapp:hover {
    color: #fff;
    background: #25D366;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}


/* header section start */

.header-wrapper {
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 999;
    padding: 20px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .3s ease;
    background: #0000003b;
}

.header-logo a {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.52px;
    color: #000;
}

.header-logo img {
    width: 286px;
    object-fit: contain;
    height: 85px;
    margin-right: auto;
    display: block;
    filter: invert(1);
}
.f-nav .header-wrapper .header-logo img {
    height: 50px;
    width: 200px;
}

 .menu-logoheader {
    padding-top: 0;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-id-2971 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open-Sauce-Sans-medium';
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open-Sauce-Sans-medium';
}

.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #82b81d;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #82b81d;
    font-weight: 500;
}

.header-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-get-btn {
	display: flex;
    align-items: center;
    gap: 15px;
}

.header-get-btn {
    display: flex;
    align-items: center;
}

.page-id-2971 .header-get-btn a {
    position: relative;
    display: inline-block;
    padding: 22px 50px;
    background: #82B81D;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    width: 140px;
    border-radius: 25px;
}

.header-get-btn a {
    position: relative;
    display: inline-block;
    padding: 22px 50px;
    background: #82B81D;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    width: 140px;
    border-radius: 25px;
}

.header-get-btn a:hover {
    background: #82B81D;
    color: #fff;
}

.header-get-btn a .head-get-text {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}

.page-id-2971 .header-get-btn a .head-get-text:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #fff;
}

.header-get-btn a .head-get-text:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #fff;
}

.header-get-btn a .head-get-text:last-child {
  top: 120%;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.header-get-btn a:hover .head-get-text:first-child {
  top: 0;
  transform: translateY(-100%);
  color: #fff;
}

.header-get-btn a:hover .head-get-text:last-child {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/* .f-nav .header-get-btn a {
    background: #82b81d;
    color: #fff;
}

.f-nav .header-get-btn a .head-get-text:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #fff;
}

.f-nav .header-get-btn a .head-get-text:last-child {
  top: 120%;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.f-nav .header-get-btn a:hover .head-get-text:first-child {
  top: 0;
  transform: translateY(-100%);
  color: #fff;
}

.f-nav .header-get-btn a:hover .head-get-text:last-child {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
 */

/* buy product button  */


.header-get-btn-buy {
    display: flex;
    align-items: center;
}

.header-get-btn-buy a {
    position: relative;
    display: inline-block;
    padding: 22px 50px;
    background: #fff;
    color: #82B81D;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    width: 140px;
    border-radius: 25px;
}

.header-get-btn-buy a:hover {
    background: #fff;
    color: #82B81D;
}

.header-get-btn-buy a .head-get-text-buy {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.4s ease;
}

.header-get-btn-buy a .head-get-text-buy:first-child {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    color: #000;
}

.header-get-btn-buy a .head-get-text-buy:last-child {
    top: 120%;
    transition: 0.3s ease-in-out;
    color: #000;
}

.header-get-btn-buy a:hover .head-get-text-buy:first-child {
    top: 0;
    transform: translateY(-100%);
    color: #000;
}

.header-get-btn-buy a:hover .head-get-text-buy:last-child {
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

/* header section ends */




/* banner section start  */


.banner-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-section-slider{
    position:absolute;
    inset:0;
}

.banner-section-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:.7s ease;
}

.banner-section-slide.active{
    opacity:1;
    visibility:visible;
}

.banner-section-bg{
    position:absolute;
    inset:0;
}

.banner-section-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.banner-section-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
}

.banner-section-content {
    position: absolute;
    top: 62%;
    left: 140px;
    transform: translateY(-38%);
    z-index: 9;
    max-width: 600px;
}

.banner-section-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 60px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.2);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner-section-content h1 {
    font-size: 54px;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
}

.banner-section-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.banner-btn {
    display: flex;
    align-items: center;
}

.banner-btn a {
    position: relative;
    display: inline-block;
    padding: 22px 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    width: 140px;
    border-radius: 25px;
}

.banner-btn a:hover {
    background: #82B81D;
}

.banner-btn a .btn-text {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}

.banner-btn a .btn-text:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #000;
}

.banner-btn a .btn-text:last-child {
  top: 120%;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.banner-btn a:hover .btn-text:first-child {
  top: 0;
  transform: translateY(-100%);
  color: #fff;
}

.banner-btn a:hover .btn-text:last-child {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.banner-section-thumb-wrap {
    position: absolute;
    right: 100px;
    bottom: 60px;
    z-index: 100;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: flex-end;
}

.banner-section-thumb{
    width:120px;
    height:95px;
    overflow:hidden;
    border:2px solid transparent;
    cursor:pointer;
    transition:.4s;
}

.banner-section-thumb.active {
    border-color: #fff;
    height: 125px;
}

.banner-section-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.banner-line-mask {
    display:block;
    overflow:hidden;
}

.banner-line {
    display:block;
    will-change:transform;
}


/* banner secrtion start */




/* about-us section start  */

.about-us-section {
    padding: 60px 0;
    overflow: hidden;
}

.about-us-nav {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 18px;
}

.about-us-nav::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-us-content {
    max-width: 920px;
    margin-left: auto;
}

.about-us-text {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -1px;
    overflow: hidden;
}

.about-us-text p {
    margin: 0;
}

.about-us-text .word {
    display:inline-block;
    color: #9d9d9d;
}


/* about-us section end  */



/* about us below section start */

.health-showcase-section {
    padding: 60px 0;
    overflow: hidden;
}

.health-showcase-cards {
    display: flex;
    gap: 15px;
    height: 500px;
}

.health-showcase-card {
    flex: .7;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all .7s ease;
}

.health-showcase-card.active {
    flex: 3;
}

.health-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.health-showcase-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    transition: .5s;
}

.health-showcase-card.active::after {
    background: rgba(0,0,0,.15);
}

.health-showcase-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 5;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: .5s;
}

.health-showcase-card.active .health-showcase-overlay {
    opacity: 1;
    transform: translateY(0);
}

.health-showcase-overlay h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.health-showcase-overlay p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}


/* about us below section end */



/* what we do section start */


.what-we-do-section {
    padding: 60px 0;
    overflow: hidden;
}

.what-we-do-heading {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 70px;
}

.section-label {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-bottom: 20px;
}

.section-label::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.what-we-do-heading h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
}

.what-we-do-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    height: 350px;
}

.what-we-do-images {
    position: relative;
    width: 220px;
    height: 130px;
    margin: 30px auto 20px;
}

.what-we-do-image-one {
    position: absolute;
    left: 15px;
    top: 0;
    width: 120px;
    transform: rotate(-4deg);
    z-index: 1;
}

.what-we-do-image-two {
    position: absolute;
    right: 10px;
    top: 0;
    width: 120px;
    transform: rotate(12deg);
    z-index: 2;
}

.what-we-do-image-one img,
.what-we-do-image-two img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.what-we-do-content {
    margin: 20px 0;   
}

.what-we-do-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.what-we-do-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.what-we-do-images {
    overflow:visible;
}

.what-we-do-image-one,
.what-we-do-image-two {
    will-change:transform,opacity;
}



/* what we do section end */



/* what we focus section end   */


.what-we-focus-section {
    padding: 60px 0;
    overflow: hidden;
}

.what-we-focus-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 70px;
}

.what-we-focus-heading h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
    max-width: 320px;
}

.what-we-focus-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.what-we-focus-btn a {
    position: relative;
    display: inline-block;
    padding: 25px 50px;
    font-size: 15px;
    background: #82B81D;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    width: 175px;
    border-radius: 25px;
}

.what-we-focus-btn a .what-we-focus-btn-text {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}

.what-we-focus-btn a .what-we-focus-btn-text:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #fff;
}

.what-we-focus-btn a .what-we-focus-btn-text:last-child {
  top: 120%;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.what-we-focus-btn a:hover .what-we-focus-btn-text:first-child {
  top: 0;
  transform: translateY(-100%);
  color: #fff;
}

.what-we-focus-btn a:hover .what-we-focus-btn-text:last-child {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.what-we-focus-item {
    padding: 0 10px;
}

.what-we-focus-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 460px;
}

.what-we-focus-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-we-focus-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    backdrop-filter: blur(9px);
    background: linear-gradient(180deg,rgba(0,0,0,0) 18.73872774141329%,#00000099 100%);
    mask: linear-gradient(rgba(0,0,0,0) 0%,rgb(0,0,0) 41.4414%,rgb(0,0,0) 100%);
    opacity: 1;
}

.what-we-focus-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    z-index: 3;
    color: #fff;
}

.what-we-focus-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.what-we-focus-content p {
    font-size: 16px;
    color: #fff;
    max-width: 500px;
    margin: 0;
}

.what-we-focus-content h3,
.what-we-focus-content p {
    opacity: 0;
    transform: translateY(40px);
}


/* what we focus section end   */



.disease-section-wrap {
	padding: 60px 0;
    overflow: hidden;
}

.disease-section-heading {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 70px;
}

.disease-section-heading h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
}

.disease-section-slide {
	padding: 10px;
}

.disease-section-card {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}

.disease-section-image {
	position: relative;
	height: 320px;
}

.disease-section-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: 0.5s ease;
}

.disease-section-card:hover .disease-section-image img {
	transform: scale(1.08);
}

.disease-section-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0,0,0,0.75) 0%,
		rgba(0,0,0,0.2) 50%,
		rgba(0,0,0,0.1) 100%
	);
	z-index: 1;
}

.disease-section-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 2;
}

.disease-section-title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
	text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.disease-slider {
    overflow: hidden;
    position: relative;
}

.disease-track {
    display: flex;
    width: max-content;
    gap: 10px;
    will-change: transform;
}

.disease-section-slide {
    flex: 0 0 auto;
    width: 280px;
}


/* our approach section start  */

.our-approach-section {
    padding: 60px 0;
    overflow: hidden;
}

.our-approach-heading-row {
    margin-bottom: 50px;
    align-items: stretch;
}

.our-approach-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
    max-width: 600px;
    margin: 0;
}

.our-approach-interactive-row {
    align-items: center !important;
}

/* --- LEFT LIST --- */
.our-approach-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.our-approach-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 14px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    background: transparent;
    opacity: 0.5;
}

.our-approach-item:hover {
    background: rgba(255,255,255,0.65);
    opacity: 0.85;
}

.our-approach-item.active {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    opacity: 1;
}

/* Circular thumbnail */
.our-approach-thumb {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #dde8ee;
}

.our-approach-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.our-approach-thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#c8dfe8,#a8c8d8);
}

.our-approach-item-title {
    flex: 1;
    font-size: 22px;
    color: #1a2a3a;
    line-height: 1.4;
    transition: color 0.2s;
}

.our-approach-item.active .our-approach-item-title {
    color: #002E5D;
}

.our-approach-item-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #aaa;
    font-size: 14px;
    transition: background 0.3s, color 0.3s, transform 0.35s ease;
}

.our-approach-item:hover .our-approach-item-arrow {
    color: #002E5D;
}

.our-approach-item.active .our-approach-item-arrow {
    background: #1fcc7d;
    color: #fff;
    transform: rotate(90deg);
}

.our-approach-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.our-approach-img-panel {
    display: none;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.our-approach-img-panel.active {
    display: block;
    animation: approachFadeIn 0.4s ease;
}

.our-approach-img-panel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Caption overlay */
.our-approach-img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 30px;
    background: linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.4) 50%,transparent 100%);
    color: #fff;
    border-radius: 0 0 20px 20px;
    z-index: 2;
}

.our-approach-img-caption p {
    font-size: 14px;
    line-height: 1.6;
    color: #f0f0f0;
    margin: 0;
    font-weight: 400;
}

.our-approach-img-caption h1,
.our-approach-img-caption h2,
.our-approach-img-caption h3,
.our-approach-img-caption h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
}

/* Fade animation */
@keyframes approachFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* our approach section end  */


/*doctor section starts*/

.doctor-wrapper{
    padding: 60px 0;
    background: #82b81d14;
    overflow:hidden;
}
.doc-img img {
    display: block;
    width: 100%;
    height: 455px;
    border-radius: 15px;
    object-position: center;
    object-fit: cover;
    box-shadow: 0 10px 24px 16px #00000014;
    border: 1px solid #82b81d8c;
}
.doctor-head{
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
    max-width: 600px;
    margin: 0;
}
.doc-content h6 {
    font-style: italic;
    margin: 15px 0;
    line-height: 1.8;
}
/*.doc-content p {*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*    line-height: 1.8;*/
/*    margin: 0;*/
/*    text-align: justify; */

/*}*/
.doc-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}


/*doctor section ends*/


/* our process section start */

/* .our-process-wrap {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.our-process-wrap .row {
    align-items: stretch;
}

.our-process-image {
    position: relative;
    height: 100%;
    min-height: 570px;
    overflow: hidden;
    border-radius: 18px;
}

.our-process-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.process-label {
    width: fit-content;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.process-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
}

.process-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 30px;
}

.process-steps {
    position: relative;
}

.process-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
}

.process-step:last-child {
    border-bottom: none;
}

.process-step-number {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #527538;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}

.process-step-content {
    flex: 1;
    padding-top: 4px;
}

.process-step-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
}

.process-step-description p {
    margin: 0;
    max-width: 300px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5e5e5e;
}

.process-step-description p {
    margin: 0;
} */

/* our process section ends */

/* team section start */

.footer-wrap,
.testimonial-wrap,
.team-wrap,
.our-process-wrap,
.faq-wrap-section {
    position: relative;
    overflow: hidden;
}

.footer-canvas,
#t-canvas,
#teamCanvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    z-index: 0;
    display: block;
}

.footer-wrap > *,
.testimonial-wrap > *,
.team-wrap > *,
.our-process-wrap > *,
.faq-wrap-section > * {
    position: relative;
    z-index: 1;
}

.team-wrap {
    padding: 80px 0;
    overflow: hidden;
    background: #F5F5F5;
}

.team-header {
    text-align: left;
    margin-bottom: 40px;
}

.team-tag {
    width: fit-content;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
}

.team-title {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.team-slide {
    padding: 15px;
}

.team-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0px 4px 8px #0000001c;
}

.team-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    border-radius: 14px;
    background: #fff;
}

.team-name {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

.team-designation {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5e5e5e;
}

.team-slider .slick-list {
    margin: 0 -14px;
}

/* team section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 60px 0;
    overflow: hidden;
}

#testimonialSection {
    overflow: hidden;
}

.testimonial-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}

.testimonial-tag {
    width: fit-content;
    margin: auto;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
}

.testimonial-heading {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.testimonial-slider {
    margin: 0 -15px;
}

.testimonial-item-wrap {
    margin: 15px 15px;
}

.testimonial-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    min-height: 320px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease;
}

.testimonial-content {
    width: 100%;
}

.testimonial-content p {
    margin: 0;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 18px;
}

.testimonial-rating i {
    color: #82b81d;
    font-size: 18px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.testimonial-author-img {
    flex-shrink: 0;
}

.testimonial-author-img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.testimonial-author-info h4 {
    margin: 0 0 5px;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
}

.testimonial-author-info span {
    display: block;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}


.testimonial-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 55px 0 0;
    padding: 0;
    list-style: none;
}

.testimonial-slider .slick-dots li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.testimonial-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    border: 0;
    padding: 0;
    background: #c5c5c5;
    font-size: 0;
    cursor: pointer;
    transition: 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active button {
    width: 40px;
    background: #111111;
}

.testimonial-slider .slick-dots li {
    width: fit-content;
    height: auto;
}

.testimonial-slider .slick-dots li button:before {
    display: none !important;
}

.testimonial-bottom-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    width: 200px;
    margin: 15px auto 0;
    border-radius: 25px;
}

.testimonial-bottom-btn .btn-text {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.4s ease;
}

.testimonial-bottom-btn .btn-text:first-child {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    color: #000;
}

.testimonial-bottom-btn .btn-text:last-child {
    top: 120%;
    transition: 0.3s ease-in-out;
    color: #000;
}

.testimonial-bottom-btn:hover .btn-text:first-child {
    top: 0;
    transform: translateY(-100%);
    color: #000;
}

.testimonial-bottom-btn:hover .btn-text:last-child {
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}


/* testimonial section ends */

/* faq section start */

.faq-wrap-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.faq-bg-slider {
    position: absolute !important;
    inset: 0;
    z-index: 1;
}

.faq-bg-slider,
.faq-bg-slider .slick-list,
.faq-bg-slider .slick-track,
.faq-bg-slider .slick-slide,
.faq-bg-slider .slick-slide > div,
.faq-bg-slide {
    height: 100%;
}

.faq-bg-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.faq-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}

.faq-wrap-section .container {
    position: relative;
    z-index: 5;
}

.faq-wrap-grid {
    align-items: stretch;
}

.faq-left {
    padding-right: 80px;
}

.faq-mini-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-mini-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.faq-left h2 {
    font-size: 52px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    max-width: 580px;
    margin: 0;
}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #f5f5f5;
    border-radius: 13px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: #fff;
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.faq-question span:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}

.faq-icon {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.faq-item.active .faq-icon {
    font-size: 30px;
}

.faq-answer {
    display: block;
    height: 0;
    overflow: hidden;
}

.faq-answer-inner {
    padding: 0 15px 20px;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #5e5e5e;
}

.faq-bg-slider .slick-slide {
    opacity: 0 !important;
    transition: opacity 1s ease;
}

.faq-bg-slider .slick-slide.slick-current {
    opacity: 1 !important;
}

.faq-word {
    display: inline-block;
    white-space: pre;
}

.faq-line-wrap {
    overflow: hidden;
    display: block;
}

.faq-line {
    display: block;
}

.faq-answer {
    overflow: hidden;
    will-change: height;
    transform: translateZ(0);
}

/* faq section ends */




/* contact us animation start */

.contact-us-wrap {
    background: #F5F5F5;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
 
.contact-us-wrap .row {
    align-items: flex-start;
}
 
.contact-us-left {
    padding-right: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}
 
.contact-us-content {
    margin-bottom: 48px;
}
 
.contact-us-subtitle {
    margin-bottom: 18px;
}
 
.contact-us-subtitle h6 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
 
.contact-us-subtitle h6::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000000;
    display: block;
}
 
.contact-us-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    max-width: 620px;
    margin: 0;
}
 
.contact-us-info .contact-item {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
}
 
.contact-us-info .contact-item:last-child {
    margin-bottom: 0;
}
 
.contact-us-info .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #527538;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
    transform-origin: center;
}
 
.contact-us-info .icon i {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
 
.contact-us-info p,
.contact-us-info p a {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}
 
.contact-us-info p a:hover {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
 
.contact-us-right {
    padding-left: 70px;
}
 
.contact-us-right .appointment-form {
    width: 100%;
}
 
.contact-us-right .wpcf7 {
    width: 100%;
}
 
.contact-us-right form {
    width: 100%;
}
 
.contact-us-right p {
    margin-bottom: 0;
}
 
.contact-us-right br {
    display: none;
}
 
.contact-us-right label {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}
 
.contact-us-right input,
.contact-us-right textarea,
.contact-us-right select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    background: transparent;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    outline: none;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 0;
    transition: all 0.3s ease;
}
 
.contact-us-right textarea {
    height: 140px;
}
 
.contact-us-right input::placeholder,
.contact-us-right textarea::placeholder {
    color: #8a8a8a;
}
 
.contact-us-right input:focus,
.contact-us-right textarea:focus,
.contact-us-right select:focus {
    border-color: #7da327;
}
 
.contact-us-right .half-field-wrap {
    display: flex;
    gap: 30px;
}
 
.contact-us-right .half-field {
    width: 50%;
}
 
.contact-us-right .wpcf7-submit {
    border: 0;
    background: #96bf1b;
    color: #ffffff;
    width: fit-content;
    height: unset;
    border-radius: 60px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    margin-top: 10px;
    will-change: transform;
    transform-origin: center;
}
 
.contact-us-right .wpcf7-submit:hover {
    background: #a4d01e;
    color: #ffffff;
}
 
.contact-us-right .wpcf7-spinner {
    display: none !important;
}
 
.contact-us-right .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
    color: #dc3232;
}
 
.contact-us-right .wpcf7-response-output {
    margin: 25px 0 0;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
}
 
.contact-us-right .wpcf7 form.sent .wpcf7-response-output {
    border-color: #7da327;
}
 
.contact-us-right .wpcf7 form.invalid .wpcf7-response-output,
.contact-us-right .wpcf7 form.failed .wpcf7-response-output {
    border-color: #dc3232;
}
 
.cu-line-mask {
    overflow: hidden;
    display: block;
}
 
.contact-us-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
 
.contact-us-wrap > .container {
    position: relative;
    z-index: 1;
}

/* contact us animation ends */




/* footer section start */



.footer-wrap {
    position: relative;
    overflow: hidden;
    padding: 60px 0 20px;
    background: #ffffff;
    color: #ffffff;
}

.footer-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 40px;
}

.footer-brand-content {
    max-width: 500px;
    text-align: left;
}

.footer-brand-content p {
    color: #5e5e5e;
    font-size: 18px;
    line-height: 1.6;
}

.footer-brand-content p:last-child {
    margin-bottom: 0;
}

.footer-links h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 50px;
}

.footer-links .mega-menu-wrap,
.footer-links .mega-menu-wrap > ul.mega-menu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    background: transparent !important;
}

.footer-links .mega-menu-toggle {
    display: none !important;
}

.footer-links ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-links li {
    display: block !important;
    margin-bottom: 18px !important;
}

.footer-links a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    color: #5e5e5e !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.footer-links a::before {
    content: "›";
    color: #9fc312;
    font-size: 20px !important;
    height: unset !important;
    line-height: 1 !important;
}

.footer-links .menu-title,
.footer-links h4 {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.footer-links .menu-title::after,
.footer-links h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background: #9fc312;
}

.footer-wrap-bottom {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    border-top: 1px solid #0000001a;
    padding: 20px 0 0;
}

.footer-bottom-row {
    align-items: center;
}

.footer-copy p,
.footer-crafted p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
    font-weight: 400;
}

.footer-crafted {
    text-align: right;
}

.footer-crafted a {
    color: #5e5e5e;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-crafted a:hover {
    color: #9fc312;
}

/* footer section ends */




/* inner banner section start */

.inner-banner-wrap {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #f5f5f5;
}

.inner-banner-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 25%);
    z-index: 4;
}

.inner-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
}

.inner-banner-overlay {
    position: absolute;
    width: 50%;
    inset: 0;
    background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 50%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
}

.inner-banner-content {
    position: relative;
    z-index: 5;
    max-width: 750px;
    width: 70%;
    padding: 80px 0 30px;
    color: #fff;
}

.inner-banner-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 1;
}

span.breadcrumb_last {
    color: #82B81D;
}

.inner-banner-breadcrumb span a {
    color: #000000;
    text-decoration: none;
}

.inner-banner-breadcrumb span a:hover {
    color: #82B81D;
    text-decoration: none;
}

.inner-banner-title {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #000000;
    letter-spacing: -1px;
}

.inner-banner-line {
    width: 90px;
    height: 2px;
    background: #82B81D;
    margin-bottom: 15px;
}

.inner-banner-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    color: #000000e6;
}

.breadcrumb-sep img {
    width: fit-content;
    height: 14px;
    object-fit: contain;
    margin-bottom: 3px;
}


/* inner banner section ends */



/* inner page about us section start  */


.inner-about-us-section {
    padding: 60px 0;
    overflow: hidden;
}

.inner-about-us-content h1 {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #111111;
    margin-bottom: 25px;
}

.inner-about-us-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 20px;
}

.inner-about-us-images {
    position: relative;
    width: 100%;
    height: 550px;
    margin-left: 50px;
}

/* Common Style */

.inner-about-us-img {
    position: absolute;
    overflow: hidden;

    clip-path: polygon(
        25% 6.7%,
        75% 6.7%,
        100% 50%,
        75% 93.3%,
        25% 93.3%,
        0% 50%
    );

    box-shadow: 0 20px 45px rgba(0,0,0,0.28);
}


.inner-about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Left Center */

.inner-about-us-img-main {
    width: 280px;
    height: 320px;
    left: 4px;
    top: 148px;
}


/* Top Right */

.inner-about-us-img-top {
    width: 280px;
    height: 320px;
    left: 220px;
    top: 6px;
}


/* Bottom Right */

.inner-about-us-img-bottom {
    width: 280px;
    height: 320px;
    left: 220px;
    top: 290px;
}


/* mission and vision  */

.inner-about-mv-section {
    padding: 60px 0;
	overflow: hidden;
}

.inner-about-mv-row {
    align-items: center;
}

.inner-about-main-mv-card {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 500px;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.inner-about-main-mv-card img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.inner-about-mv-story-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.inner-about-mv-story-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255,255,255,0.85);
}

.inner-about-mv-story-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(17,34,17,0.95) 0%,
        rgba(17,34,17,0) 50%
    );
    z-index: 2;
}

.inner-about-mv-story-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 25px;
    z-index: 3;
}

.inner-about-mv-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.inner-about-mv-mission-card, .inner-about-mv-vision-card {
    padding: 30px;
    border-radius: 15px;
}

.inner-about-mv-vision-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    z-index: 1;
}

.inner-about-mv-mission-card {
    background-color: #dff6e5;
}

.inner-about-mv-vision-card {
    background-color: #12704E;
}

.inner-about-mv-mission-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.inner-about-mv-mission-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #000;
}

.inner-about-mv-vision-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.inner-about-mv-vision-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0; 
    color: #fff;   
}



/* history section  */


.journey-timeline-section {
    padding: 60px 0;
    overflow: hidden;
}

.journey-timeline-wrap {
    position: relative;
    margin-top: 80px;
}

.journey-timeline-line {
    position: absolute;
    top: 105px;
    left: 11%;
    width: 78%;
    height: 2px;
    background: #7E9F43;
}

.journey-timeline-item {
    position: relative;
    text-align: center;
}

.journey-timeline-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 100px;
    background: #EFF5E6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.journey-timeline-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.journey-timeline-dot {
    width: 16px;
    height: 16px;
    margin: 18px auto 14px;
    border-radius: 50%;
    border: 4px solid #6B8E23;
    background: #fff;
    position: relative;
    z-index: 3;
}

.journey-timeline-year {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #6B8E23;
    margin-bottom: 15px;
}

.journey-timeline-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111;
}

.journey-timeline-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    max-width: 220px;
    margin: auto;
}


/* mobile version journey section start  */

.mobile-version-timeline-section {
  display: none;
}

.mobile-version-timeline-wrapper {
  position: relative;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-version-timeline-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.mobile-version-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #000000;
    z-index: 1;
}

.mobile-version-timeline-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.mobile-version-timeline-item {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.mobile-version-timeline-year {
    font-weight: bold;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    padding: 5px 13px;
    border-radius: 15px;
    font-size: 12px;
}

.mobile-version-timeline-dot {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #000;
}

.mobile-version-timeline-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mobile-version-timeline-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-version-timeline-card-text p {
  font-size: 14px;
  color: #555;
}


/* mobile version journey section end  */



/* why choose us  */

.about-why-section {
    padding: 60px 0;
    position: relative;
}

.about-why-title {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #111111;
    font-family: 'Open-Sauce-Sans-medium';
}

.about-why-card {
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    border: 1.5px solid transparent;
}
 
.about-why-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-why-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    background-color: #ffffff;
    border-color: #82b81d;
}

.about-why-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #82B81D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.about-why-card-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

/* .about-why-card:hover .about-why-card-icon {
    background-color: #82b81d;
}

.about-why-card:hover .about-why-card-icon img {
    filter: invert();
} */

.about-why-card-title {
    font-size: 19px;
    font-weight: 600;
    color: #111111;
    margin: 0;
}

.about-why-card-text {
    font-size: 15px;
    line-height: 1.65;
    color: #666;
    margin: 0;
}


/* inner page about us section end  */



/* inner page testimonial section start */


.testimonial-page-wrap {
	padding: 60px 0;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.testimonial-page-header {
    margin-bottom: 70px;
    text-align: left;
}

.testimonial-page-tag {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-page-tag::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000000;
    display: block;
}

.testimonial-page-title {
    margin: 0;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: -1.4px;
    color: #000000;
    text-align: left;
}

.testimonial-page-line {
    width: 120px;
    height: 2px;
    background: #82B81D;
    margin-top: 10px;
}

.testimonial-col {
    margin-bottom: 30px;
}

.testimonial-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
    padding: 25px;
    border-radius: 13px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03),
				0 20px 50px rgba(0,0,0,0.04);
}

.testimonial-box:hover {
    transform: none !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05),
                0 30px 70px rgba(0,0,0,0.06);
}

.testimonial-card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.testimonial-quote-icon img {
    width: 40px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.testimonial-box :hover .testimonial-quote-icon img {
    transform: scale(1.1) rotate(15deg);
}

.testimonial-excerpt p {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    margin-top: auto;
    transition: all 0.3s ease;
}

.testimonial-readmore:hover {
    transform: translateX(4px);
    color: #82B81D;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.testimonial-author-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-author-info h5 {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

.testimonial-author-info span {
	font-size: 14px;
	color: #535353;
}

body.popup-open {
	overflow: hidden;
}

.testimonial-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.testimonial-popup.active {
	opacity: 1;
	visibility: visible;
}

.testimonial-popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	backdrop-filter: blur(6px);
}

.testimonial-popup-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 25px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,0.2);
}

.testimonial-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #ebebeb;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-popup-close:hover {
    background: #82b81d;
    color: #ffffff;
    transform: rotate(90deg);
}

.testimonial-popup-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    max-width: calc(100% - 60px);
}

.testimonial-popup-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-popup-author h3 {
    margin: 0 0 0px;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}

.testimonial-popup-author span {
    font-size: 14px;
    color: #5e5e5e;
}

.testimonial-popup-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

.testimonial-popup-content p:last-child {
	margin-bottom: 0;
}

.testimonial-pagination ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.testimonial-pagination li a,
.testimonial-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    color: #000;
    transition: 0.3s ease;
}

.testimonial-pagination li span.current {
    background: #82B81D;
    color: #fff;
    border-color: #82B81D;
}

/* inner page testimonial section ends */



/* inner page contact us section  */

.inner-contact-us-section {
    padding: 60px 0;
}

.inner-contact-us-content {
    margin-bottom: 50px;
    max-width: 500px;
}

.inner-contact-us-title {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -1.44px;
}

.inner-contact-us-form-box {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 15px 50px rgba(0,0,0,.05);
    height: 100%;
}


.inner-contact-us-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 650px;
    height: 100%;
}

.inner-contact-us-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-contact-us-overlay-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 3;
}

.inner-contact-us-info-card {
    padding: 20px;
    border-radius: 18px;
    background: #ffffff;
    max-width: 423px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner-contact-us-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #82B81D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.inner-contact-us-info-icon i {
    color: #ffffff;
    font-size: 18px;
}

.inner-contact-us-info-content {
    flex: 1;
}

.inner-contact-us-info-card span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
}

.inner-contact-us-info-card a {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
	transition: 0.2s ease-in-out;
}

.inner-contact-us-info-card a:hover {
    color: #82B81D;
}


/* Contact Form 7 */

.inner-contact-us-form-box p {
    margin-bottom: 0;
}

.inner-contact-us-form-box label {
    display: block;
    margin: 10px 10px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.inner-contact-us-form-box input,
.inner-contact-us-form-box textarea,
.inner-contact-us-form-box select {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #f8f8f8;
    outline: none;
    box-shadow: none;
}

.inner-contact-us-form-box textarea {
    height: 140px;
    resize: none;
}

.inner-contact-us-form-box .wpcf7-submit {
    border: 0;
    padding: 18px 35px;
    background: #000000;
    color: #ffffff;
    border-radius: 100px;
    transition: .3s ease;
}

.inner-contact-us-form-box .wpcf7-submit:hover {
    transform: translateY(-4px);
}

.inner-contact-us-form-box .wpcf7-spinner {
    position: absolute;
}


/* inner page contact us section end  */



@media only screen and (min-width: 300px) and (max-width: 575.98px) {


/* header section start  */

.page-id-2971 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
}
	
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
}

.header-button {
    display: none;
}
.header-logo img {
    width: 220px;
    height: 60px;

}

/* header section end  */



/* banner section start  */

.banner-section {
    height: 90vh;
}

.banner-section-content {
    position: absolute;
    top: 55%;
    left: 4%;
    transform: translateY(-45%);
    max-width: 600px;
    width: 80%;
}

.banner-section-rating {
    padding: 8px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}

.banner-section-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.banner-section-content p {
    font-size: 16px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.banner-btn a {
    padding: 20px 50px;
    height: 30px;
    width: 125px;
    font-size: 14px;
}

.banner-section-thumb-wrap {
    display: none;
}

/* banner section end  */



/* about us section start  */

.about-us-nav {
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 20px;
}

.about-us-nav::before {
    content: "";
    width: 5px;
    height: 5px;
}

.about-us-text {
    font-size: 18px;
}


/* about us section end  */



/* about below section start  */

.health-showcase-cards {
    display: block;
    gap: 10px;
    height: 100%;
}

.health-showcase-card {
    margin-bottom: 20px;
}

.health-showcase-overlay {
    background: rgba(0, 0, 0, .35);
}

.health-showcase-card img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.health-showcase-overlay h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.health-showcase-overlay p {
    font-size: 14px;
    margin: 0;
}


/* about below section end  */




/* what we d0 section start  */

.section-label {
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 14px;
}

.section-label::before {
    content: "";
    width: 6px;
    height: 6px;
}

.what-we-do-heading h2 {
    font-size: 27px;
    line-height: 38px;
    letter-spacing: -1.44px;
}

.what-we-do-image-one {
    width: 110px;
    transform: rotate(-4deg);
    z-index: 1;
}

.what-we-do-image-two {
    width: 110px;
    transform: rotate(12deg);
    z-index: 2;
}

.what-we-do-image-one img, .what-we-do-image-two img {
    width: 100%;
    height: 100px;
}

.what-we-do-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.what-we-do-card p {
    font-size: 14px;
    margin: 0;
}


/* what we do section end  */



/* what we focus section start  */


.what-we-focus-heading h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.44px;
    max-width: 320px;
}

.what-we-focus-header {
    display: block;
    margin: 0 0 70px;
}

.what-we-focus-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0;
}

.what-we-focus-btn a {
    padding: 20px 50px;
    font-size: 14px;
    height: 30px;
    width: 150px;
}

.what-we-focus-card {
    height: 360px;
}

.what-we-focus-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.what-we-focus-content p {
    font-size: 14px;
    color: #fff;
    max-width: 500px;
}

/* what we focus section end  */



/* disease section start  */


.disease-section-heading h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.44px;
}

.disease-section-image {
    position: relative;
    height: 250px;
}

.disease-section-title {
    margin: 0;
    font-size: 16px;
    text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}


/* disease section end  */

/*doctor section starts*/
	
.doc-img img{
    height:400px;
    margin-bottom:20px;
}
	
.doctor-head {
    font-size: 30px;
}
	
.doc-content h6 {
    font-size: 14px;
    line-height: 1.8;
}
	
/*doctor section end */

/* apporach section start  */

.our-approach-title {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1.44px;
    margin: 0;
}

.our-approach-item-title {
    flex: 1;
    font-size: 14px;
}

.our-approach-item-arrow {
    width: 25px;
    height: 25px;
    font-size: 12px;
}

.our-approach-img-panel img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.our-approach-img-caption {
    padding: 20px;
}


/* apporach section end  */



/* Testimonials section start  */

.testimonial-heading {
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}

.testimonial-bottom-btn {
    padding: 20px 50px;
    overflow: hidden;
    width: 180px;
    font-size: 14px;
}

.testimonial-item {
    padding: 25px;
    min-height: 300px;
}

.testimonial-content p {
    margin: 0;
    font-size: 14px;
}

.testimonial-author-info h4 {
    margin: 0 0 5px;
    font-size: 14px;
}

.testimonial-author-info span {
    font-size: 12px;
    color: #535353;
}


/* Testimonials section end  */



/* faq section start  */

.faq-mini-title {
    font-size: 14px;
    margin-bottom: 24px;
    gap: 10px;
}

.faq-mini-title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.faq-left h2 {
    font-size: 28px;
    line-height: 38px;
    max-width: 580px;
    margin: 0 0 40px;
}

.faq-question span:first-child {
    font-size: 14px;
}

.faq-answer p {
    margin: 0;
    font-size: 12px;
}


/* faq section end  */



/* contact us section start  */

.contact-us-title {
    font-size: 28px;
    max-width: 620px;
}

.contact-us-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    margin-bottom: 60px;
}

.contact-us-info .icon {
    width: 30px;
    height: 30px;
}

.contact-us-info p, .contact-us-info p a {
    margin: 0;
    font-size: 14px;
}

.contact-us-right label {
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-us-right input, .contact-us-right textarea, .contact-us-right select {
    padding: 0 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-us-right .wpcf7-submit {
    font-size: 14px;
    padding: 10px 25px;
}

/* contact us section end  */



/* footer section start  */

.footer-logo {
    max-width: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 40px;
}

.footer-brand-content p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.6;
}

.footer-links h2 {
    color: #000;
    font-size: 16px;
    margin: 35px 0 25px;
}

.footer-links li {
    display: block !important;
    margin-bottom: 15px !important;
}

.footer-links a {
    font-size: 14px !important;
}

.footer-copy p, .footer-crafted p {
    margin: 0;
    font-size: 14px;
}

.footer-crafted a {
    font-size: 14px;
}

.footer-copy, .footer-crafted {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* footer section end  */


.get-in-touch-popup-box {
    position: relative;
    width: 100%;
    max-width: 650px;
    background: #ffffff;
    border-radius: 24px;
    padding: 10px 25px;
    z-index: 2;
    transform: translateY(40px);
    transition: .4s ease;
}

.get-in-touch-popup-content h3 {
    font-size: 14px;
    margin: 10px 0 16px;
}
	
.get-in-touch-popup-close {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
	
.form-group label {
	font-size: 14px;
}
	
.get-in-touch-popup-content input, .get-in-touch-popup-content textarea {
    font-size: 12px;
}

.get-in-touch-popup-content textarea {
    height: 100px !important;
    padding-top: 20px;
    resize: none;
}

.get-in-touch-popup-content input, .get-in-touch-popup-content textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
    border-radius: 14px;
    outline: none;
    font-size: 14px;
}


/* inner page header section start  */

.inner-banner-wrap {
    min-height: 420px;
}

.inner-banner-title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.inner-banner-text {
    font-size: 14px;
    line-height: 1.6;
    max-width: 520px;
    color: #000000e6;
}



/* inner page header section end  */


/* About-page starts */

.inner-about-us-content h1 {
    font-size: 28px;
}

.inner-about-us-content p {
    font-size: 14px;
}

.inner-about-us-images{
    margin: 0 auto;
    position: relative;
    width: 290px;
    height: 320px;
}

.inner-about-us-img-main {
    width: 160px;
    height: 160px;
    top: 73px;
    left: 0;
}

.inner-about-us-img-top {
    width: 160px;
    height: 160px;
    top: 0;
    left: 125px;
}

.inner-about-us-img-bottom {
    width: 160px;
    height: 160px;
    top: 145px;
    left: 125px;
}

.inner-about-main-mv-card {
    margin-bottom: 20px;
    height: 400px;
}

.inner-about-mv-story-title {
    font-size: 18px;
}

.inner-about-mv-story-text {
    font-size: 14px;
}

.inner-about-mv-mission-text {
    font-size: 14px;
}

.inner-about-mv-mission-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-about-mv-vision-title {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.inner-about-mv-vision-text {
    font-size: 14px;
    line-height: 1.3;
}

.disease-section-heading {
    font-size: 28px;
    margin: 0 auto 50px;
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
}

.journey-timeline-section {
    display: none;
}

.mobile-version-timeline-section {
    display: block;
}

.team-wrap {
    padding: 60px 0;
}

.team-header {
    width: 100%;
}

.team-title {
    font-size: 28px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.team-name {
    font-size: 18px;
}

.team-designamtion {
    font-size: 14px;
}
.team-image {
    height: 400px;
}

.about-why-card-title {
    font-size: 18px;
}
.about-why-card-text {
    font-size: 14px;
}

/* about page section end  */


/* contact section start  */

.inner-contact-us-title {
    font-size: 28px;
    line-height: 1.3;
}

.inner-contact-us-form-box input, .inner-contact-us-form-box textarea, .inner-contact-us-form-box select {
    padding: 10px 13px;
    font-size: 14px;
}

.inner-contact-us-form-box label {
    margin: 5px 10px 0;
}

.inner-contact-us-info-card {
    padding: 13px;
    gap: 10px;
}

.inner-contact-us-image-box {
    min-height: 530px;
    margin-top: 20px;
}

.inner-contact-us-info-card h5 {
    font-size: 12px;
    line-height: 1.3;
}

/* contact section end  */



/* inner page testimonial section start  */

.testimonial-page-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -1.4px;
}

.testimonial-quote-icon img {
    width: 25px;
    height: auto;
}

.testimonial-excerpt p {
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 20px;
}

.testimonial-readmore {
    font-size: 14px;
}

.testimonial-author-info h5 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.testimonial-popup-box {
    padding: 15px;
}

.testimonial-popup-author h3 {
    margin: 0 0 0px;
    font-size: 18px;
}

.testimonial-popup-author span {
    font-size: 12px;
    color: #5e5e5e;
}

.testimonial-popup-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

.testimonial-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

/* inner page testimonial section end  */


}




@media only screen and (min-width: 576px) and (max-width: 767.98px) {


/* header section start  */


.page-id-2971 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
}
	
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #82B81D;
}

.header-button {
    display: none;
}


/* header section end  */



/* banner section start  */

.banner-section {
    height: 90vh;
}

.banner-section-content {
    position: absolute;
    top: 55%;
    left: 4%;
    transform: translateY(-45%);
    max-width: 600px;
    width: 80%;
}

.banner-section-rating {
    padding: 8px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.banner-section-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.banner-section-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.banner-btn a {
    padding: 24px 50px;
    height: 30px;
    width: 150px;
    font-size: 16px;
}

.banner-section-thumb-wrap {
    display: none;
}

/* banner section end  */



/* about us section start  */

.about-us-nav {
    font-size: 16px;
    padding-left: 14px;
    margin-bottom: 20px;
}

.about-us-nav::before {
    content: "";
    width: 7px;
    height: 7px;
}

.about-us-text {
    font-size: 20px;
}


/* about us section end  */

/*doctor section starts*/
	
.doc-img img {
    height:450px;
    margin-bottom:20px;
}
	
.doctor-head {
    font-size: 34px;
}
	
.doc-content h6 {
    font-size: 16px;
    line-height: 1.8;
}
	
/*doctor section end */


/* about below section start  */

.health-showcase-cards {
    display: block;
    gap: 10px;
    height: 100%;
}

.health-showcase-card {
    margin-bottom: 20px;
}

.health-showcase-overlay {
    background: rgba(0, 0, 0, .35);
}

.health-showcase-card img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.health-showcase-overlay h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.health-showcase-overlay p {
    font-size: 16px;
    margin: 0;
}


/* about below section end  */




/* what we d0 section start  */

.section-label {
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 16px;
}

.section-label::before {
    content: "";
    width: 7px;
    height: 7px;
}

.what-we-do-heading h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.44px;
}

.what-we-do-image-one {
    width: 120px;
    transform: rotate(-4deg);
    z-index: 1;
}

.what-we-do-image-two {
    width: 120px;
    transform: rotate(12deg);
    z-index: 2;
}

.what-we-do-image-one img, .what-we-do-image-two img {
    width: 100%;
    height: 110px;
}

.what-we-do-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.what-we-do-card p {
    font-size: 16px;
    margin: 0;
}


/* what we do section end  */



/* what we focus section start  */


.what-we-focus-heading h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.44px;
    max-width: 320px;
}

.what-we-focus-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.what-we-focus-btn a {
    padding: 24px 50px;
    font-size: 16px;
    height: 30px;
    width: 170px;
}

.what-we-focus-card {
    height: 360px;
}

.what-we-focus-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.what-we-focus-content p {
    font-size: 16px;
    color: #fff;
    max-width: 500px;
}

/* what we focus section end  */



/* disease section start  */


.disease-section-heading h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.44px;
}

.disease-section-image {
    position: relative;
    height: 300px;
}

.disease-section-title {
    margin: 0;
    font-size: 18px;
    text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}


/* disease section end  */


/* apporach section start  */

.our-approach-title {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.44px;
    margin: 0;
}

.our-approach-item-title {
    flex: 1;
    font-size: 18px;
}

.our-approach-item-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.our-approach-img-panel img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
}

.our-approach-img-caption {
    padding: 20px;
}

.our-approach-img-caption p {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0;
    margin: 0;
    font-weight: 400;
}


/* apporach section end  */



/* Testimonials section start  */

.testimonial-heading {
    font-size: 38px;
    line-height: 38px;
    margin: 0;
}

.testimonial-bottom-btn {
    padding: 24px 50px;
    overflow: hidden;
    width: 200px;
    font-size: 16px;
}

.testimonial-item {
    padding: 25px;
    min-height: 300px;
}

.testimonial-content p {
    margin: 0;
    font-size: 16px;
}

.testimonial-author-info h4 {
    margin: 0 0 5px;
    font-size: 16px;
}

.testimonial-author-info span {
    font-size: 14px;
    color: #535353;
}


/* Testimonials section end  */



/* faq section start  */

.faq-mini-title {
    font-size: 14px;
    margin-bottom: 24px;
    gap: 10px;
}

.faq-mini-title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.faq-left h2 {
    font-size: 38px;
    line-height: 38px;
    max-width: 580px;
    margin: 0 0 40px;
}

.faq-question span:first-child {
    font-size: 16px;
}

.faq-answer p {
    margin: 0;
    font-size: 14px;
}


/* faq section end  */



/* contact us section start  */

.contact-us-title {
    font-size: 38px;
    max-width: 620px;
}

.contact-us-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    margin-bottom: 60px;
}

.contact-us-info .icon {
    width: 30px;
    height: 30px;
}

.contact-us-info p, .contact-us-info p a {
    margin: 0;
    font-size: 16px;
}

.contact-us-right label {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-us-right input, .contact-us-right textarea, .contact-us-right select {
    padding: 0 0 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-us-right .wpcf7-submit {
    font-size: 16px;
    padding: 14px 25px;
}

/* contact us section end  */



/* footer section start  */

.footer-logo {
    max-width: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 40px;
}

.footer-brand-content p {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1.6;
}

.footer-links h2 {
    color: #000;
    font-size: 16px;
    margin: 35px 0 25px;
}

.footer-links li {
    display: block !important;
    margin-bottom: 15px !important;
}

.footer-links a {
    font-size: 16px !important;
}

.footer-copy p, .footer-crafted p {
    margin: 0;
    font-size: 14px;
}

.footer-crafted a {
    font-size: 14px;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-crafted {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* footer section end  */



/* inner page header section start  */

.inner-banner-wrap {
    min-height: 450px;
}

.inner-banner-title {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.inner-banner-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    color: #000000e6;
}



/* inner page header section end  */
	
	
/* inner page about us section start  */

.inner-about-us-images {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.inner-contact-us-image-box {
   margin-top: 20px;
}
	
.inner-about-us-content h1 {
    font-size: 38px;
}
	
.inner-about-main-mv-card {
    margin-bottom: 20px;
}
	
.journey-timeline-section {
    display: none;
}

.mobile-version-timeline-section {
    display: block;
}
	

.team-title {
    font-size: 38px;
    margin: 0;
}
	
.team-name {
    margin: 0;
    font-size: 20px;
}

	
/* inner page about us section end  */	
	

/* inner page testimonial section start  */

.testimonial-page-title {
    margin: 0;
    font-size: 38px;
    line-height: 1.3;
    letter-spacing: -1.4px;
}

.testimonial-quote-icon img {
    width: 30px;
    height: auto;
}

.testimonial-excerpt p {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial-readmore {
    font-size: 16px;
}

.testimonial-author-info h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.testimonial-popup-box {
    padding: 15px;
}

.testimonial-popup-author h3 {
    margin: 0 0 0px;
    font-size: 22px;
}

.testimonial-popup-author span {
    font-size: 14px;
    color: #5e5e5e;
}

.testimonial-popup-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

.testimonial-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

/* inner page testimonial section end  */
	
	
/* inner page contact us section start 	 */

.inner-contact-us-title {
    font-size: 38px;
}	
	
/* inner page contact us section end  */
	


}




@media only screen and (min-width: 768px) and (max-width: 991.98px) {


/* header section start  */


.page-id-2971 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
}
	
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #82B81D;
}

.header-button {
    display: none;
}


/* header section end  */



/* banner section start  */

.banner-section {
    height: 90vh;
}

.banner-section-content {
    position: absolute;
    top: 55%;
    left: 4%;
    transform: translateY(-45%);
    max-width: 600px;
    width: 80%;
}

.banner-section-rating {
    padding: 12px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.banner-section-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.banner-section-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.banner-btn a {
    padding: 24px 50px;
    height: 30px;
    width: 150px;
    font-size: 16px;
}

.banner-section-thumb-wrap {
    display: none;
}

/* banner section end  */



/* about us section start  */

.about-us-nav {
    font-size: 18px;
    padding-left: 14px;
    margin-bottom: 20px;
}

.about-us-nav::before {
    content: "";
    width: 7px;
    height: 7px;
}

.about-us-text {
    font-size: 24px;
}


/* about us section end  */



/* about below section start  */

.health-showcase-cards {
    display: flex;
    gap: 10px;
    height: 100%;
}

.health-showcase-card {
    margin-bottom: 20px;
}

.health-showcase-overlay {
    background: rgba(0, 0, 0, .35);
}

.health-showcase-card img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.health-showcase-overlay h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.health-showcase-overlay p {
    font-size: 16px;
    margin: 0;
}


/* about below section end  */




/* what we d0 section start  */

.section-label {
    padding-left: 14px;
    margin-bottom: 10px;
    font-size: 16px;
}

.section-label::before {
    content: "";
    width: 7px;
    height: 7px;
}

.what-we-do-heading h2 {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.44px;
}

.what-we-do-image-one {
    width: 120px;
    transform: rotate(-4deg);
    z-index: 1;
}

.what-we-do-image-two {
    width: 120px;
    transform: rotate(12deg);
    z-index: 2;
}

.what-we-do-image-one img, .what-we-do-image-two img {
    width: 100%;
    height: 110px;
}

.what-we-do-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.what-we-do-card p {
    font-size: 16px;
    margin: 0;
}


/* what we do section end  */



/* what we focus section start  */


.what-we-focus-heading h2 {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.44px;
    max-width: 320px;
}

.what-we-focus-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.what-we-focus-btn a {
    padding: 24px 50px;
    font-size: 16px;
    height: 30px;
    width: 170px;
}

.what-we-focus-card {
    height: 360px;
}

.what-we-focus-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.what-we-focus-content p {
    font-size: 16px;
    color: #fff;
    max-width: 500px;
}

/* what we focus section end  */



/* disease section start  */


.disease-section-heading h2 {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.44px;
}

.disease-section-image {
    position: relative;
    height: 350px;
}

.disease-section-title {
    margin: 0;
    font-size: 20px;
    text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}


/* disease section end  */


/* apporach section start  */

.our-approach-title {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.44px;
    margin: 0;
}

.our-approach-item-title {
    flex: 1;
    font-size: 20px;
}

.our-approach-item-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.our-approach-img-panel img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}

.our-approach-img-caption {
    padding: 20px;
}

.our-approach-img-caption p {
    font-size: 16px;
    line-height: 1.6;
    color: #f0f0f0;
    margin: 0;
    font-weight: 400;
}


/* apporach section end  */
	
	
/*doctor section starts*/
	
.doctor-head {
    font-size: 40px;
}
	
.doc-content h6 {
    font-size: 16px;
    line-height: 1.8;
}
	
/*doctor section end */


/* Testimonials section start  */

.testimonial-heading {
    font-size: 44px;
    line-height: 55px;
    margin: 0;
}

.testimonial-bottom-btn {
    padding: 24px 50px;
    overflow: hidden;
    width: 200px;
    font-size: 16px;
}

.testimonial-item {
    padding: 25px;
    min-height: 300px;
}

.testimonial-content p {
    margin: 0;
    font-size: 16px;
}

.testimonial-author-info h4 {
    margin: 0 0 5px;
    font-size: 16px;
}

.testimonial-author-info span {
    font-size: 14px;
    color: #535353;
}


/* Testimonials section end  */



/* faq section start  */

.faq-mini-title {
    font-size: 14px;
    margin-bottom: 24px;
    gap: 10px;
}

.faq-mini-title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.faq-left h2 {
    font-size: 44px;
    line-height: 55px;
    max-width: 580px;
    margin: 0 0 40px;
}

.faq-question span:first-child {
    font-size: 16px;
}

.faq-answer p {
    margin: 0;
    font-size: 14px;
}


/* faq section end  */



/* contact us section start  */

.contact-us-title {
    font-size: 44px;
    max-width: 620px;
}

.contact-us-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    margin-bottom: 60px;
}

.contact-us-info .icon {
    width: 30px;
    height: 30px;
}

.contact-us-info p, .contact-us-info p a {
    margin: 0;
    font-size: 16px;
}

.contact-us-right label {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-us-right input, .contact-us-right textarea, .contact-us-right select {
    padding: 0 0 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-us-right .wpcf7-submit {
    font-size: 16px;
    padding: 14px 25px;
}

/* contact us section end  */



/* footer section start  */

.footer-logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 40px;
}

.footer-brand-content p {
    color: #5e5e5e;
    font-size: 18px;
    line-height: 1.6;
}

.footer-links h2 {
    color: #000;
    font-size: 16px;
    margin: 35px 0 25px;
}

.footer-links li {
    display: block !important;
    margin-bottom: 15px !important;
}

.footer-links a {
    font-size: 16px !important;
}

.footer-copy p, .footer-crafted p {
    margin: 0;
    font-size: 14px;
}

.footer-crafted a {
    font-size: 14px;
}

.footer-copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-crafted {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}





/* inner page header section start  */

.inner-banner-wrap {
    min-height: 450px;
}

.inner-banner-title {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.inner-banner-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
    color: #000000e6;
}



/* inner page header section end  */
	
	
/* inner page about us section start  */
	
.inner-about-us-content h1 {
    font-size: 44px;
    margin-bottom: 25px;
}

    .inner-about-main-mv-card {
        margin-bottom: 20px;
    }

    .inner-about-us-images {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
	
.journey-timeline-section {
    display: none;
}

.mobile-version-timeline-section {
    display: block;
}

.team-title {
    font-size: 44px;
    margin: 0;
}
	

/* inner page about us section end  */


/* inner page testimonial section start  */

.testimonial-page-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: -1.4px;
}

.testimonial-quote-icon img {
    width: 35px;
    height: auto;
}

.testimonial-excerpt p {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial-readmore {
    font-size: 16px;
}

.testimonial-author-info h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.testimonial-popup-box {
    padding: 15px;
}

.testimonial-popup-author h3 {
    margin: 0 0 0px;
    font-size: 22px;
}

.testimonial-popup-author span {
    font-size: 14px;
    color: #5e5e5e;
}

.testimonial-popup-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}

.testimonial-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

/* inner page testimonial section end  */
	
	
/* inner page contact us section start  */
	
.inner-contact-us-title {
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.44px;
}
	
.inner-contact-us-image-box {
    margin-top: 20px;
}
	
	
/* 	pop up  */
	
.get-in-touch-popup-content textarea {
    height: 120px;
    padding-top: 20px;
    resize: none;
}
	
/* inner page contact us section end  */


}




@media only screen and (min-width: 992px) and (max-width: 1200.98px) {


/* header section start  */


.page-id-2971 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #fff;
}
	
.f-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #82B81D;
}

.header-button {
    display: none;
}


/* header section end  */



/* banner section start  */

.banner-section-content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    z-index: 9;
    max-width: 600px;
}


/* banner section end  */





/* what we do section start  */


.what-we-do-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 400px;
}


/* what we do section end  */
	

/* inner page about us section start  */


    .inner-about-us-images{
        width: 450px;
        height: 500px;
        margin-left: auto;
    }

    .inner-about-us-img-main{
        width: 250px;
        height: 290px;
        left: 0;
        top: 130px;
    }

    .inner-about-us-img-top{
        width: 250px;
        height: 290px;
        left: 190px;
        top: 0;
    }

    .inner-about-us-img-bottom{
        width: 250px;
        height: 290px;
        left: 190px;
        top: 260px;
    }


}


@media only screen and (min-width: 1200px) and (max-width: 1400.98px) {
	
	.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    border-radius: 14px;
    background: #fff;
	height: 95px;
}
}

