.blog_list_banner_md{
background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
background-size: 80px 80px;
background-color: #080c08;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
z-index: 1;	
min-height:500px;
padding:150px 0 80px;
}
.blog_list_banner_md::after {
content: "";
width: 900px;
height: 900px;
background: radial-gradient(circle at 60% 40%, rgba(80,120,0,0.55) 0%, rgba(50,90,0,0.25) 35%, transparent 70%);
filter: blur(60px);
top: -180px;
right: -200px;
animation: orbFloat1 14s ease-in-out infinite alternate;
position: absolute;
z-index: -1;
}
.blog_banner_content > span{
color:var(--lime);
font-size:12px;
text-transform:uppercase;
font-weight:600;
position: relative;
display: flex;
align-items: center;
gap: 8px;
letter-spacing:4%;	
}
.blog_banner_content > span:before {
    content: "";
    background-color: #b9ff05;
    width: 20px;
    height: 1px;
    display: block;
}
.blog_banner_content > h1 {
font-size: 92px;
color: #fff;
font-weight: bold;
line-height: 1.3em;
display: block;
}
.blog_banner_content > p {
margin: 25px 0 0;
color: rgba(255,255,255,0.5);
font-size: 18px;
line-height: 1.5em;
}
.blog_detail_banner {
position: relative;
min-height: 550px;
z-index:1;
display: flex;
align-items: center;
padding: 150px 0 50px;
}
.blog_detail_banner > img {
position: absolute;
z-index: -1;
object-fit: cover;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.blog_detail_cat{
display: flex;
flex-wrap: wrap;
position:relative;
align-items: center;
}
.blog_detail_cat:before{
content:"";
width:20px;
height:1px;
background-color:var(--bglime);	
margin-right:10px;
}
.bdc_category{
letter-spacing:4%;
display: flex;
align-items: center;	
}
.bdc_category:not(:last-child):after{
content: "";
width: 2px;
background-color: var(--bglime);
height: 10px;
margin: 0 10px;	
}
.blog_detail_content > h1{
font-size: 65px;
line-height: 1em;
margin: 20px 0 40px;
}
.bdc_info {
display: flex;
align-items: center;
color: rgba(255,255,255,0.5);
text-transform: capitalize;
}
.bdc_info > span:not(:last-child):after{
content: "";
width: 1px;
background-color: rgba(255,255,255,0.5);
height: 15px;
margin: 0 20px;	
}
.blog_detail_ai_summry {
display: flex;
align-items: center;
gap: 15px;
justify-content: flex-end;
padding-top: 50px;
font-size: 16px;
color: #fff;
}
.blog_detail_ai_summry > a{
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.11);
border-radius: 50%;
}
.bdpb_table_content_list {
max-height: 350px;
overflow-x: auto;
padding: 20px 40px 20px 0;
scrollbar-width: thin;
scrollbar-color: #B6FF00 #EFEFEF;
}
.bdpb_table_content_list::-webkit-scrollbar{
width: 8px;
}
.bdpb_table_content_list::-webkit-scrollbar-track{
background: #EFEFEF;
border-radius: 50px;
}
.bdpb_table_content_list::-webkit-scrollbar-thumb{
background: #B6FF00;
border-radius: 50px;
border: 2px solid #EFEFEF;
}
.bdpb_table_content_list::-webkit-scrollbar-thumb:hover{
background: #B6FF00;
}
.bdpb_table_content_list ol{
padding-left: 20px;
margin: 0;
display: flex;
flex-direction: column;
gap: 15px;
}
.bdpb_table_content_list ol li{
font-size: 14px;
line-height: 1.3em;
color: #3D3D3D;	
}
.bdpb_table_content_list ol li a{
color: #3D3D3D;	
}
.bdpb_table_content_list ol li.active,
.bdpb_table_content_list ol li.active a{
font-weight:600;
}
.bdpb_table_content{
position: sticky;
top: 80px;	
}
.bd_post_body_content{
color:#3D3D3D;
font-size:18px;
line-height:1.6em;	
}
.bd_post_body_content :where(h1, h2, h3, h4, h5, h6){
color:#000000;
margin: 0 0 20px;
line-height: 1.3em;
}
.bd_post_body_content h2{
font-size:32px;
}
.bd_post_body_content h3{
font-size:22px;
}
.bd_post_body_content h4{
font-size:20px;
}
.bd_post_body_content h5{
font-size:18px;
}
.bd_post_body_content h6{
font-size:16px;
}
.bd_post_body_content :where(ol, ul){
margin:0 0 20px;
padding-left:20px;
}
.bd_post_body_content li:not(:last-child){
margin-bottom:8px;
}
.bd_post_body_content .wp-block-group{
padding: 30px;
margin-bottom:20px;	
}
.bd_post_body_content .wp-block-group :last-child{
margin:0px;	
}
.bd_post_body_content blockquote {
border-left:3px solid var(--bglime);
padding: 30px;
margin: 0 0 20px;
border-radius: 10px;
background: #f9f9f9;
}
.bd_post_body_content blockquote :last-child{
margin:0px;	
}
.bd_post_body_content blockquote p{
font-size: 18px;
line-height: 1.6em;
color: #000;
font-style: italic;
}
.bd_post_body_content .wp-block-image{
margin:0 0 20px;	
}
.r_post_img img{
display: block;
width: 100%;
height: 204px;
object-fit: cover;
border-radius: 10px;	
}
.rpost_date_au span:not(:last-child):after{
content:"\2022";	
font-size:60%;
margin: 0 10px;
}
.rpost_date_au > span{
text-transform: capitalize;
display: flex;
align-items: center;	
}
.r_post_cont > a{
display: block;
font-size: 18px;
margin-top: 10px;
color: #000;
}
.blog_liging_card{
padding: 15px;
border-radius: 16px;
transition: 0.3s ease-in-out;
width:100%;	
}
.blog_liging_card:hover{
background: #e4e3dd;	
}
.blog_liging_img img{
height: 204px;
object-fit: cover;
width: 100%;
border-radius: 10px;
display: block;
margin-bottom:20px;
}
.blc_data {
display: flex;
align-items: center;
font-size:14px;
color:#3D3D3D;
margin-bottom: 15px;
text-transform: capitalize;
}
.blc_data span:not(:last-child):after{
content:"\2022";
font-size:80%;
margin: 0 10px;	
}
.blog_liging_content a{
font-size: 18px;
display: block;
color: #000;
line-height: 1.4em;
}
.blog_lising_pagination{
display: flex;
justify-content: center;
padding-top: 50px;
}
.blog_lising_pagination .nav-links{
display: flex;
justify-content: center;
gap:10px;	
}
.blog_lising_pagination .nav-links > * {
width: 40px;
height: 40px;
display: flex;
border: 1px solid #DCDCDC;
border-radius: 10px;
align-items: center;
justify-content: center;
color: rgba(0, 0, 0, 0.6);
}
.blog_lising_pagination .nav-links > .prev,
.blog_lising_pagination .nav-links > .next{
font-size: 0;	
background:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Uploaded%20to%3A%20SVG%20Repo%2C%20www.svgrepo.com%2C%20Generator%3A%20SVG%20Repo%20Mixer%20Tools%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-12%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eangle-right%3C%2Ftitle%3E%3Cpath%20d%3D%22M0.88%2023.28c-0.2%200-0.44-0.080-0.6-0.24-0.32-0.32-0.32-0.84%200-1.2l5.76-5.84-5.8-5.84c-0.32-0.32-0.32-0.84%200-1.2%200.32-0.32%200.84-0.32%201.2%200l6.44%206.44c0.16%200.16%200.24%200.36%200.24%200.6s-0.080%200.44-0.24%200.6l-6.4%206.44c-0.2%200.16-0.4%200.24-0.6%200.24z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
background-size: 24px;
background-repeat: no-repeat;
background-position: center;
}
.blog_lising_pagination .nav-links > .prev{
background:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Uploaded%20to%3A%20SVG%20Repo%2C%20www.svgrepo.com%2C%20Generator%3A%20SVG%20Repo%20Mixer%20Tools%20--%3E%3Csvg%20fill%3D%22%23000000%22%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%22-12%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eangle-left%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.28%2023.28c-0.2%200-0.44-0.080-0.6-0.24l-6.44-6.44c-0.32-0.32-0.32-0.84%200-1.2l6.44-6.44c0.32-0.32%200.84-0.32%201.2%200%200.32%200.32%200.32%200.84%200%201.2l-5.8%205.84%205.84%205.84c0.32%200.32%200.32%200.84%200%201.2-0.16%200.16-0.44%200.24-0.64%200.24z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);	
background-size: 24px;
background-repeat: no-repeat;
background-position: center;
}
.blog_lising_pagination .nav-links > .current{
background:rgba(0, 0, 0, 1);
color:#fff;
border-color:rgba(0, 0, 0, 1);
}
.all_blog_posts_md .row{
gap:30px 0px;	
}
.all_blog_posts_md .slick-track{
gap: 0 30px;
display:flex;	
}
.all_blog_posts_md .slick-list{
margin: 0 -0.75em;	
}
.sectin_title_lt h2{
font-size: 50px;
color: #1A1A1A;
line-height: 1.3em;
margin: 0 0 40px;
}
.bd_post_body_content a{
color: #1A1A1A;
text-decoration:underline;
}

