/** {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.more-art-items{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #fff;
}
.bg-blue.header {
    box-shadow: none;
}
.font-23{
    font-size: 23px !important;
}
table{
    border-radius: 10px !important;
}
.light-blue-color{
    color: #0056b3 !important;
}
.rupee-roboto{
    font-family: 'Roboto';
    font-weight: 500;
    margin-right: 1px;
}
.course-fee {
    right: 0;
    bottom: 0;
    background: #eaeaea;
    /*color: #666;*/
    color: #000044;
    font-size: 15px;
}
.name-card1{
    color: #666;
}
.reviewer-name{
    color: #29303b !important;
}
html, body {
    height: 100%;
}

.font-18{
    font-size:18px;
}
.word-break{
    word-break: break-word;
}
.cls-filter{
    padding: 8px 15px;
    border-radius: 20px;
    margin: 0 5px;
    background-color: #f5f5f5;
    min-width: 100px;
    border: 1px solid #ccc;
    font-family: Poppins-Regular;
}
.btn:hover{
    color: inherit;
}
body {
    font-family: Poppins-Regular !important;
}
#content{
    flex:1;
}
select {
    cursor: pointer;
}
a{
    text-decoration: none !important;
}
.lession-card-colr{

}
./*card-instructor-header .mb-0 > a {
    display: block;
    position: relative;
}
.card-instructor-header .mb-0 > a:after {
    content: "\f078"; !* fa-chevron-down *!
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
    content: "\f077"; !* fa-chevron-up *!
}*/

    /*button.lession-card-colr  img{
        transform: rotate(-0deg);
        transition: all 0.5s;
    }
    button.lession-card-colr.collapsed img{
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }*/
#review-div,#review-div2 {
    font-size: 14px;
}
.books img{
    width: auto !important;
}
.subjects-topics-menu{
    /*margin-top: -2px;*/
}

.admin-dropdown:hover .admindropdown-menu {
    display: block;
}




.star_rating{
    font-size: 14px;
}
.pattern-img_fav{
    height: 194px;
}
.subjects-sub-topics{
    margin-top: 0px;

}
#course-instructors .owl-nav{
    position: absolute;
    width: 100%;
    top: 38%;
    transform: translateY(-50%);
}
.review-div{
    font-size: 14px;
}
.bottom-border-line {
    border-bottom: 2px solid #dde1e2;
}
#forgot_submit{
    background: #f3a90f;
    border: 1px solid transparent;
    font-size: 16px;
}
#course-instructors .owl-prev{
    position: absolute;
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    left: -22px;
    width: 35px;
    height: 35px;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgba(0, 68, 136, 0.25);
}
.course_content{
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}
.books{
    height: 258px;
}
.add-your-rating{
    font-size: 14px;
}
.rating_count{
    font-size: 17px;
    color: #333333;
}
.rating-number {
    font-size: 40px;
    display: block;
}
#course-instructors .owl-next{
    position: absolute;
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    right: -22px;
    width: 35px;
    height: 35px;
    outline: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgba(0, 68, 136, 0.25);
}


.solution-btn {
    outline: none !important;
}


.solution_popup .modal-header{
    padding: 10px;
}
.solution_popup .modal-body .mCustomScrollbar{
    padding: 1px 10px;
    height: 400px;
}

