.course_name_head {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0;
}

.course_name_head .material-symbols-outlined {
    color: #fff;
    cursor: pointer;
}

body.light .course_name_head .material-symbols-outlined {
    color: #333;
}

body.light .course .course-item a {
    background-color: #F6F3FE;
    color: #44318D;
}

.course-item h3 {
    font-size: 16px;
    display: -webkit-box;
    line-height: normal;
    font-weight: 600;
    height: 75px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.course-item p {
    font-size: 12px;
    margin-bottom: 5px;
}

.course-item .course-info {
    position: relative;
}

.course-item .course-info span {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #1C1C1C;
    border-radius: 5px;
    padding: 3px 5px 3px 8px;
    position: absolute;
    right: 12px;
    bottom: 21px;
}

.course-item a {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
    background-color: #1F1B41;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.course-item a i {
    margin-left: 10px;
}

.course-item>span {
    display: flex;
    font-size: 12px;
    color: #FFFFFF;
}

.course-info img {
    width: 100%;
    max-height: 160px;
    min-height: 110px;
}

.try.course .owl-nav {
    display: flex;
    width: 100%;
    gap: 50px;
    justify-content: center;
    margin: 20px 0;
}

.try.course .owl-nav .owl-prev,
.try.course .owl-nav .owl-next {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    /* background-image: url(../img/master/white-arrow.svg) !important; */
    background-size: 9px 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #9747FF !important;
    align-items: center;
    justify-content: center;
}

.try.course .owl-nav button span {
    font-size: 40px;
}

.try.course {
    background: #15112F;
    padding: 50px;
}

body.light .try.course {
    background: #F9F8FF;
}

.white-heading {
    padding-bottom: 20px;
}

.white-heading h2,
.white-heading p,
body.light .course-item a {
    color: #FFFFFF;
}

body.light .white-heading h2,
body.light .white-heading p {
    color: #333;
}

body.light .course-item>span {
    color: #333;
}

.white-heading h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.rating_star_wrapper i {
    color: #FBBC05 !important;
    font-size: 12px !important;
}

.course-item p:nth-child(4) {
    display: flex;
    align-items: center;
}

body.light .buy_btn_section button {
    background-color: #F6F3FE;
    color: #44318D;
    font-weight: 600;
}

.btn_purple.disable {
    pointer-events: none;
    background: #1F1B41;
    border: none;
    color: #676464;
}

.course-info img {
    cursor: pointer;
}

@media (max-width:600px) {
    .try.course {
        padding: 20px;
    }
}

.pop_card_price_wrapper {
    gap: 5px;
    margin: 20px 0;
}

.pop_card_price_wrapper p {
    margin: 0 !important;
}

.pop_card_price_wrapper .current_course_price {
    font-size: 20px;
}

.pop_card_price_wrapper .disc_txt {
    color: #ffd000 !important;
}