/*@import "https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*/
body {
    font-weight: 400;
    font-family: "Lato" !important;
    position: relative;
}
#app {
    width: 100%;
    overflow: hidden;
}
.wrapper,
.wrapper-container {
    background: #fff !important;
}
dl,
ol,
ul {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
}
.text-cpr-styles {
    color: blue;
    font-size: 10px;
    background-color: gray;
}
img {
    max-width: 100%;
}
.img-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.zoom_img {
    overflow: hidden;
}
.zoom_img img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.zoom_img img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
.hide {
    display: none !important;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
.show {
    display: block !important;
}
.mbc-1 {
    margin-bottom: 1rem;
}
.mbc-2 {
    margin-bottom: 2rem;
}
.mbc-3 {
    margin-bottom: 3rem;
}
.mbc-4 {
    margin-bottom: 4rem;
}
.mtc-4 {
    margin-top: 4rem;
}
.cursor-pointer {
    cursor: pointer;
}
.animate-translateY-1 {
    transition: all 0.5s ease;
}
.animate-translateY-1:hover {
    transform: translateY(-25px);
    transition: all 0.5s ease;
}
.page-breadcumb {
    padding: 15px 0;
}
.page-breadcumb-border-bottom {
    border-bottom: 1px solid #efebeb;
    margin-bottom: 30px;
}
.course-detail_breadcumb {
    padding: 15px 0;
    border-bottom: 1px solid #efebeb;
    margin-bottom: 30px;
}
.detail-breadcumb_ul {
    display: flex;
}
.detail-breadcumb_ul li {
    margin-right: 10px;
}
.detail-breadcumb_ul i {
    color: #2384bc;
}
.detail-breadcumb_ul a {
    font-weight: 500;
    font-family: lato;
    color: #2188c6;
    font-size: 1em;
}
.btn-orange {
    background-color: #ff5a3a;
    font-family: lato;
    color: #fff !important;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 1.2rem;
}
.input-icon {
    position: relative;
}
.input-icon input {
    padding-left: 30px;
}
.input-icon::before {
    position: absolute;
    left: 12px;
    top: 12px;
    font-family: "font awesome 6 free";
    font-weight: 900;
    color: #aca9a9;
    font-size: 14px;
}
.input-icon.icon-email::before {
    content: "\f0e0";
    top: 13px;
}
.input-icon.icon-user::before {
    content: "\f007";
}
.input-icon.icon-phone::before {
    content: "\f095";
}
.input-icon.icon-discount::before {
    content: "\f02c";
}
.input-icon.icon-password::before {
    content: "\f023";
}
.input-icon.icon-file::before {
    content: "\f15b";
}
.font-family-lato {
    font-family: lato;
    font-weight: 400;
}
.cpr-container {
    width: 100%;
}
.cpr-center-container {
    max-width: 1200px;
    width: inherit;
    margin: auto;
    position: relative;
}
.cpr-nav-top {
    width: 100%;
    background-color: #efeff0;
}
.cpr-nav-top-center {
    font-family: lato;
    font-size: 16px;
    text-align: center;
}
.cpr-nav-top-center {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}
.cpr-nav-top-item {
    border-top: solid 2px;
    border-right: solid 2px #fff;
    padding: 3px;
    width: 100%;
    position: relative;
}
.cpr-nav-top-item.active {
    background: #ffff;
}
.cpr-nav-top-item.active a {
    color: #0056b3;
}
.cpr-nav-top-item a {
    color: #000;
    font-family: lato;
    font-weight: 500;
    font-size: 1em;
    padding: 7px 5px;
    display: block;
}
.cpr-nav-top-item:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
    transition: all 0.3s;
}
.cpr-nav-top-item:first-child {
    border-left: solid 3px #fff;
}
#header-for_desktop {
    border-bottom: 1px solid #efebeb;
}
.cpr-nav-bar {
    width: 100%;
    background-color: #fff;
}
.cpr-nav-bar-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cpr-nav-bar-logo {
    max-width: 252px;
}
.cpr-nav-bar-logo-hippa {
    max-width: 420px !important;
}
.cpr-nav-bar-menu {
    width: calc(100% - 215px);
    align-items: center;
}
.cpr-nav-bar-item {
    margin-left: 13px;
    position: relative;
}
.cpr-nav-bar-item:first-child {
    margin-left: 0;
}
.cpr-nav-bar-item a {
    color: #222;
    font-weight: 500;
    font-size: 1.05em;
    font-family: lato;
    margin-left: 12px;
    padding: 0;
}
.cpr-nav-bar-item a:hover,
.show_dropdown a {
    color: #0056b3 !important;
}
.cpr-nav-bar-item:hover a {
    color: #222;
    text-decoration: none;
}
.cpr-nav-sign-up {
    color: #fff !important;
    background: #ff5a3a;
    border-radius: 7px;
    padding: 0.5rem 1rem !important;
}
a.cpr-nav-sign-up:hover {
    color: #fff !important;
}
.cpr-nav-cart {
    padding-bottom: 15px;
}
.cpr-nav-cart i {
    color: #f77b4e;
    font-size: 1.3em;
}
.cpr-dropdown-menu {
    left: 10px !important;
}
.cpr-dropdown-menu:before {
    content: "";
    position: absolute;
    border: solid transparent;
    border-color: #c2e1f500;
    border-bottom-color: #fff;
    border-width: 11px;
    top: -21px;
    right: 190px;
    z-index: 1;
}
.cpr-dropdown-menu:after {
    content: "";
    position: absolute;
    right: 191px;
    top: -21px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-width: 10px;
    z-index: 0;
}
.cpr-dropdown-item {
    padding: 10px 25px;
}
.dropdown-cat-icon {
    width: 25px;
    margin: 5px;
}
.cpr-nav-bar {
    box-sizing: border-box;
}
.dropdown-category_container {
    position: absolute;
    z-index: 69;
    background: #fff;
    width: 800px;
    padding: 20px 0 0;
    left: -50%;
    top: 154%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-bottom: 3px solid #46b3a5 !important;
    display: none;
}
.dropdown-category_container::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}
.dropdown-category_container::-webkit-scrollbar-thumb {
    background: #bbb;
}
.dropdown-category_box {
    display: flex;
}
.category-box_list {
    width: 70%;
    border-right: 1px solid #ddd;
}
.category-box_tab {
    width: 30%;
    padding: 0 20px;
}
.box-tab_item {
    font-family: lato;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1rem;
}
.box-tab_item:hover {
    color: #0056b3;
}
.item-category {
    display: flex;
    padding: 20px;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ddd;
    min-height: 125px;
}
.item-category:hover {
    border-left: 3px solid #ff5a3a;
    background: linear-gradient(90deg, rgba(255, 90, 58, 0.3) 0%, rgba(255, 90, 58, 0) 100%);
}
.item-category:hover .item-category_icon i {
    color: #ff5a3a;
}
.item-other_course .item-category_icon a {
    padding: 0px;
}
.item-category_img {
    width: 28%;
}
.item-category_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.item-category_name h4 {
    font-family: lato;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    text-align: left;
}
.item-category_desc {
    font-family: lato;
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0;
}
.category-content {
    width: 100%;
    text-align: left !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-category_name {
    text-align: left;
    padding: 0 !important;
    text-decoration: none !important;
    display: flex !important;
    width: 100%;
    justify-content: space-between;
}
.item-category_icon i {
    width: 20px;
    color: #bdbdbd;
}
.dropdown-category_title.show_dropdown i {
    transform: rotate(180deg);
}
.show_dropdown {
    position: relative;
}
.category-title_other.show_dropdown::before {
    bottom: -39%;
    display: none;
}
.show_dropdown::before {
    position: absolute;
    content: "";
    left: calc(46% + 5px);
    bottom: -79%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f77b4e;
    display: none;
}
.dropdown-corporate_container {
    position: absolute;
    z-index: 69;
    background: #fff;
    width: 800px;
    padding: 20px 0 0;
    left: -150%;
    top: 154%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-bottom: 3px solid #46b3a5 !important;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.dropdown-all-courses_container {
    position: absolute;
    z-index: 69;
    background: #eff5f9;
    width: 1200px;
    left: -691px;
    top: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    max-height: 400px;
    display: none;
    padding: 15px;
}
.dropdown-all-courses_container .row {
    margin: 0 -7px;
}
.courses_container_img {
    height: 95px;
}
.courses_container_items_header {
    margin-bottom: 10px;
}
.courses_container_title {
    display: block;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.courses_container_items_sub_link {
    font-weight: 400 !important;
    font-size: 14px !important;
    display: block;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.courses_container_items_sub_link_view_all {
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 10px;
    color: #ff5a3a !important;
    text-align: right;
    position: relative;
    display: inline-block !important;
    margin-left: 0 !important;
}
.courses_container_items_sub_link:hover {
    text-decoration: underline !important;
}
.courses_container_items_sub_link_view_all:hover {
    color: #ff5a3a !important;
}
.courses_container_items_sub_link_view_all::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #ff5a3a;
}
.dropdown-resource_container {
    position: absolute;
    z-index: 69;
    background: #fff;
    width: 300px;
    left: 0%;
    top: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-bottom: 3px solid #46b3a5 !important;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.item-resource_content {
    width: 100%;
}
.item-resource {
    display: flex;
    padding: 13px 20px;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.resource-content {
    width: calc(100% - 30px);
}
.resource-content a {
    display: block;
}
.resource-content a h4 {
    margin-bottom: 0;
}
.item-resource_icon i {
    width: 20px;
    color: #bdbdbd;
}
.item-resource_name h4 {
    font-family: lato;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}
.item-resource:hover {
    border-left: 3px solid #ff5a3a;
    background: linear-gradient(90deg, rgba(255, 90, 58, 0.3) 0%, rgba(255, 90, 58, 0) 100%);
}
.item-resource:hover .item-resource_icon i {
    color: #ff5a3a;
}
.cpr-nav-bar_search a {
}
.form_search_nav_icon {
    color: #ff5a3a;
    cursor: pointer;
}
.form_search_nav_input {
    border: 1px solid #ff5a3a;
    font-family: lato;
    font-weight: 400;
    font-size: 15px;
    padding: 0.5rem 2rem 0.5rem 1rem;
    visibility: hidden;
    opacity: 0;
}
.show_form_seach .form_search_nav_input {
    visibility: visible;
    opacity: 1;
}
.home-footer {
    margin-top: 8rem;
    background: #212224;
}
.cpr-center-container.padding-container {
    padding-top: 370px;
}
.home-footer_title {
    font-family: lato;
    font-weight: 700;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.home-footer_list a {
    display: block;
    font-family: lato;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.home-footer_list a:hover {
    color: #ff0;
}
.home-footer_address p {
    font-family: lato;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}
.home-footer_address strong {
    font-weight: 700;
}
.home-footer_address i {
    color: #ff5a3a;
    margin-right: 4px;
}
.home-footer_goole {
    text-align: center;
}
.home-footer_social {
    margin: 20px 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.home-footer_social a {
    display: inline-block;
    margin-right: 5px;
    background-color: #4d4e50;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none !important;
}
.home-footer_social a i {
}
.home-footer_social a:last-child {
    margin-right: 0;
}
.footerSectionForAll {
    margin-top: 5%;
    margin-left: 5px;
    margin-right: 5px;
}

.home-footer_coppyright {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #393a3c;
    font-weight: 400;
    color: #3a3131;
    font-size: 1rem;
    background-color: #212224;
}
.home-footer_newsletter {
    width: 100%;
    background: #2072af;
    padding: 20px 40px;
    position: absolute;
    left: 0;
    top: -13%;
    border-radius: 5px;
}
.footer-newsletter_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.footer-newsletter_content {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.newsletter_title {
    font-family: "Lato";
    font-weight: 900;
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
}
.newsletter_title_sup {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.footer-newsletter_input {
    width: 100%;
    max-width: 500px;
}
.footer-pipedrive {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.form-newsletter-item {
    background: #fff;
    display: flex;
    padding: 3px;
    border-radius: 5px;
    position: relative;
}
.form-newsletter-item::before {
    position: absolute;
    top: 24%;
    left: 3%;
    font-family: "font awesome 6 free";
    font-weight: 400;
    content: "\f0e0";
    color: #ff5a3a;
    font-size: 18px;
}
.form-newsletter-item input {
    height: 46px;
    border: none;
    padding-left: 35px;
}
.form-newsletter-item input::placeholder {
    color: #333;
}
.form-newsletter-item button {
    background: #ff5a3a;
    color: #fff;
    padding: 10px 20px;
    font-family: lato;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
}
.form-newsletter-item button:hover {
    color: #fff;
    background: #eb4323;
}
.home-our_images {
    width: 48%;
}
.home-our_content {
    width: 52%;
    padding-left: 40px;
}
.row-sample-certificate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}
.col-sample-certificate {
    width: 48%;
}
.col-sample-certificate_1 {
    background: #fff;
    padding: 30px 0 30px 30px;
}
.col-sample-certificate_2 {
    background: #fff;
}
.home-sample-certificate {
    margin-top: 4rem;
    background: #eff5f9;
    padding: 50px 0;
}
.sample-certificate_title {
    font-family: "Lato";
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    color: #222;
    text-align: center;
}
.sample-certificate-description {
    display: flex;
    justify-content: space-between;
}
.sample-certificate-description-item {
    display: flex;
    width: 50%;
    text-align: left;
}
.sample-certificate-description-item:last-child {
    text-align: right;
    justify-content: end;
}
.gray-border-right {
    border-right: 1px solid #ddd;
}
.sample-certificate-description-item_icon {
    object-fit: none;
}
.sample-certificate-description-item_content {
    font-family: lato;
    font-size: 14px;
    line-height: 26px;
}
.col-sample-certificate_2 {
    position: relative;
}
.col-sample-certificate_2::before {
    position: absolute;
    content: "";
    width: 380px;
    height: 100%;
    background: url("/assets/cpr/img/page/home/Rectangle _6142.png") no-repeat;
    height: 314px;
    right: 0;
    top: 0;
    display: none;
}
.new-sample-certificate_items {
    position: relative;
}
.sample-certificate-image img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.parturient-montes-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.montes-item_1 {
    border: 1px solid #96caeb;
}
.montes-item_2 {
    border: 1px solid #ccf0e7;
}
.montes-item_3 {
    border: 1px solid #ffded8;
}
.parturient-montes-icon {
    display: block;
}
.parturient-montes-content {
    text-align: center;
}
.parturient-montes-content_count {
    font-weight: 600;
    font-size: 20px;
}
.parturient-montes-content_description {
    font-family: lato;
    font-size: 14px;
    font-weight: 500;
}
.center-title {
    font-family: "Lato";
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
    color: #222;
    text-align: center;
}
.sample-certificate_content {
    margin-top: 40px;
}
.certificate_content_item {
    width: 100%;
}
.note-card {
    font-family: "Lato";
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    background: #46b3a5;
    padding: 2px 15px;
    border-radius: 20px;
    display: block;
    position: absolute;
    top: -5%;
    left: 10%;
}
.parturient-montes-container {
    display: block;
    width: 100%;
    margin: 10px 0 20px 0;
}
.add-border {
    margin: 40px 0;
}
.home-corporate-container {
    display: flex;
}
.home-corporate-training {
    margin-top: 40px;
    background: #eff5f9;
    padding: 50px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.home-corporate_images {
    width: 48%;
}
.home-corporate_content {
    width: 52%;
    padding-right: 40px;
}
.corporate_content-title h2 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.corporate_content-title p {
    font-family: lato;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.3em;
}
.corporate_content-list {
    margin: 30px 0;
}
.corporate_content-title {
    margin-bottom: 20px;
}
.corporate_content-list p {
    font-family: lato;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 1rem;
    padding-left: 25px;
    position: relative;
}
.corporate_content-list p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff5a3a;
    font-size: 1.1em;
}
.corporate_content-list p i {
    color: #ff5a3a;
    margin-right: 10px;
    display: none;
}
.corporate_content-button a {
    background: #ff5a3a;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-family: lato;
    font-weight: 500;
    padding: 10px 25px;
    display: inline-block;
}
.corporate_item_icon {
    margin-bottom: 10px;
}
.corporate_item_text {
    font-family: "Lato";
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}
.home-corporate_item {
    border: 0.5px solid #96caeb;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 15px;
}
.corporate_item_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}
.corporate_item_wrap::before {
    width: 100%;
    bottom: -1.5px;
    content: "";
    position: absolute;
}
.dropdown-othercourse_container {
    position: absolute;
    z-index: 69;
    background: #efeff0;
    width: 200px;
    right: -3px;
    top: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    display: none;
    border-top: none;
}
.corporate_bot_1::before {
    border-bottom: 3px solid #0078c6;
}
.corporate_bot_2::before {
    border-bottom: 3px solid #7f56d9;
}
.corporate_bot_3::before {
    border-bottom: 3px solid #ff3a3a;
}
.corporate_bot_4::before {
    border-bottom: 3px solid #00b489;
}
.item-other_course {
    padding: 10px;
}
.item-other_course:hover {
    border-left: 3px solid #ff5a3a;
    background: linear-gradient(90deg, rgba(255, 90, 58, 0.3) 0%, rgba(255, 90, 58, 0) 100%);
}
.item-other_course:hover .item-category_icon i {
    color: #ff5a3a;
}
.cpr-user-avatar-dropdown::after {
    display: none !important;
}
.navbar-user img {
    width: 43px;
    height: 43px;
    -o-object-fit: contain;
    object-fit: contain;
}
.user-carts {
    border: solid 1px #fff;
    background-color: #f77b4e44;
    color: #e55;
    font-size: 11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopping-header_link {
    display: flex !important;
}
#only-show-mobile {
    display: none;
}
.loadingcart,
.loadingcart:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAMElEQVQoU2P434CADGgALIZfGkkBdmm4AlzSUAW4pcEK8EljyqJJYygYqdLoCjBlAalbv4Hzd/xyAAAAAElFTkSuQmCC) !important;
    background-repeat: repeat !important;
    -webkit-animation: sc-pending-cart 0.5s linear infinite;
    animation: sc-pending-cart 0.5s linear infinite;
    background-color: #ff5a3a;
}
@-webkit-keyframes sc-pending-cart {
    to {
        background-position: 16px 0;
    }
}
@keyframes sc-pending-cart {
    to {
        background-position: 16px 0;
    }
}
.header-title {
    text-align: center;
    margin-bottom: 50px;
}
.header-title h3 {
    font-family: "Lato";
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    font-size: 1.8rem;
}
.header-title p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 20px;
}
.pagination-cpr_custom {
    display: flex;
    justify-content: center;
}
.pagination-cpr_custom .page-item.active .page-link {
    background-color: #46b3a5;
    border-color: #46b3a5;
    color: #fff;
}
.pagination-cpr_custom .page-item .page-link {
    font-family: lato;
    font-weight: 400;
    color: #333;
}
.cart-shopping_header {
    cursor: pointer;
    color: #ff5a3a;
    padding: 7px 11px;
    border-radius: 7px;
    border: 1px solid #ff5a3a;
    font-size: 18px;
    margin-left: 14px;
    box-sizing: border-box;
    position: relative;
}
.cpr-center-container.padding-container.hide-form-pipedrive {
    padding-top: 60px;
}
.hide-form-pipedrive .home-footer_newsletter {
    display: none;
}
.count_desktop {
    position: absolute;
    color: #fff;
    background: #0078c6;
    font-family: lato;
    font-weight: 400;
    font-size: 11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
    right: 2px;
}
a.disabled {
    pointer-events: none !important;
    cursor: default !important;
    background: #ccc !important;
}
#loading_page {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
.dropdown-user_action .dropdown-menu,
.dropdown-noti_action .dropdown-menu {
    right: 0%;
    left: inherit !important;
}
.dropdown-noti_action .dropdown-menu {
    right: -100%;
    left: inherit !important;
}
.topbar-contaitner {
    border-bottom: 1px solid #efeeee;
}
.course-table_thead {
    background: #46b3a5;
    font-weight: 500;
    color: #fff;
}
.course-table_thead th {
    vertical-align: middle !important;
}
.enrolled-course_table {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #46b3a5 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.enrolled-course_table > tbody > tr > td {
    vertical-align: middle;
}
.enrolled-course_table > tbody > tr > td:first-child {
    border-left: none;
    position: relative;
}
.enrolled-course_table > tbody > tr > td:last-child {
    border-right: none;
}
.enrolled-course_table > tbody > tr:last-child > td {
    border-bottom: none;
}
.text-capitalize {
    text-transform: capitalize;
}
.show-mobi {
    display: none;
}
.show-mobile {
    display: none;
}
#scroll_to_top {
    display: none;
    position: fixed;
    bottom: 95px;
    right: 27px;
    cursor: pointer;
}
.home-slider_img_mobi {
    text-align: center;
}
.other-category_wrap:hover .dropdown-othercourse_container {
    display: block;
}
.col-all-courses_custom {
    padding: 0 10px;
}
.dropdown-category_title {
    padding: 23px 5px;
}
.dropdown-category_title.show_dropdown {
    background: #eff5f9;
}
.dropdown-category_title:hover {
    background: #eff5f9;
    color: #0056b3 !important;
}
#animate_background_all_course {
    position: fixed;
    z-index: 60;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    margin-top: 122px;
}
.footer_cp_custom .cpr-center-container {
    color: white;
}
.latofont_custom { font-family: "Lato" !important; }
