@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');

/* 
    === Top Info Section ===
*/
body,
h1,
h2,
h3,
h4,
p,
a,
li {
    font-family: 'Sen', sans-serif;
}

body.single.single-course .pusher {
    overflow: unset;
}

body.single.single-course section#hdr-pro {
    padding: 25px 0px;
    margin: 158px auto 0;
}

body.single.single-course.admin-bar section#hdr-pro {
    margin: 0px auto 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0px) !important;
}

body.single.single-course section#hdr-pro .row div,
body.single.single-course .prrp-sh {
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body.single.single-course .prrp-sh p {
    margin: auto;
    text-align: left;
    font-size: 16px;
    padding-left: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-course.c3 #item-nav {
    background: #313B3D;
    margin-top: 158px;
}

li#admin {
    display: block;
}

/* body.single.single-course section#hdr-pro .row div:nth-child(2n) p {
    margin: 8px auto;
} */

/**.prrp-sh {
    background-image: url(https://studyplex.org/wp-content/uploads/2023/02/Front-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
}**/

/* 
    === Hero Section ===
*/
body.single.single-course #sg-hero {
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 40px 40px 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

body.single.single-course #sg-hero .bg-overlay {
    left: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

body.single.single-course #sg-hero .bg-overlay::before {
    content: "";
    background: linear-gradient(90deg, #000000, transparent);
    display: block;
    height: 100%;
    width: 400px;
    z-index: 1;
}

body.single.single-course #sg-hero .bg-overlay::after {
    background: #091e34;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .65;
    position: absolute;
    right: 0;
    top: 0;
}

body.single.single-course #sg-hero .bg-overlay img {
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100%;
    transition: opacity .3s ease-in;
    width: 100%;
}

body.single.single-course #sg-hero .bg-overlay::before,
body.single.single-course #sg-hero .bg-overlay img {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

body.single.single-course #sg-hero .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    width: 1140px;
    z-index: 2;
}

body.single.single-course .sg-hero-text h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

body.single.single-course .sg-hero-text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

body.single.single-course .sg-hero-rv-img img {
    width: 430px;
    margin-top: 10px;
    display: block;
}

body.single.single-course .sg-hero-btn a {
    display: block;
    background-color: #006bad;
    color: #fff;
    font-weight: bold;
    padding: 8px 40px 10px;
    font-size: 20px;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: 'Sen', sans-serif;
}

body.single.single-course .sg-hero-btn a:hover {
    background-color: #fff;
    color: #006bad;
    text-decoration: none;
    transition: all 500ms ease;
}

body.single.single-course .sg-hero-rv-img {
    display: block;
    width: 100%;
}

body.single.single-course .sg-hero-btn {
    display: inline-block;
    margin-top: 30px;
}


/* 
    === OV Tab Css ===
*/
body.single.single-course section.sm-dv-content {
    display: none;
}

body.single.single-course .tab-content {
    /* display: none; */
}

body.single.single-course .tab-active {
    display: block;
}

body.single.single-course .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.single.single-course .tab-button a {
    display: inline-block;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
}

body.single.single-course .tab-button-active {
    background-color: #006bad;
    /* padding: 5px 25px;
    border-radius: 7px; */
}

body.single.single-course .tab-button {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 17px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 19%;
}

body.single.single-course .ov-tab {
    background: #000;
    border-radius: 5px;
    box-shadow: 0px 3px 20px -3px #969696;
}

