.certificate_validator_name {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.8em;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.certificate_validator_subtitle {
    color: #ffffff;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.certificate_validator_course {
    color: #1ebbf0;
    font-size: 30px;
    font-weight: 600;
}

.certificate_validator_date {
    color: #1ebbf0;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 10px;
}

.certificate_validator_holder {
    background: rgb(226, 252, 252);
    margin-left: calc(-100vw / 2 + 1130px / 2);
    margin-right: calc(-100vw / 2 + 1130px / 2);
    padding: 140px 0 120px!important;
    background-position: center center;
    position: relative;
}

.certificate_validator_holder.cv_error {
    padding-top: 140px!important;
    padding-bottom: 40px!important;
    margin-bottom: 120px;
}

.certificate_validator_holder.cv_error .certificate_back {
    margin-bottom: 30px;
}

.certificate_validator_inner_error h1 {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.certificate_validator_holder:before {
    height: 160px;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    bottom: -1px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.certificate_validator_inner {
    max-width: 1130px;
    margin: 0 auto;
}

.certificate_validator_second_section {
    display: flex;
    padding: 50px 0px 80px;
    align-items: flex-start;
}

.certificate_validator_second_section_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
}

.smaller_frame .certificate_validator_second_section_right {
    height: 359px;
}

.certificate_validator_second_section_right {
    width: 564px;
    height: 429px;
}

.certificate_validator_second_section_right_holder {
    width: 564px;
}

.certificate_about {
    color: #1ebbf0;
    font-size: 22px;
    font-weight: 600;
}

.certificate_graduation {
    margin-top: 5px;
}

.certificate_graduation i {
    color: #1ebbf0;
}

.certificate_course_excerpt {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.certificate_course_hero_description {
    margin-top: 15px;
}

.certificate_course_hero_description p {
    margin: 0px!important;
}

.certificate_list {
    margin-top: 15px;
}

.certificate_list_item {
    position: relative;
    margin-left: 20px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.certificate_list_item:last-child {
    margin-bottom: 0px;
}

.certificate_list_item:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 8px;
    color: #1EBBF0;
    position: absolute;
    left: -20px;
    top: 2px;
}

.more_button {
    margin: 15px auto 0px;
    text-align: center;
}

.more_button a {
    background: #1EBBF0;
    color: #ffffff;
    padding: 11px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    width: 250px;
    box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
    text-align: center;
    display: block;
}

.more_button a:hover {
    color: #ffffff;
    background: #00a6de;
}

.certificate_validator_second_section_left ul {
    margin: 10px 0px 0px;
    list-style: none;
    padding-left: 0px;
}

.certificate_validator_second_section_left p,
.certificate_validator_second_section_left ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 10px;
}

.certificate_validator_second_section_left ul li {
    position: relative;
    padding-left: 20px;
}

.certificate_validator_second_section_left ul li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 8px;
    color: #1EBBF0;
    /* Or a color you prefer */
    position: absolute;
    left: 0px;
}

.certificate_validator_inner_error {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-top: 4px solid #1EBBF0;
    border-radius: 8px;
    box-shadow: 5px 5px 20px 0px rgba(46, 61, 73, 0.25);
    position: relative;
}

.certificate_validator_second_loading {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.certificate_validator_second_section_right {
    position: relative;
    background-color: rgb(82, 86, 89);
}

.certificate_validator_second_section_right iframe {
    position: relative;
    z-index: 9;
}

.certificate_validator_second_section_right:before {
    content: "";
    background-color: #1ebbf0;
    width: 12px;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 999;
}

.certificate_validator_second_section_right:after {
    content: "";
    background-color: #1ebbf0;
    width: 12px;
    height: 100%;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 99;
}

.certificate_validator_second_section_right_inner {
    position: relative;
    height: 100%
}

.certificate_validator_second_section_right_inner:before {
    content: "";
    background-color: #1ebbf0;
    height: 12px;
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 999;
}

.certificate_validator_second_section_right_inner:after {
    content: "";
    background-color: #1ebbf0;
    height: 12px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 999;
}

.certificate_download {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.certificate_download a {
    background-color: #fb9f00;
    padding: 11px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.certificate_download a:hover {
    background: #f7b500;
    cursor: pointer;
}

.certificate_download a span {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 5px;
}

.certificate_download a i {
    color: #fff;
    font-size: 14px;
}

.certificate_back {
    text-align: right;
}

.certificate_back a {
    text-decoration: none;
    color: #fb9f00;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #fb9f00;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
}

.certificate_back a:hover {
    color: #f7b500;
}

.certificate_back a i {
    margin-right: 10px;
}

@media screen and (max-width: 1250px) {
    .certificate_validator_holder {
        margin-left: -60px;
        margin-right: -60px;
    }
    .certificate_validator_inner {
        max-width: 100%;
        margin: 0 60px;
        width: calc(100% - 120px);
    }
}

@media screen and (min-width: 1041px) {
    .page-template-certificate-validator-template #main {
        padding: 0px;
        margin-top: -85px;
    }
    .page-template-certificate-validator-template .site-header-new {
        z-index: 9;
        box-shadow: none;
    }
    .page-template-certificate-validator-template #aihr-site-navigation .menu>li>a {
        color: #fff;
    }
    .page-template-certificate-validator-template .nav_items_last_buttons div.sign_in_out a {
        color: #fff;
    }
    .page-template-certificate-validator-template.scroll1_down #aihr-site-navigation .menu>li>a {
        color: #50585f;
    }
    .page-template-certificate-validator-template.scroll1_down .site-header-new {
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
        z-index: 9999!important;
    }
}

@media screen and (max-width: 1040px) {
    .certificate_back {
        margin-bottom: 10px;
    }
    .certificate_validator_holder {
        padding: 100px 0 80px!important;
    }
    .certificate_validator_holder:before {
        height: 80px;
    }
    .page-template-certificate-validator-template .site-header-new {
        background-color: transparent;
        box-shadow: none;
        z-index: 9999;
    }
    .page-template-certificate-validator-template #aihr-site-navigation .lines-button .menu-line {
        background-color: #fff!important;
    }
    .page-template-certificate-validator-template.scroll_down_mobile .site-header-new {
        background-color: #fff;
        box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
        z-index: 9999!important;
    }
    .page-template-certificate-validator-template.scroll_down_mobile #aihr-site-navigation .lines-button .menu-line {
        background-color: #50585f!important;
    }
    .page-template-certificate-validator-template #main {
        padding: 0px;
        margin-top: -70px;
    }
    .certificate_validator_second_section {
        display: flex;
        padding: 50px 0px 80px;
        flex-direction: column;
    }
    .certificate_validator_second_section_left {
        flex: none;
        width: 100%;
        margin-right: 0px;
        margin-top: 50px;
        order: 2;
    }
    .smaller_frame .certificate_validator_second_section_right {
        height: 359px!important;
    }
    .certificate_validator_second_section_right {
        width: 564px!important;
        height: 429px!important;
    }
    .certificate_validator_second_section_right_holder {
        width: 564px!important;
        margin: 0 auto;
        order: 1;
    }
}

