.container-fluid {
    position: relative;
}

.header {
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #000000;
    height: 90px;
}

.sidebar {
    float: right;
    width: 100%;
    /* padding-right: 15px; */
}

.content {
    float: left;
    width: 66%;
    height: max-content;
}

.footer {
    clear: both;
    margin-top: 10px;
    height: auto;
}

.sidebar .card-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
}

.sidebar .course-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}

.sidebar .course-duration-deatils {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.sidebar .course-duration-deatils i {
    font-size: 1.2rem;
    margin-top: 2px;
}

.sidebar .course-duration-deatils p {
    margin: 0 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #0A033C;
}

.sidebar .user-age-details .d-block p {
    margin: 0 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #0A033C;
}

/* .course-duration-deatils .d-flex{
    width: 50%;
} */

.live-class-details{
    /* margin-left: 30px !important; */
}

.tutor-details {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.sidebar .tutor-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.sidebar .tutor-details p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    margin-left: 10px;
}

.course-price {
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 38px !important;
}

.tutor-details .fa-rupee {
    font-size: 1.5rem;
}

.ratings-num {
    margin-bottom: 0 !important;
    font-size: 14px;
    padding-left: 5px;
}

.demo-btn {
    border: 1px solid #0d9488;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #0d9488;
    padding: 20px 0;
    background-color: #fff;
    width: 100%;
}

.enroll-btn {
    background: #0d9488;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 30px;
    border: none;
    margin-left: 1rem;
    width: 100%;
}

.buy-btn{
    background: #0d9488;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
    border: none;
    margin-left: 1rem;
    width: 100%;
}

.buy-btn a, .buy-btn a:hover, .buy-btn a:focus, .buy-btn, .buy-btn:hover, .buy-btn:focus{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
  }

  .course-opts-btn #button3{
      margin-left: 0;
  }

  .course-opts-btn #button3 a{
    color: #5E47D2;
}

.course-opts-btn #button3:hover a{
    color: #F7F5FF !important;
}

  .padmedium.text-center a{ 
      margin-left: 0;
  }

.course-opts-btn {
    margin-top: 1rem;
}

.enrolled-user-info {
    display: flex;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
}

.verticalLine {
    border-left: 1px solid #C2C2C2;
    height: 40px;
    margin: 0 1rem 0 3.5rem;
}

.enrolled-user-info p {
    margin-bottom: 0;
}

.card-deatils {
    padding: 1rem;
}

.course-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-position: center top;
    background-size: cover;
}

.course-top-part {
    position: relative;
}

#content {
    position: absolute;
    z-index: 998;
}

.label-1 {
    background: #EFEFEF;
    border-radius: 60px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    top: 4%;
    left: 2%;
}

.label-2 {
    background: #fff;
    border-radius: 4px;
    padding: 9px 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    bottom: 4%;
    left: 2%;
}

.label-3 {
    background: #000;
    border-radius: 4px;
    padding: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    bottom: 4%;
    right: 2%;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 33%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    background-color: #fff;
    border-bottom: none;
}

/* ----- v CAN BE DELETED v ----- */
.demo {
    padding-top: 20px;
}

.btn-demo {
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

.demo-footer>a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.demo .btn-demo {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #C4C4C4;
    padding: 1.2rem 1rem;
}

.fa-angle-right {
    font-size: 22px;
    float: right;
}

.btn-demo:focus {
    outline: none;
    border-bottom: 1px solid #C4C4C4;
}

.modal-body h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #0A033C;
}

.modal-body .rating-bar {
    height: 20px;
}

.review-count {
    font-weight: 700;
    font-size: 14px;
    color: #23263B;
    margin-top: 0.5rem;
}

.customer-reviews h5 {
    font-weight: 700;
    font-size: 16px;
    color: #23263B;
}

.global-ratings-count {
    font-weight: 400;
    font-size: 12px;
    color: #91929D;
}

.rating-bar-count h5 {
    font-weight: 700;
    font-size: 12px;
    color: #5468FF;
    margin-top: .5rem;
}

.rating-bar-count button{
    padding: 0;
    display: flex;
    align-items: center;
}

.rating-bar-count p{
    margin-bottom: 0;
}

.rating-bar-count .card-body{
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
}   

.review-product-section {
    margin-top: 2rem;
    padding: 0rem;
}

.review-product-section h5 {
    font-weight: 700;
    font-size: 16px;
    color: #23263B;
}

.review-product-section p {
    font-weight: 400;
    font-size: 14px;
    color: #23263B;
}

.review-product-section button {
    background: #FFFFFF;
    border: 2px solid #23263B;
    border-radius: 20px;
    color: #23263B;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 50px;
}

.input-group {
    width: 52%;
    border-radius: 8px;
    align-items: center;
}

.text-info {
    color: #23263B !important;
}

.review-search-bar {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
}

