.header_banner_div {
    position: relative;
    width: 100%;
    height: 215px;
    text-align: center;
    overflow: hidden;
}

.header_banner_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../images/common/wwd.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.6);
    /* Apply brightness only to the background */
    z-index: -1;
}

.header_banner_img {
    height: 100%;
    width: 100%;
}

.banner_txt {
    color: #ffff;
    /* display: flex;
                            align-items: center;
                            justify-content: center; */
    position: relative;
    top: 35px;
    font-size: 25px;

}

.header_banner_div ol {
    padding: 26px 0px 0px 90px;
}

.header_banner_div li a {
    text-decoration: none;
    color: #ffff;
}

.yellow_txt {
    color: #FBBC05;
}

.wwd_main {
    margin: 24px 103px 0px 85px;
}

.owd_img {
    height: 100px;
    width: 100px;
}

.total_img {
    width: 100%;
}

.imgt_div {
    height: 210px;
    width: 248px;
}

.img2_div {
    height: 100%;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
}

.img1_div {
    height: 100%;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;
}

.img3_div {
    height: 100%;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.img4_div {
    height: 100%;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.wwd_img_div {
    background-color: #E7F0FF;
    text-align: center;
    height: 335px;
    border-radius: 20px;
}

.card_img {
    position: relative;
    top: 48px;
}

.card_body_part {
    padding: 20px;
}

.wwd_nav {
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 40px;
}

.yellowbutton {
    border-radius: 30px;
    color: #ffff;
    transition: transform 0.5s ease;
}

.yellowbutton:hover {
    color: #ffff;
    transform: scale(1.2);

}

.card-text {
    font-weight: 400;
}

.flowerimg {
    align-self: center;
}
@media(min-Width:769px) and (max-width:1341px) {
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }
    .wwd_main {
        margin: 24px 30px 0px 30px;
    }.imgt_div{
        width :auto;
    }.wwd_img_div{
        height: 400px;

    }.card_img{
        top:12px;
    }
}
@media(max-width:786px){
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }
    .wwd_main {
        margin: 24px 30px 0px 30px;
    }.imgt_div{
        width :auto;
    }.wwd_img_div{
        height: 400px;

    }.card_img{
        top:12px;
    }
}
@media(max-width:576px) {
    .header_banner_div::before {
        background-image: url('../../images/common/wwdhmv.png');
    }
    .header_banner_div ol {
        padding-left: 18px;
        padding-top: 67px;
        font-size: 12px;
    }

    .banner_txt {
        top: 18px;
        font-size: 18px;
    }

    .wwd_main {
        margin: 0px 12px 0px 12px;
    }

    .card5 {
        margin-top: 30px;
    }

    .img2_div {
        margin-top: 13px;
    }.fontdiv{
        font-size: 15px;
        line-height: 2.0;
    }.wwdt{
        font-size: 15px;
        line-height: 2.0;
        text-align: justify;
    }
    .wwd_img_div{
        height: 335px;

    }.card_img{
        top:48px;
    }
}
