
.ad-block{
display:block;
background-color: rgba(128,128,128,0.1);
text-align: center;
padding-bottom: 15px;
margin-bottom: 20px;
}
.ad-txt{
display:block;
text-align:center;
color: #bbbbbb!important;
font-size:12px;
font-weight:bold;
line-height: 20px!important;
margin-bottom:5px;
}

/*-[ pagenation block start]--------------------------------*/
.next-page-link-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}
.one-next-page{
     width: 34%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 33%;
}
.one-next-page a {
    display: block;
    background-color: #33bcf2;
    font-weight: 800;
    padding: 15px 0;
    font-size: 24px;
    color: #fff!important;
    border-radius: 5px;
    border: 1px solid;
    transition: all .25s linear
}
.one-next-page a:hover {
    background-color: #f47555
}

.next-page-link {
    width: 55%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 22.5%;
}

.next-page-link a {
    display: block;
    background-color: #33bcf2;
    font-weight: 800;
    padding: 15px 0;
    font-size: 24px;
    color: #fff!important;
    border-radius: 5px;
    border: 1px solid;
    transition: all .25s linear
}

.next-page-link a:hover {
    background-color: #f47555
}

div.pagination a {
    margin-bottom: 5px
}

@media(max-width: 768px) {
    .next-page-link {
            width: 70%;
            text-align: center;
            margin-top: 25px;
            margin-bottom: 25px;
            margin-left: 15%
    }
    .next-page-link a {
        padding: 10px 0;
    }    
    .one-next-page{
     width: 34%;
    margin-left: 33%;
}
        .one-next-page a {
        padding: 10px 0;
    }    
}

/*
@media(max-width: 768px) {
    .next-page-link .text {
        display:none
    }
}*/
/*-[ pagenation block end]--------------------------------*/
