/* ------------- Subhra ranjan ---------------------- */

@font-face {
    font-family: Poppins;
    src: url(../ttf/poppins-regular.ttf);
}

body {
    overflow-x: hidden;
}

body,
* {
    font-family: Poppins, sans-serif !important;
}

.fa {
    font-family: 'FontAwesome' !important;
}

.nav-item.cont_google_btn .nav-link img {
    width: 22px;
}

.nav-item.cont_google_btn {
    box-shadow: 0 13px 20px -8px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.subh_nav .nav-item .nav-link {
    padding: 10px 18px;
    font-weight: 600;
    color: #000;
}

.subh_nav .nav-item.active .nav-link {
    color: #E84745;
}

.text-grey {
    color: #696984;
}

.text-blue-dark {
    color: #154747;
}

.text-blue-light,
.text-blue {
    color: #134b46;
}

.play_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play_icon i {
    color: #23bdee;
    font-size: 18px;
}

.heading_icon {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    width: 50px;
}

.best_course_section {
    background-color: #F8F8FF;
}

.best_course_para {
    width: 75%;
    font-size: 15px;
}

.vision_section p,
.top_banner p {
    font-size: 15px;
}

.text-red {
    color: #E84745 !important;
}

.best_course_card {
    background: #fff;
   
    border-radius: 10px;
    margin-bottom: 30px;
   
}
.testi_bg{
    padding: 13px 10px;
    border: 1px solid #d1d1d1;
    margin: 0px 3px;
    border-radius: 5px;
    background: #fff;
    min-height: 350px;
    align-items: center !important;
    display: grid;
}
 .owl-carousel .owl-item img {
    display: inline-block !important;
    width: 100%;
}
.testi_owl .owl-dots {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.testi_owl .owl-dots button.owl-dot.active{
    padding: 0 !important;
    background-color: #4CAF50!important;
    outline: 0;
    width:20px;
    border-radius:5px;
    opacity:1 !important;
}
.testi_owl .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    display: block;
    border-radius: 50px;
    transition: opacity 200ms ease;
    background-color: #4CAF50!important;
    opacity:0.6;
}
.best_course_card img {
    border-radius: 10px;
/*    height: 295px;*/ /* in case lg-4  */
width: 100%;
object-fit: contain;
box-shadow: 2px 2px 27px 0px rgba(214,215,255,0.75);
-webkit-box-shadow: 2px 2px 27px 0px rgba(214,215,255,0.75);
-moz-box-shadow: 2px 2px 27px 0px rgba(214,215,255,0.75);
}

.best_course_price {
    font-size: 13px;
}

.best_course_price span {
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}

.best_course_subscribe_btn {
  /*  padding: 10px 50px 10px 20px;
    background: #154747;
    color: #fff !important;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    width: 70%;
    text-decoration: none !important;*/ /* in case lg-4  */

    padding: 5px 45px 5px 12px;
    background: #154747;
    color: #fff !important;
    border-radius: 25px;
    position: relative;
    display: inline-block;
/*    width: 99%;*/
    text-decoration: none !important;
}

.d_flex{
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.f-s-12{
  font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}
.best_course_validity {
    font-size: 12px;
}

.best_course_subscribe_btn i {
/*    width:44px;*//* in case lg-4  */
    width:35px;
    height: 100%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision_section img {
    width: 100%;
    height: 400px;
}

.vision_section p {
    font-size: 17px;
    text-align: justify;
    overflow-wrap: break-word;
}

#watch_free_video .owl-nav button {
    border: 1px solid #154747;
    border-radius: 50%;
    background: #154747;
    width: 45px;
    height: 45px;
    padding: 5px !important;
}

#watch_free_video .owl-nav {
    text-align: right;
}

#watch_free_video .owl-nav button:hover {
    background: transparent;
}

#watch_free_video .owl-nav button.owl-prev:hover img {
    content: url('../png/slider_blue_icon_right.png');
}

#watch_free_video .owl-nav button.owl-next:hover img {
    content: url('../png/slider_blue_icon_left.png');
}

#watch_free_video .owl-dots {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
}

#watch_free_video .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #DDE0E4;
}

#watch_free_video .owl-dots button.owl-dot.active {
    width: 40px;
    border-radius: 20px;
    background: #154747;
}

.footer {
    background: #151515;
}

.footer_about_para {
    font-size: 12px;
}

.footer_social li {
    display: inline-block;
    margin: 3px;
}

.footer_social li a:hover {
    border-color: #134b46;
    background: #134b46;
}

.footer_social li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
}

.footer_logo {
    margin-top: 5px;
}

.footer_quick_links {
    width: 70%;
    margin: auto;
}

.footer_quick_links li a {
    color: #fff;
    text-decoration: none !important;
    display: block;
    padding: 3px 0;
    font-size: 12px;
}

