a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Poppins, sans-serif
}

:root {
    --primary: #32CD32;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D
}

.container {
    max-width: 1520px !important
}

.neuro3-img {
    height: 600px !important;
    border-radius: 0 70px !important
}

.text-primary,
.text-success {
    color: #32cd32 !important
}

.primary-heading {
    font-size: 60px;
    font-weight: 600 !important
}

.btn,
.section-title h1,
.section-title h2,
.supermind-section h1 {
    font-weight: 700
}

.btn-primary {
    background-color: #32cd32 !important;
    border-color: #32cd32 !important;
    color: #fff;
    border-radius: 60px
}

.btn {
    transition: .5s
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555;
    -moz-box-shadow: 0 8px 6px -6px #555;
    box-shadow: 0 8px 6px -6px #555
}

.btn-square {
    width: 36px;
    height: 36px
}

.btn-sm-square {
    width: 28px;
    height: 28px
}

.btn-lg-square {
    width: 46px;
    height: 46px
}

.banner-content {
    padding: 70px 10px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99
}

.navbar-light .navbar-nav .nav-link {
    font-family: Poppins, sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    outline: 0;
    transition: .5s
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary)
}

@media (min-width:992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        width: 100%;
        left: 0
    }
}

@media (max-width:991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0
    }
}

.hero-header {
    background: url(../img/homeopathy-natural-healing-clinic.webp) center/cover no-repeat;
    height: 95vh;
    display: flex;
    align-items: center
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s
}

.feature-box,
.feature-circle i {
    transition: .3s
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg)
}

.service-item .service-icon i {
    transform: rotate(15deg)
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center
}

.price-carousel .owl-nav .owl-next,
.price-carousel .owl-nav .owl-prev {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #fff;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s
}

.price-carousel .owl-nav .owl-next:hover,
.price-carousel .owl-nav .owl-prev:hover {
    color: var(--dark)
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between
}

.team-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s
}

.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
    background: var(--dark)
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature-icon,
.feature-item {
    display: flex;
    align-items: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary)
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px
}

.doctor-section {
    background: #fff;
    border-radius: 20px;
    padding: 40px
}

.doctor-img,
.image-card,
header {
    position: relative
}

.doctor-img img {
    width: 100%;
    border-radius: 10px 80px;
    height: 600px;
    object-fit: cover
}

.experience-badge {
    position: absolute;
    bottom: 20px;
    left: -37px;
    background: #fff;
    color: #fff;
    padding: 19px 29px;
    border-radius: 18px;
    border: 5px solid #fff;
    text-align: center;
    box-shadow: 0 10px 20px rgb(68 68 68 / 62%)
}

.experience-badge h3 {
    margin: 0;
    font-weight: 700;
    color: #000
}

#overlayTitle,
.feature-box i,
.feature-icon i,
.section-title h2 span {
    color: #32cd32
}

.experience-badge p {
    margin: 0;
    font-size: 20px
}

.feature-box {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #e5e7eb;
    color: #000
}

.badge,
.feature-box i,
.feature-icon {
    font-size: 20px
}

.call-btn,
.feature-box:hover {
    background: #32cd32;
    color: #fff
}

h4 {
    margin-bottom: 5px
}

.section-title {
    text-align: center;
    margin-bottom: 50px
}

.section-title h2 {
    font-size: 52px
}

.section-title p {
    color: #000;
    max-width: 600px;
    margin: auto
}

.progress {
    height: 6px;
    border-radius: 10px;
    background: #e5e7eb
}

.progress-bar {
    background: #32cd32
}

.feature-icon {
    justify-content: center;
    color: #fff
}

.btn-success {
    border: none
}

.feature-icon,
.nav-btn {
    border-radius: 10px
}

.image-card img,
.supermind-img img {
    border-radius: 20px;
    object-fit: cover
}

.image-card img {
    width: 100%;
    height: 500px
}

.image-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff
}

.btn-success:hover,
.image-overlay .badge {
    background: #246a8e
}

.feature-circle {
    transition: .3s;
    cursor: pointer
}

.feature-circle:hover {
    transform: translateY(-5px);
    background: #32cd32 !important
}

.feature-circle:hover h6,
.feature-circle:hover i,
.feature-circle:hover small {
    color: #fff !important
}

.bg-dark,
.bg-primary {
    background-color: #246a8e !important
}

.supermind-section {
    background-image: url('../img/neuro-bg.png');
    background-position: contain;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0
}

.feature-item {
    gap: 15px;
    margin-bottom: 15px
}

.feature-icon,
.top-marquee {
    height: 45px;
    align-items: center;
    display: flex
}

.feature-icon {
    width: 45px;
    background: #e6f7ee;
    justify-content: center
}

.supermind-img img {
    width: 100%;
    height: 600px
}

.btn-success {
    background: #32cd32;
    border-radius: 60px;
    padding: 10px 60px !important
}

.hero-header h1 {
    color: #000;
    font-size: 60px
}

h6 {
    font-size: 22px
}

p {
    font-size: 18px
}

.navbar-brand img {
    height: 50px
}

