/*--Top Section Design--*/

section.hdr-pro {
    padding: 25px 0px;
}

section.hdr-pro,
.prrp-sh {
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.prrp-sh p {
    margin: auto 0px;
    text-align: left;
    font-size: 15px;
    padding-left: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.prrp-sh img {
    width: 22px;
}

/*--Hero Top Section Design--*/

section.all-course-top-section {
    background-color: #006bad;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

section.all-course-top-section .all-course-bg-overlay {
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.all-course-top-section .all-course-bg-overlay::before {
    content: "";
    background: linear-gradient(90deg, #006bad, transparent);
    display: block;
    height: 100%;
    width: 1145px;
    z-index: 1;
}

section.all-course-top-section .all-course-bg-overlay::after {
    background: #091e34;
    ;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .65;
    position: absolute;
    right: 0;
    top: 0;
}

section.all-course-top-section .all-course-bg-overlay img {
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100%;
    transition: opacity .3s ease-in;
    width: 100%;
}

section.all-course-top-section .all-course-bg-overlay::before,
section.all-course-top-section .all-course-bg-overlay img {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

section.all-course-top-section .container {
    z-index: 9;
}

section.all-course-top-section h1 {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.01em;
}

section.all-course-top-section p {
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

/*-- Courses Section Design --*/

.course-card-box {
    float: left;
    padding-bottom: 25px;
    width: 245px;
    margin: 0px;
}

.course-card {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 3%);
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #eee;
    height: 285px;
    padding: 10px;
    position: relative;
    margin: 0px;
}

.course-card:hover {
    box-shadow: 0px 10px 20px #dcdcdc;
    transition: all 500ms ease;
}

.course-card-img img {
    border-radius: 10px;
    width: 100% !important;
    height: 150px !important;
}

.course-card-title {
    padding-top: 10px;
}

.course-card-title a h2 {
    color: #303030;
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 600;
    height: 45px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px !important;
}

a {
    text-decoration: none !important;
}

.sp-all-rv-course-ratings img {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 125px;
    height: auto;
    max-width: 100%;
}

.sp-all-course-price del {
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #006bad;
    display: inline;
}

.sp-all-course-price p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 25px;
    color: #006bad;
    display: inline;
    margin-left: 6px;
}

.course-d-btn {
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center;
    display: inline-block;
    border-radius: 0px 0px 10px 10px;
    background-color: #303030;
    position: relative;
}

.course-card-box:hover .course-d-btn {
    background: #006bad;
    transition: all 500ms ease;
}

.course-d-btn a:hover {
    color: #fff;
}

a.course-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #Fff;
}

/*-- ALL Courses custom css --*/
.item-list-tabs {
    margin: 30px 0px 0px 0px !important;
}

.widget .course_cat_nav ul li.current-cat>a {
    color: #FFF !important;
}
section.all-course-top-section ul li {
    list-style: circle;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 2px;
}

li.switch_view {
    display: none !important;
}

div#pag-top {
    display: none !important;
}

div#subnav {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

#course-order-by {
    padding: 15px 35px !important;
    height: 100% !important;
    background-color: #edeeff !important;
    border-radius: 10px !important;
}

.widget .course_cat_nav {
    background: #f9f8ff !important;
    color: #ffffff !important;
    border: 1px solid #006bad !important;
}

.widget .course_cat_nav ul li a {
    color: rgb(0 0 0) !important;
    border-bottom: 1px solid #006bad;
}

.open-submenu-btn {
    background: #006bad !important;
    border-radius: 3px !important;
}

ul.children li {
    background-color: #eaeaff;
}

ul.children li:first-child a {
    /* background-color: #000857 !important;
    color: #000 !important; */
}

#buddypress .dir-list {
    padding: 0px 0px 0px 30px !important;
}

ul#course-list {
    border-top: 0px !important;
}

div.asl_m.asl_w {
    margin: 15px 0px 0px 0px !important;
}

span.woocommerce-Price-amount bdi {
    font-size: 16px !important;
    font-weight: 700 !important;
}

div#pag-bottom {
    margin-bottom: 40px !important;
}

.logged-out .all-crs-right {
    margin-top: -20px;
}

li.cat-item.cat-item-1698 {
    display: block !important;
}

.sp-all-course-price input {
    padding: 0px;
    font-size: 14px;
    background-color: transparent !important;
    color: #0028c4;
    margin: 0;
}

.sp-all-course-price .button:hover {
    color: #000;
}



/*-- Courses Category Css --*/
h2#all-courses-cat-title {
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.01em;
}

.tax-course-cat h1 {
    display: none;
}

.tax-course-cat p.all-crs-pg-paragraph {
    display: none;
}

.tax-course-cat .all-crs-right {
    margin-top: 15px !important;
}

/*-- Header Css --*/
.tax-course-cat header.sleek {
    background: rgb(0 0 0) !important;
    box-shadow: 0 !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

.course-template-default header.sleek {
    background: rgb(0 0 0) !important;
    box-shadow: 0 !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}



/*-- Tab css --*/

@media screen and (min-width: 767px) and (max-width: 1024px) {

    /*-- Courses Section Design --*/

    .course-card-box {
        float: left;
        padding-bottom: 25px;
        width: 100% !important;
        margin: 0px 20px;
    }

    /*--Top Section Design--*/

    .prrp-sh {
        padding: 8px 0px;
        border-bottom: 2px solid #006bad;
    }

    .prrp-sh img {
        width: 24px;
    }

    /*--Top Hero Section Design--*/

    section.all-course-top-section h1 {
        font-size: 35px;
        line-height: 45px;
    }

    /*--Course Category --*/

    .course_cat_nav ul {
        height: 350px;
        overflow-y: scroll;
        width: auto;
    }

    .course_cat_nav ul::-webkit-scrollbar {
        background-color: #ffffff;
        width: 4px;
    }

    .course_cat_nav ul::-webkit-scrollbar-thumb {
        background-color: #006bad;
        color: #006bad;
        border: 1px solid #006bad;
        border-radius: 40px;
    }

    .course_cat_nav .children {
        height: 100%;
    }
}

/*-- Mobile css --*/

@media (max-width: 460px) {

    .course-card-box {
        width: 100% !important;
    }

    /*--Top Section Design--*/

    .hdr-pro {
        display: none !important;
    }

    /*--Top Hero Section Design--*/

    section.all-course-top-section h1 {
        font-size: 35px;
        line-height: 45px;
    }

    section.all-course-top-section p {
        font-size: 16px;
    }

    /*--Course Category --*/

    .course_cat_nav ul {
        height: 303px;
        overflow-y: scroll;
        width: auto;
    }

    .course_cat_nav ul::-webkit-scrollbar {
        background-color: #ffffff;
        width: 4px;
    }

    .course_cat_nav ul::-webkit-scrollbar-thumb {
        background-color: #006bad;
        color: #006bad;
        border: 1px solid #006bad;
        border-radius: 40px;
    }

    .course_cat_nav .children {
        height: 100%;
    }
}