.review-search-bar .btn-group {
    border: 1px solid #91929D;
    padding: 5px 8px;
    border-radius: 8px;
}

.review-search-bar .fa-angle-down {
    font-size: 20px;
}

.review-search-bar .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #91929D;
}

.review-search-bar .btn-default {
    font-weight: 400;
    font-size: 12px;
    color: #23263B;
}

.user-profile {
    display: flex;
    align-items: center;
}

.user-profile p {
    margin: 0 0 0 10px;
}

.user-review {
    margin-top: 2rem;
}

.user-img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-position: top;
    background-size: cover;
}

.rating-top-part {
    display: flex;
    align-items: center;
}

.rating-top-part h5 {
    font-weight: 700;
    font-size: 14px;
    color: #23263B;
    margin: 0 0 0 10px
}

.rating-section {
    margin-top: 1rem;
}

.review-details {
    margin-top: 1rem;
}

.rating-bar-count-info {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.bar-rating {
    height: 8px;
    width: 175px;
    background-color: #D3D4D8;
    border-radius: 19px;
    margin-top: 0px;
}

.bar-rating__active {
    height: 8px;
    width: 175px;
    background-color: #FFC107;
    border-radius: 19px;
    animation: progress 0.8s cubic-bezier(0, 0, 0.3, 1);
}

@keyframes progress {
    from {
        width: 0;
    }
}

.rating-title {
    margin-right: 1rem;
    color: #5468FF;
    font-weight: 700;
    font-size: 12px;
}

.rating-percent {
    margin-left: 1rem;
    font-weight: 400;
    font-size: 12px;
    color: #23263B;
}

.course-card-resp {
    display: none;
}

.breadcrumb-section-resp {
    display: none;
}

.footer-part .footer-section {
    padding: 2rem 25px 0 25px !important;
}

.popular-courses-btn-section {
    text-align: center;
    margin-top: 0rem;
}

#footer-part .view-all-course-btn {
    background: #eff3fc;
    border-radius: 4px;
    padding: 8px 16px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0d9488;
    text-decoration: none;
}

.subscribe_form .input-group {
    width: 100%;
    border-radius: 8px;
    align-items: center;
}

.card-tab-content {
    display: none;
    padding: 15px 0;
}

.subscribe_form input {
    height: 44px;
}

#User-Reviews-page .modal-dialog {
    position: fixed;
    margin: auto;
    width: 96%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    right: 0;
    left: 0;
    top: 7%;
}

.user-review-count {
    display: flex;
    align-items: center;
}

.review-avg-count {
    color: #23263B;
    font-weight: 700;
    font-size: 48px;
}

.rating-review-info .rating-bar {
    height: 18px;
}

.rating-review-info {
    padding-left: 2rem;
}

.rating-review-info .review-count {
    color: #23263B;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.user-review-count-section .overview-title {
    text-transform: uppercase;
    color: #91929D;
    font-weight: 400;
    font-size: 14px;
    padding-top: 1rem;
}

.user-review-count-section .review-product-section {
    margin-top: 2rem;
    padding: 0rem 0rem;
}

#search-grp {
    justify-content: unset;
    margin-top: 0;
}

#review-search-bar {
    border-radius: 0;
}

#review-dropdown-filter {
    border-radius: 0px;
    margin-left: 1.5rem;
}

.review-post-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #91929D;
}

.verified-label {
    font-weight: 800;
    font-size: 9px;
    line-height: 140%;
    text-transform: uppercase;
    color: #219188;
}

.helpful-btn{
    border: 1px solid #23263B;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 7px 27px;
    font-weight: 400;
    font-size: 14px;
    color: #23263B;
}

.report-btn{
    color: #4F5162;
    font-weight: 400;
    font-size: 14px;
    border: none;
    background-color: transparent;
    padding-left: 1.5rem;
}
.owl-nav{
    display: none;
}

