@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,0');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

:root {
    --green: #075b39;
    --green2: #0b754b;
    --dark: #0C4725;
    --lime: #a7c85a;
    --gold: #c69a27;
    --cream: #f7f5eb;
    --soft: #f5f8f4;
    --text: #24352d;
    --muted: #66756d;
    --grey: #e5eae4;
    --light-grey: #FCFAF6;
    --white: #fff;
    --black: black;
    --shadow: 0 2px 3px rgba(0, 55, 35, .10);
    --radius: 9px;
    --container: 1160px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--text);
    font-family: "Inter", Arial, sans-serif;
    background: #fff;
    line-height: 1.55
}

img {
    max-width: 100%;
    display: block
}

input[type="text"] {
    font-weight: bold;
    font-size: 14px;
}

textarea {
    width: 100%;
    /* border-color: var(--white); */
    border-radius: 4px;
    padding: 10px;
}

select {
    width: 100%;
    border: solid 1px var(--muted);
    background-color: white;
    height: 48px;
    border-radius: 4px;
    outline: none;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    color: #80868b;
    margin-bottom: 14px;
}

.button {
    border: solid 1px var(--muted);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    transition: ease-in-out 0.3s all;
    display: inline-block;
    min-width: 80px;
    width: max-content;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    background-color: var(--cream);
    color: var(--dark);
    padding: 0 22px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 39px;
    line-height: 1.12;
    color: #24362e;
    margin: 0 0 16px;
    font-weight: 500;
}

h1 strong,
h2 strong {
    color: var(--green)
}

h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 12px;
    color: var(--dark);
}

h3 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 6px
}

p {
    font-size: 13px;
    color: var(--black);
    line-height: 1.65
}

a {
    text-decoration: none;
    color: unset;
    outline: none;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px black;
    box-shadow: inset 0 0 10px black;
}

::-webkit-input-placeholder {
    color: #8D8F8F;
}

:-ms-input-placeholder {
    color: #8D8F8F;
}

::placeholder {
    color: #8D8F8F;
}

::selection {
    background-color: rgba(0, 128, 0, 0.52);
    color: var(--white);
}

.material-symbols-outlined {
    width: 24px;
    height: 24px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga'
}

.material-icons {
    width: 24px;
    height: 24px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.ma {
    margin: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mr-20 {
    margin-right: 20px;
}

.nobor {
    border: none !important;
}

.df {
    display: flex;
}

.f1 {
    flex: 1;
}

.dfr {
    flex-direction: row;
}

.dfc {
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.ais {
    align-items: start !important;
}

.white-color {
    color: var(--white) !important;
}

.white-bg {
    background-color: var(--white) !important;
}

.grey-bg {
    background-color: var(--grey) !important;
}

.light-grey-bg {
    background-color: var(--light-grey) !important;
}

.green-bg {
    background-color: var(--green) !important;
}

.width100 {
    width: 100% !important;
}

.maxwidth100 {
    max-width: 100% !important;
}

.container {
    width: min(calc(100% - 48px), var(--container));
    margin: auto
}

.slick-slider .slick-dots li {
    font-size: 0;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: var(--white);
    display: inline-block;
    border-radius: 12px;
    border: solid 1px var(--green);
}

.slick-dots li.slick-active {
    background-color: var(--white);
}

.slick-dots li button {
    display: none !important;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    border: solid 2px var(--white);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--green) !important;
    z-index: 1;
}

.slick-slider .slick-prev {
    left: 30px;
}

.slick-slider .slick-next {
    right: 30px;
}

.slick-slider .slick-arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: solid 2px var(--white);
    display: block;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    position: absolute;
    left: -4px;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 0;
}

.slick-slider .slick-arrow.slick-prev::before {
    transform: rotate(135deg);
    left: 3px;
}

.top-strip {
    background: linear-gradient(45deg, #1DAD5A, var(--dark));
    color: #e7f2ea;
    font-size: 11px
}

.top-inner {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.top-inner ul li {
    display: flex;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    border-right: soli 1px var(--gold);
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
}

.top-inner ul li a {
    display: flex;
    gap: 6px;
}

.top-inner ul li a md-icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-wrap {
    background: #fff;
    border-bottom: 1px solid #edf1ed;
    padding: 5px 0;
}

.nav {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#logo img {
    width: 200px;
    height: auto
}

header {
    position: sticky;
    top: 0;
    z-index: 5;
}

nav {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 13px;
    font-weight: 500;
    color: #335044
}

nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 13px;
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav ul li a:hover,
nav ul li a.active {
    color: var(--gold);
}

nav ul li a md-icon.material-symbols-outlined {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: unset;
}

.sub-nav-main {
    display: none;
}

@media(min-width: 1111px) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    nav ul li:hover .sub-nav-main {
        display: block;
    }

    .sub-nav-main {
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
        min-width: max-content;
        padding-top: 32px;
    }

    .drop-down-toggle {
        display: none;
    }

}

.sub-nav {
    display: grid;
    background-color: var(--white);
    border-top: solid 4px var(--green);
    padding: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.sub-nav-list {
    display: flex;
    flex-direction: column;
    padding-right: 18px;
}

.sub-nav-list ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 12px;
    align-items: flex-start;
}

.sub-nav-list h4 {
    margin: 0 0 10px 0;
    border-bottom: solid 1px var(--green);
    font-weight: 600;
    padding: 0 30px 2px 0;
    width: max-content;
}

.sub-nav-list ul li {}



.nav-cta {
    background: var(--green);
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 6px;
    margin-left: 14px;
}

.section {
    padding: 64px 0
}

.section-leaf-bg {
    background: linear-gradient(120deg, #fbfbf2 0%, #fff 62%, #eff6e8 100%)
}

.hero {
    padding: 30px 0 28px;
    min-height: 460px;
    background-size: cover;
    align-items: center;
    display: flex;
    background-position: top right;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 30px
}

.eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.eyebrow.light {
    color: #c9e69b
}

span.small-heading {
    margin: 0;
    color: var(--white);
    background-color: var(--green2);
    padding: 2px 6px;
    gap: 3px;
    width: max-content;
    border-radius: 20px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px 0;
}

span.small-heading md-icon {
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
}

.hero-copy>p {
    max-width: 510px;
    width: 60%;
}

.actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 18px 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 37px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    border: 1px solid transparent;
    cursor: pointer;
    gap: 6px;
}

.btn md-icon {
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}

.btn img {
    max-width: 20px;
    max-height: 20px;
}

.btn-primary {
    background: var(--green);
    color: #fff
}

.btn-outline {
    background: #fff;
    border-color: #8db79d;
    color: var(--green)
}

.btn-light {
    background: #fff;
    color: var(--green)
}

.btn-white {
    background: #fff;
    color: var(--green);
    border-color: #fff
}

.trust-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 10px;
    color: #52645b;
    font-weight: 600;
    margin-top: 30px;
}

.trust-row ul {
    display: flex;
    flex-direction: row;
}

.trust-row ul li {
    border-right: solid 1px var(--gold);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 16px;
    margin-right: 16px;
    gap: 8px;
}

.trust-row ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

.trust-row-icon md-icon {
    color: var(--gold);
}

.trust-row ul li span {
    flex-direction: column;
    display: flex;
}

.hero-visual {
    position: relative;
    min-height: 295px
}

.photo-frame {
    width: 74%;
    /* margin-left: auto; */
    border-radius: 8px;
    overflow: hidden;
    background: #dfe8dc
}

.photo-frame img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center top
}