.footer_contact p {
    font-size: 12px;
    line-height: 2;
}

.footer_contact {
    width: 90%;
    margin: auto;
}

.get_in_touch_btn {
    background: #154747;
    padding: 15px 25px;
    position: fixed;
    top: 45%;
    z-index: 9;
    box-shadow: 0 4px 16px 0 #0000003b;
    right: -95px;
    transform: rotate(-90deg);
    border-radius: 8px;
    text-decoration: none !important;
}

.get_in_touch_btn img {
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 17px;
    border-radius: 50%;
    margin-left: 10px;
}


/*----- about us ------*/

.about_banner {
    background: url(../png/about_banner.png);
    background-size: 100% 100%;
}

.about_course {
    width: 55%;
    margin: auto;
}

.about_banner_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}


/*------------------ modals css ----------------*/

.modl_bdr {
    border-radius: 5px !important;
}

.form-control:focus {
    box-shadow: none;
}

.close {
    background: #3a3a3a !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 2px;
    z-index: 9;
}

.btn_blu {
    background: #134b46;
    border-radius: 28px;
    padding: 10px 30px;
    display: inline-block;
    border-color: #134b46 !important;
}

.up_datbtn {
    border-radius: 28px;
    background: #A2A2A2;
    border: 1px solid #d1d1d1;
    padding: 8px 25px;
    color: #fff !important;
    font-size: 15px;
}

.theme-blue {
    color: #3C6AB1;
}

.btn_blu:focus {
    box-shadow: none;
}

.fw-700 {
    font-weight: 600;
}

.otp_input {
    width: 150px;
    padding: 10px 15px;
    font-size: 25px;
    letter-spacing: 10px;
}

.input_in,
.txt_area,
.slect_in {
    border: 1px solid #d1d1d1;
    color: #2f2f2f;
    font-size: 15px;
    padding: 13px;
}

.input_in::placeholder,
.txt_area::placeholder {
    color: #2f2f2f;
}

.usr_img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    object-fit: cover;
}

.pro_img {
    position: relative;
}

.pro_img figcaption {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000001a;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_img figcaption img {
    width: 50%;
}

.slect_in {
    height: 50px !important;
}


/*------------- profile css --------------*/

.profile_card {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
}

.profile_card form {
    width: 50%;
    margin: auto;
}

.profile_card h4 {
    color: #858585;
}

.avatar-upload {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 10px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 100%;
    background: #706e6e70;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #6e6e6eb3;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: '';
    background: url(../png/camera.png) center center;
    background-repeat: no-repeat;
    background-size: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #154747;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*--------------- course detail ---------------*/

#course_detail_slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#course_detail_slider .owl-dots button {
    width: 12px;
    height: 12px;
    background: #d1d1d1;
    border-radius: 50%;
}

#course_detail_slider .owl-dots button.active {
    background: #E84745;
}

.course_detail_banner .best_course_subscribe_btn i {
    width: 50px;
}

.course_detail_banner .best_course_subscribe_btn {
    width: 40%;
    font-size: 20px;
    text-align: center;
}

.course_detail_banner {
    box-shadow: 0 4px 10px 0 #00000047;
}

.course_detail_tab li,
.subject_detail_tab li {
    margin: 0 !important;
}

.course_detail_tab li a {
    font-size: 20px;
    color: #495057;
    border: 0 !important;
}

.course_detail_tab li a.active {
    color: #000 !important;
    border-bottom: 3px solid #000 !important;
}

.course_detail_content {
    background: #F3F6F9;
}

#description p {
    line-height: 2;
    font-size: 14px;
}

.subject_detail_tab li a {
    display: flex;
    border: 1px solid #BDBFEA !important;
    border-radius: 4px;
    padding: 20px 15px;
    background: #fff;
    align-items: center;
    min-height: 110px;
}

#course_detail_slider .owl-item img {
    height: 380px;
}

.subject_detail_tab {
    display: flex;
    /* justify-content: space-between; */
}

.vision_video iframe {
    min-height: 300px;
}

.subject_detail_tab li {
    width: calc(95%/4);
    margin-right: 10px !important;
}

.subject_detail_tab li a .subject_chapters {
    font-size: 12px;
    color: #000;
}

.subject_detail_tab li a .subject_name {
    color: #000;
}

.subject_img_div {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #BDBFEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: 5px;
}

.subject_detail_tab li a.active {
    background: #154747 !important;
}

.subject_detail_tab li a.active .subject_name,
.subject_detail_tab li a.active .subject_chapters {
    color: #fff;
}

.history_card.bg-white {
    padding: 20px 30px;
    border-radius: 10px;
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 15px;
}

.bg-grey {
    background: #e5e5e5;
}

.history_card.bg-white p {
    font-size: 14px;
    line-height: 1.5;
    color: #736e6e;
}

