header, footer{
    display: none;
}
.print-btn-wrapper .btn,
.blog-breadcrumb, .home-suggestion-block-section, .our-schedule-block-section{
    display: none;
}
.account-page-details-block-section .form-wrapper .save-changes-btn{
    display: none;
}

@media print {
    /* visible when printed */
    .print-text{
        display: block!important;   
    }    
    .print-text img{
        width: 150px;    
    }
}

