.research_data .answer-body.illips p span {
    background-color: transparent ! IMPORTANT;
}
.research_data .title_content .section_heading p a{
	font-weight:600;
}
div.news-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
div.home-page-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.custom_sidebar_content .tag_main_list .catgory_data_list ul{
	padding-left:10px;
}
 .custom_sidebar_content .tag_main_list .catgory_data_list .post-title{
	margin-bottom:10px !important;
	 padding-top:10px;
}
.category_cards .trending {
    color: #32cd32 !important;
	background-color: rgba(0, 0, 0, 0.54);
    border-radius: 18px;
    padding: 3px 8px 3px;
}
.category_cards .trending img {
    width: 15px !important;
    vertical-align: text-top;
    height: 15px;
}
#events{
	margin-top:40px !important;
}
.category_cards .category_heading .new {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 18px;
    padding: 3px 8px 3px;
    color: #ffffff;
}
.box_tag .trending{
   color:#32cd32 !important;
}
.box_tag .popular{
	color:#44d9e6 !important;
}
.category_cards .category_body{
    display: flex;
    flex-direction: column;
    height: calc(300px - 35px);
}
.category_cards .category_body .custom_see_download {
    flex-wrap: nowrap !important;
   }
   .category_cards .category_body .custom_see_download a span{
       color: #d09d26 !important;
   }
#all_type .bg_category {
    margin: 0;
}
#q_and_a .insight_boxes .category_cards .category_body .custom_see_download a span {
   color: #d09d26 !important;
}
#q_and_a .insight_boxes .category_cards .category_body .second_heading{
    padding-bottom: 7px;
}
.category_cards .category_body .second_heading a, .category_cards .category_body .categroy_description a, .category_cards .category_body .answer-body a div p span, .category_cards .category_body .custom_see_download .follow_icons a i
, .category_cards .category_body .answer-body a div p {
             color: white !important;
   }

.answer-body.illips a div p {
    margin:0px !important; 
   }
#q_and_a .insight_boxes .category_cards .category_body{
    height: 300px;
    display: flex;
    flex-direction: column; 
}
#q_and_a .insight_boxes .custom_see_download {
    flex-wrap: nowrap !important;
}
#q_and_a .insight_boxes .category_cards .category_body h2 a, #q_and_a .insight_boxes .category_cards .category_body .answer-body a, #q_and_a .insight_boxes .category_cards .category_body .custom_see_download .follow_icons a i, #q_and_a .insight_boxes .category_cards .category_body .second_heading a  {
 color: white !important;
}
.illips font{
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.illips a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reserach_nav_tab ul::-webkit-scrollbar{
	width: 2px !important;
        height:2px;
}
.reserach_nav_tab ul::-webkit-scrollbar-thumb
{
    	width: 5px !important;
	background-color: #22222240;
}
.reserach_nav_tab ul  {
      overflow: auto;
    }
    .reserach_nav_tab ul li a{
      /*white-space: nowrap;*/
    }
.insight_boxes figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 18 / 9;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    }
    .article-body h2 {margin: 0;display: inline-block;transition: all 0.3s ease 0s;}
    .research_data img {
    max-width: 100%;
    transform-origin: center;
    height: fit-content;
    }
    .research_data img:hover, .image_box a img:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
    }
    .article-body {padding: 16px;min-height: 120px;display: flex;flex-wrap: wrap;gap: 12px;}
