    .text-white {
        color: white;
    }
    
    .baseWrapper {
        display: block;
    }
    
    .only_show_in_mobile {
        display: none;
    }
    
    /* Created by GD for mobile screen wrt to the figma wireframe */
    /* @media (max-width: 480px) { */
    
    @media (max-width: 600px) {
        /* For responsive menu of loggedin users*/
        /* .navbar-toggler{
        display : none;
    } */
        /* .dropdown-menu{ */
        .dropdown-menu.dropdown-menu-right {
            display: block;
        }
        /*code ends here*/
        .xcourse_wishlist_and_teacher_margin_top {
            position: relative;
            top: 125px;
            left: -40px;
        }
        .auth-modal {
            width: 100%;
        }
        #searchFromNav {
            width: 100%!important;
        }
        .full_width_in_mobile_div {
            width: 100%!important;
        }
        .only_show_in_mobile {
            display: block;
        }
        .xcourse_banner_added_by_gd {
            max-width: 100% !important;
        }
        .full_width_for_course_details_page_in_mobile {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .margin_15_in_mobile {
            margin-left: 15px;
        }
        .margin_30_top_in_mobile {
            margin-top: 30px;
        }
        .hide_in_mobile_view {
            display: none;
        }
        .d-flex.show_d_flex_as_row_in_mobile {
            display: block!important;
        }
        .course_details_page_meet_the_teacher_sub_heading_experience_years {
            position: absolute;
            left: 260px;
            font-size: 21px;
            top: -30px;
        }
        .course_details_page_meet_the_teacher_sub_heading_experience_years_value {
            position: absolute;
            left: 260px;
            top: 85px;
            font-size: 21px;
        }
        .meet_the_teacher_description_margin {
            margin-top: 60px;
            margin-bottom: 60px;
        }
        .course_details_page_meet_the_teacher_sub_heading_location {
            position: absolute;
            left: 260px;
            top: 95px;
            font-size: 21px;
        }
        .course_details_page_meet_the_teacher_sub_heading_location_value {
            position: absolute;
            left: 260px;
            top: 180px;
            font-size: 21px;
        }
        /* .img_center_in_mobile{
        display : block;
        margin-right: auto;
        margin-left: auto;
    } */
        .mobile_top_padding_xcourse {
            position: absolute;
        }
        .w-100.mt-5.d-flex.mb-5.mobile_display_in_blocks {
            display: block!important;
        }
        .w-100.mt-5.d-flex.mb-5.mobile_display_in_blocks .col-2 {
            margin-bottom: 50px!important;
        }
        .hero-banner-title {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 30px;
        }
        .hide_in_mobile {
            display: none;
        }
        
        .banner_title_added_by_gd {
            margin-top: 70px;
            width: 100%;
            margin-left: 30px;
        }
        .mobile_width_full {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .mobile_width_half {
            /* flex: 0 0 50%;
        max-width: 50%; */
            flex: 0 0 60%;
            max-width: 60%;
        }
        .choose_a_teacher_button {
            max-width: 50% !important;
            flex: 0 0 50%;
        }
        .add_to_wishlist_button {
            max-width: 50% !important;
            flex: 0 0 50%;
        }
        .category_search_div {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
        .search_category_page_bottom_div {
            height: initial !important;
        }
        .search_category_page_bottom_div .col {
            margin-bottom: 30px;
            margin-top: 30px;
        }

        .px-5 {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        .course-card .course-title {
            left: 175px !important;
            position: absolute !important;
            word-wrap: break-word !important;
            top: 20px !important;
            font-weight: 800;
        }
        .course-card .course-image .image-footer {
            left: 110px !important;
            /* top : 30px; */
            top: 68px;
        }
        .course-card .course-image .image-footer .category {
            background: black;
            border-radius: 50px;
            padding: 5px;
        }
        .course-card .course-designer {
            position: absolute !important;
            top: 175px !important;
            left: 177px !important;
            width: 40%;
        }
        .course-card .offered-by {
            /* top: 235px!important; */
            /* top: 200px!important; */
            top: 175px !important;
            position: absolute !important;
            left: 35px;
        }
        .course-card .offered-by-panel {
            position: absolute !important;
            /* top: 260px!important; */
            /* top: 223px!important; */
            top: 200px !important;
            /* left: 15px!important; */
            left: 30px !important;
        }
        .position-absolute {
            right: 122px !important;
        }
        .col-md-4 {
            padding-right: 0px;
            padding-left: 0px;
        }
        .course-card .course-title {
            width: 40% !important;
        }
        .steps-banner {
            display: none !important;
        }
        /* For Home Page responsiveness */
        .banner-base .right-content {
            left: 0;
            width: 100%;
            top: 340px;
            z-index: 1!important;
        }
        
        .right-content-new {

            display: none;

            }
           @media screen and (max-width: 768px) {

            .right-content-new {

             display:block;

             }

             }
        .hide_in_mobile_view {
            display: none;
        }
        .mobile_margin_top_350 {
            margin-top: 250px;
        }
        .banner-base .left-content .search-boxes .input-box {
            width: 100%;
        }
        .banner-base .left-content .search-boxes .input-box .tags {
            padding-top: 12px;
            padding-left: 5px;
        }
        .owl-carousel .owl-nav.disabled,
        .owl-carousel .owl-dots.disabled {
            display: block;
        }
        .owl-carousel .owl-stage {
            width: 100%!important;
        }
        /* .ratingBanner {
            margin-bottom: 275px;
        } */
        .ratingBanner .rating {
            margin-bottom: 30px;
        }
        .ratingBanner .comments {
            max-height: 330px;
            background: #FBA620;
            padding: 20px;
            border-radius: 15px;
        }
        .ratingBanner .ratingCommentCard {
            margin-bottom: 30px;
        }
        /* .banner-base {
            height: 580px;
        } */
        /* Edit Profile page of student */
        .mobile_margin_left_10 {
            margin-left: 10px;
        }
        .mobile_margin_bottom_30 {
            margin-bottom: 30px;
        }
        .mobile_div_center {
            margin-left: 33%;
        }
        #basicProfileForm {
            margin-top: 40px;
        }
        .margin_left_mobile_50 {
            margin-left: 33%;
        }
        /* Student dashboard */
        .only_for_mobile_move_on_rhs {
            position: relative;
            margin-bottom: -70px;
        }
        .only_for_mobile_margin_top_20 {
            margin-top: 20px!important;
        }
        .user_dashboard_left_date_view_in_mobile {
            flex: 0 0 250%;
            max-width: 250%;
            margin-top: 15px;
        }
        .user_dashboard_right_date_view_in_mobile {
            flex: 0 0 250%;
            max-width: 250%;
            margin-left: 60%;
            margin-top: 15px;
        }
        .user_dashboard_left_no_of_classes_remaining_view_in_mobile {
            flex: 0 0 50%;
            max-width: 50%;
            margin-top: -15px;
        }
        .user_dashboard_right_no_of_classes_remaining_view_in_mobile {
            flex: 0 0 250%;
            max-width: 50%;
            margin-left: 48%;
            margin-top: -50px;
            margin-bottom: 30px;
        }
        .user_dashboard_class_duration_view_in_mobile {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .user_dashboard_fees_view_in_mobile {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .user_dashboard_class_time_view_in_mobile {
            flex: 0 0 250%;
            max-width: 100%;
            margin-top: 30px;
        }
        .display_row_in_mobile {
            display: block!important;
        }
        .user_dashboard_pay_now_view_in_mobile {
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: -25px;
            margin-top: 20px;
        }
        .register-modal {
            min-width: 100%!important;
        }
        
        .full_width_flex_in_mobile {
            flex: 0 0 100%;
            max-width: 100%;
        }
        /* For Wallet page of students */
        .full_width_for_wallets_page_in_mobile {
            flex: 0 0 100%;
            max-width: 100%;
        }
        .half_width_for_wallets_page_in_mobile {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .invoice_btn_mobile {
            position: relative;
            top: -50px;
            left: 136px;
        }
        .word_wrap_mobile {
            word-break: break-word;
        }
        .mobile_margin_top_10 {
            margin-top: 15px;
        }
        .mobile_margin_top_35 {
            margin-top: 35px;
        }
        .mobile_margin_bottom_35 {
            margin-bottom: 35px;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .footer2 {
            width: 100% !important;
        }
    }
    
    @media (max-width: 600px) {
        .navbar-collapse.collapse.show {
            margin-top: 0px !important;
        }
        #myTab {
            gap: 0px !important;
        }
        div#myTabContent {
            margin-left: 15px !important;
        }
        .collapse.show {
            margin-top: -60px !important;
        }
        /* .basic-card{
                                                                                                                                                                                                                                    height : 200px;
                                                                                                                                                                                                                                }  */
        .course-card .course-title {
            /* top: -130px !important; */
            top: -100px !important;
            left: 145px !important;
            position: relative !important;
        }
        .course-card .course-image {
            /* top : 20px!important; */
            top: 50px !important;
        }
        .course-card .offered-by {
            top: -52px !important;
            position: relative !important;
            left: 10px;
        }
        .course-card .offered-by-panel {
            position: relative !important;
            top: -55px !important;
            left: 10px !important;
        }
        .course-card .course-designer {
            position: relative !important;
            top: -45px !important;
            left: 150px !important;
        }
        .only_in_mobile_margin_top {
            margin-top: 45px !important;
            padding-top: 35px !important;
            border-top: 1px solid #d5cece !important;
        }
        .only_in_mobile_margin_top_for_upcoming_classes {
            margin-top: -25px !important;
            margin-left: 30px !important;
        }
        .only_in_mobile_margin_top_for_calendar_class_details {
            margin-top: 35px !important;
            margin-left: -15px !important;
        }
    }
    
    @media (max-width: 600px) {
        .courses_enrolled_border {
            min-width: 191px !important;
            max-width: 820px !important;
            margin-left: 20px !important;
        }
        .margin_left_minus_200 {
            margin-left: -150px !important;
        }
        .user_detail_class {
            width: 150% !important;
        }
        .margin_top_minus_30 {
            margin-top: -30px !important;
        }
        .mobile_border {
            min-width: 170px !important;
            max-width: 153px !important;
            margin-left: 10px !important;
        }
        .mobile_border2 {
            min-width: 160px !important;
            max-width: 153px !important;
            margin-left: 10px !important;
        }
        .banner-title {
            font-size: 24px !important;
        }
        .mobile_full_width {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }
        .mobile_margin_minus_55 {
            margin-left: -65% !important;
        }
        .mobile_width_70 {
            width: 70% !important;
        }
        .row {
            margin-right: 15px;
            margin-left: 15px;
        }
        .user_dob {
            margin-top: 5px !important;
        }
        .user_bio {
            margin-top: 10px !important;
            color: gray;
            text-align: left;
            margin-bottom: 25px;
        }
        .user_profile_dp {
            width: 100px !important;
            height: 100px !important;
        }
        .edit_profile_btn {
            width: 110px !important;
        }
        .user_profile_full_name {
            font-size: 30px !important;
        }
    }
    
    .group {
        width: 75% !important;
    }
    
    .select-choose__title {
        width: 94% !important;
    }
    
    input.materialInput {
        width: 100% !important;
        border-bottom: 1px solid black !important;
    }
    
    
    
    #profile-container {
        width: 150px;
        height: 150px;
        overflow: hidden;
        -webkit-border-radius: 70%;
        -moz-border-radius: 70%;
        -ms-border-radius: 70%;
        -o-border-radius: 70%;
        border-radius: 70%;
    }
    
    #profile-container img {
        width: 150px;
        height: 150px;
    }
    
    #imageUpload {
        display: none;
    }
    
    #profileImage {
        cursor: pointer;
    }
    
    .rating {
        unicode-bidi: bidi-override;
        direction: rtl;
    }
    
    .rating>span:hover:before,
    .rating>span:hover~span:before {
        content: "\2605";
        color: #ff9800;
        position: absolute;
    }
    
    .rate {
        float: left;
        height: 46px;
        padding: 0 10px;
    }
    
    .rate:not(:checked)>input {
        position: absolute;
        top: -9999px;
    }
    
    .rate:not(:checked)>label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }
    
    .rate:not(:checked)>label:before {
        content: '★ ';
    }
    
    .rate>input:checked~label {
        color: #ffc700;
    }
    
    .rate:not(:checked)>label:hover,
    .rate:not(:checked)>label:hover~label {
        color: #deb217;
    }
    
    .rate>input:checked+label:hover,
    .rate>input:checked+label:hover~label,
    .rate>input:checked~label:hover,
    .rate>input:checked~label:hover~label,
    .rate>label:hover~input:checked~label {
        color: #c59b08;
    }
    
    @media (max-width: 600px) {
        .owl-carousel .owl-stage,
        .steps-banner {
            display: block!important;
        }
        .owl-carousel.owl-drag .owl-item {
            margin-bottom: 30px;
        }
    }
    
    @media (max-width: 600px) {
        .navbar-collapse.collapse.show {
            margin-top: 0px !important;
        }
        #myTab {
            gap: 0px !important;
        }
        div#myTabContent {
            margin-left: 15px !important;
        }
        .collapse.show {
            margin-top: -60px !important;
        }
        /* .basic-card{height : 200px; }  */
        .course-card .course-title {
            /* top: -130px !important; */
            top: -100px !important;
            left: 145px !important;
            position: relative !important;
        }
        .course-card .course-image {
            /* top : 20px!important; */
            top: 50px !important;
        }
        .course-card .offered-by {
            top: -52px !important;
            position: relative !important;
            left: 10px;
        }
        .course-card .offered-by-panel {
            position: relative !important;
            top: -55px !important;
            left: 10px !important;
        }
        .course-card .course-designer {
            position: relative !important;
            top: -45px !important;
            left: 150px !important;
        }
        .only_in_mobile_margin_top {
            margin-top: 45px !important;
            padding-top: 35px !important;
            border-top: 1px solid #d5cece !important;
        }
        .only_in_mobile_margin_top_for_upcoming_classes {
            margin-top: -25px !important;
            margin-left: 30px !important;
        }
        .only_in_mobile_margin_top_for_calendar_class_details {
            margin-top: 35px !important;
            margin-left: -15px !important;
        }
    }
    
    @media (max-width: 480px) {
        .hero-banner-title {
            font-size: 30px;
        }
        .course_star_in_mobile_view {
            margin-top: -25px;
        }
        .course-card {
            padding: 0px !important;
            margin: 0px 0px !important;
            margin-bottom: 30px !important;
            padding-left: 15px !important;
            height: 230px !important;
            width: 100% !important;
        }
        .course-card .course-image {
            min-width: initial !important;
            min-height: initial !important;
            width: 130px !important;
            height: 130px !important;
            flex-grow: initial !important;
            top: 0px;
        }
        .course-card .course-title {
            left: 175px !important;
            /* position: absolute !important; */
            position: inherit !important;
            word-wrap: break-word !important;
            top: 20px !important;
            font-weight: 800;
        }
        .course-card .course-image .image-footer {
            left: 125px !important;
            top: 90px;
        }
        .course-card .course-image .image-footer .category {
            background: black;
            border-radius: 50px;
            padding: 5px;
        }
        .course-card .course-designer {
            /* position: absolute !important; */
            position: relative !important;
            top: 70px !important;
            left: 160px !important;
            width: 40%;
        }
        .course-card .offered-by {
            top: 30px !important;
            /* position: absolute !important; */
            position: relative !important;
            left: 10px;
        }
        .profile-rating {
            margin-left: 12px;
        }
        .course-card .offered-by-panel {
            position: relative !important;
            top: 33px !important;
            /* left: 30px !important; */
        }
        .position-absolute {
            right: 122px !important;
            /* right: initial !important; */
        }
    }
    
    #profile-container {
        width: 150px;
        height: 150px;
        overflow: hidden;
        -webkit-border-radius: 70%;
        -moz-border-radius: 70%;
        -ms-border-radius: 70%;
        -o-border-radius: 70%;
        border-radius: 70%;
    }
    
    #profile-container img {
        width: 150px;
        height: 150px;
    }
    
    #imageUpload {
        display: none;
    }
    
    #profileImage {
        cursor: pointer;
    }
    
    @media (max-width: 600px) {
        .dropdown-submenu:hover>.dropdown-menu {
            z-index: 999 !important;
        }
        .dropdown-submenu>.dropdown-menu {
            top: 30px;
            left: 0%;
        }
        .banner-base .left-content .search-boxes .div-1,
        .banner-base .left-content .search-boxes .div-2 {
            width: 80%;
        }
        .owl-carousel .owl-stage {
            display: flex;
        }
        .owl-carousel.owl-drag .owl-item {
            width: 100% !important;
        }
        .course-card .course-image .image-footer {
            left: -10px !important;
            top: 120px;
        }
        .position-absolute {
            right: 60px !important;
        }
        .profile_sec{
            padding: 3rem 0rem !important;
        }
        .course-card .offered-by-panel {
            top: 0px !important;
        }
        .profile_right_sec{
            padding: 0% !important;
        }
        .xcool_tabs{
            padding: 3rem 0rem !important;
        }
        .course-card .offered-by {
            top: 0px !important;
            left: 0px;
        }
        .course-card .course-designer {
            top: 5px !important;
            left: 10px !important;
            width: 100%;
        }
        .course-card .course-title {
            width: 100% !important;
            height: 30px;
            margin: 0px 0px;
            /* left: 30px !important; */
            top: 225px !important;
        }
        .course-card .course-image {
            width: 90% !important;
            height: 190px !important;
            top: -20px !important;
        }
        .owl-carousel.owl-drag .owl-item {
            /* margin-left: 45px; */
            margin-top: 30px;
        }
        .course-card {
            /* height : 500px!important; */
            height: 380px !important;
        }
        .owl-carousel .owl-stage {
            width: 100% !important;
            max-width: 400px;
            /* width: 800%!important;
                                                    max-width: 2475px; */
            /* overflow-x: auto; */
            overflow-x: visible;
            display: flex;
        }
        .owl-nav {
            display: none;
        }
    }
    /* @media (max-width: 480px) { */
    
    @media (max-width: 100px) {
        .dropdown-submenu:hover>.dropdown-menu {
            z-index: 999 !important;
        }
        .dropdown-submenu>.dropdown-menu {
            top: 30px;
            left: 0%;
        }
        .banner-base .left-content .search-boxes .div-1,
        .banner-base .left-content .search-boxes .div-2 {
            width: 80%;
        }
        .course-card .course-image .image-footer {
            left: -10px !important;
            top: 120px;
        }
        .position-absolute {
            right: 60px !important;
        }
        .course-card .offered-by-panel {
            top: 380px !important;
        }
        .course-card .offered-by {
            top: 340px !important;
            left: 30px;
        }
        .course-card .course-designer {
            top: 305px !important;
            left: 30px !important;
            width: 100%;
        }
        .course-card .course-title {
            width: 100% !important;
            left: 30px !important;
            top: 225px !important;
        }
        .course-card .course-image {
            width: 90% !important;
            height: 190px !important;
            top: -100px !important;
        }
        .owl-carousel.owl-drag .owl-item {
            margin-left: 45px;
            margin-top: 30px;
        }
        .course-card {
            /* height : 500px!important; */
            height: 430px !important;
        }
        .owl-carousel .owl-stage {
            width: 100% !important;
            max-width: 400px;
            /* width: 800%!important;
                                                    max-width: 2475px; */
            /* overflow-x: auto; */
            overflow-x: visible;
            display: flex;
        }
        .owl-nav {
            display: none;
        }
    }
    
    .comments ::-webkit-scrollbar {
        width: 15px;
    }
    /* Code ends here */