.single-hr-glossary-header h1 {
    text-align: center;
    font-weight: 800;
    font-size: 2.8em;
    line-height: 1.4em;
    color: #2e3c47;
    margin: 0px 0px 0px;
}

.single-hr-glossary-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #50585F;
    flex-wrap: wrap;
}

.single-hr-glossary-header {
    margin-bottom: 20px;
}

.single-hr-glossary-breadcrumbs a {
    font-size: 12px;
    font-weight: 400;
    color: #50585F;
    padding-right: 3px;
    text-decoration: none;
}

.single-hr-glossary-content h2 {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.5em;
    padding-top: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.single-hr-glossary-content li,
.single-hr-glossary-content p {
    font-size: 16px;
    line-height: 37px;
    color: #3e4449;
    margin-bottom: 10px;
}

.single-hr-glossary-content {
    max-width: 750px;
    margin: 0 auto;
}

.single-hr-glossary-content ul {
    list-style: disc;
    padding-left: 20px;
}

.single-hr-glossary-content ol {
    list-style: normal;
    padding-left: 20px;
}

.items_list {
    display: flex;
    flex-direction: column;
}

.items_list a {
    font-size: 16px;
    line-height: 37px;
}

.single-hr-glossary-content h3 {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.5em;
    padding-top: 15px;
    margin: 0px 0px 10px;
}

.single-hr-glossary-content .items_holder {
    margin-bottom: 20px;
}

.hr_glossary_holder {
    display: flex;
    margin: 30px -40px 30px;
}

.one_item.hr_glossary_holder {
    justify-content: center;
}

.one_item.hr_glossary_holder a {
    flex: none;
    width: 50%;
}

.hr_glossary_holder a {
    flex: 1;
    background-color: #31216A;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr_glossary_holder a:hover {
    background-color: #1EBBF0;
    color: #fff;
}

.more_terms {
    font-size: 16px;
    line-height: 37px;
    font-style: italic;
}

.above_footer {
    background-size: cover;
    background-position: center center;
    padding: 70px 50px;
    text-align: center;
}

.above_footer h2 {
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 2.2em;
    font-weight: 700;
    margin-top: 0px;
}

.above_footer p {
    margin-bottom: 30px;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #fff;
}

.above_footer .button_browse_course a {
    margin: 0 auto;
}

.tooltip_bottom {
    position: absolute;
    bottom: 0px;
    visibility: hidden;
    left: 0px;
    right: 0px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}

.bottom_pricing_column:hover .tooltip_bottom {
    visibility: visible;
    bottom: 156px;
    -webkit-animation: anym_filter 0.4s;
    -moz-animation: anym_filter 0.4s;
    -o-animation: anym_filter 0.4s;
    animation: anym_filter 0.4s;
    animation-timing-function: ease;
}

.tooltip_text {
    padding: 20px;
    display: block;
}

@-webkit-keyframes anym_filter {
    from {
        bottom: 0px;
    }
    to {
        bottom: 156px;
    }
}

@-moz-keyframes anym_filter {
    from {
        bottom: 0px;
    }
    to {
        bottom: 156px;
    }
}

@-o-keyframes anym_filter {
    from {
        bottom: 0px;
    }
    to {
        bottom: 156px;
    }
}

@keyframes anym_filter {
    from {
        bottom: 0px;
    }
    to {
        bottom: 156px;
    }
}

.tooltip_bottom img {
    width: 100%;
    line-height: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 1px solid #f1f1f1;
}

.tooltip_bottom p {
    font-size: 14px;
    line-height: 24px;
    color: #3e4449;
    margin: 0px;
}

@media (max-width: 1040px) {
    .single-hr-glossary .site-header-new~#main {
        padding-top: 130px!important;
    }
}

@media screen and (max-width: 768px) {
    .single-hr-glossary #main>.wf-wrap {
        padding: 0 50px 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .single-hr-glossary #main>.wf-wrap {
        padding: 0 30px 0 30px;
    }
    .single-hr-glossary-content ol {
        padding-left: 20px;
    }
    .hr_glossary_holder {
        margin: 30px -10px 10px;
    }
    .one_item.hr_glossary_holder a {
        width: calc(100% - 20px);
    }
    .hr_glossary_holder a {
        flex: none;
        width: calc(50% - 20px);
        margin: 0px 10px 20px;
        box-sizing: border-box;
    }
    .hr_glossary_holder {
        flex-wrap: wrap;
    }
    .above_footer {
        padding: 60px 30px;
    }
}


/******/

.bottom_pricing_holder {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: -40px;
    width: 100%;
    z-index: 999;
    transform: translateY(100%);
    transition: all .3s ease-out .07s;
}

.showPopup .bottom_pricing_holder {
    bottom: -40px;
    transition: all .3s ease-out .07s;
}

.stars_part {
    padding-right: 5px;
}

.view {
    font-weight: 600;
    text-decoration: underline;
}

.stars_part i {
    font-size: 12px;
    color: #ffcb00;
    padding: 0px 0px;
    letter-spacing: -2px;
}

.stars_part i:last-child {
    padding-left: 3px;
}

.top_part_header {
    display: flex;
    justify-content: space-between;
}

.number_part {
    font-weight: 600;
}

.bottom_pricing_holder.show_pricing_navigation {
    transform: translateY(0);
    transition: all .3s ease-out .07s;
}

.bottom_pricing_column {
    width: calc(100%/3);
    padding: 0px;
    background-color: #fff;
    position: relative;
    bottom: 0;
    box-shadow: none;
    transition: all .3s ease-out .07s;
    box-sizing: border-box;
}

.bottom_pricing_column.blog_column {
    border-top: 4px solid #1EBBF0;
}

.bottom_pricing_column a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
}

.top_part {
    font-size: 16px;
    font-weight: 600;
    color: #2e3c47;
}

.item_title {
    font-size: 16px;
    font-weight: 600;
    color: #2e3c47;
    min-height: 56px;
}

.bottom_pricing_column:hover {
    bottom: 30px;
    transition: all .3s ease-out .07s;
    box-shadow: 0 4.96386px 49.6386px rgb(0 0 0 / 15%);
    z-index: 9;
}

.item_title_holder {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.bottom_pricing_column {
    border-top: 4px solid #fb9f00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 4.96386px 49.6386px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 900px) {
    .bottom_pricing_holder.show_pricing_navigation {
        display: none!important;
    }
}

.schema-faq-section {
    margin-bottom: 20px;
    border-left: 2px solid #1EBBF0;
    padding: 10px 0px 0px 20px;
    display: flex;
    flex-direction: column;
}

.schema-faq-section .schema-faq-question {
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    padding: 0px 20px 10px 0px!important;
    margin: 0px!important;
    position: relative;
    cursor: pointer;
}

.schema-faq-section .schema-faq-question.faq-down:before {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.schema-faq-section .schema-faq-question:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: #1EBBF0;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.schema-faq-section>p {
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    margin: 0px!important;
    display: none;
    padding-bottom: 10px;
}