/*----------------media-query------------------------*/
@media(max-width:520px) {
    .course-img {
        background-image: url("https://d3aa8gez7qzufo.cloudfront.net/static/ufj-theme-3.0/images/study-img.0bf3ca945150.png");
        width: 100%;
        /* height: 203px; */
        border-radius: 0px;
        background-position: center top;
        background-size: cover;
    }

    .demo {
        padding-top: 0px;
    }

    .demo-btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        padding: 14px 32px;
    }

    .enroll-btn {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        padding: 14px 44px;
    }

    .course-card-resp {
        display: block;
    }

    .course-duration-deatils p {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 12px;
        color: #0A033C;
    }

    .tutor-details {
        font-weight: 400;
        font-size: 12px;
    }

    .tutor-img {
        width: 48px;
        height: 48px;
        border-radius: 50% !important;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .fa-rupee {
        font-size: 18px !important;
        margin-right: 6px;
    }

    .course-price {
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .course-opts-btn {
        display: flex;
        justify-content: space-between;
    }

    .enrolled-user-info p {
        font-weight: 500;
        font-size: 12px;
    }

    .demo {
        text-align: center;
    }

    .btn-demo {
        width: 92%;
    }

    .breadcrumb-section {
        display: none;
    }

    .label-1 {
        display: none;
    }

    .breadcrumb-section-resp {
        display: block;
    }

    .breadcrumb {
        /* background-color: #fff; */
        background: transparent;
        padding: .75rem 0.5rem;
    }

    .fa-angle-left {
        font-size: 1.5rem;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .breadcrumb-item a {
        font-weight: 500;
        font-size: 14px;
        color: #9C4DF4;
    }

    .subscription-form {
        display: none;
    }

    .card-title {
        font-size: 12px;
        text-transform: uppercase;
    }

    .course-title {
        font-size: 16px;
    }

    .verticalLine-resp {
        border-left: 1px solid #C2C2C2;
        height: 16px;
        margin: 0 1rem 0 1.5rem;
    }

    #similar-courses-section .col-carousel h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .course-deatils-card {
        /* background-color: #F7F5FF; */
    }

    .btn-demo {
        border-radius: 0;
        font-size: 16px;
        background-color: #F7F5FF;
    }

    .popular-courses-btn-section {
        display: none;
    }

    .demo-btn {
        background-color: transparent;
    }

    .enrolled-user-info {
        background-color: #fff;
    }

    .breadcrumb-section-resp .breadcrumb {
        background-color: #F7F5FF;
    }

    .sidebar {
        /* display: none; */
    }

    .content-label-1 {
        display: none;
    }

    .content {
        width: 100%;
        height: max-content;
    }

    .footer-part .footer-section {
        padding: 0rem 25px 0 25px !important;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 96%;

    }

    .rate {
        padding: 12px;
    }
    #search-grp {
        justify-content: unset;
        margin-top: 2rem;
    }
}

@media(min-width:1024px) {
    .container-fluid {
        position: relative;
    }

    .content {
        float: left;
        width: 66%;
        height: max-content;
    }

}


.text {
    height: 15px;
    width: 291px;
    left: 937px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: flex-end;
    color: #23263B;
}

#ratings-review-submit-section .modal-body .rating-bar {
    height: 8%;
    margin-left: -4%;
}

.review-title {
    height: 19px;
    width: 87px;
    left: 944px;
    top: 211px;
    position: absolute;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #000000;
}

.review-product-section #reviews-title {
    border: 1px solid #91929D;
    resize: none;
    width: 100%;
    border-radius: 8px;
}


.review-product-section .textdescription {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    color: #000000;

}

.review-product-section .text-num-of-words {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
}

.review-section {
    margin-top: 2rem;
}

.review-text-section {
    margin-top: 2rem;
    padding: 0rem 1rem;
}

.review-text-section h5 {
    font-weight: 700;
    font-size: 16px;
    color: #23263B;
    text-align: left;
}

.review-text-section #reviews-detail {
    width: 100%;
    resize: none;
    border-radius: 8px;
    border: 1px solid #91929D;
}

:focus-visible {
    outline: none;
}

.signed-in-checkbox input:checked~.checkmark {
    background-color: #5E47D2;
    margin-right: 0.5rem;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;

}

.signed-in-checkbox .checkmark:after {
    left: 5px;
    width: 6px;
    height: 11px;
    border: 1px solid #ffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signed-in-checkbox {
    justify-content: center;
    padding: 1rem 1rem;
}

.modal-body .signed-in-checkbox p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: -1rem;
    padding-left: 1rem;
}

.purple {
    color: #5E47D2;
    font-weight: 500;
}

.red {
    color: #FF0000;
}

.login1-submit-btn {
    background: #5E47D2;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 50px;
    border: none;
    width: 100%;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1;
    border-top: 1px solidrgba(0, 0, 0, .1);
}






.stars {
    width: fit-content;
    cursor: pointer;
}

.star {
    color: #23263B;
}

.fa-star.star.one-star.fas {
    color: #FFC107;
}

.fa-star.star.two-star.fas {
    color: #FFC107;
}

.fa-star.star.three-star.fas {
    color: #FFC107;
}

.fa-star.star.four-star.fas {
    color: #FFC107;
}

.fa-star.star.five-star.fas {
    color: #FFC107;
}

.star.rate-active {
    color: #FFC107;
}

.far.fa-star.star.star-over {
    color: #FFC107;
}

.rate {
    height: 50px;
    padding: 14px;
    font-size: 25px;
    position: relative;
    cursor: pointer;
}

.rate input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
}

.star-over::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    content: "\f005";
    display: inline-block;
    color: #FFC107;
    z-index: 1;
    position: absolute;
    top: 25px;
    left: 18px;
}