body.single.single-course section.overview {
    margin-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

body.single.single-course.admin-bar section.overview {
    top: 32px;
}

body.single.single-course .ov-tab-section {
    /* position: sticky;
    top: 0;
    z-index: 99; */
}

body.single.single-course .left-section-bg {
    margin: 30px auto 50px;
    background-color: #fcfcfc;
    border: 1px solid #cfcfcf;
    padding: 30px 15px;
    border-radius: 8px;
}


/* 
    === Course Small Info Section ===
*/
body.single.single-course .ov-icn {
    border: 1px solid #aeaeae;
    padding: 10px 18px 10px 18px;
    margin-top: 20px;
    border-radius: 15px;
    background-color: #fff;
}

body.single.single-course .sp-course-small-info-single {
    display: flex;
    text-align: left;
    padding: 6px 0px;
    justify-content: flex-start;
    align-items: center;
}

body.single.single-course .sp-course-small-info-single img {
    margin-right: 0px;
    height: 28px;
}

body.single.single-course .sp-course-small-info-single p {
    font-size: 14px;
    font-weight: 500;
    padding-left: 6px;
    margin-bottom: 0;
    line-height: 18px;
}


/* 
    === Body Right Part Section ===
*/
body.single.single-course .course-price-section {
    position: relative;
}

body.single.single-course .sp-cs-right {
    position: sticky;
    top: 110px;
    z-index: 0;
}

body.single.single-course .sp-cs-prc {
    border: 1px solid #0f7eff;
    background-color: #000;
    color: #fff;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 31%);
}

body.single.single-course .course-fee p {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

body.single.single-course .sp-course-prc {
    display: inline-flex;
}

body.single.single-course .sp-course-prc p {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-right: 18px;
    margin-bottom: 10px;
}

body.single.single-course .sp-course-prc del {
    color: #cfcfcf;
    font-size: 26px;
    font-weight: 500;
    margin: auto;
    opacity: .7;
}

body.single.single-course .sp-discount p {
    display: inline-flex;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
}

body.single.single-course .sp-discount img {
    width: 40px;
    margin-right: -6px;
}

body.single.single-course .sp-discount {
    text-align: center;
    width: 100%;
}

body.single.single-course .enrl-btn a {
    display: block;
    background-color: #006bad;
    color: #fff;
    font-weight: 800;
    padding: 10px 45px;
    text-align: center;
    margin: 20px auto 0px auto;
    width: 90%;
    font-size: 20px;
    border-radius: 10px;
    transition: all 500ms ease;
}

body.single.single-course .enrl-btn a:hover {
    background-color: #fff;
    color: #006bad;
    font-weight: 500;
    text-decoration: none;
    transition: all 500ms ease;
}

body.single.single-course .sp-cs-help {
    border: 2px dotted #006bad;
    margin-top: 30px;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgb(0 141 255 / 30%);
    background-color: #fff;
}

body.single.single-course .sp-cs-help p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292626;
}

body.single.single-course .sp-live-chat {
    text-align: center;
    border: 2px solid #006bad;
    padding: 10px 0px;
    border-radius: 50px;
    margin-bottom: 20px;
}

body.single.single-course .sp-live-chat a {
    color: #292626;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
}

body.single.single-course .sp-call-on {
    text-align: center;
    border: 2px solid #006bad;
    padding: 10px 0px;
    border-radius: 50px;
    background: #006bad;
    margin-bottom: 20px;
}

body.single.single-course .sp-call-on a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
}

ul.footer-contact-info li:last-child a img {
    width: 50%;
}

/* Black friday countdown styles */
body.single.single-course .sp-discount p.la-show-black-friday-countdown-reminder,
body.single.single-course p.la-show-black-friday-countdown-reminder {
    font-weight: bold;
    background: #FDFD47;
    color: #000 !important;
    padding: 5px 12px;
    border-radius: 6px;
    display: none;
    width: 90%;
    font-size: 16px;
}

label.checkbox-container p.la-show-black-friday-countdown-reminder,
label.checkbox-container p.la-show-black-friday-countdown-reminder i {
    font-size: 14px;
    color: inherit;
}

body.single.single-course .sp-discount p.la-show-black-friday-countdown-reminder {
    margin: 10px 0 5px;
}

body.single.single-course .sp-discount p.la-show-black-friday-countdown-reminder,
body.single.single-course .sp-discount p.la-show-black-friday-countdown-reminder i {
    font-weight: normal !important;
}

/* 
    === Body Right Part Section ===
*/
body.single.single-course li::marker {
    color: #006bad;
    font-size: 20px;
}

body.single.single-course section.recognised {
    margin-top: 35px;
}