@media screen and (max-width: 768px) {
    .certificate_validator_holder {
        margin-left: -20px;
        margin-right: -20px;
    }
    .certificate_validator_inner {
        max-width: 100%;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 600px) {
    .certificate_validator_second_section_left {
        margin-top: 30px;
    }
    .certificate_validator_second_section_right_holder {
        width: 400px!important;
    }
    .smaller_frame .certificate_validator_second_section_right {
        height: 255px!important;
    }
    .certificate_validator_second_section_right {
        width: 400px!important;
        height: 300px!important;
    }
    .smaller_frame .certificate_validator_second_section_right iframe {
        height: 255px!important;
    }
    .certificate_validator_second_section_right iframe {
        width: 400px!important;
        height: 300px!important;
    }
    .is-iphone .certificate_validator_second_section_right:after {
        height: 248px;
        bottom: 0px;
        top: inherit;
    }
    .is-iphone .smaller_frame .certificate_validator_second_section_right:after {
        height: 203px;
    }
}

@media screen and (max-width: 480px) {
    .certificate_back {
        margin-bottom: 20px;
        text-align: left;
    }
    .certificate_download a {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    .is-iphone .certificate_validator_second_section_right:after {
        height: 188px;
        bottom: 0px;
        top: inherit;
    }
    .is-iphone .smaller_frame .certificate_validator_second_section_right:after {
        height: 152px;
    }
    .certificate_validator_second_section_right_holder {
        width: 320px!important;
    }
    .smaller_frame .certificate_validator_second_section_right {
        height: 204px!important;
    }
    .certificate_validator_second_section_right {
        width: 320px!important;
        height: 240px!important;
    }
    .smaller_frame .certificate_validator_second_section_right iframe {
        height: 204px!important;
    }
    .certificate_validator_second_section_right iframe {
        width: 320px!important;
        height: 240px!important;
    }
}

@media screen and (max-width: 360px) {
    .certificate_back a {
        padding: 10px;
    }
    .is-iphone .smaller_frame .certificate_validator_second_section_right:after {
        height: 126px;
    }
    .is-iphone .certificate_validator_second_section_right:after {
        height: 158px;
        bottom: 0px;
        top: inherit;
    }
    .certificate_validator_second_section_right_holder {
        width: 280px!important;
    }
    .smaller_frame .certificate_validator_second_section_right {
        height: 178px!important;
    }
    .certificate_validator_second_section_right {
        width: 280px!important;
        height: 210px!important;
    }
    .smaller_frame .certificate_validator_second_section_right iframe {
        height: 178px!important;
    }
    .certificate_validator_second_section_right iframe {
        width: 280px!important;
        height: 210px!important;
    }
}