.rate:hover .face {
    opacity: 1;
}

.course-opts-btn{
    display: flex;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: 50%/56% 44% no-repeat;
    background-color: #fff;
    border-radius: 50%;
}

.carousel.slide .carousel-control-prev .fa-angle-left{
    font-size: 40px;
    color: #000;
}
.carousel.slide .carousel-control-next .fa-angle-right{
    font-size: 40px;
    color: #000;
    margin-right: 11px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.iframe-container{
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe{
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-div .video-play {
    display: inline-block;
    position: absolute;
    line-height: 25px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 40px;
    color: #5E47D2;
    padding: 22px 25px;
    background: #fff;
}
.rating_stars{
    font-size: 20px;
}
#iframe_div {width: 50%;height: 50%;display: none;}
#close_video {position: absolute;right: -20px;top: -20px;cursor: pointer;}
#youtube_iframe {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -100;transform: translateX(-50%) translateY(-50%);background: no-repeat;background-size: cover;transition: 1s opacity;}
#profile-modal .help-block.with-errors{color: #da1e24;font-weight: bold;}


.course-deatil-cards-part2 .video-div{
    position: relative;
}

.video-play-icon{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-control-next, .carousel-control-prev {
    justify-content: space-around;
    width: auto;
}

.content .carousel-control-next, .carousel-control-prev {
    justify-content: space-around;
    width: auto;
    position: absolute;
    height: fit-content;
    top: 50%;
}

.col-12.col-carousel{
    margin-top: 2rem;
}

.dropdown-filter #abuse-type-opt{
    border: none;
    background-color: transparent;
}


#repostAbuse .modal-body {
    padding: 0 3rem;
}
#repostAbuse .modal-body h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    color: #0A033C;
}

#repostAbuse #reason_title{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 3px rgb(0 0 0 / 25%);
    border-radius: 6px;
    width: 70%;
    padding: 1rem;
}

#repostAbuse #reason_detail {
    width: 70%;
    margin-top: 2rem;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 3px rgb(0 0 0 / 25%);
    border-radius: 6px;
}
#repostAbuse .btn-section {
    padding: 1rem 0;
}
#repostAbuse .btn-submit {
    width: 20%;
    background-color: #0d9488;
    color: #fff;
    padding: 16px 12px;
    border-radius: 8px;
    border: none;
}
.rating-bar-count button {
    padding: 0;
    display: flex;
    align-items: center;
}
.rating-bar-count .card-body {
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
}
.enroll-btn:hover{
    background-color: #0d9488 !important;
    color: #F7F5FF !important;
}
.secondary-btn {
    border: 1px solid  #5E47D2;;
    border-radius: 4px;
    background:  #0d9488;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }
  .secondary-btn:hover{color: #fff }

  .inr_mrp{
    padding-left: 0.6rem;
    font-size: 25px;
    color: lightslategray;
  }
  .mrp-wrapper{
    position: relative; 
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 1.4rem;
    top: 0.5rem;
  }
  .mrp-div > div{
    color: lightslategray;
  }

  .study-material-content-wrapper{
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
    margin: auto;
  }

  @media(max-width: 1280px){
    .study-material-content-wrapper{
        grid-template-columns: 50% 50%;
      }
  }

  @media(max-width: 900px){
    .study-material-content-wrapper{
        grid-template-columns: 100%;
      }
  }

  @media(min-width: 900px){
    .study-material-course-details{
        grid-column: 2;
        grid-row: 1 / span 3;
      }
  }
  

.course-duration-deatils b{
    font-weight: bold;
}


.tutor-img{
    border-radius: 50% !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
  
/* Course Home Header Redesign - Phase 1 */
.course-overview-header {
    width: 100%;
    max-width: 1440px;
    min-height: 214px;
    margin: 0 auto;
    padding: 11px 128px; /* Adjusted to balance height */
    display: flex;
    align-items: center;
    gap: 32px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.course-overview-header .course-image-box {
    width: 192px;
    height: 192px;
    flex-shrink: 0;
}

.course-overview-header .course-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.course-overview-header .course-info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    flex-grow: 1;
}

.course-overview-header .course-main-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 37.9px;
    line-height: 120%;
    letter-spacing: 0.1px;
    color: #000000;
    margin: 0;
}

.course-overview-header .course-short-desc {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}

.course-overview-header .module-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 36px;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 9999px;
    background: #F3F4F6;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    color: #374151;
}

@media (max-width: 1200px) {
    .course-overview-header {
        padding: 24px 64px;
    }
}

@media (max-width: 991px) {
    .course-overview-header {
        flex-direction: column;
        height: auto;
        padding: 24px 32px;
        text-align: center;
    }
    .course-overview-header .module-pill {
        margin: 0 auto;
    }
    .course-overview-header .course-main-title {
        font-size: 28px;
    }
}