#overlayTitle {
    font-size: 28px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px
}

.btn-light {
    color: #fff;
    background-color: #246a8e;
    border-color: #eff5f9;
    border-radius: 50px;
    padding: 12px 50px !important
}

.appointment h2 {
    color: #fff;
    font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.list-unstyled li,
h1,
h2,
h2.form-h2,
h3,
h4,
h5,
h6 {
    color: #000
}

.doctor-section .primary-heading {
    margin-bottom: 0 !important;
    line-height: 60px
}

.doctor-section p.sub-title-line,
.sub-title-line {
    color: #32cd32;
    font-weight: 600
}

.sub-point {
    font-size: 15px
}

.journey h2 {
    color: #fff
}

.journey-section {
    background-image: url('../img/mountain-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.thank-you,
.transform-mind {
    padding: 100px 0
}

.doctor-section p,
.homeopthy-for-stress p {
    color: #000;
    font-size: 18px
}

.feature-box:hover i {
    color: #fff;
    font-size: 20px
}

.text-body,
.text-muted {
    color: #000 !important
}

.border-5 {
    border-width: 3px !important
}

.border-bottom {
    border-bottom: 3px solid #32cd32 !important
}

body {
    color: #0a6898
}

.header-appointment {
    padding: 10px !important;
    margin: 0;
    line-height: 0
}

.top-marquee {
    width: 100%;
    background: #0f3d2e;
    color: #fff;
    overflow: hidden
}

.marquee-track {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    animation: 60s linear infinite scrollText
}

.marquee-track p {
    margin: 0;
    font-size: 14px
}

@keyframes scrollText {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.top-marquee:hover .marquee-track {
    animation-play-state: paused
}

.logo-text {
    font-size: 30px
}

.btn-outline-secondary {
    color: #246a8e;
    border-color: #246a8e;
    border-radius: 60px
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #32cd32;
    border-color: #32cd32
}

.inner-banner {
    position: relative;
    height: 350px;
    background: url('../img/inner-banner1.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

.inner-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 31%)
}

.inner-banner .content {
    position: relative;
    z-index: 2;
    color: #fff
}

.inner-banner h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.inner-banner p {
    font-size: 22px;
    margin: 0
}

.hero-header p {
    color: #000;
    font-size: 24px;
    width: 80%
}

.footer .phone,
.inner-banner a {
    color: #fff;
    text-decoration: none
}

.homeopthy-for-stress {
    padding: 50px 0;
    width: 90%;
    max-width: 1100px;
    margin: 50px auto
}

.blog-card {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08)
}

.blog-card h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #111
}

.blog-card h3 {
    font-size: 22px;
    margin: 25px 0 15px;
    color: #222
}

.blog-card p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #171717
}

.blog-card ul {
    padding-left: 25px;
    margin-bottom: 20px
}

.blog-card ul li {
    margin-bottom: 10px;
    font-size: 17px;
    color: #171717
}

.meta-box {
    background: #f1f4f8;
    padding: 20px;
    border-left: 4px solid #222;
    margin-bottom: 30px;
    border-radius: 5px
}

@media(max-width:768px) {
    .blog-card {
        padding: 25px
    }

    .blog-card h2 {
        font-size: 26px
    }

    .blog-card h3 {
        font-size: 20px
    }
}

.blogs img {
    height: 320px;
    object-fit: cover
}

.thank-you a {
    border-radius: 50px;
    padding: 15px 65px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    width: 30%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease-in-out;
    height: auto;
    background: #32cd32;
    display: block;
    margin: 0 auto 20px !important
}

.thank-you .thank-you-img {
    margin: 20px auto;
    display: table
}

.floatbutton {
    display: none
}

@media (max-width:576px) {
    .neuro3-img {
        height: 300px !important;
        border-radius: 0 70px !important
    }

    .navbar-brand img {
        height: 35px
    }

    .doctor-img img {
        width: 100%;
        border-radius: 10px 80px;
        height: 400px;
        object-fit: cover
    }

    .section-title h2 {
        font-size: 36px
    }

    .feature-box {
        background: #f8fafc;
        border-radius: 10px;
        padding: 8px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #e5e7eb;
        color: #000
    }

    .primary-heading {
        font-size: 36px;
        font-weight: 600 !important
    }

    .doctor-section .primary-heading {
        margin-bottom: 0 !important;
        line-height: 40px
    }

    .hero-header {
        height: 600px;
        display: flex;
        align-items: center
    }

    .hero-header h1 {
        color: #000;
        font-size: 36px
    }

    .top-marquee {
        display: none
    }

    .doctor-section {
        background: #fff;
        border-radius: 20px;
        padding: 7px
    }

    .hero-header p {
        color: #000;
        font-size: 20px;
        width: 100%
    }

    .team-item .row {
        height: 350px
    }
}


.homeopathy-section img{
    width: 100%;
}
.homeopathy-section p{
    font-size: 20px;
    color: #000;
}
.homeopathy-section ul li{
    font-size: 20px;
}
.homeopathy-section h2{
    font-size: 40px;
}