html {
    scroll-behavior: smooth;
}
.resource-library {
    padding: 40px 0 60px;
}
h1.page-title {
    font-size: 34px;
    text-align: center;
}
.search-block .search-form {
    justify-content: center;
    padding: 15px 0;
}
.search-block .search-form input {
    width: 600px;
}
.search-block {
    text-align: center;
}
.data-block {
    width: 70%;
    margin-inline: auto;
    margin-top: 50px;
}
.data-block table {
    margin-inline: auto;
    width: 100%;
    position: relative;
}
.data-block tr {
    border-bottom: 1px solid #d8d8d8;
}
.data-block th, .data-block td {
    padding: 10px 0;
    vertical-align: middle;
}
.data-block tr td:first-child, .data-block tr th:first-child {
    width: 115px;
}
.data-block tr th:first-child {
    text-align: left;
}
.data-block td {
    padding: 20px 0;
}
.data-block td a {
    display: block;
}
.data-block tr td:nth-child(2), .data-block tr th:nth-child(2) {
    width: calc(100% - 300px);
    padding: 10px 10px 10px 25px;
    text-align: left;
}
.data-block td h4 {
    font-weight: 400;
}
.data-block tr td:last-child, .data-block tr th:last-child {
    width: 200px;
    text-align: right;
}
.data-block td .btn {
    width: auto;
    background: #174e77;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    height: 38px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 15px;
    text-transform: initial;
    line-height: 27px;
    margin: 0;
    transition: 0.2s all;
    border-radius: 30px;
}
.data-block td .btn:hover {
    background: #123f60;
}
.data-block tr:last-child {
    border-bottom: 0;
}
.register-form {
    max-width: 980px;
    margin-inline: auto;
    margin-top: 65px;
    padding-top: 30px;
    border-top: 1px solid #d8d8d8;
}
.register-form .row {
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.overlay-input-text {
    position: relative;
    margin-top: 6px;
    padding: 0 7.5px;
    width: 100%;
    margin-bottom: 15px;
}
.overlay-input-text label {
    position: absolute;
    left: 13px;
    display: inline-block;
    background: var(--white);
    top: -8px;
    font-size: 12px;
    padding: 0 5px;
    color: #505050;
}
.overlay-input-text span.required {
    color: red;
}
.overlay-input-text input,.overlay-input-text select,.overlay-input-text textarea {
    border: 1px solid #ababab;
    height: 38px;
    padding: 5px 12px;
    font-size: 15px;
    width: 100%;
    outline: 0;
    border-radius: 3px;
}
.register-form h2.heading-2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.register-form .row .col:nth-child(1), .register-form .row .col:nth-child(2) {
    width: 50%;
}
.register-form .btn, .resource-library-data .btn {
    background: #174e77;
    border: 0;
    color: #fff;
    padding: 5px 18px;
    height: 38px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 0;
    font-size: 15px;
    text-transform: initial;
    line-height: 27px;
    margin-top: 5px;
    transition: 0.2s all;
}
.register-form .btn-wrapper {
    text-align: center;
}
.register-form .btn:hover {
    background: #123f60;
}
.tip-block a {
    color: var(--blue);
}
.tip-block a:hover {
    text-decoration: underline;
}
tr#searchMessage {
    width: 100% !important;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}
tr#searchMessage td {
    text-align: left;
    width: 100% !important;
}