.doctor-card {
    position: absolute;
    right: -5px;
    bottom: 25px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    width: 190px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column
}

.doctor-card strong {
    font-size: 14px;
    color: var(--green)
}

.doctor-card span {
    font-size: 10px;
    font-weight: 600
}

.doctor-card small {
    font-size: 9px;
    color: #738077;
    margin-top: 6px
}

.two-col {
    display: grid;
    grid-template-columns: 1.1fr .90fr;
    gap: 30px;
}

.about {
    background: #fff
}

p.about-address {
    display: flex;
    color: var(--dark);
    border-top: solid 1px var(--grey);
    padding: 16px 0 0 0;
    gap: 5px;
}

p.about-address md-icon {
    color: var(--gold);
    font-size: 20px;
}

.about-address-section {
    display: flex;
    gap: 16px;
    border-top: solid 1px var(--grey);
    padding-top: 20px;
}

.about-address-section p {
    padding: 0;
    border: none;
    margin: 0;
}

.about-image {
    border-radius: 9px;
    box-shadow: var(--shadow);
    position: relative;
    height: max-content;
}

.about-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.about-image img.about-image-2 {
    position: absolute;
    bottom: -100px;
    width: 220px;
    right: 10px;
    height: max-content;
    border-radius: unset;
}

.check-list {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    font-size: 11px;
    color: #4c6457;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    line-height: 20px;
    gap: 20px;
}

.check-list li {
    margin: 7px 0;
    align-items: center;
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
}

.check-list li md-icon {
    color: var(--gold);
}

.conditions {
    background: var(--light-grey);
    background-image: url('../images/troubling-bg.png');
    background-position: bottom center;
    background-repeat: repeat no-repeat;
    padding-top: 45px;
    padding-bottom: 90px;
}

.section-head.left {
    text-align: left
}

.section-head.center {
    text-align: center;
    max-width: 85%;
    margin: 0 auto 28px
}

.section-head p {
    margin-bottom: 0
}

.condition-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px
}

.condition-grid * {
    transition: ease-in-out 0.3s all;
}

.causing-main {
    display: grid;
    grid-template-columns: 1fr .30fr;
    gap: 30px;
    margin-top: 20px;
}

.causing-section {
    margin: -36px 0 0 0;
    background-color: #F9F6EF;
    box-shadow: 0 0 3px 1px #bfb7b7;
    border-radius: 10px;
    padding: 12px 16px 24px 16px;
    position: relative;
    min-height: 179px;
    display: flex;
    flex-direction: column;
}

.causing-section h4 {
    margin: 0 0 5px 0;
    color: var(--dark);
}

.causing-section p {
    font-size: 14px;
    display: flex;
    flex: 1;
}

.causing-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.causing-contact a {
    background: var(--white);
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 6px 0 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--green);
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 0 4px 1px #bfb7b7;
}

.causing-contact a md-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background-color: var(--dark);
    color: var(--gold);
    font-size: 20px;
    text-align: center;
}

.causing-contact img {
    max-width: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.condition {
    background: #fff;
    border: 1px solid var(--grey);
    border-radius: 7px;
    min-height: 92px;
    padding: 13px 8px;
    text-align: center;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .035);
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.condition:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    color: var(--gold);
}

.condition:hover img {
    transform: scale(1.2);
}

.condition span {
    font-size: 21px;
    display: block;
}

.condition span img {
    max-width: 100px;
    max-height: 50px;
    margin: 0 auto;
}

.treatments {
    background: linear-gradient(#fff, #fafbf4)
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
    max-width: 90%;
    margin: 0 auto;
}

.treatment-grid * {
    transition: ease-in-out 0.3s all;
}

.treatment-card {
    min-height: 140px;
    padding: 16px;
    border: 1px solid var(--grey);
    border-radius: 7px;
    background: #F9F6EF;
    box-shadow: var(--shadow);
    grid-column: span 3;
    position: relative;
    z-index: 1;
    color: var(--dark);
}

.treatment-card:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.treatment-card:hover img {
    transform: scale(0.8);
    transform-origin: bottom right;
}

.treatment-card:nth-child(1),
.treatment-card:nth-child(2),
.treatment-card:nth-child(3) {
    grid-column: span 4
}

.treatment-card p {
    font-size: 11px;
    max-width: 78%;
    line-height: 1.4;
    color: var(--black);
}

.treatment-card span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 32px;
    z-index: -1;
}

.treatment-card img {
    max-width: 130px;
    max-height: 120px;
}

