.single {
    background-color: #E00A0A;
    color: white;
    /* border: solid; */
    border-radius: 100px;
}

.applynow {
    background-color: #dfdfdf;
    color: #E00A0A;
    padding: 1%;
    border-radius: 100px;


}

.applynow:hover {
    background-color: #E00A0A;
    color: white;
    border-radius: 100px;
    padding: 1%;
}
.applynow1 {
    background-color: #dfdfdf;
    color: #E00A0A;
    padding: 3%;
    border-radius: 100px;

}

.applynow1:hover {
    background-color: #E00A0A;
    color: white;
    border-radius: 100px;
    padding: 3%;
}
.rts-section-gap{
    padding-top:60px;
}

@media print {
    .related-jobs,
    .leave-reply,
    .Categories,
    .location,
    .progress-wrap,
    .footer-one,
    .main-header{
        display:none;
    }
    .blog-single-post-listing .blog-listing-content{
        border:none !important;      
    }
    .header--sticky.sticky {
        position: static !important;
    }
    .rts-section-gap{
        padding-top:0 !important;
    }
    .blog-listing-content,
    .blog-single-post-listing{
        padding:0 !important;
        border:0 !important;
    }
    .mt--30 {
        margin-top: 5px !important;
    }
    h3,h4{
        font-size:18px !important;
        margin:0 !important;
        /*padding:0 !important;*/
    }
    .recent-post-single {
        width:50%;
        float:left !important
    }
    .rts-single-wized,p,.rts-single-wized .recent-post-single{
        padding:0 !important;
        margin:0 !important;
    }
}