
.pdf_img_sec
{
  top: unset !important;
}


.main_sec
{
    background-size: 100% 380px;
    background-repeat: no-repeat;
    margin: unset;
    height: 380px;
    position: relative;
}

p#lblDate {
  color: white;
}


.background_header_content
{
  margin-top: 180px;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px)
{

  .main_sec
  {
    height: 275px;
  }
  .background_header_content
  {
    margin-top: 75px;
  }
  .pdf_img_sec embed
  {
    height: 450px; 
    max-width: 100%;
    overflow: auto !important;
  }
}

#adobe-dc-view {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}


.pdf-container {
  width: 100% !important;
  height: 100vh !important; 
  overflow: auto !important; 
}

.pdf-container iframe{
  width: 100% !important;
  height: 100vh !important; 
  overflow: auto !important; 
}

.pdf-container object{
  width: 100% !important;
  height: 100vh !important; 
  overflow: auto !important; 
}

.pdf-div
{
  display: flex;
  align-items: center;
}
.pdf-div p
{
  margin-bottom: unset;
}
.pdf-div a
{
  color: #0d6efd;
  margin-right: 10px;
}
.pdf-div a:hover
{
  color: #0d6efd !important;
}