@media print {
  /* Hide unwanted parts */
  header,
  footer,
  nav,
   #scrollToTop,
  .section.innerBanner,
  .dashboard-footer,
  .toolbar,
  .region-header,
  .side_bar_blog,
  .side_bar_search,
  .export-buttons,   /* your Export PDF + Print Page button wrapper */
  .manage,
  .shortcuts,
  .ies-supadmin,
  .service-section button,
  .export-pdf,
  .print-page,
  .exportMargebtn,
  img{
    display: none !important;
    
  }
  .innerBanner h2,
  .section.innerBanner,
  .bannerImg,
  .bannerImg img{
    padding: 0px;
    margin: 0px;
    display: none !important;
    height: 0;
  }
 
  .page-node-type-executive-record-sheet,
  section.service-section-executive,
  .service-section-executive .executive-detailed,
  .service-section-executive .service-section,
  .executive-detailed.px-4 {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
section.innerBanner{margin-top: 0px !important;height: 0px;}
  /* Force main content full width */
  .table-wraper,
  .view-executive-record-sheet{
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    display: block !important;
    padding: auto;
    margin-bottom: 20px !important;
  }
  .service-section .executive-detailed:first-child{margin-bottom: 15px !important;}
.mainWrap {
    margin:0px 0 0;
}
* {
   
    color: #000 !important;
    box-shadow: none !important;
  }
.studentData{padding: 0px;}
.user-logged-in .mainWrap.er-dashboard {padding-top: 0px;}
  /* Make each block clear on print */
  .view-executive-record-sheet{
    page-break-inside: avoid; 
    margin-bottom: 20px;
       padding: 20px;
  }
  .service-section .view{margin-bottom: 40px;}

 
}