body.single.single-course .accreditation-sp-d h3 {
    font-size: 22px;
    margin-top: 20px;
}

body.single.single-course .accreditation-sp-d h4 {
    font-size: 18px;
}

body.single.single-course .accordion-content {
    padding: 0px 10px;
}

body.single.single-course .ov-dtl-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

body.single.single-course .left-section-bg ul.sp-two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    align-items: center;
}

/* 
    === Recognised Accreditation Section ===
*/
body.single.single-course .accordion-header {
    cursor: pointer;
    background-color: #eee;
    padding: 10px;
    border: 1px solid #dad9d9;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

body.single.single-course .accordion-header span {
    font-size: 16px;
    font-weight: 700;
    color: #1c1d1f;
    font-family: 'Sen', sans-serif;
}

body.single.single-course .accordion-content.active p {
    /* margin: 0; */
}

body.single.single-course .accordion-content.active {
    border: 1px solid #dad9d9;
    padding: 10px 10px;
    transition-duration: 0.1s;
    transition-delay: 0.1s;
}

body.single.single-course .accordion-header.active,
body.single.single-course .accordion-header:hover {
    background-color: #d0cdf6;
}

body.single.single-course .accordion-header i {
    font-size: 20px;
    transition: transform 0.3s ease;
    color: #006bad;
}

body.single.single-course .accordion-header.active i {
    transform: rotate(45deg);
}

body.single.single-course .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
}

body.single.single-course .accordion-content.active {
    max-height: 100%;
    /* Set a maximum height for the content */
}

body.single.single-course .course-curriculum h2 {
    font-size: 32px;
    margin: 16px 0px 20px 0px;
}

/* 
    === Review Section ===
*/
body.single.single-course #cat-feedback-s {
    margin-top: 50px;
}

body.single.single-course .cat-feedback-title h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}

body.single.single-course .cat-feedback-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 20px rgb(0 0 0 / 3%);
    border-radius: 12px;
    padding: 30px 20px;
    margin: 15px 0px;
    height: 250px;
}

body.single.single-course .cat-rated-customers {
    text-align: center;
    padding: 30px 0px;
}

body.single.single-course .cat-box-head {
    height: 40px;
    background-color: #00a3ff;
    padding: 0px;
    border-radius: 50px;
    width: 40px;
    margin-right: 50px;
}

body.single.single-course .cat-box-head h2 {
    position: relative;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 18px;
}

body.single.single-course .cat-feedback-rv h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.01em;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #303030;
}

body.single.single-course .cat-feedback-rv img {
    width: 90px;
    margin-top: -22px;
}

body.single.single-course .cat-feedback-rv {
    position: absolute;
    top: -5px;
    left: 28px;
}

body.single.single-course .cat-feedback-ds p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #303030;
}

body.single.single-course .cat-rv-flex {
    display: flex !important;
}

body.single.single-course .cat-feedback-ds {
    margin-top: 15px;
}

/* 
    === FAQ Section ===
*/
body.single.single-course section#faq-section h2 {
    text-align: center;
    margin-bottom: 35px;
}

body.single.single-course .left-section-bg .course_curriculum.accordion .course_section {
    border-bottom: 1px solid #cfcfcf;
}

body.single.single-course .left-section-bg .course_curriculum .course_section>td {
    padding: 15px 40px 15px 0;
    font-family: 'Sen', sans-serif;
}

body.single.single-course .ov-dtl-title,
body.single.single-course h2,
body.single.single-course h4,
body.single.single-course .course_curriculum.accordion h3,
body.single.single-course #certification-section h3 {
    font-weight: 900;
    text-transform: capitalize;
    color: #1C1D1F;
}

body.single.single-course h3 {
    font-size: 25px;
    color: #1C1D1F;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 
    === Related Courses Section ===
*/
body.single.single-course section#releted-courses {
    margin-top: 25px;
    padding: 30px 15px;
}

