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


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

.banner_txt {
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.yellow_txt {
    color: #fdf907;
}

.blog_main {
    margin: 15px 90px 10px 90px;
}

.blog_small_font {
    font-size: 13px;
}

.recent_blog_txt {
    height: 10px;
}

.recent_blog_title {
    font-size: 14px;
}

.categories {
    margin: 25px;
}

.title_div {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #4285F4;
}

.blog_img_top {
    height: 32%;
    width: 100%;
}

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

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

.back_button {
    background-color: #ffff;

    padding: 11px 19px 12px 19px;
    border-radius: 75px;
    transition: transform 0.5s ease;

}

.back_button:hover {
    transform: scale(1.2);
}

.blog_description img {
    width: 100%;
    text-align: justify;
}

.bannerBtn {
    width: 10px;
    height: 19px;
}

.blog_contant {
    padding-right: 40px;
}

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

}

@media(max-width:768px){
    .blog_main {
        margin: 15px 30px 10px 30px;
    }
    .header_banner_div ol {
        padding: 64px 0px 0px 45px;
    }
}

@media(max-width:576px) {
    .mrb{
         border-radius: 10px;
         background-color: #FAFFC5;
    }.rp{
        border-radius: 10px;
        background-color: #D9DFC6;
    }
    .blog_main {
        margin: 0px 10px;
    }

    .banner_txt {
        font-size: 13px;
        font-weight: 400;
    }

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

    .banner_txt {
        font-size: 14px;
    }

    .bannerBtn {
        width: 7px;
        height: 12px;
    }

    .back_button {
        padding: 4px 11px 6px 10px;
    }

    .blog_contant {
        padding: 0px;
    }

    .blog_img_2 {
        /* width: 100%; */
    }

    .blog_small_font {
        font-weight: 500;
    }

}
