.cpweb-videosec .pdfpage {
    box-shadow: none;
}
.cpweb-videosec .pdfpage canvas {
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.mobile_pdf_viewer canvas {
  width: 100%;
  margin-bottom: 17px;
}
.mobile_pdf_viewer {
  display:none;
  text-align: center;
}
.btn-group {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group button.banner-btn {
  margin: 0;
  width: calc(50% - 10px);
}
.mobile_pdf_viewer img {
  margin-top: 15px;
}
.h-50 {
  height: 1100px !important;
  background: #44474a;
}
a#filedownload svg {
  fill: #ffffff;
  width: 100%;
}
a#filedownload {
  display: flex;
  margin: 0 0 12px auto;
  background-color: #0f6337;
  padding: 8px 8px;
  border-radius: 5px;
  max-width: 38px;
}
/********************************* responsive  *****************************************/
@media screen and (max-width:900px){
  .cpweb-videosec object,
  .cpweb-videosec .h-50{
    height: 124vw !important;
  }
}

@media screen and (max-width:767px){
  .banner-module .heading-section h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom:20px;
  }
  .banner-module .banner-btn{
    margin-bottom:40px;
  }
  .banner-module .banner-btn a,
  button.banner-btn{
    padding:15px 40px;
  }
  .mobile_pdf_viewer {
    display:block;
  }
  .cpweb-videosec object {
    display:none;
  }
}

@media screen and (max-width:480px){
  /*   .banner-module .heading-section h1{
  /*     font-size: 25px;
  line-height: 30px; 
  margin-bottom:15px;
}
  .banner-module .banner-btn{
  margin-bottom:15px;
} */
  .banner-module .banner-btn a,
  button.banner-btn{
    padding:10px 20px;
  }
}