.dark-green {
    background: linear-gradient(110deg, #073f2b, #056844);
    color: #fff
}

.expert {
    background-image: url('../images/export-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.expert-grid {
    min-height: 300px;
    display: grid;
    grid-template-columns: 260px 1fr 1.1fr;
    align-items: center;
    gap: 25px
}

.expert-photo {
    height: 340px;
    border-radius: 8px;
    overflow: hidden
}

.expert-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.expert-copy h2 {
    color: var(--dark);
}

.expert-copy h5 {
    color: var(--dark);
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 16px 0;
}

.expert-copy p {
    max-width: 350px
}

.expert-copy ul {
    gap: 6px;
    display: flex;
    flex-direction: column-reverse;
    font-size: 13px;
    margin: 0 0 20px 20px;
}

.expert-copy ul li {
    list-style-type: disclosure-closed;
    padding-left: 0;
}

.expert-copy-content {
    /* border-left: solid 1px var(--gold); */
    padding: 0 70px 0 16px;
    margin: 16px 0 28px 0;
    position: relative;
}

.expert-copy-content:before {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, #90ab39 12%, var(--gold) 50%, #90ab39 88%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 1px;
    height: 100%;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.stats * {
    transition: ease-in-out 0.3s all;
}

.stats div {
    background: #13713B;
    border: 1px solid var(--gold);
    border-radius: 10px;
    padding: 17px;
    color: var(--white);
}

.stats div:hover {
    border-color: var(--white);
    color: var(--gold);
}

.stats strong {
    display: block;
    font-size: 22px;
    line-height: 22px;
}

.stats span {
    font-size: 13px;
    font-weight: 400;
}

.process {
    padding-bottom: 48px;
    background: var(--light-grey);
    background-image: url(../images/troubling-bg.png);
    background-position: bottom center;
    background-repeat: repeat no-repeat;
    padding-top: 45px;
    padding-bottom: 90px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.process-grid * {
    transition: ease-in-out 0.3s all;
}

.process-grid article:last-child:before {
    display: none;
}

.process-grid article {
    text-align: center;
    border: 1px solid var(--grey);
    border-radius: 7px;
    padding: 30px 12px 20px 12px;
    position: relative;
    border-left: solid 4px var(--dark);
    box-shadow: var(--shadow);
}

.process-grid article:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.process-grid article:hover i {
    background: linear-gradient(45deg, var(--gold) 60%, var(--white));
    outline-color: var(--gold);
}

.process-grid article:hover h3 {
    color: var(--gold);
}

.process-grid article:nth-child(2n) {
    /* border-left-color: var(--gold); */
}

.process-grid article:before {
    content: '';
    background-image: url('../images/arrow1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    display: inline;
    position: absolute;
    top: -30px;
    left: 80%;
}

.process-grid i {
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    outline: 2px solid #76aa8d;
    background: linear-gradient(45deg, var(--green) 60%, var(--white));
    font-style: normal;
    font-weight: 400;
    color: var(--white);
    outline-offset: 5px;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
    z-index: 1;
}

.process-grid h3 {
    font-size: 14px;
    color: var(--green)
}

.process-grid p {
    line-height: 1.4;
    margin: 0
}

.trust-banner {
    background: linear-gradient(90deg, #075c3a, #0b7046);
    color: #fff;
    background-image: url('../images/trust-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--dark);
    background-attachment: fixed;
    padding: 40px 0;
}

.trust-banner-inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 70%;
    justify-content: space-between;
}

.bubble {
    width: 64px;
    height: 64px;
    background: #fff;
    color: #f3a31d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 900;
    align-items: center;
    line-height: 64px;
    border: solid 2px var(--gold);
}

.bubble md-icon {
    width: 48px;
    height: 48px;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.trust-banner strong {
    font-size: 22px;
}

.trust-banner p {
    font-size: 13px;
    color: #d7e9df;
    margin: 0;
}

.trust-banner .btn {
    margin-left: auto
}

.clinic-list {
    display: grid;
    gap: 20px
}

.clinic-card {
    display: grid;
    grid-template-columns: 170px 1fr 1.5fr;
    min-height: 145px;
    border: 1px solid var(--grey);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .05);
    border-right: solid 3px var(--green2);
}

.clinic-photo {
    background-size: cover;
    background-position: center
}

.clinic-info {
    padding: 20px;
    padding-right: 50px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.clinic-info h3 {
    color: var(--green);
    font-size: 18px;
    margin: 0;
}

.clinic-info p {
    line-height: 1.5;
    margin-bottom: 6px;
}

.map {
    background: linear-gradient(135deg, #e7ebeb, #f6f7f4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #d23e2e;
    font-size: 20px
}

.map iframe {
    width: 100%;
    height: 100%;
}

.appointment {
    background: linear-gradient(110deg, #fbfaf2, #edf5e9);
    background-image: url(../images/appointment-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.appointment:after {
    content: '';
    background-color: rgba(191, 183, 183, 0.239);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.appointment-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: center;
    min-height: 360px;
    gap: 80px;
}

.appointment-copy h2 {
    font-size: 34px;
    color: var(--green);
    margin-bottom: 3px
}

.appointment-copy>p {
    margin-bottom: 15px;
    font-size: 16px;
}

.appointment-photo {
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.appointment-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top right;
    border-radius: 0 0 0 100px
}

.appointment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 560px;
    margin-bottom: 20px;
}

.appointment-form md-icon,
.appointment-form input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 20px;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 20px;
    line-height: 20px;
    height: 20px;
    color: var(--muted);
}

.appointment-form li {
    position: relative;
}

.appointment-form input[type="date"] {
    padding-right: 14px;
}

.appointment-form input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 16px;
    right: 8px;
}

.appointment-form input,
.appointment-form select {
    height: 38px;
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 0 11px;
    background: #fff;
    font: inherit;
    font-size: 11px;
    color: #59655f;
    width: 100%;
    padding-right: 40px;
    box-shadow: var(--shadow);
}

.appointment-form button {
    grid-column: 1/-1;
    justify-self: start
}

.mini-trust ul {
    flex-direction: row;
    display: flex;
}

.mini-trust ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
}

.mini-trust ul li strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.mini-trust-icon {
    border-radius: 100px;
    overflow: hidden;
}

.mini-trust ul li:after {
    content: '';
    width: 1px;
    height: 34px;
    background: var(--white);
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.3;
}

.mini-trust ul li:last-child:after {
    display: none;
}

.mini-trust-icon img {
    max-width: 36px;
    max-height: 36px;
    border-radius: 36px;
}

.mini-trust ul li:last-child {
    margin: 0;
    padding: 0;
}

.appointment-form button {
    grid-column: 1/-1;
    justify-self: start
}

.mini-trust {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
    font-size: 13px;
    color: var(--white);
    flex-direction: row;
    background-color: #0c4d2d;
    width: max-content;
    border-radius: 4px 60px 4px 4px;
    padding: 6px 24px 6px 12px;
}

.testimonials {
    background: #f5f3e9;
    /* background-image: url('../images/comments-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}

.testimonials .container {
    /* grid-template-columns: .50fr 1fr;
    gap: 30px;
    display: grid; */
    display: flex;
}

.testimonials .section-head {
    min-width: 360px;
    margin-right: 40px;
    max-width: 360px;
}

.testimonial-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px */
    /* display: flex; */
    /* flex: 1; */
    margin: 60px 0 0 0;
    padding: 0 20px;
    width: calc(100% - 400px);
}

.testimonial {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: var(--shadow);
    min-height: 190px;
    position: relative;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.testimonial:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.testimonial:hover .quote {
    transform: rotateY(-540deg);
    transform-origin: center;
}

.testimonial.featured {
    transform: translateY(-10px)
}

.quote {
    font-family: Georgia;
    font-size: 50px;
    color: #d3a72f;
    line-height: .5;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 50px;
    transition: all 1s ease-in-out;
}

.testimonial p {
    font-size: 11px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial strong {
    display: block;
    font-size: 11px
}

.testimonial small {
    font-size: 9px;
    color: #7b877f
}

.testimonials .slick-track {
    display: flex !important;
}

.testimonials .slick-slide {
    height: auto !important;
    padding: 10px 0;
}

.testimonials .slick-slide>div {
    height: 100%;
}

.testimonials .slick-slider .slick-prev {
    left: -20px;
}

.testimonials .slick-slider .slick-next {
    right: -20px;
}

.testimonial {
    height: 100%;
}

.videos {
    background: #fff
}

.video-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 24px;
}

.video-card {
    display: block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}

.video-card md-icon {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    color: white;
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-card.large {
    height: 370px;
    border: solid 2px var(--cream);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.video-card:before {
    background: rgba(11, 117, 75, 0.24);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-stack {
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: 370px;
}

.video-stack ul * {
    transition: ease-in-out 0.3s all;
}

.video-stack ul li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    border: solid 1px var(--grey);
    border-radius: 8px;
    cursor: pointer;
    background: var(--white);
}

.video-stack ul li:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow);
    transform: translateY(2px);
}

.video-card-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    padding: 10px;
    padding-left: 0px;
}

.video-card-details h4 {
    margin: 0 0 0 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-stack ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-right: 8px;
}

.video-card-details p {
    margin: 0;
}

.video-stack {
    display: flex;
    gap: 12px
}

.video-stack .video-card {
    height: 114px;
    width: 350px;
    border-radius: 6px 0 0 6px;
    border: solid 2px var(--white);
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e21c27;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px
}

.centered-btn {
    display: flex;
    width: max-content;
    margin: 28px auto 0
}

.tips {
    background: #f7f9f7
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.tips-grid * {
    transition: ease-in-out 0.3s all;
}

.tip {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    padding-bottom: 15px;
    border: solid 1px var(--grey);
}

.tip:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.tipImage:hover img {
    transform: scale(1.1);
    transform-origin: center center;
}

.tipImage {
    border: solid 1px var(--grey);
    margin: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.tip img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 8px;
}

.tip p {
    margin: 0 15px 6px;
}

.tip h3 {
    font-size: 13px;
    margin-top: 12px
}

.moreTipInfo {
    justify-content: space-between;
    display: flex !important;
    margin-bottom: 0 !important;
}

.tip p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.moreTipInfo span {
    font-size: 12px;
}

.tip a {
    font-size: 12px;
    color: var(--green);
    font-weight: 700
}

.tip a:hover {
    text-decoration: underline;
    color: var(--gold);
}

.bottom-cta {
    background: #075c3a;
    color: #fff
}

.bottom-cta-inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.bottom-cta h2 {
    color: #fff;
    margin-bottom: 2px
}

.bottom-cta p {
    color: #cfe5d9;
    margin: 0
}

.footer {
    background: #050605;
    color: #cbd2cc
}

.footer-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 45px;
    padding: 48px 0
}

.footer-brand img {
    width: 110px;
    background: #fff;
    padding: 2px;
    margin-bottom: 12px;
}

.footer h3 {
    font-size: 14px;
    color: #a8ce59;
    margin: 0 0 6px 0;
}

.footer p,
.footer a {
    display: block;
    font-size: 12px;
    color: #aeb8b1;
}

.footer a:not(.btn):hover {
    color: var(--gold);
    text-decoration: underline;
}

.footer .btn {
    display: inline-flex;
    margin-top: 8px;
    color: #fff
}

.footerRight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.footerLinks ul {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.footerLinks ul li md-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-decoration: none;
}

.footerLinks ul li * {
    transition: ease-in-out 0.3s all;
}

.footerLinks ul li {
    gap: 3px;
    display: flex;
    flex-direction: row;
}

.footerLinks ul li a {
    display: flex;
    gap: 5px;
    line-height: 14px;
}

.footerLinks ul li p {
    display: flex;
    gap: 5px;
}

.footerLinks ul li a:hover {
    color: var(--gold);
    text-decoration: underline;
}

.copyright ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 13px;
}

.footer-social {
    background: #3c3c3c;
    color: #fff
}

.footer-social .container ul li a:hover img {
    transform: scale(1.2);
}

.footer-social .container ul * {
    transition: ease-in-out 0.3s all;
}

.footer-social .container ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.footer-social .container ul li a img {
    max-width: 20px;
    max-height: 20px;
}

.footer-social .container {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--white);
    justify-content: center;
}

.footer-social .push {
    margin-left: 10px;
}

.copyright {
    background: #000;
    border-top: 1px solid #222;
    color: #9a9f9b;
    font-size: 12px;
}

.copyright .container {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

/*========== Mobile Menu Icon Starts ==========*/
.nav-icon {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 5px 0 0 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    display: none;
    z-index: 9
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--green);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.nav-icon.open span {
    background-color: var(--gold);
}

.nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px
}

.nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 8px
}

/*========== Mobile Menu Icon Ends ==========*/
/*========== Back To Top Starts ==========*/
.back-to-top {
    display: none;
    border-radius: 50%;
    font-size: 24px;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    background-color: #216254;
    z-index: 9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}

.back-to-top:before {
    position: absolute;
    display: block;
    background: var(--green);
    background-position: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    content: '';
    border-bottom: none;
    opacity: 1;
    pointer-events: none;
    transform: scale(1);
    transition: all .5s ease-in-out 0s;
    z-index: 7;
    border: solid 1px var(--white);
}

.back-to-top:hover:before {
    transform: scale(2);
    opacity: 0
}

.back-to-top:after {
    content: '';
    width: 10px;
    height: 10px;
    border: solid 2px white;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 7;
    top: 4px;
    bottom: 0;
    margin: auto;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

.back-to-top:hover {
    background-color: var(--green);
}

/*========== Back To Top Ends ==========*/
/* Home Page  */
.about-banner .hero-grid {
    grid-template-columns: 1fr .95fr;
}

.why-choose-us ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 26px 0;
}

.why-choose-us .actions {
    margin-bottom: 0;
}

.wcuSection {
    background: var(--white);
    border: solid 1px var(--grey);
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex: 1;
}

.why-choose-us {
    background-color: #E0FFEC;
}

.wcuIcon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    background-color: var(--green);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcu-content h4 {
    margin: 0;
}

.why-choose-us ul li {
    display: flex;
}

.why-choose-us ul * {
    transition: ease-in-out 0.3s all;
}

.wcuSection:hover {
    border-color: var(--gold);
    transform: translateX(2px);
}

.why-choose-us ul li p {
    color: unset;
    margin-top: 4px;
    line-height: 18px;
}

.visionary-founder .container {
    display: grid;
    grid-template-columns: 1fr .40fr;
    gap: 20px;
    align-items: end;
}

.visionary-founder .section-head {
    max-width: 80%;
}

.visionary-founder-grid * {
    transition: ease-in-out 0.3s all;
}

.visionary-founder-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin: 24px 0 0 0;
}

.visionary-founder-card {
    background: #fff;
    border: 1px solid var(--gold);
    border-radius: 7px;
    min-height: 92px;
    padding: 13px 8px;
    text-align: center;
    box-shadow: 0 0 4px 2px rgb(120 120 120 / 20%);
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.visionary-founder-card:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.visionary-founder-card span {
    font-size: 12px;
    color: var(--black);
    gap: 6px;
    display: flex;
    flex-direction: column;
    line-height: 17px;
}

.visionary-founder-card span strong {
    font-size: 14px;
    color: var(--green);
    font-weight: 600;
}

.visionary-founder-card img {
    max-width: 60px;
    max-height: 60px;
}

.visionary-founder-right {
    background-color: var(--green);
    min-height: max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--white);
    padding: 24px 20px;
    border-radius: 12px;
    border: solid 2px var(--gold);
}

.visionary-founder-right h5 {
    font-size: 18px;
    margin: 0 0 0 0;
}

.visionary-founder-right span {
    font-size: 14px;
    color: var(--gold);
    font-weight: 500;
    margin: 0 0 10px 0;
}

.visionary-founder-right ul li {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 4px 20px;
    list-style-type: disclosure-closed;
}

.visionary-founder-right ul li:last-of-type {
    margin-bottom: 0;
}

.expertise-slider {
    max-width: 85%;
    margin: 0 auto;
}

.expertise {
    background: #E5F3FF;
}

.expertiseItems {
    border: solid 1px var(--grey);
    background-color: var(--white);
    border-radius: 8px;
    margin: 12px;
    padding-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px 2px rgb(120 120 120 / 20%);
    transition: ease-in-out 0.3s all;
}

.expertiseItems:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
    border-color: var(--gold);
}

.expertiseItems:hover img {
    transform: scale(1.1);
    transform-origin: center center;
}

.expertiseItems img {
    max-width: 100%;
    border-radius: 6px 0 6px 0;
    width: 100%;
    transition: ease-in-out 0.3s all;
}

.expertiseItems h5 {
    margin: 8px 0 6px 0;
    padding: 0 10px;
}

.expertiseItems p {
    margin: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expertiseItems a {
    margin: 0 0 0 10px;
    font-size: 12px;
    color: var(--green);
    font-weight: 700;
}

.treatment * {
    transition: ease-in-out 0.3s all;
}

.treatment ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin: 24px 0 0 0;
}

.treatment ul li {
    background: #fff;
    border: 1px solid var(--gold);
    border-radius: 7px;
    min-height: 92px;
    padding: 13px 8px;
    text-align: center;
    box-shadow: 0 0 4px 2px rgb(120 120 120 / 20%);
    font-size: 13px;
    font-weight: 500;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.treatment ul li:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
    transform: translateY(-3px);
    border-color: var(--gold);

}

.treatment-icon {
    background-color: #EEF5E7;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    box-shadow: -2px 2px 0 2px var(--green);
}

.treatment-icon img {
    max-width: 38px;
    max-height: 38px;
}

.appointment-about-bg {
    /* background: #EDF0F3; */
    padding-bottom: 0px;
}

.appointment-about-bg .appointment-grid h2 {
    font-size: 26px;
    margin-bottom: 8px;
}

.experience-label {
    min-width: max-content;
    border: solid 1px;
    width: max-content;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 13px;
    margin: 0 0 9px 0;
}

.experience-container {
    display: grid;
    grid-template-columns: 1fr 34%;
    gap: 20px;
}

.experience-left h5 {
    font-size: 16px;
    margin: 0 0 8px 0;
}

.experience-left ul li {
    background: linear-gradient(45deg, #ffffff, #358921 100%);
    padding: 0;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    border-radius: 4px;
}

.experience-left ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.experience-left ul li span {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 13px;
}

.experience-left ul li span strong {
    font-size: 15px;
}

.experience-arrow {
    width: 40px;
    height: 40px;
    background-color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    border-radius: 4px;
}

.experience-right * {
    transition: ease-in-out 0.3s all;
}

.experience-right ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.experience-right>ul>li {
    width: calc(50% - 16px);
}

.experience-right ul li:hover .experience-cards {
    transform: translateY(-2px);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
    border-color: var(--gold);
}

.experience-right ul li:hover .experience-cards img {
    transform: scale(1.05);
    transform-origin: bottom center;
}

.experience-cards {
    background-color: var(--white);
    box-shadow: var(--shadow);
    padding-bottom: 13px;
    border-radius: 8px;
    overflow: hidden;
}

.experience-cards img {
    max-width: 100%;
    background-color: #D9FFE8;
}

.experience-cards span {
    font-size: 14px;
    color: var(--green);
    font-weight: 500;
    margin: 6px 0 5px 12px;
    display: block;
}

.experience-cards>ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 14px;
}

.experience {
    padding-bottom: 20px;
}

.experience-label {
    min-width: max-content;
    border: solid 1px;
    width: max-content;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 13px;
    margin: 0 0 9px 0;
}

.experience-container {
    display: grid;
    grid-template-columns: 1fr 34%;
    gap: 24px;
}

.experience-left h5 {
    font-size: 16px;
    margin: 0 0 8px 0;
}

.experience-left ul li {
    background: linear-gradient(45deg, #ffffff, #358921 100%);
    padding: 0;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    border-radius: 4px;
}

.experience-left ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.experience-left ul li span {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 13px;
}

.experience-left ul li span strong {
    font-size: 15px;
}

.experience-arrow {
    width: 40px;
    height: 40px;
    background-color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    border-radius: 4px;
}

.experience-right ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.experience-right>ul>li {
    width: calc(50% - 16px);
}

.experience-cards {
    background-color: var(--white);
    box-shadow: var(--shadow);
    padding-bottom: 13px;
    border-radius: 8px;
    overflow: hidden;
}

.experience-cards img {
    max-width: 100%;
    background-color: #D9FFE8;
}

.experience-cards span {
    font-size: 14px;
    color: var(--green);
    font-weight: 500;
    margin: 6px 0 5px 12px;
    display: block;
}

.experience-cards>ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 0 14px;
}

.experience-cards>ul>li {
    margin-left: 16px;
    list-style-type: disclosure-closed;
}

.treatment-work {
    background: linear-gradient(90deg, #075c3a, #0b7046);
    color: var(--white);
    background-image: url(../images/trust-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--dark);
    background-attachment: fixed;
}

.treatment-work h2 {
    color: unset;
}

.treatment-work p {
    color: unset;
    font-weight: 400;
}

.treatment-work ul {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 30px 0 0 0;
}

.treatment-work ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.treatment-work ul li small {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    font-size: 18px;
    border: solid 1px var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-work ul li small md-icon {
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: var(--gold);
    font-weight: 400;
}

.treatment-work ul li small img {
    max-width: 30px;
    max-height: 30px;
}

.treatment-work ul li span {
    font-size: 14px;
    color: var(--gold);
    margin: 0 0 0 0;
}

.treatment-work ul li p {
    font-size: 12px;
    margin: 0;
    padding: 0 15% 0 0;
}

.treatment-work ul li:before {
    content: '';
    border: dashed 1px var(--gold);
    position: absolute;
    left: 2px;
    top: 25px;
    width: 100%;
    z-index: -1;
}

.treatment-work ul li:last-child:before {
    display: none;
}

.treatment-work .section-head p {
    max-width: 60%;
}

.our-team-list {
    margin-top: 30px;
}

.our-team-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.our-team-list ul li {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
}

.our-team-list-items {
    display: flex;
    flex-direction: column;
    border: solid 1px var(--grey);
    border-radius: 12px;
    padding: 12px;
    box-shadow: var(--shadow);
    flex: 1;
}

.our-team-list-top {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex: 1;
}

.our-team-list-top img {
    max-width: 130px;
    max-height: max-content;
    border: solid 1px var(--grey);
    border-radius: 4px;
}

.our-team-list-top-content small {
    font-size: 14px;
    color: var(--green);
    font-weight: 500;
}

.our-team-list-top-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.our-team-list-top-content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-team-list-items .actions {
    margin-bottom: 0;
}

.about-about .container {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 30px;
    padding: 0 40px;
    margin: 0 auto;
}

.about-about .about-image img {
    height: unset;
    max-height: 100%;
}

.about-about .about-image span {
    position: absolute;
    bottom: 20px;
    left: -20px;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: var(--white);
    border: solid 2px var(--green);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
    box-shadow: 0 0 7px 0px var(--green);
}

.about-about .about-image {
    position: relative;
    border-radius: 20px;
}

.about-about .about-image span strong {
    font-size: 24px;
    line-height: 36px;
}

.about-about ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
}

.about-about ul li {
    display: flex;
    /* min-width: calc(50% - 10px); */
}

.about-about ul md-icon {
    font-size: 20px;
}

.meet-specialists-list>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.meet-specialists-list>ul>li {
    width: calc(50% - 10px);
}

.meet-specialists-items {
    display: flex;
    flex-direction: row;
    border: solid 1px var(--grey);
    border-radius: 12px;
    padding: 12px;
    box-shadow: var(--shadow);
    flex: 1;
    gap: 20px;
    background: var(--white);
}

.meet-specialists-img {
    min-width: 200px;
    border-radius: 12px;
    overflow: hidden;
}

.meet-specialists-img img {
    width: 100%;
}

.meet-specialists-items h6 {
    font-size: 16px;
    margin: 10px 0 0 0;
}

.meet-specialists-items small {
    font-size: 12px;
    margin: 8px 0;
}

.meet-specialists-items ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    margin: 4px 0 0 26px;
}

.meet-specialists-items ul li {
    list-style-type: disclosure-closed;
}

.meet-specialists {
    background: rgb(229, 243, 255);
}

/* About page Starts */
.about-page-info {
    background-image: url('../images/troubling-bg.png');
    background-position: bottom center;
    background-repeat: repeat no-repeat;
    background-size: auto 60px;
}

.about-page-info .two-col {
    grid-template-columns: 340px 1fr;
    padding-right: 5%;
}

.about-page-info .about-image img {
    height: auto;
}

.about-page-image {
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
}

.about-page-image li {
    max-width: calc(50% - 16px);
}

.about-page-image li img {
    max-width: 100%;
    height: auto;
    max-height: 190px;
}

.vision-mission {
    background: #F4F5F7;
}

.vision-mission-section {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.vision-mission-section>li {
    width: calc(50% - 10px);
    display: flex;
}

.vision-mission-box {
    background: #EFFFF6;
    padding: 20px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    border-radius: 12px;
}

.vision-mission-icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    min-width: 80px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background-color: var(--dark);
    outline: solid 2px var(--white);
    outline-offset: -5px;
}

.vision-mission-box h6 {
    margin: 0;
    font-size: 16px;
}

.vision-mission-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.vision-mission-box ul {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 2px;
    margin-left: 20px;
}

.vision-mission-box ul li {
    list-style-type: disc;
}

.vision-mission-box p {
    font-size: 12px;
}

.vision-mission-box.Mission-box {
    background: #ffac3336;
}

.vision-mission-box.Mission-box .vision-mission-icon {
    background: #FFAC33;
}

.vision-mission-icon md-icon {
    font-size: 34px;
    width: 34px;
    min-width: 34px;
    line-height: 34px;
    height: 34px;
    line-height: 34px;
}

section.doctor-inner-banner {
    min-height: 400px;
    padding: 40px 0;
}

.doctor-inner-banner-img {
    max-width: 360px;
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 24px;
    padding: 12px;
    border: solid 1px var(--grey);
    height: max-content;
}

.doctor-inner-banner-content.two-col {
    grid-template-columns: 370px 1fr;
}

.doctor-inner-banner-text {
    display: flex;
    flex-direction: column;
    place-content: center;
}

.doctor-inner-banner-text h1 span {
    display: block;
    font-size: 18px;
    margin: 8px 0 0 0;
}

.doctor-inner-banner-text h1 {
    font-size: 32px;
}

.doctor-inner-banner-text ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 40px 0;
}