/* Ebook details form css */
.apply-form .main_title {
margin: 0;
}
.ebbok-download-form{
box-shadow: 0px 4px 74px 0px #00000026;
border-radius:20px;	
padding: 40px 30px;
}
.ebbok-download-form form > fieldset{
max-width: 100%;
}
.ebbok-download-form .hs-form-field{
margin-bottom:20px;	
}
.ebbok-download-form .input{
position:relative;	
}
.ebbok-download-form label{
display: block;
font-size: 15px;
color: #3D3D3D;
}
.ebbok-download-form .input  label{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
transition: .3s ease;
}
.ebbok-download-form .input textarea:focus + label,
.ebbok-download-form .input input:focus + label,
.ebbok-download-form .input textarea:not(:placeholder-shown) + label,
.ebbok-download-form .input input:not(:placeholder-shown) + label{
top:0;
transform:translateY(-50%);
font-size:12px;
color:#000;
}
.ebbok-download-form div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.ebbok-download-form div textarea, 
.ebbok-download-form div select,
.ebbok-download-form .hs_file .input > input{
width: 100%;
padding: 10px 0px;
border-style: solid;
border-color:#B8B8B8;
border-width: 0 0 1px 0;
font-family: inherit;
font-size: 14px;
color: var(--dark);
outline:none;
background-color:var(--bgwhite);
height:54px;
}
.ebbok-download-form .inputs-list{
margin: 0px;
padding: 0;
list-style: none;
}
.ebbok-download-form .hs-error-msgs{
margin-top: 10px;
}
.ebbok-download-form label.hs-error-msg{
font-size: 14px;
color: red;	
}
.ebbok-download-form .hs-dependent-field label{
position: static;	
transform: unset;
pointer-events: unset;
}
.ebbok-download-form p{
font-size: 13px;
line-height: 1.3em;	
margin-bottom: 10px;
}
.ebbok-download-form p a{
color:var(--dark);	
}
.ebbok-download-form .actions {
display: inline-flex;
margin-top: 20px;
position:relative;
}
.ebbok-download-form .hs-button{
padding: 15px 54px 15px 22px;
font-family: inherit;
border: 0;
border-radius: 50px;
background-color: var(--bgdark);
color: var(--white);
letter-spacing: 0.52px;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
}
.ebbok-download-form .actions::after {
content: "";
background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%2216%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M15.1865%2019.0098L17.3809%2016.5762H12.4248V15.209H17.3809L15.1865%2012.7822H16.875L19.5684%2015.8926L16.875%2019.0098H15.1865Z%22%20fill%3D%22%231A1A1A%22%2F%3E%3C%2Fsvg%3E);
width: 32px;
height: 32px;
position: absolute;
top: 50%;
right: 12px;
transform: translate(0%,-50%);
pointer-events: none;
transition: 0.3s ease-in-out;
}
.ebbok-download-form .actions:hover::after {
transform: translate(0%,-50%) rotate(-45deg);	
}
.ebbok-download-formz .hs-form-booleancheckbox {
list-style: none;
margin: 0;
padding: 0;
}
.ebbok-download-form .hs-form-booleancheckbox-display {
display: flex;
align-items: flex-start;
gap: 8px;
cursor: pointer;
font-size: 13px;
line-height: 1.7;
color: rgba(138, 132, 126, 1);
}
.ebbok-download-form input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
min-width: 18px;
width: 18px;
height: 18px;
margin: 2px 0 0;
border: 1px solid rgba(138, 132, 126, 1);
border-radius: 4px;
background: #fff;
cursor: pointer;
position: relative;
transition: all .2s ease;
}
.ebbok-download-form  input[type="checkbox"]:checked {
background: #000;
border-color: #000;
}
.ebbok-download-form input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 5px;
top: 1px;
width: 4px;
height: 9px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.ebbok-download-form .hs-form-booleancheckbox-display p {
margin: 0;
}
.ebbok-download-form .legal-consent-container .hs-form-booleancheckbox-display>span {
margin-left: 0px;
}
.ebbok-download-form h2{
margin-bottom: 30px;
}
.ebbok-download-form h2 {
font-size: 30px;
}
.wp-block-buttons .wp-block-button__link{
background: var(--bgdark);
border:0px;
color: var(--lime);	
font-size: 16px;
font-weight: 600;
letter-spacing: .02em;
padding: 13px 18px 13px 26px;
border-radius: 100px;
display: inline-flex;
align-items: center;
gap: 10px;
text-decoration: none;
transition: 0.3s ease-in-out;
}
.wp-block-buttons .btnLime .wp-block-button__link{
background: var(--bglime);
color: var(--dark);		
}
.wp-block-buttons .wp-block-button__link:after{
content:"";	
background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%2216%22%20fill%3D%22%23B9FF05%22%2F%3E%3Cpath%20d%3D%22M15.1865%2019.0098L17.3809%2016.5762H12.4248V15.209H17.3809L15.1865%2012.7822H16.875L19.5684%2015.8926L16.875%2019.0098H15.1865Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);
width: 32px;
height: 32px;
background-size: cover;
transition: 0.3s ease-in-out;
flex: 0 0 auto;
}
.wp-block-buttons .btnLime .wp-block-button__link:after{
background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M11%2015.5H21M17.875%2020L21%2015.5L17.875%2011%22%20stroke%3D%22%23B9FF05%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E);	
}
.wp-block-buttons .wp-block-button__link:hover {
transform: translateY(-2px);
box-shadow: 0 12px 32px rgba(185,255,5,.3);
}
.wp-block-buttons .wp-block-button__link:hover:after {
transform: rotate(-45deg);
}
.wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
text-decoration: none;	
}
.wp-block-accordion-item {
padding: 20px 0;
border-style: solid;
border-color: rgba(229, 228, 221, 0.1);
border-width: 1px 0 0 0;
}
.bd_post_body_content h3.wp-block-accordion-heading{
margin:0px;	
}
.wp-block-accordion-panel{
padding-top: 20px;	
}
.wp-block-accordion-item .wp-block-accordion-heading__toggle-icon{
height: 32px;
width: 32px;
background: rgba(229, 228, 221, 0.1);
border-radius: 50%;	
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon{
background:rgba(185, 255, 5, 1);
color:var(--dark);	
}
/* End */
/* timeline */
.timeline{
position:relative;
display: flex;
flex-direction: column;
gap: 10px;	
}
.timeline::before {
content: '';
position: absolute;
top: 0px;
left: 50%;
width: 2px;
height: 100%;
background-color: #cad2d6;
transform: translate(-50%,0);
}
.timeline__block {
display: flex;
gap: 15px 0;
position: relative;
}
.timeline__content p{
margin:0px;
padding-right:50px;
text-align: right;
}
.timeline__content{
width:50%;	
position:relative;
}
.timeline__content:after{
content: '';
position: absolute;
top: 13px;
right: 0;
width: 40px;
height: 2px;
background-color: #cad2d6;
transform: translate(0%,0);
z-index: -1;
}
.timeline__block:nth-child(2n){
justify-content: flex-end;
}
.timeline__block:nth-child(2n) .timeline__content p{
padding-left:50px;
padding-right:0px;
text-align: left;
}
.timeline__block:nth-child(2n) .timeline__content:after{
right: unset;
left:0px;	
}
.timeline__midpoint {
width: 16px;
height: 16px;
border-radius: 50px;
background: #0b0b0b;
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
top: 6px;
}
.timeline__block:nth-child(2n) .timeline__midpoint{
background:var(--bglime);	
}

/* --- Fillter CSS --- */
.fillterInfo.section-head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
}
.blogFillter {
    width: 100%;
}
.fillterInfo .blog-filter-top {
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 1.5fr 1.5fr;
}
.fillterInfo .ebbok-filter-top {
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 1.3fr;
}
.filter-search {
    position: relative;
}
.filter-search input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    padding: 0 45px 10px 0;
    color: #3D3D3D;
    background: transparent;
    outline: none;
    font-family: Aptos;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0%;
    vertical-align: middle;
}
.filter-search input::placeholder {
    color: #444;
}
.filter-search button {
    position: absolute;
    right: 0;
    bottom: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #222;
}
.filter-search button svg {
    width: 20px;
    height: 20px;
}
.filter-dropdown {
    position: relative;
}
.fillterInfo .dropdown-toggle {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0 0 10px;
    font-family: Aptos;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    color: #3D3D3D;
}
.filter-dropdown.active .arrow {
    transform: rotate(180deg);
}

