.error_page{
    padding: 200px 0 100px 0;
    text-align: center;
}
.load_more_btn_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
} 
.cat-insight-section .article{
    border-bottom: unset;
}
#checklistModal{
    z-index:9999;
}
/* .cards-sec .card-wraper:hover {
    background-color: unset !important;
    color: unset !important;
} */
.cards-sec .card-wraper:hover {
    background-color:#ffffff !important;
    color:#191919 !important;
}
.cards-sec .card-wraper:hover .card-contents p{
    background-color:#ffffff !important;
    color:#7b7b7b !important;
}
/* .cards-sec .card-wraper:hover .card-contents span{
    background-color:#ffffff !important;
    color:#009de9 !important;
} */
.cards-sec .card-wraper:hover .card-contents span a{
    background-color:#ffffff !important;
    color:#009de9 !important;
}
.cards-sec .card-wraper:hover .card-contents p a{
    background-color:#ffffff !important;
    color:#009de9 !important;
}
.title h2 span a{
    font-weight: 600;
    color: #029f4a;
    display: inline;
}