body.single.single-course .sp-course-box {
    /* border: 1px solid #006bad; */
    border-radius: 10px 10px 0px 0px;
    padding: 8px;
    /* box-shadow: 2px 0px 2px 1px rgb(0 0 0 / 14%); */
    background-color: #fff;
    height: 235px;
}

body.single.single-course .sp-course-box img {
    width: 100%;
    border-radius: 10px;
}

body.single.single-course .sp-course-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 12px;
}

body.single.single-course .sp-cs-price {
    display: inline-flex;
}

body.single.single-course .sp-cs-price p {
    font-size: 20px;
    font-weight: 700;
    margin-right: 11px;
    margin-bottom: 0px;
}

body.single.single-course .sp-cs-price del {
    font-size: 15px;
    margin: auto;
    color: #a9a0a0;
}

body.single.single-course .cs-btn {
    margin: 0px 0px 8px 0px;
}

body.single.single-course .cs-btn a {
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #000000;
    transition: all 500ms ease;
    display: block;
    text-align: center;
    background-color: #000;
}

body.single.single-course .cs-btn a:hover {
    background-color: #015abd;
    color: #fff;
    border: 2px solid #015abd;
}

body.single.single-course .rltd-cs-box:hover {
    box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transition: all 500ms ease;
}

body.single.single-course .rltd-cs-box:hover .cs-btn a {
    background-color: #015abd;
    color: #fff;
    border: 2px solid #015abd;
}

body.single.single-course .rltd-cs-box {
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transition: all 500ms ease;
}

body.single.single-course section#releted-courses h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 35px;
}

body.single.single-course section#releted-courses {
    margin: 25px auto 50px;
    padding: 30px 15px 25px 15px;
    background-color: #005eff05;
    border: 2px solid #1800ff96;
    border-radius: 10px;
}

body.single.single-course section#carousel {
    display: none;
}

body.single.single-course #hdr-pro {
    display: block;
}

body.single.single-course .course-cart-btn {
    display: none;
}

body.single.single-course .left-section-bg h4 {
    margin-bottom: 16px;
}

body.single.single-course p {
    font-size: 16px;
    margin-bottom: 20px;
}

body.single.single-course .left-section-bg ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
}

body.single.single-course .left-section-bg ul li i,
body.single.single-course .small-section ul li i {
    color: #006bad;
    margin-right: 6px;
    display: none;
}

body.single.single-course .left-section-bg ul li:before,
body.single.single-course .small-section ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #006bad;
    margin-right: 8px;
}

body.single.single-course .left-section-bg #tabs ul li:before {
    content: unset;
}

body.single.single-course h4.footertitle {
    color: #fff;
}

.course_curriculum.accordion h3.heading,
#certification-section h3 {
    font-size: 30px;
}

footer {
    padding-bottom: 10px !important;
}

section.sp-fixed-bottom-wrap {
    display: none;
}

/* Owl carousel styles */
.sp-reviews-carousel-section-wrap .owl-nav {
    display: none;
}

.sp-reviews-carousel-section-wrap .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.sp-reviews-carousel-section-wrap .owl-dots .owl-dot {
    display: inline-block;
}

.sp-reviews-carousel-section-wrap .owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.sp-reviews-carousel-section-wrap .owl-dots .owl-dot.active span {
    background: #007bff;
}

.sp-reviews-carousel-section-wrap .owl-dots .owl-dot:active,
.owl-dots .owl-dot:focus {
    outline: none;
}

.sp-reviews-carousel-section-wrap .cat-feedback-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 20px rgb(0 0 0 / 3%);
    border-radius: 12px;
    padding: 30px 20px;
    margin: 15px;
    height: 350px;
}

.sp-reviews-carousel-section-wrap .cat-rv-flex {
    display: flex !important;
}

.sp-reviews-carousel-section-wrap .cat-feedback-ds {
    margin-top: 15px;
}

.sp-reviews-carousel-section-wrap .cat-feedback-ds p {
    font-size: 15px;
    color: #303030;
    margin-top: 20px;
}

.sp-reviews-carousel-section-wrap .cat-box-head {
    height: 50px;
    background-color: #00a3ff;
    padding: 0px;
    border-radius: 50px;
    width: 50px;
    margin-right: 16px;
}

