﻿@media screen and (max-width: 768px) {
    .blogh1  {
        font-size: 25px;
    }
}
.blog_list {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* space between items */
}

.coumnsubdata {
    /* padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid #F3F3F3;*/
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
    
.blog_list .coumnsubdata:last-child {
    border-bottom: 0
}
.blog_images_box img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.blog_list .h1designe {
    font-size:20px;
}
.blog_detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 12px;
}

.blog_desc {padding-top:4px;
}

.subinnerpage {
    margin-left: auto;
}

.subinnerpage {
    padding: 0px;
    margin: 0px;
    width: auto;
}

    .subinnerpage ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .subinnerpage ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .subinnerpage ul li {
            float: left;
            padding: 0px 10px;
            margin: 0px;
            position: relative;
        }

            .subinnerpage ul li:first-child {
                padding-left: 0px;
            }

            .subinnerpage ul li:last-child {
                padding-right: 0px;
            }

            .subinnerpage ul li:after {
                content: '/';
                position: absolute;
                left: -2px;
                top: 0px;
                font-size: 13px;
                opacity: 0.2;
            }

            .subinnerpage ul li:first-child:after {
                content: none;
            }

            .subinnerpage ul li a {
                display: block;
                padding: 0px;
                margin: 0px;
                color: #7E7C7B;
                font-size: 13px;
                transition: 0.3s all;
            }

            .subinnerpage ul li:last-child a {
                opacity: 0.4;
                pointer-events: none;
            }

            .subinnerpage ul li a:hover {
                color: #c70404;
                transition: 0.3s all;
                text-decoration: none;
            }
.paginationrow {
    justify-content: center;
    display: flex;
    padding-top: 10px;
}

.paginationrow button {
    border-radius: 25px;
    background: #000000;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 20px;
    transition: 0.3s all;
    text-align: center;
    width: 220px;
    border: none;
 }
    .paginationrow button:hover {
       background-color: #434343
    }
            
            .blog_list .coumnsubdata:last-child {
        border-bottom: 0
    }
.blog_list_details {
    padding:20px;
    background-color:#fff;
    border-radius:10px;
}

.blog_readmobtn {
    display: inline-block;
    border-radius: 25px;
    background: #c70404;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 20px;
    transition: 0.3s all;
    display:block;
    text-align:center;


}

    .blog_readmobtn:hover {
        color: #fff;
        background-color: #dd5b27;
        transition: 0.3s all;
        text-decoration: none;
    }

.blogtag_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.blog_date {
    margin-top: 4px;
    margin-left: auto;
}

.blog_tag p {
    margin: 0;
    background: #FEE9E1;
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 16px;
    color: #110D0C;
}

.blog_date p {
    margin: 0;
    color: #7E7C7B;
    font-size: 16px;
}

ul.blogfooter {
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.blogfooterul li {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    color: #7E7C7B;
    text-align: left;
    font-size: 16px;
}

    .blogfooterul li:first-child {
        padding-left: 0;
    }

    .blogfooterul li span {
        color: #110D0C;
        font-weight: 600;
    }

    .blogfooterul li i {
        color: #333;
    }

    .blogfooterul li a {
        color: #333;
    }

        .blogfooterul li a:hover {
            color: #E45000;
            text-decoration: none;
        }

    .blogfooterul li span {
        display: inline-block;
    }

.blog_list_details h1 {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    padding: 0px;
    color:#c70404;
    margin: 0px;
    margin-bottom: 15px;
}

.blog_list_details h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    color: #110D0C;
    margin: 0px;
    margin-bottom: 15px;
}

.blog_fulldet p a {
    color: #000;
    font-size: 18px;
}
    .blog_fulldet p a:hover {
        color: #0a4889; 
    }


blog_fulldet ul {width:100%;
    list-style-type:none; float:left;
}

.blog_fulldet ul li {
    position: relative;
    left: -18px;
    top: 0;
    width: 100%;
    margin-bottom: 8px !important;

}

.blog_fulldet ul li:after {
    content: " " !important;
    position: absolute;
    left: -20px;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 9999;
    background-color: #fff;
    border: 2px solid #B80E0E;
}


.blog_fulldet h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}


.blog_fulldet ul li::marker {
    content: none;
}


    blog_fulldet p a strong {
        margin-top: 11px;
    }



.blog_shareopt ul {
    margin: 0;
    padding: 0;
}