.btn-dark-blue {
    background: #154747;
    color: #fff;
    font-size: 14px;
}

.btn-dark-blue:hover {
    color: #fff;
}

.btn-dark-grey {
    background: #ccc;
    color: #000;
    font-size: 14px;
}

.btn-dark-grey:hover {
    color: #000;
}

.group_meet_section {
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.session_img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background: linear-gradient(320.66deg, #FF3333 14.75%, #FC7373 84.81%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.session_card {
    display: flex;
    justify-content: space-between;
    background: #F3F6F9;
    padding: 7px;
    border-radius: 10px;
}

.session_img {
    max-width: 33%;
    overflow: hidden;
}

.session_img img {
    height: 100%;
}

.session_img.lecture_card_img img {
    height: 143px;
    min-width: 240px;
}

.session_content p {
    font-size: 13px;
    color: #696984;
    line-height: 1.5;
}

.session_img:before {
    content: unset;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000061;
}

.session_live {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(320.66deg, #FF3333 14.75%, #FC7373 84.81%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
}

.session_live_ellipse {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

.textdescription p span {
    color: #696984 !important;
}

.textdescription p {
    margin: 0;
    color: #696984 !important;
}

/*-------------- group meeting --------------*/

.group_meeting .about_banner_box h3 {
    letter-spacing: 3px;
    font-weight: 600;
}

.group_meeting .about_banner_box {
    height: 100px;
}

.group_meeting {
    background: #134b46;
}

.all-group-meeting .session_img {
    max-width: 37%;
}


/*-------------- single course detail --------------*/

#chapter_detail_tab li {
    width: 100%;
}

#chapter_detail_tab li a {
    border: 0;
    color: #134b46;
    font-size: 17px;
    border-radius: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px;
}

#chapter_detail_tab li a p {
    /* line-height: 1; */
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#chapter_detail_tab {
    max-height: 650px;
    overflow-y: auto;
}

#chapter_detail_tab::-webkit-scrollbar,
.history_card::-webkit-scrollbar {
    width: 5px;
}

#chapter_detail_tab::-webkit-scrollbar-thumb,
.history_card::-webkit-scrollbar-thumb {
    background: #154747;
    border-radius: 5px;
}

#chapter_detail_tab li a.active {
    background: #E8E9FF;
    border-left: 3px solid #154747;
}

#chapter_detail_tab li a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, -50%);
    width: 95%;
    border-bottom: 1px solid #e2e2e2;
}

#chapter_detail_tab li a .serial_no {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #BDBFEA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

#chapter_content_tab li a {
    border: 0;
    background: #0000001a;
    margin-right: 3px;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    padding: 20px 25px;
}

#chapter_content_tab li a.active {
    background: #134b46;
    color: #fff;
}

.lecture_card_img {
    max-width: 100%;
}

.lecture_card_btns .btn {
    /* width: calc(94%/3); */
    padding: 5px !important;
    /*padding-left: 0 !important;*/
    max-width: 40px;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}


/*----------------- checkout --------------*/

.checkout_card {
    width: 40%;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    padding: 10px 25px;
    margin: auto;
}

.fs-14 {
    font-size: 14px;
}

.my_course_card {
    box-shadow: 0px 10px 10px -5px #00000026;
    padding: 15px;
    border-radius: 10px;
}


/*------------ faq ------------------*/

#main {
    margin: 50px 0;
}

#faq {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 25px;
    /* background: #f3f5f6; */
}

#main #faq .card {
    margin-bottom: 5px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 0;
    padding: 10px;
}
.faq_btns:hover{
    background: inherit!important;
}
.faq_btns::before{
    background: inherit !important;
    
}
.faq_btns::after{
    background: inherit !important;
    
}

/* #main #faq .card .card-header .btn-header-link {
    border-bottom: 2px solid #fff;
} */

#main #faq .card .card-header .btn-header-link.collapsed {
    border: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f3f5f6;
    color: #000;
    font-weight: 600;
    padding: 7px 0;
    border-radius: 0;
    padding-right: 15px;
}

#main #faq .card .card-body p {
    font-size: 15px;
    line-height: 1.5;
    color: #3c3c43ba;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 2px;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}

#main #faq .card .collapsing {
    background: #f3f5f6;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .card-header a:focus-visible,
#main #faq .card .card-header:focus-visible,
#main #faq .card:focus-visible {
    outline: none !important;
}

#main #faq .card .collapse.show {
    background: #f3f5f6;
    line-height: 30px;
    color: #222;
}


/* .swal2-popup .swal2-styled.swal2-confirm {
    width: 100%;
} */

.swal2-popup .swal2-title {
    font-size: 1.3rem;
}

#swal2-content {
    font-size: 15px;
    text-align: left !important;
    padding: 0;
}

.swal2-header {
    padding: 10px 0;
}