.video-thumbs{
    height: 193px;
    background-size: cover !important;
}
.admin-name{
    color: #57739c;
}
.bootbox-body{
    font-size: 18px !important;
}
/* fonts starts */
.h-73{
    height: 79px !important;
}
.w-70{
    width: 70% !important;
}
.h-35{
    height: 35px; !important;
}
.header{
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
}
#content{
    margin-top: 76px;
}
.suggested-books {
    height: 207px;
}
.rated-star{
    color: #f8a929 !important;
}
.info_circle{
    color: #c8cacd !important;
}
.books-text{
    font-size: 15px;
    color: #06243f;
    margin: 0 10px;
}
.caption_txt{
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.card{
    border: solid 1px #d7d7d7;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.07) !important;
    border-radius: 0;
    padding: 20px;
}
.card-body {
    padding: 0;
}
.no-shadow{
    box-shadow: none !important;
}
.shadow-def{
    box-shadow: 0px 0px 6px 0px rgba(0, 78, 146, 0.2);
    margin-bottom: 30px;
}
/* .inner-video{
    min-height: 464px;
} */
.p-20 {
    padding: 20px;
}
.font-16{
    font-size: 16px;
}
.sidebar-wrapper .nav-list{
    border-bottom: 1px solid #31649f;
}

.sidebar-wrapper .nav-list:last-child{
    border-bottom: none;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.sidebar-wrapper .nav-list:not(.active) .side-img img {
    filter: brightness(200);
}

.add_more_topic, .remove_topic, .add_more_question, .remove_question, .add_more_lesson, .remove_lesson, .add_more_book, .remove_book {
    /*background-color: #174487;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    font-weight: bolder;
    font-size: 27px;*/
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

.navbar-toggler {
    font-size: inherit;
    line-height: normal;
    border: none;
    outline: none !important;
}

.navbar-brand{
    font-size: 30px;
}

@font-face {
    font-family: Poppins-Black;
    src: local("Poppins-Black"),
    local("Poppins-Black"),
    url(../fonts/poppins/Poppins-Black.ttf);
}

@font-face {
    font-family: Poppins-BlackItalic;
    src: local("Poppins-BlackItalic"),
    local("Poppins-BlackItalic"),
    url(../fonts/poppins/Poppins-BlackItalic.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: local("Poppins-Bold"),
    local("Poppins-Bold"),
    url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-BoldItalic;
    src: local("Poppins-BoldItalic"),
    local("Poppins-BoldItalic"),
    url(../fonts/poppins/Poppins-BoldItalic.ttf);
}

@font-face {
    font-family: Poppins-ExtraBold;
    src: local("Poppins-ExtraBold"),
    local("Poppins-ExtraBold"),
    url(../fonts/poppins/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: Poppins-ExtraBoldItalic;
    src: local("Poppins-ExtraBoldItalic"),
    local("Poppins-ExtraBoldItalic"),
    url(../fonts/poppins/Poppins-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: local("Poppins-ExtraLight"),
    local("Poppins-ExtraLight"),
    url(../fonts/poppins/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: Poppins-ExtraLightItalic;
    src: local("Poppins-ExtraLightItalic"),
    local("Poppins-ExtraLightItalic"),
    url(../fonts/poppins/Poppins-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Poppins-Italic;
    src: local("Poppins-Italic"),
    local("Poppins-Italic"),
    url(../fonts/poppins/Poppins-Italic.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: local("Poppins-Light"),
    local("Poppins-Light"),
    url(../fonts/poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-LightItalic;
    src: local("Poppins-LightItalic"),
    local("Poppins-LightItalic"),
    url(../fonts/poppins/Poppins-LightItalic.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: local("Poppins-Medium"),
    local("Poppins-Medium"),
    url(../fonts/poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-MediumItalic;
    src: local("Poppins-MediumItalic"),
    local("Poppins-MediumItalic"),
    url(../fonts/poppins/Poppins-MediumItalic.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: local("Poppins-Regular"),
    local("Poppins-Regular"),
    url(../fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: local("Poppins-SemiBold"),
    local("Poppins-SemiBold"),
    url(../fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-SemiBoldItalic;
    src: local("Poppins-SemiBoldItalic"),
    local("Poppins-SemiBoldItalic"),
    url(../fonts/poppins/Poppins-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Poppins-Thin;
    src: local("Poppins-Thin"),
    local("Poppins-Thin"),
    url(../fonts/poppins/Poppins-Thin.ttf);
}

@font-face {
    font-family: Poppins-ThinItalic;
    src: local("Poppins-ThinItalic"),
    local("Poppins-ThinItalic"),
    url(../fonts/poppins/Poppins-ThinItalic.ttf);
}

.poppins-black {
    font-family: "Poppins-Black", arial;
}

.poppins-blackitalic {
    font-family: "Poppins-BlackItalic", arial;
}

.poppins-bold {
    font-family: "Poppins-Bold", arial;
}

.poppins-bolditalic {
    font-family: "Poppins-BoldItalic", arial;
}

.poppins-extrabold {
    font-family: "Poppins-ExtraBold", arial;
}

.poppins-extrabold-italic {
    font-family: "Poppins-ExtraBoldItalic", arial;
}

.poppins-extralight {
    font-family: "Poppins-ExtraLight", arial;
}

.poppins-extralight-italic {
    font-family: "Poppins-ExtraLightItalic", arial;
}

.poppins-italic {
    font-family: "Poppins-Italic", arial;
}

.poppins-light {
    font-family: "Poppins-Light", arial;
}

.poppins-light-italic {
    font-family: "Poppins-LightItalic", arial;
}

.poppins-medium {
    font-family: "Poppins-Medium", arial;
}

.poppins-medium-italic {
    font-family: "Poppins-MediumItalic", arial;
}

.poppins-regular {
    font-family: "Poppins-Regular", arial;
}

.poppins-semibold {
    font-family: "Poppins-SemiBold", arial;
}

.poppins-semibold-italic {
    font-family: "Poppins-SemiBoldItalic", arial;
}

.poppins-thin {
    font-family: "Poppins-Thin", arial;
}

.poppins-thin-italic {
    font-family: "Poppins-ThinItalic", arial;
}

.feedback-section, .confirmation-section {
    height: 0;
    position: fixed;
    bottom: 0 !important;
    background-color: #586c8e;
    color: #ffffff;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.feedback-section.error {
    background-color: #c82333;
}

.feedback-section.success {
    background-color: #1e7e34;
}

.feedback-section span:nth-child(1) {
    line-height: 70px;
    font-size: 17px;
}

/* fonts starts */
.filter-art  {
    padding: 8px 15px;
    border-radius: 20px;
    margin: 0 5px;
    background-color: #f5f5f5;
    min-width: 100px;
}


body{
    background-color: #f7f9fa !important;
}
.ht-50{
    height: 50px;
}
.course-instructors {
    font-size: 18px;
    color: #06243f;

}
.color-000 {
    color: #000;
}

.color-111 {
    color: #111;
}

.color-222 {
    color: #222;
}

.color-333 {
    color: #333;
}

.color-444 {
    color: #444;
}

.color-555 {
    color: #555;
}

.color-666 {
    color: #666;
}

.color-777 {
    color: #777;
}

.color-888 {
    color: #888;
}

.color-999 {
    color: #999;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.font-16 {
    font-size: 16px !important;
}

.font-12 {
    font-size: 12px;
}
.wd-90{
    width: 90px !important;
}
.wd-130{
    width: 130px !important;
}

.font-18{
    font-size: 18px;
}
.question-lesson{
    background: #f5f5f5;
    color: #666666;
    border: 2px solid #dfdfdf;
    border-radius: 5px;
    font-size: 16px;
    font-family: Poppins-Medium;
}
.font-20{
    font-size: 20px;
}

.font-25{
    font-size: 25px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed rgb(102, 102, 102);
}

.box-shadow {
    box-shadow: 0px 4px 3px 0px rgba(0, 78, 146, 0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.box-shadow-0, .box-shadow-0:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.outline-0, .outline-0:focus {
    outline: none
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-blue {
    background-color: #004488;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}

.text-light-blue {
    color: #06243f;
}

.text-blue {
    color: #06243f;
}

.text-red {
    color: #ee3f53;
}

.btn-yellow {
    background: #f3a90f;
    border: 1px solid transparent;
}

.btn-yellow:hover, .btn-yellow:active {
    background: transparent;
    border: 1px solid #f3a90f;
}

.border-radius-0 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.signup_btn,.login_btn{
    font-size:12px;
}
.mb-30{
    margin-bottom: 30px;
}
#otp_verify_submit,#verify_btn,#change_password_submit{
    background-color: #f3a90f;
    font-size: 16px;
}
.signup_btn a,.login_btn a{
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    padding: 0 25px !important;
}
.signup_btn a{
    color:#05213a !important;
}
.signup_btn a:hover{
    color:#f3a90f !important;
}
.signup_btn:hover,.login_btn:hover{
    color:#fff;
}
.classes a{
    color:#000
}
.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px!important;
}

.table td, .table th {
    vertical-align: middle;
}
.hover-section{
    background: #f7f8fa !important;
    color: #004e92 !important;

}



.border-radius-7 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.border-radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.pl-30 {
    padding-left: 30px;
}
.pl-16 {
    padding-left: 16px;
}
.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.space-nowrap {
    white-space: nowrap;
}

.pointer {
    cursor: pointer;
}

input[type=radio] {
    display: none;
}

input[type=checkbox] {
    display: none;
}

input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.checkmark {
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    border: 1.5px solid #06243f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

input:checked ~ .checkmark:after {
    display: block;
}
.font-13{
    font-size: 13px;
}
input:checked ~ .checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #06243f;
}

.font-12{
    font-size: 12px;
}

.font-13{
    font-size: 13px;
}

.fill-white {
    fill: white;
}
.fill-black {
    fill: black;
}

.img-height{
    min-height: 400px;
    height: calc(100% - 20px);
}
.img-height1{
    min-height: 370px;
    height: calc(100% - 20px);
}

.checkmark-checkbox {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #06243f;
}

.checkmark-checkbox:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #06243f;
    position: absolute;
}

.navbar-collapse .nav-link {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.dropdown-item:hover {
    background-color: #f2f3f5;
}
#navbarDropdownMenuLink{
    padding: .5rem 1rem;
}

.dropdown:hover .dropdown-menu {
    /*display: block;
    color: #2d333d;*/
}
.cls-dropdown:hover .dropdown-menu{
    display: block;
}
.art-dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu:after {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    left: 10%;
}
.art-dropdown .dropdown-menu:after {
    position: absolute;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    left: 10%;
}

.dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    cursor: default;
    font-size: 14px;
    font-family: "Poppins-Medium", arial;
}

.classes:hover a img {
    transform: rotate(90deg);
}

.class-subjects {
    display: none;
    /* transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;*/
}

.class-subjects:hover a:first-child {
    /*color: #004e92;*/
}

.class-subjects a img, .class-subjects:hover a img {
    transform: rotate(0deg);
    /* transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;*/
}

.class-subjects:hover, .subjects-topics:hover {
    /*margin-left: 5px!important;*/
    /*transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;*/
}

.classes:hover .class-subjects {
    display: block;
    /* transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;*/
}

.subjects-topics-menu {
    display: none;
    /* transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;*/
    height: 373px;
    /*overflow: auto;*/
}

.sub-menu-list .dropdown-menu {
    min-width: 15rem;
    height: 373px;
    border-radius: 0;
    /*overflow: auto;*/
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.name-circle{
    background-color: #cccccc;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    font-size: 19px;
    color: #666666;
}
.subjects-sub-topics {
    display: none;
    /*transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;*/
    margin-top: -8px;
    height: 373px;
    /*overflow: auto;*/
}
.main_menu::-webkit-scrollbar,.subjects-topics-menu::-webkit-scrollbar,.subjects-sub-topics::-webkit-scrollbar {
    width: 1px;
}
.main_menu{
    height: 365px;
    overflow: auto;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 20px !important;
}


.main_menu::-webkit-scrollbar {
    width: 5px !important;
}        
/* Track */
.main_menu::-webkit-scrollbar-track {
  border-radius: 10px !important;
  width: 5px !important;

}
/* Handle */
.main_menu::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  width: 5px !important;

}


 

/* Track */
.main_menu::-webkit-scrollbar-track,.subjects-topics-menu::-webkit-scrollbar-track,.subjects-sub-topics::-webkit-scrollbar-track{
    background: #f1f1f1;
}


/* Handle */
.main_menu::-webkit-scrollbar-thumb,.subjects-topics-menu::-webkit-scrollbar-thumb,.subjects-sub-topics::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.main_menu::-webkit-scrollbar-thumb:hover,.subjects-topics-menu::-webkit-scrollbar-thumb:hover,.subjects-sub-topics::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main_menu li a:hover{
    color: #004e92 !important;
}
.art-main-menu{
    cursor: auto;
    overflow: auto;
}
.class-subjects:hover .subjects-topics-menu {
    display: block;
    position: absolute;
    min-width: 15rem;
    left: 100%;
    /*top: -37px;*/
    top: 0;
    /*max-height: 300px;*/
    background: #f7f8fa;
    box-shadow: 0px 0px 6px 0px rgba(32, 34, 35, 0.21);
}



/*.class-subjects:hover .subjects-topics-menu, .classes:hover .subjects-topics-menu {
    display: block;
    position: absolute;
    min-width: 15rem;
    left: 100%;
    top: 0;
    background: #f7f8fa;
    box-shadow: 0px 0px 6px 0px rgba(32, 34, 35, 0.21);
}*/




.subjects-sub-topics li:hover a{
    background: #eaeaea;
}


.subjects-topics:hover .subjects-sub-topics {
    display: block;
    position: absolute;
    min-width: 15rem;
    left: 100%;
    top: 7px;
    background: #f2f3f5;
    box-shadow: 0px 0px 6px 0px rgba(32, 34, 35, 0.21);
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.cart-count {
    font-size: 12px;
    width: 15px;
    height: 15px;
    color: #05213a;
    background-color: #f3a90f;
    top: 0;
    right: -5px;
}

/* header ends */

.text-gradient {
    background: -moz-linear-gradient(0deg, #00427b 0%, #174488 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00427b), color-stop(100%, #174488)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #00427b 0%, #174488 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #00427b 0%, #174488 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #00427b 0%, #174488 100%); /* ie10+ */
    background: linear-gradient(90deg, #00427b 0%, #174488 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00427b', endColorstr='#007ae4', GradientType=1); /* ie6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-headding {
    font-size: 29px;
}

.breadcrumb-section a {
    position: relative;
    font-size: 12px;
    background-color: #f0f0f0;
    text-decoration: none;
}
.book-titlec {
    font-size: 15px;
    color:#06243f;
}
.rating_userrss{
    font-size: 13px;
    color: #333333;
}
.course-fee1{
    background: #909090;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 14px;
}
.breadcrumb-section a:after {
    position: absolute;
    content: '/';
    right: -15px;
    color: #666;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-section a:last-child {
    color: #666 !important;
    font-size: 13px;
}

.h-500{
    height: 500px;
}
.breadcrumb-section a:last-child:after {
    content: none;
}

.headding {
    font-size: 18px;
}

.btn-outline-0{
    outline: none!important;
}

.form-control:focus{
    box-shadow: none;
}

.btn-link:hover {
    color: #494948;
    text-decoration: none;
}

/* footer starts */

.footer {
    margin-top: 50px;
    font-size: 14px;
}

.footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    overflow: hidden;
}

.footer-links a {
    color: #d2eaff;
}
#content{
    flex: 1 0 auto;
}
.fa-phone {
    transform: rotate(90deg);
}

.form-control{
    height: unset;
}

.admin-image:before{
    position: absolute;
    content: url("../img/topics.png");

}
.progress-bar{
    background-color: #a7a5a0 !important;
}

.cart_main,.sub-totals{
    height: calc(100%);
}

.sort-by label{
    font-family: Poppins-Medium;
}

.sort-by select {
    padding: 8px 15px;
    border-radius: 20px;
    margin: 0 5px;
    background-color: #f5f5f5;
    min-width: 100px;
    border: 1px solid #ccc;
    font-family: Poppins-Regular;
}

.filter-by label{
    font-family: Poppins-Medium;
}

.previous-next-buttons{
    background-color: #e5e5e5;
    border: 3px solid #b7b7b7;
    padding: 10px;
    letter-spacing: 0px;
    color: #666;
    border-radius: 0px;
}

.filter-by select {
    padding: 8px;
    border-radius: 20px;
    margin: 5px;
    background-color: #f5f5f5;
    /* min-width: 100px; */
    border: 1px solid #ccc;
    font-family: Poppins-Regular;
}

.single-page{
    /*white-space: nowrap;*/
}

.filter-by input {
    padding: 8px 15px;
    border-radius: 20px;
    margin: 5px;
    background-color: #f5f5f5;
    min-width: 100px;
    border: 1px solid #ccc;
    font-family: Poppins-Regular;
}
.refund-btn:hover{
    color: #fff !important;
}

.dataTables_length label{
    margin-bottom: 0;
}
.instructor-image {
    height: 194px !important;
}
.review_bottom{
    max-width: 100% !important;
}

.lession-time {
    font-size: 13px;
    color: #666;
    font-family: Poppins-Medium !important;
}
.pattern-ins{
    /* color: #333333;
     font-size: 16px;
     margin-bottom: 6px;*/
}
.pattern-name{
    /*font-size: 14px;
    color: #666666;
    font-family: poppins-medium !important;
    margin-bottom: 6px;*/
}
.rating-color {
    color: #f3a90e;
    font-size: 13px;
}
.card.review-rating .fa-star, .fa-star-o {
    color: orange;
    font-size: 17px;
}
.card-title-rating {
    color: #474747;
    font-size: 14px;
}
.rating-stars_new{
    font-size: 15px;
}
.img-height-art{
    height: 350px;
}
.img-height-art .patterns-image-art,.img-height-art .instructor-image-art {
    height: 195px !important;
}
.instructor-image-slide {
    height: 500px;
    background-size: cover !important;
    background-color: #fff !important;
}
#review-div2,#review-div{
    /*height: 500px;*/
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-18{
    font-size: 18px;
}
.accordion .card-header:before {
    font-family: 'FontAwesome';
    content: "\f105";
    float: left;
    margin-right: 10px;
}
.accordion .card-header.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\f107";
}
.not-allowed{
    cursor: not-allowed!important;
}
.card-body {
    /*height: 417px;*/
    padding: 0;
}

/*body, .btn, .dropdown-menu {
    font-size: 14px;
}*/
.favourite-color{
    margin: 10px;
}
@media only screen and (max-width: 640px) {
    #teach-class-subjects:after {
        display: none !important;
    }
    .checkmark {
        height: 20px;
        width: 20px;
    }
    .subject_to_like_to_teach span{
        font-size: 14px;
    }
    .instructor-image-slide {
    height: 275px;
    background-size: contain !important;
    background-color: #fff !important;
}

    .video-thumbs {
    height: 230px;
    background-size: contain !important;
}
    
}
@media only screen and (max-width: 480px) {
    .video-thumbs {
    height: 230px;
    background-size: contain !important;
}
    .for-mobile .sub-menu-list li{
        margin-right: 30px;
    }
    .for-mobile {
        display: block;
        width: 100%;
    }

    .for-desktop {
        display: none;
        width: 100%;
    }
    .login_btn{
        margin: 0 15px 0 0;
    }
    #teach-class-subjects:after {
        display: none;
    }
    .solution_popup .modal-body .mCustomScrollbar{
        padding: 1px 10px;
        height: auto;
        overflow-y: scroll;
    }
    .instructor-image-slide {
    height: 224px;
    background-size: contain !important;
    background-color: #fff !important;
}
}

@media only screen and (max-width: 460px) {
    .for-mobile .sub-menu-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .for-mobile .sub-menu-list li{
        margin-right: 0;
    }
}





@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .question-custom-width {
        flex: 1 0 28%;
    }

    .custom-width {
        flex: 1 0 28%;
        max-width: 28%;
    }
    body, .btn, .dropdown-menu {
        font-size: 12px;
    }
    .custom-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media only screen and (min-width: 1400px) {
    .custom-width {
        flex: 1 0 30%;
        max-width: 30%;
    }
    .container{
        max-width: 1270px;
    }
    /*Right Panel*/
    #review-div2,#review-div{
        max-width: 370px;
    }
    /*Left Panel*/
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    #review_div {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .btn, .dropdown-menu {
        font-size: 1rem;
    }

}

@media only screen and (min-width: 1360px) {
    .for-mobile{
        display: none;
    }

}

@media only screen and (max-width: 1024px) {
    .card.review-rating .fa-star, .fa-star-o {
        color: orange;
        font-size: 13px;
    }
    .progress{
        margin-top: 7px;
    }
}

@media only screen and (max-width: 991px) {
    .previous-next-buttons {
        font-size: 14px;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .inner-video {
        min-height: auto;
    }

    #practice-carousel .owl-stage-outer{
        height: 200px;
    }

    #practice-carousel .owl-stage-outer .owl-item div{
        height: 200px !important;
    }
    .card-body {
        height: auto;
    }

    .card.review-rating .fa-star, .fa-star-o {
        color: orange;
        font-size: 15px;
    }

    .progress{
        margin: 5px 0 0 0;
    }


}

@media only screen and (max-width: 767px) {
    .headding {
        font-size: 16px;
    }
    .section-headding {
        font-size: 22px;
        line-height: 1.2;
    }
    .font-25 {
        font-size: 22px;
    }
    .class-subjects:hover .subjects-topics-menu ,.subjects-topics:hover .subjects-sub-topics{
        position: unset;
    }


    .for-mobile .navbar-nav{
        flex-direction: row;
        margin-right:0;
    }

    .for-mobile .navbar-collapse .nav-item:nth-child(2) .nav-link{
        margin-right:0;
    }
    .for-mobile .navbar-collapse .nav-item:nth-child(3) .nav-link{
        margin-right: 0;
    }

    .navbar-collapse .nav-link {
        font-size: 13px;
    }
}




@media screen and (max-width: 991px) and (min-width: 481px) {
    .for-mobile {
        display: block;
        width: 100%;
    }

    .for-desktop {
        display: none;
        width: 100%;
    }
    .for-mobile .navbar-nav {
        flex-direction: row;
        margin-right: 0;
    }
    .for-mobile .navbar-collapse .nav-item:nth-child(1) .nav-link{
        margin-right: 20px;
    }
    .for-mobile .navbar-collapse .nav-item:nth-child(2) .nav-link{
        margin-right: 20px;
    }
    .for-mobile .navbar-collapse .nav-item:nth-child(3) .nav-link{
        margin-right: 0;
    }
}

@media screen and (max-width: 1359px) and (min-width: 992px) {
    .for-mobile {
        display: none;
        width: 100%;
    }

    .for-desktop {
        display: block;
        width: 100%;
    }
    .for-mobile .navbar-nav {
        flex-direction: row;
        margin-right: 0;
    }
}


@media only screen and (min-width: 768px) {
    .page-name {
        font-size: 18px;
    }

    .sort-by{
        /*  position: absolute;
          right: 10px;
          top: 10px;
          z-index: 1;*/
    }

    .filter-by{
        /* position: absolute;
         top: 65px;
         z-index: 1;*/
    }

    #classes-table,#subject-table,#N8hBIQu1MT9zqLxG,#pD8Zx5s0w2YuL13i,#artcraft-table,#patterns-table,#recomended-table,#payments-table,#XtxZ7fdJr4ebRUg8,#rdotgPeB4ZLjhI2z,#Ym9va3RpdGxl{
        /* padding-top: 65px;*/
    }
}

.btn-danger, .btn-danger:hover, .btn-danger:active{
    background-color:#9d9d9d !important;
}
.btn-success, .btn-success:hover, .btn-success:active{
    background-color:#f4a910 !important;
}
.bootbox-body{
    font-family: "Poppins-Medium", arial;
}
.subject_to_like_to_teach{
    position: relative;
}
.subject_to_like_to_teach:after{
    position: absolute;
    content: '';
    height: 96%;
    background: #e5e5e5;
    width: 1px;
    left: 20%;
    top: 10px;
}
#teach-class-subjects:after {
    position: absolute;
    content: '';
    height: 96%;
    background: #e5e5e5;
    width: 1px;
    left: 29%;
    top: 10px;
}
.upload-progressbar {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main_menu {
    cursor: auto !important;
}
.subjects-topics:hover .subjects-sub-topics a {
    cursor: pointer !important;
}
.disable-element{
    cursor: not-allowed;
    position: relative;
    z-index: 1;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    right: 0;
}

.about-instructor-heading {
    font-family: "Poppins-Medium", arial;
    font-size: 18px;
}

.abt-instructor-arrow:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 10%;
    width: 20px;
    height: 20px;
    background: #f7f9fa;
    transform: rotate(45deg);
    border-left: 2px solid #d6d7d7;
    border-top:2px solid #d6d7d7;
}

.abt-instructor-arrow {
    border-top: 2px solid #d6d7d7;
    border-bottom:2px solid #d6d7d7;
}
.first-corner{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.first-child{
    border-top-left-radius: 10px;
}


.last-child{
    border-top-right-radius: 10px;
}
#reload-captcha {
    display: block;
    width: 58px;
    height: 58px;
    background-image: url(../img/reset.svg);
    background-size: cover;
    margin: 0 auto;
    cursor: pointer;
}
.more-dots{
    color: black;
    margin-right: 4px;
}
.font-17{
    font-size: 17px !important;
}
.font-13{
    font-size: 13px !important;
}

@media only screen and (min-width: 641px) and  (max-width: 768px){
    #teach-class-subjects:after {
        left: calc(100% - 67%);
    }
}
.cart-btn img{
    width: 40px;
    height: 30px;

}