.blog_shareopt {
    padding: 20px 0;
  
}

    .blog_shareopt ul li {
        display: inline-block;
        margin: 0 10px;
    }

        .blog_shareopt ul li:first-child {
            margin-left: 0;
        }

        .blog_shareopt ul li:last-child {
            margin-right: 0;
        }

        .blog_shareopt ul li a {
            display: block;
            height: 40px;
            width: 40px;
            background: #c70404;
            color: #fff;
            border: 1px solid #c70404;
            border-radius: 50px;
            text-align: center;
            line-height: 40px;
            position: relative;
            transition: all 0.5s ease 0s;
        }

            .blog_shareopt ul li a:hover {
                color: #fff;
                background: #c70404;
                transition: all 0.5s ease 0s;
            }

            .blog_shareopt ul li a::after {
                content: '';
                position: absolute;
                height: 40px;
                width: 40px;
                top: -1px;
                left: -1px;
                opacity: 0;
                transform: scale(1.8);
                transition: all 0.5s ease 0s;
                border: 1px solid #E1E8FE;
            }

            .blog_shareopt ul li a:hover::after {
                border-radius: 50px;
                opacity: 1;
                border-color: #c70404;
                transform: scale(1.3);
                transition: all 0.5s ease 0s;
            }

.blosharheader {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

    .blosharheader ul li {
        padding: 5px;
        margin: 0px;
    }

        .blosharheader ul li i, .blosharheader ul li span {
            color: #fff;
        }

.blog_headingbx {
    display: inline-block;
    width: 100%;
    margin-bottom: 27px;
}

.blog_heading {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.blog_description {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    margin-bottom: 0;
}

.big_blog {
    display: inline-block;
    width: 100%;
}

    .big_blog .blg_lefthead {
        display: inline-block;
        width: 100%;
        font-size: 22px;
        color: #222;
        font-weight: 600;
        margin: 0 0 10px 0
    }

    .big_blog .blg_leftdesc {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #565656;
        font-weight: 400;
        margin: 0
    }

    .big_blog label {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #222;
        font-weight: 600;
        padding: 20px 0 13px 0;
    }

    .big_blog span {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #222;
        font-weight: 600;
        padding: 20px 0 13px 0;
    }

    .big_blog a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .big_blog a:hover .blg_lefthead {
            color: #005D91;
        }

    .big_blog:hover .leftbigblog img {
        -webkit-transform: scale(1.08);
        transform: scale(1.08); box-sizing:border-box; overflow:hidden;
    }

    .big_blog img {
        width: 100%;
        border-radius: 0;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

.leftbigblog {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.blogloop {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
}

   
.bloglistimg img {
    width: 100%;
    border-radius: 8px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    object-fit: cover;
}

.blogloop:hover .bloglistimg img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); 
   
}

.bloginfohead {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #141010;
    font-weight: 600;
    margin-bottom: 0;
}

.blogloop a {
    text-decoration: none !important;
    border-bottom: none !important;
}
.big_blog a:hover {
    color: #B80E0E;
}



.bloginfohead:hover {
    color: #B80E0E;
}

.big_blog a:hover .blg_lefthead {
    color: #B80E0E;
}


.blog_btm a {color:#000;
}

.blog_btm a:hover {
    color: #B80E0E;
}


    .bloginfodesc {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #565656;
        font-weight: 400;
    }

.bloginfo label {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.bloginfo span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.bloginfo {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 8px;
    padding-top: 0
}

.bloglistimg {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius:8px;
}

.commanheading h3 {
    padding-bottom:11px;
    margin: 0;
}

.commanheading p {
    padding-bottom: 27px;
    margin: 0;
}



.blogfooterul {
    float: left;
    width: 99.9999%;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}













@media (min-width: 290px) and (max-width: 600px) {
    .commanheading {
    font-size:32px; margin-bottom:12px;}

    .sec_pad p {
    font-size:16px; font-weight:600;}


    .blog_detail {
        padding: 20px 8px;
    }

    .blog_tag p {
        font-size: 13px;
    }
    .blog_date p {
        font-size: 13px;
    }

    .blog_list {
        display: block;
    }



    .coumnsubdata {
        flex: calc(100%);
        max-width: calc(100%);
        margin-bottom: 15px;
    }

    .paginationrow {
    padding:0; }

}


@media (min-width: 601px) and (max-width: 900px) {

    .commanheading {
        font-size: 37px;
        margin-bottom: 12px;
    }

     

    .blog_detail {
        padding: 20px 8px;
    }

    .blog_tag p {
        font-size: 13px;
    }

    .blog_date p {
        font-size: 13px;
    }

    .blog_list {
        display: flex;
    }



    .coumnsubdata {
        flex: calc(48%);
        max-width: calc(50%);
        margin-bottom: 15px;
    }

    .paginationrow {
        padding: 0;
    }
 



}

.leftads_box img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
}