.swal2-popup {
    width: 22em !important;
}

.swal2-popup .swal2-actions,
.swal2-popup .swal2-header {
    padding: 0;
}

.swal2-popup .swal2-image {
    margin: 10px 0;
    width: 220px;
    border-radius: 5px;
}

.dropdown {
    position: relative;
    transition: .5s;
}

#dropdownMenuButton {
    min-width: 146px;
}

.btn_login,
#dropdownMenuButton {
    border: 1px solid #154747;
    background: #154747 !important;
}

.drop_hover {
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 38px;
    border-radius: 2px;
    transition: .5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    text-align: left !important;
}

.dropdown-item {
    padding: 3px 8px;
    position: relative;
    margin-bottom: 3px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #154747 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    background-color: transparent !important;
}

.dropdown-item:hover {
    color: #fff;
    background-position: -100% 0;
}

.dropdown-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    /* border-radius: 10px; */
    transition: .5s;
}

.dropdown:hover .drop_hover {
    height: fit-content;
    padding: 5px 2px 1px;
    border: 1px solid #cacaca;
    background: #fff;
}

#otp_modal {
    margin-left: -32px;
}

.swal-footer,
.swal-text,
.swal-title {
    text-align: center;
    color: #000;
}

.swal-footer .swal-button {
    background-color: #154747;
}

.privacy {
    text-align: center;
    background: #154747;
    color: #fff;
    padding: 20px 0;
}

.privacy h1 {
    margin: 0;
}

.lecture_card_detail.session_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 45px;
}

.thumbnail_div {
    padding: 5px;
    margin-bottom: 10px;
    display: flex;
}

.thumbnail_div .session_img {
    max-width: 25%;
}

.thumbnail_div p {
    font-size: 13px;
}

.thumbnail_div.active {
    background: #2387ee;
}

.thumbnail_div.active p {
    color: #fff;
}

.thumbnail_div img {
    border-radius: 5px;
    width: 105px !important;
    height: 60px;
}

.modal-video-box .session_img {
    max-width: 100% !important;
}

.videoviewed {
    position: absolute;
    top: 0%;
    left: 1%;
}

.videoviewed img {
    box-shadow: 0 0 1px 3px #fff;
    border-radius: 50%;
    background: #fff;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}




/*----------Notification CSS*-----------*/

.bg-37 {
    background: #154747;
    border: none;
}

.bg-37:hover {
    background: #154747 !important;
    border: none;
}


.notification:hover {
    text-decoration: none;
}

.list-group:hover .list-group-item {
    background: #f1f1f1
}

.notification {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8333333333rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.avatar-2xl {
    height: 2.5rem;
    width: 2.5rem;
}

.list-group-item {
    padding: 6px 8px;
}

.dropdown_menu_notification {
    max-width: 25rem;
    min-width: 25rem;
}

.dropdown_menu_notification .session_card .session_img {
    max-width: 50%;
}

.list-group {
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding-left: 0;
    margin: 3px 0px;
    border-radius: 0rem;
}

.notification_ftr {
    box-shadow: -2px -2px 4px #cccccc6b;
    z-index: 1;
}

.notification-avatar {
    display: flex;
    align-items: center;
}

.notification-time {
    margin-bottom: 0;
    font-size: 12px;
    color: #154747;
}

.avatar {
    position: relative;
    display: inline-block;
}

.avatar img,
.avatar .avatar-name {
    width: 100%;
    height: 100%;
}

.avatar img {
    display: block;
}

.rounded-circle {
    border-radius: 50% !important;
}

.notification-text {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 0;
    color: #747474;
}

.height-overflow {
    overflow-y: scroll;
    max-height: 18.2rem;
}



#scrll::-webkit-scrollbar-track {
    border-radius: 6px;
}

#scrll::-webkit-scrollbar {
    width: 6px;
    background: none;
}

#scrll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cccccc73;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar_brand {
        width: 44% !important;
    }

    .dropdown_menu_notification {
        max-width: inherit !important;
        min-width: 23rem;
        transform: translateX(0);
        left: unset;
        right: 0px;
    }

    #dropdown_none {
        position: inherit !important;
    }

}

/*----end here---*/

img.subscribed_ribbon {
    height: unset !important;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

#my_video_1 {
    min-height: 350px !important
}

.notification_count {
    position: absolute;
    top: 0px;
    right: -20px;
    transform: translate(-50%, -50%);
    background: #eb2e10;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}

#dropdownMenu2:after {
    display: none;
}

.chapter_mobile_view {
    display: none;
}
.navbar_close_icon {
    display: none !important;
}


.loader {
    border: 16px solid #e5e5e5;
    border-radius: 50%;
    border-top: 16px solid #154747;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  #courses.owl-carousel .owl-item img {
    max-height: 170px !important;
  }