.sp-reviews-carousel-section-wrap .cat-feedback-rv {
    /* position: absolute;
    top: -5px;
    left: 28px; */
}

.sp-reviews-carousel-section-wrap .cat-feedback-rv h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 6px;
    /* letter-spacing: 0.01em; */
    font-feature-settings: 'salt' on, 'liga' off;
    color: #303030;
}

.sp-reviews-carousel-section-wrap .cat-feedback-rv img {
    width: 90px;
    margin-top: 0px;
}

.sp-reviews-carousel-section-wrap .cat-box-head h2 {
    color: #fff;
    font-size: 18px;
    margin: 16px auto;
    text-align: center;
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .xm-nav-tab>li a {
        width: 260px;
    }

    body.single.single-course .ov-tab {
        display: flex;
    }
}


@media (max-width: 1024px) {
    body.single.single-course .cat-feedback-ds p {
        height: 135px;
        overflow: hidden;
    }

    body.single.single-course .sp-course-prc p {
        font-size: 36px;
        margin-right: 12px;
    }

    body.single.single-course .sp-course-prc del {
        font-size: 20px;
    }

    .course_button.button.full {
        padding: 12px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    body.single.single-course .prrp-sh img {
        width: 30px;
    }

    body.single.single-course .prrp-sh p {
        line-height: 20px;
        font-size: 14px;
    }

    body.single.single-course .sp-cs-prc,
    body.single.single-course .sp-cs-help {
        margin: 0 auto 50px !important;
        text-align: center;
    }

    body.single.single-course .sp-cs-prc {
        display: none;
    }

    body.single.single-course .tab-button {
        display: block;
        width: auto;
        text-align: left;
    }

    body.single.single-course .tab-button {
        display: inline-block;
        font-size: 15px;
        text-align: center;
        width: 20%;
    }

    body.single.single-course .sp-sidebar-img-widget {
        text-align: center;
    }

    body.single.single-course .xm-tab-row .col-md-4 {
        max-width: unset;
    }

    body.single.single-course .xm-tab-row .row {
        display: flex;
        align-items: center;
    }

    body.single.single-course .xm-tab .fs-title-p,
    body.single.single-course .xm-tab-row .prc {
        margin-bottom: 0 !important;
    }

    body.single.single-course .xm-nav-tab>li a {
        width: 300px;
        font-size: 18px;
    }

    body.single.single-course .ov-tab {
        display: flex
    }

    /* Fixed bottom pricing Section */
    section.sp-fixed-bottom-wrap {
        position: fixed;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #fff;
        bottom: 0;
        padding: 10px 16px;
        z-index: 999;
        box-shadow: 0px 0px 10px 5px rgb(194 194 194 / 50%);
    }

    section.sp-fixed-bottom-wrap .sp-fixed-bottom {
        width: 100%;
        display: block;
    }

    section.sp-fixed-bottom-wrap a#sp-course-enrol-btn {
        background: #006bad;
        width: 90%;
        display: block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        font-family: 'Sen', sans-serif;
        font-weight: 600;
        line-height: 56px;
        overflow: auto;
        border-radius: 5px;
    }

    section.sp-fixed-bottom-wrap div#sp-price-container {
        width: 30%;
    }

    section.sp-fixed-bottom-wrap div#sp-price-container span {
        display: inline-block;
    }

    section.sp-fixed-bottom-wrap div#sp-both-prices-container {
        width: 35%;
        font-family: 'Sen', sans-serif;
    }

    section.sp-fixed-bottom-wrap div#sp-prev-price-container {
        text-decoration: line-through;
    }

    section.sp-fixed-bottom-wrap div#sp-sale-price-container {
        font-size: 26px;
        line-height: 26px;
        font-weight: bold;
    }
}