.doctor-inner-banner-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #E1FFED;
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500;
}

.doctor-inner-banner-text ul li md-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--green2);
    color: var(--white);
    text-align: center;
    border-radius: 40px;
}

.doctor-inner-banner-text ul li span {
    display: flex;
    flex-direction: column;
    line-height: 15px;
    gap: 2px;
}

.doctor-inner-banner-text ul li span strong {
    color: var(--green);
    font-size: 14px;
}

.doctor-inner-banner-text .actions {
    margin-bottom: 0;
}

dd-about-doctor .container {}

.dd-about-doctor .container.two-col {
    grid-template-columns: 1fr 410px;
}

.dd-about-doctor {
    background-color: #F4F5F7;
}

.dd-about-book-appointment {
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 24px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.dd-about-book-appointment span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--black);
}

.dd-about-book-appointment span md-icon {
    color: unset;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}

.dd-selectLocation {
    background-color: var(--grey);
    padding: 8px;
    border-radius: 8px;
    margin: 12px 0 16px 0;
    display: flex;
}

.dd-selectLocation a {
    min-height: 40px;
    display: flex;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dd-selectLocation a.active {
    background-color: var(--green);
    color: var(--white);
}

.availableDoctor {
    border: solid 1px var(--grey);
    border-radius: 8px;
    padding: 16px 12px;
    margin: 0 0 13px 0;
}

.availableDoctor h5 {
    margin: 0 0 8px 0;
    line-height: 1;
}

.availableDoctor p {
    margin: 0;
    padding: 0;
}

.dd-about-book-appointment small {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.dd-about-doctor .section-head.left p {
    margin-bottom: 16px;
}

.dd-about-experience {
    background-color: var(--green);
}

.dd-about-experience-list {
    display: flex;
    flex-direction: row;
    gap: 35px;
}

.dd-about-experience-list-item {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    border-radius: 16px;
    margin-top: 12px;
    padding: 30px;
}

.dd-about-experience-list-item h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 0 0;
}

.dd-about-experience-list-item h2 md-icon {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.dd-about-experience-list-item h3 {
    margin: 14px 0 12px 0;
}

.dd-about-experience-list-item ul li {
    font-size: 16px;
    list-style-type: disclosure-closed;
}

.dd-about-experience-list-item ul {
    gap: 8px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.dd-about-experience .section-head.center {
    color: var(--white);
}

.dd-about-experience .section-head.center p {
    color: unset;
}

.dd-about-experience .section-head.center h2 {
    color: unset;
}

.dd-about-articles * {
    transition: ease-in-out 0.3s all;
}

.articles-slider-item {
    background: var(--grey);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    border: solid 1px var(--grey);
    margin: 0 16px;
    padding: 12px;
}

.articles-slider-item:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
    border-color: var(--gold);
}

.articles-slider-item:hover img {
    transform: scale(1.1);
    transform-origin: center center;
}

.articles-slider-item-img {
    overflow: hidden;
    border-radius: 8px;
}

.articles-slider-item img {
    border-radius: 8px;
    width: 100%;
}

.articles-slider-item h5 {
    margin: 12px 0 6px 0;
}

.articles-slider-item a {
    font-size: 12px;
    color: var(--green);
    font-weight: 700;
}


.faq-item {
    margin-top: 12px;
    border: solid 1px var(--grey);
    border-radius: 12px;
}

.faq-question {
    width: 100%;
    min-height: 44px;
    padding: 0 13px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    color: #111;
    text-align: left;
    transition: background 0.2s ease;
    font-weight: 500;
    border: none;
    border-radius: 12px;
}

.faq-question:hover,
.faq-item.active button.faq-question {
    background: #f8fbf9;
}

.faq-item.active button.faq-question {
    border-radius: 11px 11px 0 0;
}

.faq-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 12px 14px;
    border-top: 0;
}

.faq-answer p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #444;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 30px;
}