/*Resource library data*/
.resource-library-data p {
    max-width: 70%;
    margin-inline: auto;
    text-align: center;
}
.resource-library-data .register-form {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.resource-library-data .register-form h2.heading-2 {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0 10px;
    margin-bottom: 0;
}
.resource-library-data .heading-2 span {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    line-height: 32px;
}
.resource-library-data .heading-2:after {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    border-top: 1px solid #c9c9c9;
}
.resource-library-data .data-block {
    margin-top: 50px;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #c9c9c9;
}
.resource-library-data .data-block p {
    width: 100%;
    margin: 8px auto 30px;
    text-align: center;
}
.file-name {
    text-align: center;
}
.resource-library-data .text-with-icon {
    padding: 5px 0;
    padding-left: 28px;
    background-image: url(../img/pdf-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 12px;
    display: inline-block;
    text-align: left;
    line-height: 20px;
}
.resource-library-data .iso .text-with-icon {
    background-image: url(../img/iso-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.resource-library-data .zip .text-with-icon {
    background-image: url(../img/zip-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.resource-library-data .generic .text-with-icon {
    background-image: url(../img/generic-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.resource-library-data .btn-wrapper {
    text-align: center;
}
/*End*/
.resource-library h1.page-title {
    padding: 0;
    background: initial;
    margin-bottom: 10px;
}
.resource-library-data .btn {
    border-radius: 30px;
    height: 42px;
    padding: 5px 22px;
}

/* new d r */
@media screen and (max-width: 1023px) {
    .data-block {
        width: 100%;
    }
    .resource-library-data p {
        max-width: 100%;
    }
}
/*1023 end*/
@media screen and (max-width: 767px) {
    .data-block tr td:first-child, .data-block tr th:first-child {
        width: 90px;
    }
    h1.page-title {
        font-size: 30px;
    }
    .data-block td .btn {
        width: 94px;
        height: 50px;
        line-height: 16px;
        font-size: 13px;
        padding: 5px 12px;
    }
    .data-block tr td:last-child, .data-block tr th:last-child {
        width: 110px;
    }
    .data-block tr td:nth-child(2), .data-block tr th:nth-child(2) {
        padding: 10px 10px 10px 10px;
    }
    .register-form, .data-block {
        margin-top: 40px;
    }
    .search-block .search-form input {
        width: 400px;
    }
    .register-form h2.heading-2 {
        font-size: 26px;
    }
    tr#searchMessage td {
        padding: 9px 0;
    }
    .data-block .preview td .btn {
        height: 34px;
        padding: 9px 12px;
    }
}
/*767 end*/
@media screen and (max-width: 540px) {
    .resource-library  .search-form button {
        width: 42px;
        height: 42px;
        margin-left: -42px;
    }
    .resource-library .search-form input {
        height: 42px;
        padding: 0 42px 0 15px;
        font-size: 15px;
    }
}
/*540 end*/
@media screen and (max-width: 479px) {
    h1.page-title {
        font-size: 26px;
    }
    .search-block .search-form input {
        width: 300px;
    }
    .tip-block p {
        font-size: 15px;
    }
    .data-block h4 {
        font-size: 14px;
    }
    .data-block tr td:first-child, .data-block tr th:first-child {
        width: 75px;
    }
    .data-block td {
        padding: 10px 0;
    }
    .data-block td .btn {
        width: 86px;
        height: 42px;
        line-height: 14px;
        font-size: 12px;
    }
    .data-block tr td:last-child, .data-block tr th:last-child {
        width: 92px;
    }
    .register-form h2.heading-2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .register-form {
        margin-top: 30px;
        padding-top: 20px;
    }
    .register-form .row .col:nth-child(1), .register-form .row .col:nth-child(2) {
        width: 100%;
    }
    .resource-library {
        padding: 30px 0;
    }
    .data-block tr.header th:last-child {
        display: none;
    }
    .data-block tr:not(:first-child) {
        position: relative;
    }
    .data-block tr:not(:first-child) td:nth-child(2) {
        vertical-align: baseline;
        padding-bottom: 42px;
        width: calc(100% - 75px);
    }
    .data-block tr:not(:first-child) td:nth-child(3) {
        position: absolute;
        right: 0;
        width: auto;
        bottom: 0;
        padding: 5px 0;
    }
    .data-block tr:not(:first-child) td:nth-child(3) button.btn {
        width: 100%;
        height: auto;
        padding: 8px 12px;
    }
    tr#searchMessage td {
        padding: 4px 0;
    }
    .data-block tr {
        display: -webkit-box;
    }
    .resource-library-data .data-block {
        padding: 25px 14px;
        margin-top: 30px;
    }
    .data-block .preview td .btn {
        height: auto;
        padding: 8px 12px;
    }
    .resource-library h1.page-title {
        margin-bottom: 0;
    }
    .register-form, .data-block {
        margin-top: 15px;
    }
    .resource-library-data .heading-2 span {
        padding: 0 10px;
    }
    .resource-library-data .text-with-icon {
        font-size: 15px;
        margin: 5px 0 10px;
    }
    .overlay-input-text {
        margin-bottom: 8px;
    }
    .resource-library-data h1.page-title {
        margin-bottom: 10px;
    }
}
/*479 end*/
@media screen and (max-width: 400px) {
    .resource-library-data .heading-2 span {
        max-width: 180px;
    }
}