.clr-white {
    color: #fff;
}

/* Symptoms and causes css */
.banner-text-bg {
    padding: 10px;
}

.banner-text-bg h1 {
    font-size: 32px;
}

.heart-condition-card {
    background-color: #117E9D;
    color: #fff;
    padding: 20px 40px;
}

.heart-condition-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.heart-condition-text {
    font-size: 16px;
    line-height: 28px;
}

.heart-condition-imgarea {
    padding: 10px 30px;
    text-align: right;
}

.heart-condition-imgarea img {
    height: 270px;
    max-width: 100%;
}

.symptom-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.s-card-1 {
    height: 400px;
}

.s-card-2 {
    height: 575px;
}

.s-card-3 {
    height: 430px;
}

.s-card-4 {
    height: 480px;
}

.symptom-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.symptom-card p,
.symptom-card ul li {
    margin-bottom: 10px;
    line-height: 28px;
}

.symp-last-text,
.risk-blue-text {
    padding: 20px 0px;
    text-align: left;
    margin-bottom: 0;
    line-height: 28px;
}

.risk-disease-card {
    background-color: #F4E7DC;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.risk-disease-img {
    height: 80px;
    margin: 0 20px;
}

.risk-disease-card p {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px;
}

.lifestyle-decision-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-desc,
.ld-desc2 {
    background: #FFFFFF;
    box-shadow: 1px 1px 11px rgb(0 0 0 / 25%);
    flex-basis: 60%;
    padding: 40px 50px;
    margin-left: -20px;
}

.ld-desc2 {
    margin-right: -20px;
}

.index-10 {
    z-index: 10;
}

.index-5 {
    z-index: 5;
}

.ld-img-area {
    flex-basis: 40%;
    z-index: 5;

}

.ld-img-area img {
    height: 340px;
    max-width: 100%;
    width: 100%;
}

.ld-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 30px 20px;
    margin-bottom: 0;
}

.lifestyle-item img {
    height: 165px;
    object-fit: contain;
    margin-bottom: 10px;
}

.lifestyle-item p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.lifestyle-crsl .owl-prev,
.lifestyle-crsl .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);

}

.lifestyle-crsl .owl-prev:hover,
.lifestyle-crsl .owl-next:hover {
    background: none !important;
}

.lifestyle-crsl .owl-prev {
    left: -2%;

}

.lifestyle-crsl .owl-next {
    right: -2%;

}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    .s-card-1, .s-card-2, .s-card-3, .s-card-4, .symptom-card{
        height: 100%;
    }
    .symptom-card{
        margin-bottom: 15px;
    }
    
}
@media only screen and (max-width: 768px) {
    .heart-condition-imgarea {
        text-align: center;
    }

    .symptom-card {
        margin-bottom: 10px;
    }

    .s-card-1,
    .s-card-2,
    .s-card-3,
    .s-card-4 {
        height: auto;
    }
    .ld-desc, .ld-desc2{
        padding: 0;
    }
    .ld-img-area img{
        object-fit: cover;
    }
}

@media only screen and (max-width: 576px) {
    .banner-text-bg h1 {
        font-size: 18px;
    }

    .heart-condition-imgarea img {
        height: 200px;
    }

    .symp-last-text,
    .risk-blue-text {
        padding: 0;
    }

    .heart-condition-title,
    .symptom-title {
        font-size: 20px;
    }

    .heart-condition-card {
        padding: 20px;
    }

    .heart-condition-imgarea {
        padding: 10px;
        text-align: center;
    }

    .lifestyle-decision-sec {
        flex-direction: column;
        align-items: inherit;
    }

    .ld-desc {
        margin-left: 0;
        padding: 15px 20px;
    }

    .ld-img-area img {
        height: 200px;
        object-fit: cover;
    }

    .ld-img-area {
        z-index: 11;
        margin-bottom: -20px;
    }

    .ld-desc p {
        padding: 20px;
    }

    .risk-disease-img {
        height: 50px;
        margin: 0 10px;
    }

    .life-sec-2 {
        flex-direction: column-reverse !important;
        align-items: inherit;
    }

    .ld-desc2 {
        margin-right: 0;
    }

    .risk-disease-card h4 {
        font-size: 18px;
    }
    .heart-condition-card .row{
        flex-direction: column-reverse !important;
    }
}