/* 
    === Mobile Css ===
    ==================
*/
@media (max-width: 460px) {

    /* 
        === Top Info Section ===
    */
    body.single.single-course #hdr-pro {
        display: none;
    }

    body.single.single-course #carousel {
        display: inherit;
    }

    body.single.single-course #sg-hero {
        padding: 40px 25px 50px;
    }

    body.single.single-course #carousel {
        max-width: 800px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

    body.single.single-course .carousel-container {
        display: flex;
        width: 300%;
        transition: transform 0.4s ease-in-out;
        background-color: #0080ff0d;
        padding: 15px 0px;
    }

    body.single.single-course .carousel-slide {
        flex-basis: 33.33%;
        padding: 0px 40px 0px 40px;
        text-align: left;
        display: inline-flex;
    }

    body.single.single-course .carousel-slide img,
    body.single.single-course .carousel-slide p {
        margin: auto;
    }

    body.single.single-course .carousel-navigation {
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
        width: 100%;
    }

    body.single.single-course .carousel-nav-button {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #ab9e9e00;
        color: #000;
        cursor: pointer;
        font-size: 24px;
        padding: 0px 5px;
    }

    body.single.single-course .carousel-slide img {
        padding-right: 15px;
        width: 13%;
    }

    body.single.single-course .carousel-slide p {
        font-size: 18px;
    }

    body.single.single-course .carousel-nav-button:hover {
        background-color: rgba(4, 31, 118, 0);
        color: rgb(0, 0, 0);
    }

    body.single.single-course h3 {
        font-size: 20px;
    }

    body.single.single-course .prev {
        position: absolute;
        left: 0;
    }

    body.single.single-course .next {
        position: absolute;
        right: 0;
    }

    /* 
        === Hero Section ===
    */

    body.single.single-course .sg-hero-text {
        padding: 0px 15px;
    }

    body.single.single-course .sg-hero-text h1 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    body.single.single-course .sg-hero-text p {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
    }

    body.single.single-course .sg-hero-rv-img img {
        width: 341px;
        display: block;
        margin: auto;
    }

    body.single.single-course .sg-hero-btn a {
        display: block;
        background-color: #006bad;
        color: #fff;
        font-weight: 500;
        padding: 12px 0px;
        font-size: 16px;
        border-radius: 10px;
        margin: 0px 22px;
        transition: all 500ms ease;
    }

    body.single.single-course .sg-hero-btn {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .single-course.c3 #item-nav {
        margin-top: 0;
    }

    /* 
        === Overview Content ===
    */
    body.single.single-course .small-section {
        margin-top: 10px;
        background-color: #fcfcfc00;
        border: 2px solid #cfcfcf00;
        padding: 0;
        border-radius: 0;
    }

    body.single.single-course h5 {
        font-size: 16px;
        margin-top: 10px;
    }

    body.single.single-course section.small-section h2,
    body.single.single-course .course_curriculum.accordion h3,
    body.single.single-course .cat-feedback-title h2 {
        font-size: 22px;
        line-height: 30px;
    }

    body.single.single-course .ov-tab-section {
        display: none;
    }

    body.single.single-course section.overview {
        margin-top: 0px;
        position: relative;
    }

    body.single.single-course .ov-icn {
        border: 1px solid #aeaeae;
        padding: 10px 18px 10px 18px;
        margin-top: 30px;
        border-radius: 6px;
        background-color: #fff;
    }

    body.single.single-course section.sm-dv-content {
        display: block;
        margin-top: 10px;
    }

    body.single.single-course .left-section-bg {
        display: none;
    }

    body.single.single-course .ov-dtl-title {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 18px;
    }

    body.single.single-course section#faq-section h2 {
        text-align: center;
        margin-bottom: 35px;
        font-size: 22px;
    }

    body.single.single-course section.sm-dv-content .faq-item {
        margin: 20px 0px;
        box-shadow: 2px 2px 2px 1px rgb(19 135 255 / 14%);
    }

    body.single.single-course .sm-dv-content .accordion-header {
        cursor: pointer;
        background-color: #fffbfb;
        padding: 10px;
        border: 1px solid #dad9d9;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
    }

    body.single.single-course #cat-feedback-s {
        margin-top: 20px;
    }
}