/*     .research_data a:focus {
    outline: 1px dotted #28666e;
    } */
    .research_data a {
    display: inline-flex;
    align-items: center;
/*     word-break: break-all; */
    }
    .research_data:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    }
    .insight_boxes .articles {
    display: grid;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    }
    .post-slide .post-title a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    }
    .custom_see_download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    }
    .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
    }
    .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top:40%;
    left:20px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    padding: 20px 24px 20px 16px;
    display: flex;
    align-items: center;
    }
    .owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:40%;
    right: 20px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    padding: 20px 24px 20px 16px;
    display: flex;
    align-items: center;
    }
    .owl-controls .owl-buttons .owl-prev:after,
    .owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:26px;
    }
    .owl-controls .owl-buttons .owl-next:after {
    content:"\f105";
    }
    .demo-icon.icon-bookmark-icon:before {
    content: "\e840";
    color: #000;
    }
    .demo-icon {
    font-family: "fontello";
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 225%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    .author_name, .custom_see_download {
    width: 100%;
    }
    .insight_boxes {
    display: flex; 
    justify-content: center;
    }  
    .post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    }
    .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 240px;
    }
    .post-slide .post-img img{
    width: 100%;
    height: auto;
    position: relative;
    transition: transform 0.3s ease;
    }
    .post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
    }
    .post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
    }
    .post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    }
    .post-slide .post-content{
    background:#fff;
    padding: 20px 20px;
    border-radius: 15px;
    }
    .post-slide .post-title a{
    display: inline-block;
    transition: all 0.3s ease 0s;
    }
    .post-slide .post-description{
    margin-bottom:25px;
    }
    .post-slide:hover .post-img img {
    transform: scale(1.05);
    }
    .post-slide .read-more{
    padding: 7px 20px;
    float: right;
    background: #2196F3;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    }
    .post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    }
    .author_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    gap: 10px;
    }
    .editage_categories_boxes a {
    text-decoration: none;
    outline: none;
    }
    .custom_ribbon {
		color:white;
    justify-content: center;
    background: #d74827;
    background: transparent linear-gradient(277deg,#d74827 0%,#d94925 3%,#fb6303 100%);
    position: absolute;
    bottom: 0;
    z-index: 9;
    text-align: center;
    width: 155px;
    height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    }
    .custom_ribbon::after {
    content: '';
    border: 16px solid #d74827;
    border-right-color: transparent;
    border-right-width: 12px;
    position: absolute;
    top: 0;
    right: -20px;
    }
    .custom_new_bookmark a span {
    background-image: url(https://cdn.editage.com/insights/editagecom/production/2020-01/heart.svg);
    width: 30px;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center;
    background-size: 15px;
    display: block;
    position: absolute;
    top: 15px;
    background-color: #ffff;
    border-radius: 50%;
    right: 10px;
    }
    .category_cards .post-slide {
    background-color: rgba(0,0,0,0.75);
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
    height: 290px;
    overflow: hidden;
    }
    .category_heading {
    padding: 8px 0 0 16px;
    }
    .popular span {
    background-color: rgba(0,0,0,0.54);
    border-radius: 18px;
    padding: 3px 8px 3px;
    }
    .category_body {
    padding: 1rem;
    }
    .answer-body {
    border-top: solid 1px #707070;
    padding-top: 10px;
    min-height: 120px;
    }
    .icon-follow-icon:before {
    content: "\e831";
    }
    .custom_follow {
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: auto;
   
    }
    .section_heading h2 {
    margin: 0 0px 12px 0px;
    }
    .section_heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
		flex-wrap: wrap;
    }
    .title_content {
/*     padding: 0px 20px; */
    }
    .box_tag {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 0;
    bottom: 0;
    background-attachment: fixed;
    width: auto;
    height: fit-content;
    }
    .box_tag span {
    background-color: rgba(0,0,0,0.54);
    border-radius: 18px;
    padding: 3px 8px 3px;
    }
    .video_banner::before {
		cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    content: "\f01d";
    font-size: 40px;
    color: transparent;
    background: url(https://wp.avdheshsharma.com/wp-content/uploads/2024/03/video_icon.svg) no-repeat;
    width: 30px;
    background-position: center;
    z-index: 9;
    }
    .card_tag_date {
    width: auto;
    height: auto;
    position: absolute;
    background-attachment: fixed;
    overflow: hidden;
    bottom: 4px;
    left: 7px;
    }
    .tag_main_list ul {
    padding: 0;
    list-style: none;
    line-height: 2;
    }
    .catgory_data_list:last-child {
    border-bottom: solid 0.5px rgba(0, 0, 0, 0.54);
    padding-bottom: 30px;
    }
.reserach_nav_tab .post-title{
	margin-bottom:0px !important;
}
    .reserach_nav_tab.active_1 {
		background-color:white;
      position: fixed;
    top: 75px;
    width: 100%;
    max-width: 1170px; 
		padding-left:10px;
		padding-right:10px;
      }
    
    .reserach_nav_tab {
    display: flex;
    align-items: baseline;
    gap: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-top: none;
    margin-right: auto;
    margin-left: auto;
    / position: sticky; /
    background: #fff;
    z-index: 9;
    / top: 106px; /
    width:100%;
    padding: 16px 0px 20px;
		justify-content: space-around;
    }
    .reserach_nav_tab .research_tab_active {
    color: #004ffe;
    font-weight: bold;
    border-bottom: 3px solid #004ffe;
    padding-bottom: 23px;
    }
    .section_first {
    margin-top: 40px;
    }
    .nav_tab_menu {
    text-align: center;
    }
    .reserach_nav_tab li.active a
    {
    color: #004ffe;
    font-weight: bold;
    }
    .bg_category {
    background-color: rgba(0, 0, 0, 0.75);
    }
    .editage_main_content {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    }
    .editage_main_content main {
    width: 77%;
    }
    .editage_main_content aside {
    width: 23%;
    }
    .research_main_topics{
    display: flex;
    gap:20px;
    margin-top: 24px;
    }
    .research_data a , .research_data img {
    width: 100% !important;
    }
    #ajax-load-more .alm-listing.alm-ajax {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 30px;
    }
    .use-ajax {
    justify-content: right;
    }
    .article-body h2 a {display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
    #ajax-load-more .article-body {
    box-shadow: rgb(187, 203, 216) 0px 14px 22px -9px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }
    #ajax-load-more .use-ajax {
    justify-content: right;
    }
    #ajax-load-more img {
    aspect-ratio: 16 / 9;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }
    #ajax-load-more {
    padding: 20px 16px;
    }
    .showcase-info-container .demo-icon.icon-plus-subscribe-blue-icon::before {
    content: "\e80e";
    color: blue;
    display: inline-block;
    align-items: center;
    }
    .showcase-page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.54);
    padding-top: 30px;
    }
    .subscribe-container {
    padding-left: 12px;
    border-left: solid 0.8px #bcbcbc;
    }
    .subscribe-button:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color: #004ffe;
    outline: none;
    }
    .showcase-info-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    }
    .subscribe-button {
		font-weight: 500;
    width: fit-content;
    padding: 20px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: 1px solid #004ffe !important;
    text-align: center;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
    border-radius: 24px;
    justify-content: center;
    color: #000;
    }
    .showcase-sub-button {
    display: flex;
    justify-content: center;
    margin: 0;
    }
    .showcase-information img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    }
    .showcase-subtitle p {
    margin: 0;
    }
    .reserach_nav_tab h3 {
    width: 23%;
    }
    .reserach_nav_tab ul {
      align-items: center;
    width: 77%;
    justify-content: left;
    gap: 20px;
    margin: 0 -10px;
    padding: 0 10px;
    list-style: none;
    display: flex;
    }
    .image_box:hover img {
    transition: all .2s linear;
    transform: scale(1.1);
    }
    .image_box img {
    transition: all .2s linear;
    }
    .custom_see_download .use-ajax {
    text-align: end;
    }
    .tag_main_list p {
    margin-bottom: 20px;
    }
    .showcase-category-page {
    padding: 0px !important;
    }
    .catgory_data_list h3 {
    margin-bottom: 15px;
    }
    .editage_main_content .research_data {
    margin-top: 20px;
    }
    .editage_main_content .research_data:first-child {
    margin-top: 0px;
    }
    @media(max-width:1200px){
      .reserach_nav_tab.active_1 {
        top: 150px;
        / max-width: 80%; /
    }
    .article-body h2 {
     font-size:24px;
     line-height:1.2;
    }
    .author_name p {
      font-size:14px;  
    }
    }
    @media(max-width:1024px){
      .reserach_nav_tab.active_1 {
        top:0px;
    }
    }

    @media(max-width:991px){
      .reserach_nav_tab .post-title {
             display: none;
      }
      .reserach_nav_tab ul{
        width: 100%;
		  padding:0 20px;
      }
      .reserach_nav_tab ul li a {
        white-space: nowrap;
      }
      .reserach_nav_tab.active_1 {
		  left:0px;
        max-width: 100%;
        top:0px;
        overflow-x: auto;
    }
    #ajax-load-more .alm-listing.alm-ajax {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0px 16px;
    }
    div.news-slider {      
      grid-template-columns: repeat(2, 1fr);
    }
    div.home-page-slider {
				grid-template-columns: repeat(2, 1fr);
	}
    .heading_title_one {
    display: none;
    }
    .editage_main_content aside {
    display: none;
    }
    .editage_main_content main {
    width: 100%;
    }
    .subscribe-container{
    width:100% !important;
    border-left: 0px;
    padding-left: 0px;
    }
    .showcase-sub-button {
    justify-content: end;
    }
    .reserach_nav_tab {
    top: 0px;
    }
    }
    @media(max-width:767px){
		.editage_main_content .research_data {
    margin-top: 10px;
    }
		#ajax-load-more {
			padding-left:0px !important;
			padding-right: 0px !important;
		}
    #ajax-load-more .alm-listing.alm-ajax {
    grid-template-columns: repeat(1, 1fr);
    }  

		div.news-slider {    
        grid-template-columns: repeat(1, 1fr);
    }
	div.home-page-slider {
		grid-template-columns: repeat(1, 1fr);
	}
    }
    @media(max-width:420px){
		
    }
