.pagination-container {
    text-align: center;
}
.customPagenation {
    border: none;
    list-style: none;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 25px;
    padding:0px;
}

.customPagenation>li {
    display: inline;
}

.customPagenation a {
    font-size: 14px;
    margin: 5px;
    color: #444;
}

.custom-page a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.5s;
    padding-top: 1px;
}

.custom-page.active a {
    background: #1db177;
    color: #fff;
}

.custom-page a:hover, .custom-page a:focus {
    background: #eee;
    color: #000;
}
