.blog_trending_sec {margin-block: 25px;}
.blog_new_head h2 {position: relative;font-size: 36px;color: #EC7200;font-weight: 900;margin-bottom: 15px;padding-bottom: 10px;}
.blog_new_head h2::after {position: absolute;content: "";width: 200px;height: 4px;background-color: #EC7200;left: 0;bottom: 0;}
.blog_new_head h1 {position: relative;font-size: 36px;color: #EC7200;font-weight: 900;margin-bottom: 15px;padding-bottom: 10px;}
.blog_new_head h1::after {position: absolute;content: "";width: 200px;height: 4px;background-color: #EC7200;left: 0;bottom: 0;}
.blog_new_category {margin-block: 20px;align-items: center;display: flex;flex-wrap: nowrap;overflow-x: auto;overflow-y: hidden;white-space: nowrap;-webkit-overflow-scrolling: touch;scrollbar-width: thin;}
.blog_newC_img {margin-right: 20px;min-width: 302px;position: relative;}
.blog_newC_img:last-child {margin-right: 0px;}
.blog_newC_img img {width: 100%;object-fit: cover;height: 175px;}
/* .blog_new_category::-webkit-scrollbar {display: none;} */
.blog_newC_text {position: absolute;background-color: #EC7200;top: 25px;padding: 7px 10px 7px 10px;}
.blog_newC_text p {color: #fff;font-weight: 500;}

.b_popular_img {position: relative;}
.b_popular_img img {width: 100%;object-fit: cover;height: 390px;}
.b_popular_imgTxt {position: absolute;background-color: #EC7200;top: 25px;padding: 7px 10px 7px 10px;}
.b_popular_imgTxt p {color: #fff;font-weight: 500;text-transform: uppercase;}
.b_popular_content {display: flex;flex-direction: column;justify-content: center; gap: 5px; height: 100%; margin-top: 12px;}
.b_popular_content h2 {color: #333;font-size: 36px;font-weight: 600;}
.b_popular_content p {color: #ABABAB;}
.b_popContent_inner, .b_relatedCard_author {display: flex;justify-content: space-between;margin-top: 20px;}
.b_popContent_inner p a, .b_relatedCard_author p a {color: #1F1F1F;}
.b_popContent_inner p {color: #ABABAB;}
.b_popContent_inner a, .b_relatedCard_author a {color: #2989DA;text-decoration: underline!important;font-weight: 500;}
.b_popContent_inner {margin-top: 0;}
.b_related_topic {margin-block: 25px;}
.b_relatedCard_img {position: relative;}
.b_relatedCard_imgTxt {position: absolute;background-color: #EC7200;top: 25px;padding: 7px 10px 7px 10px;}
.b_relatedCard_inner  {margin-bottom: 20px;}
.b_relatedCard_img img {width: 100%;object-fit: cover;height: 160px;}
.b_relatedCard_imgTxt p {color: #fff;font-weight: 500;text-transform: uppercase;font-size: 14px;}
.b_relatedCard_img h3 {line-height: 20px;margin-top: 10px;}
.b_relatedCard_img h3 a {font-size: 20px;color: #333;font-weight: 600;}
.b_relatedCard_author p {color: #ABABAB;font-size: 14px;}
.b_relatedCard_author a {font-size: 14px;}
/* nav tab sec */
.b_trending_latest .nav-tabs .nav-link {color: #D3D3D3;font-weight: 600;}
.b_trending_latest .nav-tabs .nav-link:focus, .b_trending_latest .nav-tabs .nav-link:hover {border-color:transparent}
.b_trending_latest .nav-tabs .nav-link.active {border-color: transparent; color:#EC7200;border-bottom: 3px solid #EC7200;}
.b_trending_topic {border-left: 1px solid #D3D3D3;padding: 0 10px;margin-top: 25px;}
.b_trending_topic_inner {border-bottom: 1px solid #ABABAB;margin-bottom: 15px;padding-bottom: 15px;}
.b_trending_topic_inner h3 {line-height: 20px;margin-bottom: 10px;}
.b_trending_topic_inner h3 a {color: #333;font-size: 20px;font-weight: 600;}
.b_trending_topic_inner p {color: #ABABAB;font-size: 14px;}
.blog_category_bottom_desc .index_scroll { height: 300px; overflow-y: auto; margin-bottom:25px; padding: 30px; background-color: #f9f7f7;}
.blog_category_bottom_desc .index_scroll :where(h2,h3,h4,h5,h6) {padding-bottom: 7px;}
.blog_category_bottom_desc .index_scroll :where(p, ul, ol) {margin-bottom: 7px;}
.blog_category_bottom_desc .index_scroll {list-style: inside;}
.blog_category_bottom_desc .index_scroll a {color : #0077cc;}
.blog_category_bottom_desc .index_scroll a:hover {color : #EC7200;}


@media only screen and (max-width:991px) {
    .blog_new_head h2 {font-size: 28px;}
    .blog_new_head h1 {font-size: 28px;}
    .b_popular_content h2 {font-size: 32px;}
}
@media only screen and (max-width:767px) {
    .b_popular_content h2 {margin-top: 10px;}
}
@media only screen and (max-width:575px) {
    .b_relatedCard_img img {height: 220px;}
}
a:hover{
    color : #EC7200;
}