.single_banner_breadcrumb {
    margin: 25px 0 35px;
}
.featured_post_heading {
    margin-bottom: 65px;
}
.feature_post_box {
    display: block;
    text-decoration: none;
    transition: all .5s;
} 
.feature_post_box .feature_post_box_img {
    overflow: hidden;
}
.feature_post_box .feature_post_box_img img {
    width: 100%;
    transition: all .5s;
    transform: scale(1);
    height: 350px;
    object-fit: cover;
}
.feature_post_box .feature_post_box_img iframe {
    height: 350px;
}
.feature_post_box .feature_post_box_body .feature_post_box_title h4 {
    color: var(--primary-color);
}
.feature_post_box .feature_post_box_body .feature_post_box_title {
    margin: 8px 0;
}  
.feature_post_box .feature_post_box_body .feature_post_box_title h4 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}  
.feature_post_box .feature_post_box_body .featured_post_excerpt { 
    margin-bottom: 15px;
    color: var(--primary-color);
}
.feature_post_box .feature_post_box_body .feature_post_box_date_wrap .post_box_date, 
.post_box .post_box_body .post_box_date {
    font-weight: normal;
    text-transform: uppercase; 
    font-size: 11px;
    margin: 15px 0 8px;
    color: var(--grey-color);
}  
.feature_post_box:hover {
    text-decoration: none;
}
.feature_post_box:hover .feature_post_box_img img {
    transform: scale(1.08);
}  
.featured_post_sec .main_heading h2 {
    font-size: 38px;
} 
.post_cardList > .row {
    margin-bottom: -60px;
}
.post_cardList > .row > [class*='col-'] { 
    margin-bottom: 60px;
}
.post_box {
    text-decoration: none;
    display: block;
    transition: all .5s;
} 
.post_box .post_box_img {
    overflow: hidden;
}
.post_box .post_box_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1);
}
.post_box .post_box_img iframe {
    width: 100%;
    height: 250px; 
    display: block;
}
.post_box .post_box_body {
    margin-top: 18px;
}
.post_box .post_box_body .post_box_title {
    margin: 10px 0 15px;
}
.post_box .post_box_body .post_box_title h4 {
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
} 
.post_box .post_box_body .post_box_link_wrap {
    margin-top: 25px;
}
.post_box .post_box_body .post_type_label, 
.feature_post_box .feature_post_box_body .post_type_label,
.single_inner_banner .single_post_type_label {
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    margin-top: 2px;
    background: var(--secondary-color);
    color: var(--white-color);
}
.post_box:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.post_box:hover .post_box_img img {
    transform: scale(1.08);
}
.insightsSec_tabs {
    margin-bottom: 45px;
}
.insightsSec_tabs ul {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--secondary-color);
}
.insightsSec_tabs ul li a {
    font-size: var(--font-size-primary); 
    padding: 0;
    background: transparent !important;
    border: 0;
} 
.insightsSec_tabs ul li {
    margin-bottom: 10px; 
}
.insightsSec_tabs ul li + li {
    margin-left: 30px;
}
.insightsSec_tabs ul li a.active{
    font-weight: 600;
}
.insightsSec_tabs ul li a.active, .insightsSec_tabs ul li a:hover {
    color: var(--secondary-color) !important;
}
.feature_post_box_flex_top_featureTxt .h5 {
    color: var(--secondary-color);
}
.feature_post_box_flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
.feature_post_box_flex > div {
    width: 100%;
}

.banner_bredcrumb_wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_bredcrumb_wrap li {
    text-transform: uppercase;
    font-size: 13px;
    color: var(--black-color);
    position: relative;
}
.banner_bredcrumb_wrap li+li {
    margin-left: 6px;
    padding-left: 13px;
}
.banner_bredcrumb_wrap li::before {   
    content: '';
    border: 1px solid var(--black-color);
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    border-top: 0;
    border-left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
    margin-top: -1px;
}
.banner_bredcrumb_wrap li > span {
    font-weight: 600;
}
.banner_bredcrumb_wrap li:first-child::before {
    display: none;
}
.banner_bredcrumb_wrap li a, .banner_bredcrumb_wrap li a span {
    color: var(--heading-color); 
}
.banner_bredcrumb_wrap li a:hover, .banner_bredcrumb_wrap li a:hover span {
    color: var(--secondary-color); 
    text-decoration: none;
}

@media screen and ( max-width: 1199px ) { 
 
    .banner_bredcrumb_wrap li { 
        font-size: 11px; 
    } 

} 
@media screen and ( max-width: 767px ) {    
    .single_banner_breadcrumb {
        margin: 15px 0 30px;
    } 
    .featured_post_heading {
        margin-bottom: 45px;
    }
    .feature_post_box .feature_post_box_img img {
        height: auto;
    }
    .feature_post_box_flex {
        margin-top: 25px;
        display: block;
    }
    .feature_post_box_flex_top_featureTxt .h5 {
        font-size: 17px;
    }
    .feature_post_box .feature_post_box_body .feature_post_box_title .h3 {
        font-size: 26px;
    }
    .post_box .post_box_img img {
        height: 200px;
    }
    .post_box .post_box_body .post_box_link_wrap {
        margin-top: 18px;
    }
    .cust_pagination { 
        margin-top: 50px;
    }
    .banner_bredcrumb_wrap li { 
        font-size: 10px; 
    } 
    .banner_bredcrumb_wrap li+li {
        margin-left: 5px;
        padding-left: 10px;
    } 
    .banner_bredcrumb_wrap li::before { 
        width: 4px;
        height: 4px; 
    }
}