    /* ***********
Courses Detail
************/
    /************
Basic Detail
************/

    .coDetail--basic {}

    .coDetail--title {
        font-size: 1.5rem;
        line-height: 35px;
        font-weight: 700;
        margin: 32px 0;
        color: #11173a;
    }

    .coDeatil--shortDesc {
        color: #575c74;
        line-height: 24px;
        text-align: justify;
        /* display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    }

    .coDeatil--shortDesc.showDown {
        overflow: auto !important;
        max-height: 100% !important;
    }

    .coDetail--subTitle {
        font-weight: 700;
        line-height: 26px;
        padding-bottom: 8px;
        color: #575c74;
    }

    .coDetail--Video {
        margin: 32px 0;
    }

    .video-js .vjs-big-play-button {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        border-radius: 50% !important;
        width: 88px !important;
        height: 88px !important;
        border: none !important;
        line-height: 88px !important;
    }

    .course-video {
        max-width: 800px;
        max-height: 450px;
        width: 100%;
    }

    .coDetail--include {
        padding-left: 16px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: disc;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .coDetail--include li {
        font-weight: 400;
        line-height: 26px;
        color: #575c74;
        margin-right: 54px;
    }

    .coDetail--include li:last-child {
        margin-right: 0px;
    }

    .coDetail--include li::marker {
        color: #d8d8d8;
    }

    .coDetail--browseStructure a {
        color: #f37120;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        display: flex;
    }

    .coDetail--browseStructure a img {
        margin-right: 4px;
    }

    .coDetail--knowMore {
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        color: #f37120;
        text-decoration: underline !important;
        cursor: pointer !important;
    }

    .mob--plBxLink,
    .mob--plBxLink:hover {
        color: #f37120;
        text-decoration: underline;
        cursor: pointer;
    }

    .tac,
    .tac:hover {
        color: #f37120;
        text-decoration: underline;
        cursor: pointer;
    }

    /*********************
About Vidya Advantage
*********************/

    .coDetail--sec--title {
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        padding: 60px 0 30px;
    }

    .coDetail--advantage {
        display: flex;
        align-items: center;
        padding: 15px;
    }

    .coDetail--adv-icon {
        margin-right: 15px;
        min-width: 48px;
    }

    .coDetail--advantage .coDetail--subTitle {
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        color: rgba(41, 50, 105, .5);
    }

    .coDetail--proAdvantage {
        border-radius: 4px;
        background-color: rgba(255, 124, 2, .05);
    }

    .coDetail--proAdvantage span {
        font-weight: 400;
        font-size: 10px;
        line-height: 22px;
        color: rgba(41, 50, 105, .5);
        display: flex;
        justify-content: flex-end;
        padding: 0 16px;
        position: relative;
        top: -8px;
    }

    /****************
Skills You Learn
*****************/

    .coDetail--skills {
        font-weight: 700;
        color: #11173a;
        line-height: 24px;
        background-color: rgba(0, 47, 85, .05);
        border-radius: 8px;
        height: 46px;
        padding: 0 24px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
    }

    /***************
Course Outcome
***************/

    .coDetail--outcome {
        display: flex;
        align-items: baseline;
        line-height: 26px;
        color: #575c74;
        padding-bottom: 30px;
    }

    .coDetail--outcome i {
        margin-right: 32px;
        color: #74ce15;
        padding-top: 4px;
        min-width: 16px;
    }

    /***************
Course Brief
***************/

    .coDetail--brief--container {
        font-weight: 400;
        line-height: 26px;
    }

    .coDetail--longDesc {
        color: #575c74;
        position: relative;
    }

    .coDetail--longDesc.showDown {
        max-height: 100% !important;
        overflow: hidden;
    }

    .coDetail--longDesc p {
        font-size: 16px;
        color: hsl(0, 0%, 0%);
    }

    .coDetail--sec--title .coDetail--topics {
        padding-bottom: 16px;
    }

    /***************
Course Structure
***************/

    .coDetail--topicCard {
        font-size: 1.125rem;
        letter-spacing: .725px;
        border: 0;
        margin-bottom: 16px;
    }

    .coDetail--topicHeader {
        background: #f8f9fb;
        border: none;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 24px;
        word-spacing: 0.75px;
    }

    .coDetail--topicHeader:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .coDetail--topicHeader a {
        padding: 0;
        color: inherit;
    }

    .coDetail--topicTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
    }

    .coDetail--titleDetail {
        display: flex;
        font-size: .75rem;
        color: rgba(17, 23, 58, .6);
        padding-top: 8px;
        font-weight: 400;
        line-height: 15px;
    }

    /* .coDetail--titleDetail span {
    padding-left: 16px;
} */

    .coDetail--titleDetail span:first-child {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .coDetail--titleDetail span i {
        margin-right: 4px;
        color: rgba(17, 23, 58, .6);
    }

    .coDetail--titleDetail span:not(.coDetail--titleDetail span) {
        padding: 0;
    }

    .coDetail--titleDetail span:not(.coDetail--titleDetail span:first-child):before {
        content: "•";
        padding: 0 12px;
    }

    .coDetail--topicBody {
        background-color: #f8f9fb;
        padding: 0 16px;
    }

    .coDetail--topiclist {
        padding: 12px 8px 12px 36px;
        font-weight: 400;
        color: rgba(17, 23, 58, .8);
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 19px;
    }

    .coDetail--duration {
        color: rgba(17, 23, 58, .6);
        font-size: .75rem;
        min-width: 60px;
        display: flex;
        justify-content: flex-end;
        font-weight: 600;
    }

    .coDetail--topicHeader .collapsed .coDetail--topicTitle i::before {
        content: "\f107";
    }

    /***************
    Career Opportunities
    ***************/

    .carrer--ScrollContainer {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        /* padding: 8px; */
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .carrer--ScrollContainer>div {
        margin-right: 30px;
    }

    .carrer--ScrollContainer>div:last-child {
        margin-right: 0px;
    }

    .carrer--ScrollContainer::-webkit-scrollbar {
        display: none;
    }

    .carrer--ScrollContainer .swiper-button-prev {
        left: -16px;
        visibility: hidden;
        margin: 0;
    }

    .carrer--ScrollContainer .swiper-button-next {
        right: -16px;
        margin: 0;
    }

    .carrer--ScrollContainer .swiper-button-prev.swiper-button-disabled,
    .carrer--ScrollContainer .swiper-button-next.swiper-button-disabled {
        display: none;
    }

    .carrer--ScrollContainer .swiper-button-prev,
    .carrer--ScrollContainer .swiper-button-next {
        width: auto;
        transform: translateY(-50%);
    }

    .carrer--ScrollContainer .swiper-button-prev:after,
    .carrer--ScrollContainer .swiper-button-next:after {
        width: 40px;
        height: 40px;
        border: 1px solid var(--colors-backgroundColor) !important;
        border-radius: 50% !important;
        background-color: var(--colors-backgroundColor) !important;
        box-shadow: 0 2px 12px hsl(0deg 0% 82% / 50%);
        font-size: 17px;
    }

    .carrer--ScrollContainer .swiper-button-prev:after,
    .carrer--ScrollContainer .swiper-button-next:after {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--colors-primaryBrand);
    }

    .carrer--ScrollContainer .backgroundImg {
        background-image: url('../../images/carrer1.png');
        width: fit-content;
        border-radius: 8px;
        cursor: auto;
        background-size: cover;
    }

    .carrer--card {
        width: 300px;
        border-radius: 8px;
        height: 230px;
        background-color: rgba(0, 0, 0, .7);
        color: #fff;
        text-align: center;
        padding: 24px 16px;
    }

    .carrer--ScrollContainer .carrer--card .coDetail--title {
        letter-spacing: 1.125px;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 24px;
        margin: 0;
        height: 40px;
        color: #fff;
    }

    .carrer--ScrollContainer .carrer--card .carrer--desc {
        font-size: .875rem;
        opacity: .7;
        height: 125px;
        padding: 8px 0;
        overflow: scroll;
        word-wrap: break-word;
        white-space: pre-line;
        -ms-overflow-style: none;
        scrollbar-width: none;
        color: #fff;
    }

    .carrer--ScrollContainer .carrer--card .carrer--desc p {
        color: #fff;
    }

    .carrer--ScrollContainer .carrer--card .carrer--desc::-webkit-scrollbar {
        display: none;
    }

    .carrer--ScrollContainer .carrer--card .carrer--price {
        font-weight: 700;
        font-size: .875rem;
        line-height: 26px;
        color: #fff;
    }

    /***************
Who should take this course?
***************/

    .coDetail--listing--container ul {
        color: #575c74;
        padding-left: 32px;
        margin: 0;
        padding-bottom: 20px;
        list-style-type: disc;
    }

    .coDetail--listing--container ul li {
        line-height: 22px;
        padding: 8px;
    }

    .coDetail--certificateMenu {
        /* overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; */
    }

    .coDetail--certificateMenu ul {
        white-space: nowrap !important;
        display: inline-block !important;
        min-width: 100% !important;
        border: none !important;
        height: 41px !important;
        padding: 0 !important;
    }

    .coDetail--certificateMenu ul li {
        display: inline !important;
        border: none !important;
        color: rgba(41, 50, 105, .5) !important;
        font-weight: 800 !important;
        line-height: 20px !important;
        text-transform: uppercase !important;
        margin-right: 40px !important;
        cursor: pointer !important;
    }

    .coDetail--certificateMenu ul li a.active {
        display: inline !important;
        border-bottom: 3px solid #11173a !important;
        color: #11173a !important;
        padding: 4px 0 !important;
    }

    .coDetail--certificateMenu ul li a {
        display: inline;
        border: none;
        color: rgba(41, 50, 105, .5) !important;
        font-weight: 800;
        line-height: 20px;
        text-transform: uppercase;
        /* margin-right: 40px; */
        cursor: pointer;
        border-radius: 0 !important;
        padding: 0;
    }

    .coDetail--certificateMenu ul li a.active {
        display: inline;
        border-bottom: 3px solid #11173a;
        color: #11173a !important;
        padding: 4px 0;
        background-color: transparent !important;
    }

    .certificate--img {
        position: relative;
    }

    .certificate--img img {
        width: 100%;
    }

    /**************************
Course Detail Testimonial
**************************/

    .testimonial--ScrollContainer {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        /* padding: 8px; */
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .testimonial--ScrollContainer>div {
        margin-right: 30px;
    }

    .testimonial--ScrollContainer>div:last-child {
        margin-right: 0px;
    }

    .testimonial--ScrollContainer::-webkit-scrollbar {
        display: none;
    }

    .testimonial--ScrollContainer .swiper-button-prev {
        left: -16px;
        visibility: hidden;
        margin: 0;
    }

    .testimonial--ScrollContainer .swiper-button-next {
        right: -16px;
        margin: 0;
    }

    .testimonial--ScrollContainer .swiper-button-prev.swiper-button-disabled,
    .testimonial--ScrollContainer .swiper-button-next.swiper-button-disabled {
        display: none;
    }

    .testimonial--ScrollContainer .swiper-button-prev,
    .testimonial--ScrollContainer .swiper-button-next {
        width: auto;
        transform: translateY(-50%);
    }

    .testimonial--ScrollContainer .swiper-button-prev:after,
    .testimonial--ScrollContainer .swiper-button-next:after {
        width: 40px;
        height: 40px;
        border: 1px solid var(--colors-backgroundColor) !important;
        border-radius: 50% !important;
        background-color: var(--colors-backgroundColor) !important;
        box-shadow: 0 2px 12px hsl(0deg 0% 82% / 50%);
        font-size: 17px;
    }

    .testimonial--ScrollContainer .swiper-button-prev:after,
    .testimonial--ScrollContainer .swiper-button-next:after {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--colors-primaryBrand);
    }

    /**************************
Course Detail Other Courses
**************************/

    .oth--co--ScrollContainer {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        /* padding: 8px; */
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .oth--co--ScrollContainer>div {
        margin-right: 30px;
    }

    .oth--co--ScrollContainer>div:last-child {
        margin-right: 0px;
    }

    .oth--co--ScrollContainer::-webkit-scrollbar {
        display: none;
    }

    .oth--co--ScrollContainer .swiper-button-prev {
        left: -16px;
        visibility: hidden;
        margin: 0;
    }

    .oth--co--ScrollContainer .swiper-button-next {
        right: -16px;
        margin: 0;
    }

    .oth--co--ScrollContainer .swiper-button-prev.swiper-button-disabled,
    .oth--co--ScrollContainer .swiper-button-next.swiper-button-disabled {
        display: none;
    }

    .oth--co--ScrollContainer .swiper-button-prev,
    .oth--co--ScrollContainer .swiper-button-next {
        width: auto;
        transform: translateY(-50%);
    }

    .oth--co--ScrollContainer .swiper-button-prev:after,
    .oth--co--ScrollContainer .swiper-button-next:after {
        width: 40px;
        height: 40px;
        border: 1px solid var(--colors-backgroundColor) !important;
        border-radius: 50% !important;
        background-color: var(--colors-backgroundColor) !important;
        box-shadow: 0 2px 12px hsl(0deg 0% 82% / 50%);
        font-size: 17px;
    }

    .oth--co--ScrollContainer .swiper-button-prev:after,
    .oth--co--ScrollContainer .swiper-button-next:after {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--colors-primaryBrand);
    }

    /**************************
Course Detail Plans
**************************/

    .coDetail--planBox {
        box-shadow: 0 2px 18px hsl(0deg 0% 85% / 50%);
        border-radius: 8px;
        border: none;
        max-height: calc(100vh - 120px);
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .coDetail--planBox::-webkit-scrollbar {
        display: none;
    }

    .coDetail--comparePlan {
        font-size: .875rem;
        color: #f37120;
        text-decoration: underline;
        cursor: pointer;
    }

    .planSwitchTabs {
        border: 1px solid rgba(17, 23, 58, .1);
        border-radius: 8px;
    }

    .planSwitchTab {
        font-weight: 700;
        line-height: 24px;
    }

    .planSwitchTab a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        cursor: pointer;
        height: 46px;
        border-radius: 8px;
        color: #000;
        padding: 0;
    }

    .planSwitchTab a:hover {
        color: #000 !important;
    }

    .planSwitchTab a.active {
        background: #002f55 !important;
        color: #fff;
    }

    .planSwitchTab a.active:hover {
        color: #fff !important;
    }

    .coDetail--features {
        padding: 16px;
        margin: 0;
        color: rgba(17, 23, 58, .6);
        min-height: 190px;
        list-style-type: disc;
    }

    .coDetail--features li {
        font-weight: 600;
        font-size: .875rem;
        line-height: 18px;
        padding: 8px 8px 8px 0;
    }

    .coDetail--features li::marker {
        color: #d8d8d8;
    }

    .coDetail--sepearator {
        border: 1px dashed rgba(255, 124, 2, .2);
        margin: 4px 0 12px;
    }

    .coDetail--basePrice {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: rgba(17, 23, 58, .8);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
    }

    .coDetail--discountPercent {
        font-weight: 700;
        font-size: .8125rem;
        line-height: 16px;
        color: #39b64a;
        padding-right: 12px;
    }

    .coDetail--strPrice {
        color: rgba(41, 50, 105, .5);
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        padding-right: 12px;
        display: flex;
        align-items: center;
    }

    /* .coDetail--strPrice i {
    margin-right: -4px;
} */

    .coDetail--price {
        color: #11173a;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        align-items: center;
    }

    /* .coDetail--price i {
    margin-right: -4px;
} */

    .coDetail--finalPrice {
        font-weight: 900;
        font-size: 20px;
        line-height: 25px;
        color: rgba(17, 23, 58, .8);
        display: flex;
        padding-top: 12px;
        flex-direction: column;
    }

    .coDetail--finalAmt {
        font-size: 25px;
        line-height: 31px;
    }

    .coDetail--onward {
        font-weight: 600;
        font-size: .875rem;
        line-height: 22px;
        color: rgba(41, 50, 105, .5);
    }

    .coDetail--onward p span {
        color: #39b64a;
    }

    .coDetail--cartBtns .coDetail--btns {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
    }

    .coDetail--cartBtns .coDetail--btns button {
        font-weight: 400;
        flex: 1 1;
    }

    .coDetail--cartBtns .coDetail--btns button:first-child {
        margin-left: 0;
    }

    .coDetail--cartBtns .coDetail--btns button:last-child {
        margin-right: 0;
    }

    .coDetail--offers {
        font-weight: 800;
        font-size: 14px;
        line-height: 18px;
        color: #11173a;
        padding-top: 16px;
    }

    .coDetail--coupon {
        display: flex;
        min-height: 80px;
        margin: 12px 0;
        background: #f4faee;
    }

    .coupon--discount {
        color: #74ce15;
        font-weight: 700;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
    }

    .coupon--verticalLine {
        opacity: .21;
        border: 1px solid #74ce15;
        margin: 4px 0;
    }

    .coupon--details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-weight: 600;
        font-size: .75rem;
        line-height: 16px;
        color: rgba(17, 23, 58, .6);
        padding: 8px;
        border-radius: 0 8px 8px 0;
        flex: 1 1;
    }

    .coDetail--mobilePlan {
        display: none;
    }

    /**************************
Course Detail Plans Modal
**************************/

    .compare--plan--modal {
        z-index: 2000000001 !important;
    }

    .modal-hedr {
        border: none;
        padding: 16px;
    }

    .plan--modal {
        background: #fbfbfb;
        box-shadow: 0 4px 44px rgb(0 0 0 / 10%);
        border-radius: 8px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .plan--modal--title {
        padding: 16px;
        display: block;
        margin: 16px;
        text-align: center;
        border-radius: 8px;
        top: -16px;
        position: relative;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        background-image: url(https://assets.proalley.com/images/general/planCompare.svg);
        background-position: bottom;
        background-repeat: no-repeat;
        height: 120px;
    }

    .plan--modal--content ul {
        padding: 16px 16px 20px;
        margin: 0;
        position: absolute;
        top: -20px;
        width: 100%;
        overflow: scroll;
        height: inherit;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .plan--modal--content ul::-webkit-scrollbar {
        display: none;
    }

    .plan--modal--content li {
        display: flex;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        align-items: center;
        letter-spacing: .5px;
        padding: 8px 0;
    }

    .plan--modal--content i {
        margin-right: 20px;
        width: 14px;
    }

    .plan--bg-img {
        align-items: center;
        padding: inherit;
        height: calc(100% - 36px);
        justify-content: center;
        display: flex;
    }

    .compare--plan--modal .btn {
        margin-top: -20px;
    }

    /**************************
Course Detail terms and Condition
**************************/

    #termsAndConditionModal .modal-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin: 12px 0;
        text-align: center;
        width: 100%;
        color: #11173a;
    }

    #termsAndConditionModal .modal-title button {
        padding: 0;
        position: absolute;
        right: 30px;
        top: 24px;
    }

    #termsAndConditionModal .modal-body {
        font-size: .875rem;
        font-weight: 400;
        line-height: 24px;
        color: rgba(41, 50, 105, .5);
        padding: 0 50px 16px;
    }

    #termsAndConditionModal .modal-body .modal--offer {
        background: rgba(57, 182, 74, .1);
        border-radius: 8px;
        padding: 6px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #282d4d;
        text-align: center;
    }

    #termsAndConditionModal .modal-body .modal--offer span {
        font-weight: 700;
        margin-left: 4px;
    }

    /*******
Feature
********/

    .coDetail--feature p {
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        color: rgba(41, 50, 105, .5);
    }

    .coDetail--featureBox {
        padding: 40px;
        text-align: center;
        overflow: hidden;
    }

    .coDetail--featureBox img {
        max-width: 180px;
        max-height: 120px;
    }

    .feature--desc {
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        color: rgba(41, 50, 105, .5);
        margin: 20px 0 16px;
    }

    .coDetail--feature .coDetail--sec--title {
        margin-bottom: 15px;
        padding: 0;
    }

    /***************
    Bundles
****************/

    .coDetail--discountBanner {
        border-radius: 10px;
        margin: 16px 0;
        padding: 12px;
        background-image: linear-gradient(90deg, #c9cbfb, #efcffc, #c9cbfb);
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        display: flex;
    }

    .bundle--include {
        background: #fff;
        box-shadow: 2px 0 7px hsl(0deg 0% 57% / 25%);
        border-radius: 10px;
        margin: 16px 0;
        padding: 16px 16px 1px;
    }

    .bundle--include--box {
        background: #fff;
        box-shadow: 2px 0 7px hsl(0deg 0% 57% / 25%);
        border-radius: 10px;
        margin-bottom: 16px;
        display: flex;
    }

    .bundle--include--imgBx {
        width: 140px;
        height: 100px;
        position: relative;
        display: inline-block;
    }

    .bundle--include--imgBx i {
        position: absolute;
        left: 50%;
        width: 24px;
        height: 24px;
        transform: translate(-50%, -22px);
        opacity: 1;
        background: linear-gradient(90deg, #c9cbfb, #efcffc, #c9cbfb);
        color: #11173a;
        text-align: center;
        line-height: 24px;
        border-radius: 50%;
    }

    .bundle--include--imgBx img {
        width: 100%;
        object-fit: cover;
    }

    .bundle--include--CourseInfo {
        padding: 16px;
        position: relative;
        width: calc(100% - 140px);
    }

    .bundle--include--Cotitle {
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 1px;
        color: #11173a;
    }

    .bundle--include--softwareImg {
        position: absolute;
        bottom: 10px;
    }

    .bundle--include--softwareImg img {
        margin-right: 20px !important;
        width: 30px !important;
        height: 25px !important;
        bottom: 16px !important;
    }

    .courseStructureTitle {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        color: #11173a;
        padding: 16px 0;
        cursor: pointer;
    }

    .coStrtabs {
        border: none;
    }

    .coStrtabs .coStrtabLink {
        padding: 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        color: rgba(41, 50, 105, .5);
        display: inline-block;
        margin-right: 32px;
        padding-bottom: 8px;
        cursor: pointer;
        border: none;
    }

    .coStrtabs .coStrtabLink:last-child {
        margin-right: 0px;
    }

    .coStrtabs .coStrtabLink.active {
        font-weight: 700;
        color: #11173a;
        border-bottom: 1px solid;
    }

    .coDetail--relvantTags {
        background-color: #f9f9f9;
        color: rgba(41, 50, 105, .5);
        padding: 20px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px;
        word-wrap: break-word;
    }

    .coDetail--relvantTags span {
        display: inline-block;
    }

    .coDetail--relvantTags span::before {
        content: "•";
        padding: 8px;
        font-size: 10px;
    }