.sm_icons_text img{
height: 40px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination button {
    margin: 0 5px;
    padding: 10px 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
}
.pagination button:hover {
    background-color: #ddd;
}
.pagination button.active {
    background-color: #3e593c;
    border-color: #3e593c;    
    color: #fff;
}

.pagination button[disabled] {
    background-color: #cccccc;
    cursor: not-allowed;
    display:none;
}

.quizList{
    display: grid;
}
.theme2 .featStoWrp .singlepost .sngcontent h3 .quiz_title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sm_icons_text img{
height: 40px;
}

.theme2{
    background-color: #fff !important;
}

#shareBlogModal .row{
    justify-content: unset;
}
.wishShareWrapper.clearfix {
    margin-top: 15px;
}
.sngcontent {
    display: flex;
    flex-direction: column-reverse;
}
a .arrR_whiteRed, label .arrR_whiteRed {
    padding: 10px 25px 10px 15px;
}
.share-score {
    display: none !important;
}
a .arrR_whiteRed:after, label .arrR_whiteRed:after {
    right: 10px;
}
.your-score .btnRed span:after {
    top: 53%;
}
.your-score .btnRed span {
    line-height: unset;
    height: auto;
}
.btnRed.type2{
    margin-top: 10px;
}
.theme2 .blog-listings .dvRelatedArticles .dvRelatedArticleTitle {
    margin: 20px auto 10px;
}
.main_container_kc .social-icns {
   z-index: 3;
}
a:hover .arrR_whiteRed:after, label:hover .arrR_whiteRed:after {
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .blogRelatedSliderContent .bx-wrapper .bx-has-controls-direction a.bx-prev:after {
        left: 0px;
    }
    .blogRelatedSliderContent .bx-wrapper .bx-has-controls-direction a.bx-next:after {
        right: 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1121px) {
    .blog-listings .featStoWrp .listingDiv ul li .singlepost .sngcontent, .blog-listings .featStoWrp>ul li .singlepost .sngcontent {
        min-height: auto;
    }
}