.blog_detail_page{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: relative;
    /* min-height: 100vh; */
    margin: 5% 0%;
}
.blog_detail_container{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* flex-direction: column; */
}
.blog_detail_row{
    width: 70%;
    display: flex;
    flex-direction: column;
}
.blog_detail_body, .blog_detail_content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1em;
}
.blog_detail_content tr td{
    padding: 0% 2%;
    /* width: 50%; */
}
.blog_detail_content tr td img{
    width: 100%;
    height: 100%;
}
.blog_detail_content img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog_detail_image img{
    width: 100%;
}
.blog_detail_content h2{
    padding-bottom: 0%;
}
.block-content{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1em;
}
.blog_sidebar{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_sidebar_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog_search_container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #F5F5F5;
    padding: 5%;
    width: 80%;
    margin-bottom: 3%;
    gap: 1em;
}
.blog_sidebar_search{
    width: 100%;
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog_sidebar_search_input{
    border-radius: 5px 5px 5px 5px;
    height: 38px;
    /* border-right: transparent !important; */
}
.blog_search_button{
    width: 10%;
    position: relative;
    left: -11%;
}
.blog_search_button > button{
    background: #0095DA;
    color: white;
    padding: 13%;
    border-radius: 0px 9px 9px 0px;
    border: 2px solid #2584B1;
}
.blog_sidebar_catagory{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #F5F5F5;
    padding: 5%;
    width: 80%;
    margin-bottom: 3%;
    gap: 1em;
}
.blog_sidebar_tag{
    width: 80%;
    background: #F5F5F5;
    padding: 5%;
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1em;
}
.blog_sidebar_tag_list{
    display: flex;
    width: 100%;
    gap: 1em;
    flex-wrap: wrap;
}
.blog_sidebar_recent_post{
    width: 80%;
    padding: 5%;
    margin-bottom: 1em;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1em;
}
.serach_icon{
    height: 100%;
    width: 15%;
    background: #0095DA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    border-radius: 0px 5px 5px 0px;
    color: white;
}
.blog_sidebar_recent_post_list ul,
.blog_sidebar_catagory_list ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.4em;
}
.blog_sidebar_catagory_list a{
    color: #0095DA;
}
.block-paragraph_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
}
.block-paragraph_block h2{
    padding-bottom: 0;
}
.block-paragraph_block ul li,
.blog_detail_content ul li {
    list-style: disc;
}
.block-paragraph_block ul li,
.blog_detail_content ol li {
    list-style: auto;
}
.block-paragraph_block ul,
.blog_detail_content ul,
.blog_detail_content ol {
    padding-left: 3%;
}
.block-paragraph_block  img{
    width: 100%;
    object-fit: cover;
}
/* .block-paragraph_block > div{
    width: 100%;
    height: 50vh;
} */
.blog_detail_content .block-content > div > iframe{
    height: 50vh;
    width: 50vw;
}


/* blog index page css start */
.blog_index_list, .blog_news_list, .project_view_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 4%;
  }
  .blog_index_list_show {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1em;
  }
  .blog_index_body {
    /* background-color: red; */
    /* border: 2px solid black; */
    margin: 0% 1%;
    /* height: 20vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 5% 0%; */
    box-shadow: 0px 2px 19px 4px #b1b1b140;
    width: 29%;
  }
  .blog_index_body h2,
  .blog_news_body h2{
    color: #2584b1;
    padding: 2% 0%;
    font-size: 1em;
  }
  .blog_index_img {
    width: 100%;
  }
  .blog_index_date_block {
    width: 100%;
    text-align: left;
    padding: 3% 1% 3% 3%;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  input[type=text], input[type=email], textarea, select{
    width: 100%;
    border: 2px solid #2584B1;
    padding: 1%;
    margin: 0.5% 0%;
}
.blog_load_button, .blog_news_load_button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% 0%;
}
.explore_stories_blog_load_more_btn,
.explore_stories_blog_news_load_more_btn{
    background: transparent;
    border: none;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid #14A0DF;
    padding: 1em;
    border-radius: 10px;
}
.explore_stories_blog_load_more_btn:hover,
.explore_stories_blog_news_load_more_btn:hover {
    color: #14A0DF;
}

.blog_news_list_show {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1em;
}

.blog_news_list_show {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}
.blog_news_body {
    margin: 0% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 19px 4px #b1b1b140;
    width: 30%;
}
.blog_news_date_block {
    width: 100%;
    text-align: left;
    padding: 3% 2%;
  }
.blog_news_img{
    width: 100%;
    height: 100%;
}
.blog_news_body_img img{
    width: 100%;
    height: 100%;
}
.blog_details_pagination{
    display: flex;
    width: 61%;
    justify-content: space-between;
    position: relative;
    left: 5%;
}
.blog_details_pagination > a {
    width: 15%;
    background: transparent;
    padding: 1.5%;
    border: 2px solid #33BFFF;
    text-align: center;
    border-radius: 10px;
    color: black;
}
.blog_next_prev_btn{
    display: flex;
    width: 100vw;
    justify-content: space-around;
    align-items: center;
}
.blog_next_prev_btn > a{
    width: 9%;
    background: transparent;
    padding: 1%;
    border: 2px solid #33BFFF;
    text-align: center;
    border-radius: 10px;
    /* color: black; */
}
/* blog index page css end */

/* blog search page css start */
.blog_search_list{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}
.blog_search_results{

}
.blog_search_listing-card{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 3%;
    box-shadow: 2px 2px 6px #dddddd;
    background: #F5F5F5;
    padding: 2px 10px;
}
.blog_search_listing-card_contents{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 2%;
}
.blog_search_listing-card_link{
    color: #2C2C2C;
}
.blog_search_title{
    width: 99%;
    background: #F5F5F5;
    padding: 2% 2% 2% 3%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 5%;
}
.blog_search_readmorre_btn{
    width: 15%;
    background: transparent;
    padding: 1.5% 1%;
    border: 2px solid #33BFFF;
    border-radius: 10px;
    text-align: center;
}

.no-blogs-filter{
    margin-left: 46%;
}

#blog_year_filter{
    /* margin-left: 3%; */
}
/* blog search page css end */

/* project list page css start from here */
.project_view_list_show{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 0em;
}
.project_view_body{
    margin: 0% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* box-shadow: 0px 2px 19px 4px #b1b1b140; */
    width: 75%;
    border-bottom: 1px solid gray;
    padding: 2% 0%;
}
.project_view_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.project_view_leftContainer{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0.3em;
}
.project_view_leftContainer a{
    color: #2584b1;
}
/* project list page css ends from here */
@media (max-width: 768px) {
    .blog_detail_container{
        flex-direction: column;
    }
    .blog_sidebar,
    .blog_detail_row,
    .blog_index_body{
        width: 100%;
    }
    .blog_sidebar_container{
        align-items: flex-start;
    }
    .block-paragraph_block > div > iframe{
        width: 85vw;
    }
    .blog_news_body{
        width: 95%;
    }
    .blog_search_readmorre_btn{
        width: 30%;
    }
    .blog_next_prev_btn > a{
        width: 22%;
    }
}