.cause-card,
.symptom-card {
    padding: 1rem;
    display: flex
}

.cause-card,
.treatment-description {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.symptom-card {
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    background-color: #f8f9fa
}

.symptom-card-text {
    width: 70%
}

.symptom-card-icon {
    width: 36%;
    color: #6c757d;
    height: 75px;
    display: flex;
    justify-content: center
}

.cause-card {
    border-radius: .5rem;
    align-items: flex-start
}

.cause-card-text ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 0
}

.cause-card-text ul li {
    margin-bottom: .5rem
}

.cause-card-icon {
    width: 48px;
    height: 48px;
    background-color: #e9ecef;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    margin-right: 1rem
}

.treatment-section {
    background-color: #1a5e38;
    padding: 20px;
    position: relative
}

.doctor-image-container {
    position: relative;
    height: 150px
}

.doctor-image {
    position: absolute;
    bottom: 52px;
    right: 0;
    height: 40vh;
    width: 100%;
    max-width: 300px;
    transform: translateY(20%);
    z-index: 10
}

.treatment-buttons p {
    width: 55%;
    margin: auto
}

.treatment-buttons .btn {
    background-color: #3b8a6a;
    border: none;
    color: #fff;
    padding: 5px;
    margin: .5rem;
    border-radius: .5rem;
    font-weight: 700
}

.treatment-doctor-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%
}

.treatment-placeholder-box {
    width: 100px;
    height: 60px;
    background-color: #e9ecef;
    border-radius: .25rem;
    margin: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: .75rem;
    color: #6c757d
}

.card-icon,
.text-green {
    color: #4caf50
}

.treatment-description {
    background-color: #fff;
    border-radius: .5rem;
    padding: 1.5rem;
    margin-top: 1rem;
    text-align: center
}

.card-img-wrapper,
.custom-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.header-section {
    text-align: center;
    margin-bottom: 2rem
}

.header-section h1 {
    color: #2e6b52;
    font-weight: 700
}

.header-section p {
    color: #555
}

.custom-card {
    padding: 8px
}

.card-icon {
    position: relative;
    bottom: 101px;
    background-color: #ffffffff;
    border-radius: 50px;
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 1px solid gray
}

p,
span {
    font-size: 15px
}

body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333
}

h3 {
    font-size: 20px
}

h5 {
    font-size: small
}

.navbar-nav a {
    font-size: 12px
}

.navbar-nav li a {
    padding: 6px
}

.mega-menu .col-12 {
    min-width: 267px
}

@media (max-width:768px) {
    .mega-menu .row {
        display: block !important
    }

    .mega-menu .col-12,
    .mega-menu .col-lg-2,
    .mega-menu .col-md-4,
    .mega-menu .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px
    }

    .mega-menu h5 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px
    }

    .mega-menu ul li a {
        font-size: 14px;
        padding-left: 15px
    }
}

@keyframes vibrate {

    0%,
    100% {
        transform: translateX(0)
    }

    25%,
    75% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(2px)
    }
}

.vibrating-button {
    animation: .3s linear infinite vibrate;
    width: 300px;
    padding: 10px
}

@media (max-width:767px) {
    body {
        margin-top: 150px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    body {
        margin-top: 155px
    }
}

@media (min-width:1025px) {
    body {
        margin-top: 188px
    }
}

.custom-card {
    position: relative;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    height: 100%;
    padding-top: 5rem;
    text-align: center
}

.card-img-wrapper {
    position: absolute;
    top: -106px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    border: 3px solid #fff
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-body {
    padding-top: 0
}

.banner-image {
    margin-top: 160px
}