.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/blog.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;
}

.blog_main {
    margin-left: 7%;
    margin-right: 78px;
}

.blog_img_1 {
    width: 100%;
    /* height: 350px; */
    border-radius: 20px;
    overflow: hidden;
}

.blog_img_2 {
    /* padding-top: 1%; */
    /* width: 259px;
    height: 140px; */
    border-radius: 17px;
    overflow: hidden;
}

.mrbd {
    font-size: 13px;
    font-weight: 500;
    overflow-wrap: anywhere;
    text-align: justify;

}

.blog_buttons {
    background-color: #EEEEEE;
    border-radius: 20px;
    padding: 10px 50px 10px 50px;
    border: none;
}

.blog_buttons:hover {
    background-color: #4285F4;
    border-radius: 20px;
    padding: 10px 50px 10px 50px;
    border: none;
    color: white;
}

.selectedImg {
    background-color: #4285F4;
    border-radius: 20px;
    padding: 10px 50px 10px 50px;
    border: none;
    color: white !important;
}

.blog_cards_2 {
    padding: 15px 15px 0px 15px;
    background-color: #EEEEEE;
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 370px;
    align-items: center;
}

.blog_cards_2:hover {
    /* padding: 20px; */
    background-color: #EEEEEE;
    border: none;
    border-radius: 15px;
    transform: scale(1.05);
}

.small_blog_container {
    transition: all 0.3s ease-in-out;
}

.small_blog_container:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.blog_main a {
    text-decoration: none;
    color: black;
}

.card-img-top {
    width: 100%;
    height: 100%;
}

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

.active-class {
    background-color: #4285F4 !important;
    color: #fff !important;
    /* Highlight color */
    text-decoration: underline;
}


.comclass.active,
.comclass:active {
    background-color: #4285F4 !important;
    color: white !important;
    border-color: #4285F4 !important;
}

.cardblogimg {


    border-radius: 17px;
    overflow: hidden;
}

.mblogt {
    font-size: large;
    font-weight: 600;
    text-align: justify;
    line-height: 1.5;
}

.mblogd {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.cardt {
    font-size: large;
    text-align: justify;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.cardd {
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    overflow-wrap: anywhere;
}

.mrbt {
    font-size: 15px;
    text-align: justify;
}

@media(min-Width:769px) and (max-width:1341px) {
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }

    .xxx {
        background-color: #E7F0FF !important;
        padding: 20px;
        border-radius: 20px;
    }
}

@media(max-width:768px) {
    .header_banner_div ol {
        padding: 70px 0px 0px 39px;
    }

    .blog_main {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .cardblogimg {}

    .blog_cards_2 {
        height: 385px;
    }

}

@media(max-width:576px) {

    .header_banner_div::before {
        background-image: url('../../images/common/bloghmv.png');
    }

    .header_banner_div ol {
        padding-left: 18px;
        padding-top: 67px;
        font-size: 12px;
    }

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

    .blog_main {
        margin: 0px 10px;
    }

    /* .blog_img_1 {
        height: 58%;
    } */

    .blog_img_2 {
        /* width: 356px;
        height: 195px; */
    }

    .blog_cards_2 {
        /* padding: 20px 0px; */
        height: 370px;
    }

    .blog_buttons {
        padding: 10px 60px 10px 60px;
    }
}

@media(max-width:320px) {
    .blog_img_2 {
        /* width: 300px; */
    }

    .cardblogimg {

        border-radius: 17px;
        overflow: hidden;
    }

}
