/* recent_contents_start  */
/* recent_contents_start  */


@media (min-width: 1080px) {

.recent_main_bg{background: #E8EEAD;

}



.up_grade img{background: url(../img/Dot_Grade_Up_White.png) repeat-x;
        width:100%;
        height:141px;
        position:relative;
        z-index:150000;
        /* border:1px solid red; */
}


/* main_base_end  */


.pagination{
   margin:0;
}
.nav-links{
   display:flex;
}
.page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:20px 25px;
   color:#3C5710;
    font-weight:bold;
   border-radius:10px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.current{
   padding:20px 25px;
   background:#9BCA51;
   color:#fff;
}
prev,
next{
   display:inline-block;
   margin-right:20px;
   padding:20px 25px;
   color:#3C5710;
    font-weight:bold;
   border-radius:10px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.dots{
   background:transparent;
   box-shadow:none;
}

}


/* html_end  */