.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    box-shadow: var(--shadow);
}

.feature-icon md-icon {
    font-size: 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    line-height: 1;
    color: #075d3b;
    font-weight: 400;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    margin: 0 0 3px;
}

.feature-content p {
    opacity: 0.75;
    margin: 0;
    font-weight: 400;
    color: unset;
}

.our-help {
    background-color: var(--green);
    background-image: url('../images/appointment-bg2.png');
    background-position: bottom center;
    background-repeat: repeat no-repeat;
    background-attachment: fixed;
    color: var(--white);
}

.our-help h2,
.our-help p {
    color: unset;
}

.our-appointment-form span {
    font-size: 13px;
    font-weight: 400;
}

.our-appointment-form small {
    color: red;
}

.our-appointment-form span small {
    margin: 0 2px;
}

.our-appointment-form h5 {
    font-weight: 500;
    margin: 0;
}

.our-appointment-form input,
.our-appointment-form textarea {
    height: 38px;
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 0 11px;
    background: #fff;
    font: inherit;
    font-size: 13px;
    color: #59655f;
    width: 100%;
    padding-right: 40px;
}

.our-appointment-form ul {
    margin: 10px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.our-appointment-form ul li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.our-appointment-form textarea {
    height: 80px;
    padding-top: 12px;
}

.our-appointment-form {
    background-color: var(--white);
    color: black;
    padding: 24px;
    border-radius: 20px;
}

.breadCrumb ul {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    margin: 0 0 13px 0;
    font-weight: 500;
}

.breadCrumb ul li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
    margin-right: 10px;
    color: var(--gold);
}