.fillterInfo .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    padding: 12px;
    display: none;
    z-index: 10;
    max-height: 250px;
    overflow-y: auto;
}
.filter-dropdown.active .dropdown-menu {
    display: block;
}
.fillterInfo .dropdown-menu label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    cursor: pointer;
    font-family: Aptos;
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    color: #3d3d3d;
}
.fillterInfo .dropdown-menu input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.selected-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}
#clear-filter, #ebook-clear-filter {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: Aptos;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    color: #3D3D3D;
}

#selected-filters, .ebook-selected-filters{
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* Selected Tag */
.selected-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F3F1EC;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 15px;
    color: #444;
    line-height: 1;
}
.filter-chip {
    background-color: #F0EFE9;
    padding: 10px;
    border-radius: 3px;
    font-family: Aptos;
    font-weight: 400;
    font-size: 15px;
    color: #3D3D3D;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    gap: 8px;
}
.remove-chip {
    font-size: 35px;
    cursor: pointer;
    color: #000;
}
.selected-filter .remove {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}
/* --- End --- */


/* timeline end*/
@media(min-width:992px){
.blog_detail_content > h1{max-width: 1000px;width: 100%;}	
section.timeline {padding: 0 100px;}
}
@media(max-width:1199px){	
.bdpb_table_content_list{padding-right:0px;}
.bd_post_body_content h2{font-size:26px;}
.bd_post_body_content h3{font-size:20px;}	
}
@media(max-width:991px){
.blog_detail_banner{padding: 100px 0 40px;min-height: auto;}	
.blog_list_banner_md{padding: 100px 0 40px;min-height: auto;}	
.blog_detail_content > h1, .blog_banner_content > h1{font-size:42px;line-height:1.1em;margin: 20px 0;}
.blog_detail_ai_summry{padding-top: 30px;font-size: 14px;}
.bdc_info{font-size:14px;}
.bd_post_body_content{font-size:14px;}	
.bdpb_table_dnone{display:none;}
.bd_post_body_content blockquote p{font-size:16px;}
.blog_banner_content > p{font-size:16px;}
.sectin_title_lt h2{font-size: 30px;margin:0 0 20px;}
.bd_post_body_content h3.wp-block-accordion-heading{font-size:16px;}

.fillterInfo.section-head {grid-template-columns: 1fr;gap: 20px;}
}
@media(max-width:767.99px){
.bd_post_body_content .wp-block-group{padding: 20px;}	
.post_related_blogs .row{gap:20px 0px;}
.all_blog_posts_md .slick-list{margin:0px;}
.all_blog_posts_md .slick-track{gap:0px;}
.blog_lising_pagination{padding-top: 20px;}
/* Ebook form css */
.ebbok-download-form h2.ebook-form-title{font-size: 24px;}
.ebbok-download-form{padding: 30px; margin-top: 10px;}
/* End */
.wp-block-buttons .wp-block-button__link{padding: 10px 8px 10px 20px;}

.fillterInfo .blog-filter-top, .fillterInfo .ebbok-filter-top {gap: 15px; grid-template-columns: 1fr;}
}
