.main-pdf .delete-box {
    display: none;
}

.main-pdf .delete-box h2 {
    text-align: center;
    font-weight: 700;
    padding: 40px 0px 25px;
}

.main-pdf .delete-box .back-home {
    background-color: #F95E19;
    border-radius: 6px;
    color: #fff;
    margin: auto;
    width: 320px;
    height: 80px;
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
}

.main-pdf .delete-box .back-home span {
   font-size: 24px;
   font-weight: 700;
   line-height: 40px;
   margin-left: 10px; 
   

}

.main-pdf .delete-box .back-home img{
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
}