.breadCrumb ul li:first-child {
    list-style-type: none;
    margin-left: 0;
}

.breadCrumb ul li a[href] {
    color: var(--green);
}

.piles-symptoms {
    background: #FBF9F4;
}

.piles-symptoms .two-col {
    grid-template-columns: 0.7fr 1fr;
}

.piles-symptoms-copy {
    margin-top: 30px;
}

.piles-symptoms ul * {
    transition: ease-in-out 0.3s all;
}

.piles-symptoms ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.piles-symptoms ul li {
    background-color: var(--white);
    border: solid 1px var(--grey);
    width: calc(33.33% - 12px);
    display: flex;
    flex-direction: row;
    font-size: 13px;
    border-radius: 10px;
    min-height: 80px;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
}

.piles-symptoms ul li:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.piles-symptoms ul li img {
    max-width: 50px;
    max-height: 40px;
}

.piles-treatments {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.piles-treatments * {
    transition: ease-in-out 0.3s all;
}

.piles-treatments .articles-slider-item {
    background-color: var(--white);
}

.common-factors-pills {
    background-color: #FBF9F4;
}

.common-factors-pills-list {
    display: flex;
    flex-direction: row;
    gap: 80px;
    max-width: 70%;
    margin: 40px auto 0;
}

.common-factors-pills-list ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.common-factors-pills-list ul:first-child:after {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, #c8c8c8 12%, #aaa 50%, #c8c8c8 88%, transparent 100%);
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 1px;
    height: 100%;
}

.common-factors-pills-list ul li {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: relative;
}

.common-factors-pills-list ul li:after {
    content: '';
    background: linear-gradient(to right, transparent 10%, #c8c8c8 40%, #a9a9a9 40%, #c8c8c8 60%, transparent 100%);
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
}

.common-factors-pills-list ul li:last-child:after {
    opacity: 0;
}

.common-factors-pills-list ul li md-icon {
    background-color: #DBFFEA;
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 70px;
}

.common-factors-pills-list ul li md-icon img {
    max-width: 36px;
    max-height: 36px;
}

.common-factors-pills-text h4 {
    margin: 0 0 4px 0;
}

.ayuvedic-tratmenmts {
    background-color: #FBF9F4;
}

.ayuvedic-tratmenmts .feature-icon {
    background-color: #DBFFEA;
}

.ayuvedic-tratmenmts .feature-content h3 {
    color: var(--green);
}

.ayuvedic-tratmenmts .our-appointment-form {
    background-color: transparent;
    padding: 0;
}

.modern-laser-surgery .about-image {
    box-shadow: none;
}

.modern-laser-surgery .container {
    grid-template-columns: 0.8fr 1fr;
}

.modern-laser-surgery.about-about ul {
    margin-bottom: 30px;
}

.personalized-ayurvedic-care ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.personalized-ayurvedic-care ul li {
    width: calc(25% - 15px);
    background-color: #FFDC74;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    padding-bottom: 110px;
    padding-top: 30px;
    box-shadow: var(--shadow);
}

.personalized-ayurvedic-care * {
    transition: ease-in-out 0.3s all;
}

.personalized-ayurvedic-care ul li:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.personalized-ayurvedic-care ul li:hover img {
    transform: scale(0.8);
    transform-origin: center bottom;
}

.personalized-ayurvedic-care ul li:nth-child(2) {
    background-color: #DBFFEA;
}

.personalized-ayurvedic-care ul li:nth-child(3) {
    background-color: #96D3FF;
}

.personalized-ayurvedic-care ul li:nth-child(4) {
    background-color: #FFA4A4;
}

.personalized-ayurvedic-care ul li:nth-child(5) {
    background-color: #96D3FF;
}

.personalized-ayurvedic-care ul li img {
    max-height: 110px;
    max-width: 130px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.personalized-ayurvedic-care ul li h4 {
    margin: 0 0 2px 0;
}

.personalized-ayurvedic-care-5cards ul li {
    width: calc(20% - 16px);
}

.traditional-healing .two-col {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 60px;
    align-items: center;
}

.traditional-healing {
    background-image: url(../images/trust-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--dark);
    background-attachment: fixed;
}

.traditional-healing .copy h2 {
    color: unset;
}

.traditional-healing .copy p {
    color: unset;
}

.traditional-healing .our-help-info {
    background-color: var(--white);
    border-radius: 20px;
    padding: 30px;
}

.traditional-healing .copy {
    color: var(--white);
}

.traditional-healing .feature-icon {
    background-color: #e0fbe0;
}

.traditional-healing .copy ul md-icon {
    color: var(--gold);
}

.minimally-invasive .container {
    grid-template-columns: 1fr 0.8fr;
}

.related-treatments-article .articles-slider-item {
    width: calc(25% - 16px);
}

/* fissure */
.fissure-about .container {
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
}

.fissure-common-symptoms * {
    transition: ease-in-out 0.3s all;
}

.fissure-common-symptoms ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    width: 80%;
    margin: 0 auto;
}

.fissure-common-symptoms ul li {
    width: calc(25% - 30px);
    border: solid 1px var(--grey);
    border-radius: 16px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
}

.fissure-common-symptoms ul li:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .25);
    transform: translateY(-3px);
    border-color: var(--gold);
}

