

/********************
 *
 * NEXT  POSTS
 *
*********************/


.svc_pre_container {
    padding: 20px;
}
.svc_pre_container_after{
    background:#ffffff;
}


/*next arrow*/
.svc_next_ref {
    clear: both;
    border-top: 4px solid #ccc;
    text-align: center;
    margin: 0 auto 0px auto;
}

.svc_next_ref .svc_next_txt {
    display:none;
    /*
    color: #b3b2b2;
    font-size: 20px;
    line-height:20px;
    margin-left: 2px;
    font-weight: 700;
     */
}

.svc_next_ref::before {
    content: "";
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
}
.svc_next_content{
    background:#ccc;
    padding:10px;
}

.svc_more_ads_container{
    background:#ffffff;
}

.lds-dual-ring {
    display: block;
    width: 47px;
    height: 47px;
    margin: 20px auto;
    text-align: center;
    background:#ffffff;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #2196F3;
    border-color: #2196F3 transparent #2196F3 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

