.page-content-head {
    background: none;
    color: #0750a6;
    text-align: center;
}
.page-content-head a {
    color: rgb(0 0 0 / 80%);
}
.breadcrumbs ul > li:after {
    color: #06b8e1;
}
@media (min-width: 992px) {
    .page-content {
      box-shadow: none;
    }
}
.page-content {
    background: #ffffff00;
        margin-bottom: 0;
}
img.header-image {
    width: 100%;
    height: auto;
    margin-top: 65px;
}
body {
    background: #ffffff;
}
.page-header {
    height: 900px;
}
.content-wrapper {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    img.header-image {
    width: 100%;
    height: auto;
    margin-top: 61px;
    }
    .page-header {
        height: 300px;
       display: block;
    }
    .page-wrapper {
        margin-top: 0rem;
    }
    .header.offset {
        min-height: 62px;
    }
}

.pdf-holder iframe {
    display: block;
    height: 1500px !important;
    max-height: 80vh;
    overflow-y: auto;
}