.wrapper-img{
    width: 100%;
    height: auto;
}
.wrapper-img{
    width: 355px;
    height: 309px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s;
    overflow: hidden;
}
.wrapper-img:hover{
    transform: scale(1.05)
}
.wrapper-text{
    margin: .5rem 0;
}
.wrapper-path{
    color: black;
    position: relative;
    width: fit-content;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin: .5rem 0 2rem;
}
.wrapper-path:hover{
    color: black;
   text-decoration: none;
}
.wrapper-path:before {
    content: "";
    display: block;
    background-image: url(/netcat_template/template/14/assets/img/arrow-blog.svg);
    width: 35px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -3px;
}
.wrapper-text-img{
    margin-bottom: 2rem;
    cursor: pointer;
    overflow: hidden;
}
.sec1{
    padding: 50px 0;
}

@media only screen and (min-width: 990px) {
    .sec1{
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .sec1{
        padding: 4rem 0;
    }
}

.nil-cust{
    border: none;
    border-top: 2px solid rgba(13, 40, 57, 0.1);
    color: grey;
}
.no-bor{
    border: none;
}
.page-item.active .nil-cust {
    border-top: 2px solid #0EBAB9 !important;

}

.page-item.active .page-link {
    z-index: 1;
    color: #000 !important;
    background-color: initial;
    border-color: initial;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: .0 !important;
}
.nil-cust:hover,
.no-bor:hover{
    z-index: 2;
    color: #0EBAB9 !important;
    text-decoration: none;
    background-color: initial !important;
    border-color: initial !important;
}

.top-up{
    margin-top: -1.2rem;
}

.page-it-cust:active,
.page-it-cust:focus,
.nil-cust:active,
.nil-cust:focus,
.no-bor:active,
.no-bor:focus{

    box-shadow: none !important;
}
.wrapper_pagin{
    padding: 1rem 0;
    margin-top: 1rem;
}