.fissure-common-symptoms ul li:hover img {
    transform: scale(1.05);
    transform-origin: bottom center;
}

.fissure-common-symptoms ul li span {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
}

.fissure-common-symptoms-img {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #DBFFEA;
}

.unserstanding-diffetence .two-col {
    grid-template-columns: 0.9fr 1fr;
    align-items: center;
}

.unserstanding-diffetence ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 30px 0;
}

.unserstanding-diffetence ul li {
    border: solid 1px var(--grey);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    background-color: var(--white);
    box-shadow: var(--shadow);
}

.fissure-types-icon {
    display: flex;
    flex-direction: row;
    background-color: var(--green);
    min-width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
}

.fissure-types-content h4 {
    margin: 0 0 4px 0;
}

.fissure-types-content {
    padding: 8px 16px;
}

.fissure-types-icon img {
    max-width: 78px;
    max-height: 70px;
}

.types-pilonidal-sinus .articles-slider-item {
    width: calc(33.33% - 36px);
}

.rectal-prolapse-about ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    gap: 40px;
}

.rectal-prolapse-about ul li {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.rectal-prolapse-about ul li md-icon {
    position: absolute;
    top: 50%;
    right: -35px;
    font-size: 30px;
    width: 30px;
    text-align: center;
}

.rectal-signs-symptoms-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.rectal-signs-symptoms-content ul li {
    display: flex;
    flex-direction: column;
    width: calc(25% - 16px);
    text-align: center;
}

.rectal-signs-symptoms-icon {
    width: 100%;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #DBFFEA;
    border: solid 1px var(--green);
    border-radius: 12px;
    margin-bottom: 10px;
}

.rectal-signs-symptoms-icon img {
    max-width: 80%;
    max-height: 80%;
}

.rectal-signs-symptoms-content ul li span {
    min-height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.types-rectal-prolapse {
    width: 80%;
    margin: 0 auto;
}

.types-rectal-prolapse .articles-slider-item {
    width: calc(33.33% - 16px);
    margin: 0 10px;
}

.types-rectal-prolapse .articles-slider-item-img {
    background-color: #F9F6EF;
}

.types-rectal-prolapse .articles-slider-item-img img {
    max-width: 90%;
    max-height: 90%;
}

.accurate-assessment-care ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0 0;
}

.accurate-assessment-care ul li {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: solid 1px var(--grey);
    border-radius: 12px;
    width: calc(25% - 16px);
    padding: 15px;
    font-size: 15px;
    gap: 4px;
    box-shadow: var(--shadow);
}

.accurate-assessment-care-icon {
    width: 48px;
    height: 48px;
    background-color: var(--green);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 10px;
}

.accurate-assessment-care-icon img {
    max-width: 36px;
    max-height: 36px;
}

.accurate-assessment-care ul li span {
    font-weight: 600;
}

.ksharasutra-considered ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 0 0;
}

.ksharasutra-considered ul li {
    width: calc(33.33% - 14px);
    background-color: var(--white);
    border: solid 1px var(--grey);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
}

.ksharasutraSection {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.ksharasutraIcon {
    min-width: 80px;
}

.ksharasutra-content h4 {
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.ksharasutra-content p {
    line-height: unset;
    padding: 0;
    margin: 0;
}

.personalised-treatment {
    background-color: #DBFFEA;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    margin-top: 20px;
}

.personalised-treatment-text h5 {
    margin: 0 0 4px 0;
}

.personalised-treatment-text p {
    padding: 0;
    margin: 0;
}